diff options
author | Kerry Sheh <shekairui@gmail.com> | 2011-09-22 18:52:35 +0800 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-10-03 23:27:22 +0200 |
commit | f8adf7a129e6746a558d6f6e1c29045746c93cde (patch) | |
tree | 198a625b841aaa1d7fcadca62d661c4f4a3b6391 /src/include/device | |
parent | af90275a41169fa16459ce13b729ab2875199aa1 (diff) |
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>
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 9886199852..390a42a66c 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -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 |