aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-19 13:04:58 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-19 13:04:58 +0000
commit90d3341e096bed975f864a8328b853760f1d0860 (patch)
treeea01e64c4e212cf9c57e5e748e4a6abc6521400c
parent80d739b4ec1776edcb466c14673b6dc966c31851 (diff)
Notes
-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 94d12edf0c9b..6788ce0a8d10 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 94d12edf0c9b..6788ce0a8d10 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.