diff options
author | Zheng Bao zheng.bao <Zheng Bao zheng.bao@amd.com> | 2010-03-16 01:36:21 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2010-03-16 01:36:21 +0000 |
commit | 8069eb17208c775632c6cf3a4d9e173e899ef047 (patch) | |
tree | 5eed13a7ac090ca8ac6b39d8594d37552cadf2f4 /src/include/device | |
parent | 23d89ccfd2444c9784e6a27256012f71f8e609dd (diff) |
1. This patch is about the pci header of RS780 and SB700. It is made
seperatedly because both RS780 and SB700 will modify the pci_ids.h. It
maybe will cause conflict if the sequence the patches are applied is
different with the one they are created.
2. Dev 0-10 of RS780 has AMD's Vendor ID. So we think it is better to
define the Device ID as XXX_AMD_RS780_XXX. Does anyone think it is
better to move this definition to the AMD zone? That will split the
RS780 into two parts. Is it inappropriate?
Signed-off-by: Zheng Bao <zheng.bao@amd.com
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5217 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2e522cc938..7e4d18831f 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -298,6 +298,20 @@ #define PCI_DEVICE_ID_ATI_SB600_USB_3 0x438A #define PCI_DEVICE_ID_ATI_SB600_USB_4 0x438B +#define PCI_DEVICE_ID_ATI_SB700_LPC 0x439D +#define PCI_DEVICE_ID_ATI_SB700_SATA 0x4390 +#define PCI_DEVICE_ID_ATI_SB700_IDE 0x439C +#define PCI_DEVICE_ID_ATI_SB700_HDA 0x4383 +#define PCI_DEVICE_ID_ATI_SB700_PCI 0x4384 +#define PCI_DEVICE_ID_ATI_SB700_SM 0x4385 +#define PCI_DEVICE_ID_ATI_SB700_USB_18_0 0x4397 +#define PCI_DEVICE_ID_ATI_SB700_USB_18_1 0x4398 +#define PCI_DEVICE_ID_ATI_SB700_USB_18_2 0x4396 +#define PCI_DEVICE_ID_ATI_SB700_USB_19_0 0x4397 +#define PCI_DEVICE_ID_ATI_SB700_USB_19_1 0x4398 +#define PCI_DEVICE_ID_ATI_SB700_USB_19_2 0x4396 +#define PCI_DEVICE_ID_ATI_SB700_USB_20_5 0x4399 + #define PCI_DEVICE_ID_ATI_RS690_HT 0x7910 #define PCI_DEVICE_ID_ATI_RS690_PCIE 0x7912 #define PCI_DEVICE_ID_ATI_RS690_PCIE_DEV2 0x7913 @@ -310,6 +324,23 @@ #define PCI_DEVICE_ID_ATI_RS690_INT_GFX 0x791e #define PCI_DEVICE_ID_ATI_RS690MT_INT_GFX 0x791f +#define PCI_DEVICE_ID_AMD_RS780_HT 0x9600 +#define PCI_DEVICE_ID_AMD_RS780_PCIE 0x9602 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV2 0x9603 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV3 0x960B +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV4 0x9604 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV5 0x9605 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV6 0x9606 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV7 0x9607 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV9 0x9608 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV10 0x9609 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV8 0x960A +#define PCI_DEVICE_ID_ATI_RS780_INT_GFX 0x9610 +#define PCI_DEVICE_ID_ATI_RS780C_INT_GFX 0x9611 +#define PCI_DEVICE_ID_ATI_RS780M_INT_GFX 0x9612 +#define PCI_DEVICE_ID_ATI_RS780MC_INT_GFX 0x9613 +#define PCI_DEVICE_ID_ATI_RS780E_INT_GFX 0x9615 + #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 #define PCI_DEVICE_ID_VLSI_82C593 0x0006 |