aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-07-25 17:40:49 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-07-25 17:40:49 +0000
commite19ef875b1d2a9d20c0620d0184a5b13fc047819 (patch)
tree5ced1464321b68c6b732c11c4973727fdb95ac43 /sys/conf/NOTES
parent7cbf72137fadbb75662d02cabe4c7a0b1d51ab6d (diff)
downloadsrc-e19ef875b1d2a9d20c0620d0184a5b13fc047819.tar.gz
src-e19ef875b1d2a9d20c0620d0184a5b13fc047819.zip
Add ahci and siis drivers to NOTES.
Approved by: re (implicitly)
Notes
Notes: svn path=/head/; revision=195872
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index e7e21a119ae4..00fe37a92dcb 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1638,6 +1638,15 @@ options MFI_DEBUG
device twe # 3ware ATA RAID
#
+# Serial ATA host controllers:
+#
+# ahci: Advanced Host Controller Interface (AHCI) compatible
+# siis: SiliconImage SiI3124/SiI3132/SiI3531 controllers
+
+device ahci
+device siis
+
+#
# 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.