summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-10-07 02:24:22 +0000
committermsmith <msmith@FreeBSD.org>1999-10-07 02:24:22 +0000
commit410580f7fdfe69bc4ab756843183fb03f57a58ed (patch)
tree8175833b5e0cae6f4397482bd5018098d83b29dc /sys/i386
parent8582d1db60ab1514e7c997b5a7dacb44520e0e2f (diff)
downloadFreeBSD-src-410580f7fdfe69bc4ab756843183fb03f57a58ed.zip
FreeBSD-src-410580f7fdfe69bc4ab756843183fb03f57a58ed.tar.gz
Connect the 'amr' and 'mlx' drivers. They can be built as modules or
integrated into a static kernel as the user wishes.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT7
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 14 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 7761cf4..090cc09 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1040,6 +1040,13 @@ controller ida0
device id0
#
+# Mylex DAC960, AMI MegaRAID controllers. Only one entry is needed; the code
+# will find and configure all supported controllers.
+#
+controller mlx0 # Mylex DAC960
+controller amr0 # AMI MegaRAID
+
+#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.
# It currently reuses the majors of wd.c and friends.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7761cf4..090cc09 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1040,6 +1040,13 @@ controller ida0
device id0
#
+# Mylex DAC960, AMI MegaRAID controllers. Only one entry is needed; the code
+# will find and configure all supported controllers.
+#
+controller mlx0 # Mylex DAC960
+controller amr0 # AMI MegaRAID
+
+#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.
# It currently reuses the majors of wd.c and friends.
OpenPOWER on IntegriCloud