pci_ids: Add sb800 SATA device raid mode device id
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>
This commit is contained in:
parent
af90275a41
commit
f8adf7a129
|
@ -315,6 +315,8 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in New Issue