summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-05 14:55:11 +0000
committerpeter <peter@FreeBSD.org>2003-09-05 14:55:11 +0000
commit7901d1341960973121d179bbc89b6c094d6e94ab (patch)
tree72b213095bcedba0c78bd1084bf109b5a4250cf5 /sys/i386/isa
parent07af64088b9887624829a8b8ad581f33e2fdda6e (diff)
downloadFreeBSD-src-7901d1341960973121d179bbc89b6c094d6e94ab.zip
FreeBSD-src-7901d1341960973121d179bbc89b6c094d6e94ab.tar.gz
Mark the isa compat shims for BURN_BRIDGES for 6.0
Diffstat (limited to 'sys/i386/isa')
-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