summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/isa/isa_compat.c6
-rw-r--r--sys/i386/isa/isa_device.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/sys/i386/isa/isa_compat.c b/sys/i386/isa/isa_compat.c
index e2a2a7a..ab0389f 100644
--- a/sys/i386/isa/isa_compat.c
+++ b/sys/i386/isa/isa_compat.c
@@ -24,6 +24,8 @@
* SUCH DAMAGE.
*/
+#ifndef BURN_BRIDGES
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -295,3 +297,7 @@ compat_isa_handler(module_t mod, int type, void *data)
}
return 0;
}
+
+#else
+#error "cvs rm sys/i386/isa/isa_compat.c"
+#endif
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 06274ed..c4df8cd 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -37,6 +37,8 @@
#ifndef _I386_ISA_ISA_DEVICE_H_
#define _I386_ISA_ISA_DEVICE_H_
+#ifndef BURN_BRIDGES
+
#ifdef _KERNEL
#include <sys/bus.h>
#include <isa/isavar.h>
@@ -109,4 +111,8 @@ DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, SI_ORDER_ANY) \
#endif /* COMPAT_OLDISA */
+#else /* BURN_BRIDGES */
+#error "cvs rm sys/i386/isa/isa_device.h"
+#endif /* BURN_BRIDGES */
+
#endif /* !_I386_ISA_ISA_DEVICE_H_ */
OpenPOWER on IntegriCloud