Rudolf Marek ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/806
-gerrit commit e4cda7e562ca9cd487df9775a076f401b7bf7836 Author: Rudolf Marek <[email protected]> Date: Sun Mar 25 15:58:09 2012 +0200 Add RDC R8610 PCI IDs. Change-Id: I3f3585f15265aa1377f72ba23accf1adb08cb8ac Signed-off-by: Rudolf Marek <[email protected]> --- src/include/device/pci_ids.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 60399ef..a2d6884 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1938,6 +1938,10 @@ #define PCI_VENDOR_ID_PDC 0x15e9 #define PCI_DEVICE_ID_PDC_1841 0x1841 +#define PCI_VENDOR_ID_RDC 0x17f3 +#define PCI_DEVICE_ID_RDC_R8610_NB 0x6020 +#define PCI_DEVICE_ID_RDC_R8610_SB 0x6030 + #define PCI_VENDOR_ID_ALTIMA 0x173b #define PCI_DEVICE_ID_ALTIMA_AC1000 0x03e8 #define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

