summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-19 13:04:58 +0000
committerpeter <peter@FreeBSD.org>2001-01-19 13:04:58 +0000
commitbf4a9b1ec8645ed0f3d9fe2d2530ecf5bbaf85e6 (patch)
tree3b1a6b9cb3a555c4e7238d97ac296a94fa1625a9
parenta0281122c38eaadb356a534741f39054c7b534bd (diff)
downloadFreeBSD-src-bf4a9b1ec8645ed0f3d9fe2d2530ecf5bbaf85e6.zip
FreeBSD-src-bf4a9b1ec8645ed0f3d9fe2d2530ecf5bbaf85e6.tar.gz
Add missing twe (3ware) and ahb (adaptec 174x) devices (!)
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 14 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 94d12ed..6788ce0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1279,6 +1279,7 @@ options ACPI_DEBUG
# adv: All Narrow SCSI bus AdvanSys controllers.
# adw: Second Generation AdvanSys controllers including the ADV940UW.
# aha: Adaptec 154x/1535/1640
+# ahb: Adaptec 174x EISA controllers
# ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/
# 19160x/29160x, aic7770/aic78xx
# aic: Adaptec 6260/6360, APA-1460 (PC Card), NEC PC9801-100 (C-BUS)
@@ -1315,6 +1316,7 @@ device aha 1
hint.aha.0.at="isa"
device aic
hint.aic.0.at="isa"
+device ahb
device ahc
device amd
device isp
@@ -1439,6 +1441,11 @@ device mlx # Mylex DAC960
device amr # AMI MegaRAID
#
+# 3ware ATA RAID
+#
+device twe # 3ware ATA RAID
+
+#
# The 'ATA' driver supports all ATA and ATAPI devices, including PC Card
# devices. You only need one "device ata" for it to find all
# PCI and PC Card ATA/ATAPI devices on modern machines.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 94d12ed..6788ce0 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1279,6 +1279,7 @@ options ACPI_DEBUG
# adv: All Narrow SCSI bus AdvanSys controllers.
# adw: Second Generation AdvanSys controllers including the ADV940UW.
# aha: Adaptec 154x/1535/1640
+# ahb: Adaptec 174x EISA controllers
# ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/
# 19160x/29160x, aic7770/aic78xx
# aic: Adaptec 6260/6360, APA-1460 (PC Card), NEC PC9801-100 (C-BUS)
@@ -1315,6 +1316,7 @@ device aha 1
hint.aha.0.at="isa"
device aic
hint.aic.0.at="isa"
+device ahb
device ahc
device amd
device isp
@@ -1439,6 +1441,11 @@ device mlx # Mylex DAC960
device amr # AMI MegaRAID
#
+# 3ware ATA RAID
+#
+device twe # 3ware ATA RAID
+
+#
# The 'ATA' driver supports all ATA and ATAPI devices, including PC Card
# devices. You only need one "device ata" for it to find all
# PCI and PC Card ATA/ATAPI devices on modern machines.
OpenPOWER on IntegriCloud