summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-19 11:53:36 +0000
committerpeter <peter@FreeBSD.org>1999-04-19 11:53:36 +0000
commitec5fa04f0efb55fffa92e2a021bbe0d26309e230 (patch)
tree6d02b7026854f4de1137b61917f6e3c66a766ae6 /sys/conf
parent49d52688ca2a69a180d236203cc846838054c592 (diff)
downloadFreeBSD-src-ec5fa04f0efb55fffa92e2a021bbe0d26309e230.zip
FreeBSD-src-ec5fa04f0efb55fffa92e2a021bbe0d26309e230.tar.gz
Drop the 'at nexus?' from the busses, it's not used.
Reactivate eisa0 and pnp0 in GENERIC, they work.. (eisa has been converted but pnp still (for the most part) works the old way).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8a88f8d..12c4b54 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.583 1999/04/16 21:22:08 peter Exp $
+# $Id: LINT,v 1.584 1999/04/19 10:18:34 brian Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -827,7 +827,7 @@ options "MSGBUF_SIZE=40960"
#
# Mandatory ISA devices: isa, npx
#
-controller isa0 at nexus?
+controller isa0
#
# Options for `isa':
@@ -1632,7 +1632,7 @@ options "EISA_SLOTS=12"
# The "oltr" driver supports the following Olicom PCI token-ring adapters
# OC-3136, OC-3137, OC-3139, OC-3140, OC-3141, OC-3540, OC-3250
#
-controller pci0 at nexus?
+controller pci0
controller ahc1
controller ncr0
controller isp0
OpenPOWER on IntegriCloud