diff options
author | Jason Jin <Jason.jin@freescale.com> | 2007-10-03 15:09:50 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 08:38:26 -0500 |
commit | 61c5d3cde10689867b86c8352aa0295637e941cb (patch) | |
tree | 80c452e8970375f7e419f2e9acb12f5b5fcba483 /include/linux/pci_ids.h | |
parent | 53f3945a160af9a2282b9fad0f6ccde25e4ed805 (diff) | |
download | op-kernel-dev-61c5d3cde10689867b86c8352aa0295637e941cb.zip op-kernel-dev-61c5d3cde10689867b86c8352aa0295637e941cb.tar.gz |
[POWERPC] Treat 8610 PCIe host bridge as transparent
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 545f24c..bb244a4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2104,6 +2104,7 @@ #define PCI_DEVICE_ID_MPC8572 0x0041 #define PCI_DEVICE_ID_MPC8641 0x7010 #define PCI_DEVICE_ID_MPC8641D 0x7011 +#define PCI_DEVICE_ID_MPC8610 0x7018 #define PCI_VENDOR_ID_PASEMI 0x1959 |