pci_ids: Add sb800 SATA device raid mode device id
authorKerry Sheh <shekairui@gmail.com>
Thu, 22 Sep 2011 10:52:35 +0000 (18:52 +0800)
committerMarc Jones <marcj303@gmail.com>
Mon, 3 Oct 2011 21:27:22 +0000 (23:27 +0200)
sb800 SATA device have different device id with different configure
mode, 4392h for RAID mode, 4393h for RAID5 mode

Change-Id: If54f7751f531c94ee725309a2a5c255390935ead
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/226
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/include/device/pci_ids.h

index 9886199852fbb47e15037926b1242620bcdb1064..390a42a66c3a6f90f6f5d3bab70fff74268ac18d 100644 (file)
 #define PCI_DEVICE_ID_ATI_SB800_LPC             0x439D
 #define PCI_DEVICE_ID_ATI_SB800_SATA            0x4390
 #define PCI_DEVICE_ID_ATI_SB800_SATA_AHCI       0x4391
+#define PCI_DEVICE_ID_ATI_SB800_SATA_RAID       0x4392
+#define PCI_DEVICE_ID_ATI_SB800_SATA_RAID5      0x4393
 #define PCI_DEVICE_ID_ATI_SB800_IDE             0x439C
 #define PCI_DEVICE_ID_ATI_SB800_HDA             0x4383
 #define PCI_DEVICE_ID_ATI_SB800_PCI             0x4384