From d9b1c4f42f8e2fc4c3e44fa23f815c68e5127385 Mon Sep 17 00:00:00 2001 From: Mondrian nuessle Date: Wed, 22 Apr 2009 20:27:53 +0000 Subject: This patch adds support for the BCM21000 (aka HT-2100) PCIe bridge. Signed-off-by: Mondrian nuessle Acked-by: Samuel Verstraete git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4182 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci_ids.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 36e9c915d7..98667854d3 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1335,6 +1335,10 @@ #define PCI_DEVICE_ID_BROADCOM_BCM5780_NIC 0x1668 #define PCI_DEVICE_ID_BROADCOM_BCM5780_NIC1 0x1669 +#define PCI_DEVICE_ID_SERVERWORKS_BCM21000_EXB0 0x140 +#define PCI_DEVICE_ID_SERVERWORKS_BCM21000_EXB1 0x142 +#define PCI_DEVICE_ID_SERVERWORKS_BCM21000_EXB2 0x144 + #define PCI_DEVICE_ID_SERVERWORKS_BCM5785_HT_PXB 0x0036 #define PCI_DEVICE_ID_SERVERWORKS_BCM5785_PXBX 0x0104 #define PCI_DEVICE_ID_SERVERWORKS_BCM5785_SATA 0x024a -- cgit v1.2.3