svn commit: r195872 - head/sys/conf

Alexander Motin mav at FreeBSD.org
Sat Jul 25 17:40:50 UTC 2009


Author: mav
Date: Sat Jul 25 17:40:49 2009
New Revision: 195872
URL: http://svn.freebsd.org/changeset/base/195872

Log:
  Add ahci and siis drivers to NOTES.
  
  Approved by:	re (implicitly)

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Sat Jul 25 15:47:57 2009	(r195871)
+++ head/sys/conf/NOTES	Sat Jul 25 17:40:49 2009	(r195872)
@@ -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.


More information about the svn-src-all mailing list