Date: Sat, 25 Jul 2009 17:40:50 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r195872 - head/sys/conf Message-ID: <200907251740.n6PHeoX8046907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907251740.n6PHeoX8046907>