AHCI - Do not try to attach as AHCI unless INTEL part identifies as AHCI
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 8 Jul 2009 16:10:07 +0000 (09:10 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 8 Jul 2009 16:10:07 +0000 (09:10 -0700)
commite95151e4e1fe075cdf880230e8ca5a4259f9ff60
treea5065585b21b1052ad2caa34e4ad7f5ba5456dbf
parent061e48458f3a1e4a7fee02318bec186e02d6757f
AHCI - Do not try to attach as AHCI unless INTEL part identifies as AHCI

Do not try to attach as AHCI if the BIOS has configured an INTEL part
as legacy ATA instead of AHCI.  This is a temporary hack until the
code can be cleaned up more generally.

Reported-by: corecode
sys/dev/disk/ahci/ahci_attach.c