New patch to review for coreboot: 56d8c3c pci_ids: Add sb800 SATA device raid mode device id
Kerry Sheh (shekairui@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/226 -gerrit commit 56d8c3cff880c65c5c839b56c68fc63891ebec06 Author: Kerry Sheh <shekairui@gmail.com> Date: Thu Sep 22 18:52:35 2011 +0800 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> --- 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 9886199..390a42a 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
participants (1)
-
Kerry Sheh