summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
parent85441bb239fa64125fcf48742669fae54acd1616 (diff)
downloadFreeBSD-src-35494eb053a230e61cced46c9d7e0977a08d97c9.zip
FreeBSD-src-35494eb053a230e61cced46c9d7e0977a08d97c9.tar.gz
Sort PCI SCSI controlers.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC8
-rw-r--r--sys/alpha/conf/NOTES8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 82b99e4..d82a3da 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -76,13 +76,13 @@ device atapifd0 # ATAPI floppy drives
device atapist0 # ATAPI tape drives
# SCSI Controllers
-# A single entry for any of these controllers (ncr, ahb, ahc, amd) 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 isp0 # Qlogic family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
#controller esp0
+controller isp0 # Qlogic family
+controller ncr0 # NCR/Symbios Logic
+#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
# SCSI peripherals
# Only one of each of these is needed, they are dynamically allocated.
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 82b99e4..d82a3da 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -76,13 +76,13 @@ device atapifd0 # ATAPI floppy drives
device atapist0 # ATAPI tape drives
# SCSI Controllers
-# A single entry for any of these controllers (ncr, ahb, ahc, amd) 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 isp0 # Qlogic family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
#controller esp0
+controller isp0 # Qlogic family
+controller ncr0 # NCR/Symbios Logic
+#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
# SCSI peripherals
# Only one of each of these is needed, they are dynamically allocated.
OpenPOWER on IntegriCloud