summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-16 21:28:10 +0000
committerpeter <peter@FreeBSD.org>1999-04-16 21:28:10 +0000
commit10e9d1950e5e07ca9eeb8b557b3fd44b693b6030 (patch)
tree504ade9b6868a85fc1ab36e9821d52ce9616e6cf /usr.sbin/config/config.y
parent087d4857e56f150a8f549600150404f273efb895 (diff)
downloadFreeBSD-src-10e9d1950e5e07ca9eeb8b557b3fd44b693b6030.zip
FreeBSD-src-10e9d1950e5e07ca9eeb8b557b3fd44b693b6030.tar.gz
Corresponding minimal changes for kernel configuration after new-bus
commit.
Diffstat (limited to 'usr.sbin/config/config.y')
-rw-r--r--usr.sbin/config/config.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index 1ac9308..0f50b8a 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -974,8 +974,10 @@ check_nexus(dev, num)
case MACHINE_I386:
case MACHINE_PC98:
+#if 0
if (!eq(dev->d_name, "isa"))
yyerror("only isa's should be connected to the nexus");
+#endif
break;
case MACHINE_NEWS3400:
OpenPOWER on IntegriCloud