aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-03-19 13:07:12 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-03-19 13:07:12 +0000
commit80060e8897d79c28adbdcf14c129232f10f4440b (patch)
treec5227570ea7985154cff5cb5aa1336eb37988e10 /sys/amd64
parent1aef04263488e976f079f1c3f191e6a82a162478 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/isa/isa.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 6c4b71a296a5..5e9e69a7b799 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -56,6 +56,8 @@
* SUCH DAMAGE.
*/
+#include "opt_compat_oldisa.h"
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/malloc.h>
@@ -69,7 +71,9 @@
void
isa_init(void)
{
- isa_wrap_old_drivers();
+#ifdef COMPAT_OLDISA
+ isa_wrap_old_drivers();
+#endif
}
/*