]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libata: add ATI SB700 device IDs to AHCI driver
authorsu henry <henry.su.ati@gmail.com>
Tue, 14 Aug 2007 17:20:46 +0000 (13:20 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Aug 2007 23:23:26 +0000 (16:23 -0700)
commit3443d563dc53875b15d919c4bece391f1ffd4776
treef1d9acd5fdbd32c0cc27860099e2ed8d40e3b046
parent108c55dda1bd750b87b5fccc9cd4658222cf2dc3
libata: add ATI SB700 device IDs to AHCI driver

The SATA controller device ID is different according to
the onchip SATA type set in the system BIOS:
Device                              Device ID
SATA in IDE mode             0x4390
SATA in AHCI mode           0x4391
SATA in non-raid5 driver     0x4392
SATA in raid5 driver           0x4393

Although the device ID is different, they use the same AHCI driver
.The attached file is the patch for adding these device
IDs for ATI SB700.

Signed-off-by: su henry <henry.su.ati@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ata/ahci.c