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)
commitbadc2341579511a247f5993865aa68379e283c5c
treebcdd50d27969b247d2cb459a3cfdbb686ef2e34d
parent203ef6c456ad70e660cca67921d3d872b13aa516
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