summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-28 00:59:03 +0000
committerobrien <obrien@FreeBSD.org>1999-11-28 00:59:03 +0000
commit35494eb053a230e61cced46c9d7e0977a08d97c9 (patch)
treedd419f1b7ca76ed3ceff871355db06b2fd52e1eb /sys/i386/conf
parent85441bb239fa64125fcf48742669fae54acd1616 (diff)
downloadFreeBSD-src-35494eb053a230e61cced46c9d7e0977a08d97c9.zip
FreeBSD-src-35494eb053a230e61cced46c9d7e0977a08d97c9.tar.gz
Sort PCI SCSI controlers.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 78077e0..a94dc7d 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -95,15 +95,15 @@ device wst0 #IDE Tape (e.g. Travan)
#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
# SCSI Controllers
-# A single entry for any of these controllers (ncr, ahb, ahc) is
+# A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is
# sufficient for any number of installed devices.
-controller ncr0 # NCR/Symbios Logic
-#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller ahb0 # EISA AHA1742 family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
controller amd0 # AMD 53C974 (Teckram DC-390(T))
-controller isp0 # Qlogic family
controller dpt0 # DPT Smartcache - See LINT for options!
+controller isp0 # Qlogic family
+controller ncr0 # NCR/Symbios Logic
+#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller adv0 at isa? port ? irq ?
controller adw0
OpenPOWER on IntegriCloud