]> git.baikalelectronics.ru Git - kernel.git/commit
The SATA controller device ID is different according to
authorsu henry <henry.su.ati@gmail.com>
Fri, 20 Jul 2007 12:07:46 +0000 (08:07 -0400)
committerJeff Garzik <jeff@garzik.org>
Fri, 20 Jul 2007 12:07:46 +0000 (08:07 -0400)
commit8cbd9f307faf4a5c63ad8fad4e0b5d813c56017d
treebcdd50d27969b247d2cb459a3cfdbb686ef2e34d
parentf4ccd196e62205027569eaaec3804fd8467041ff
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: henry.su.ati@gmail.com
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ahci.c