aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-07-23 16:47:26 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-07-24 11:32:05 -0400
commite58712111fe6eb7573fd6dd12d80de3bec13f277 (patch)
tree5a0440635469bcc93ab38f92f0752476734484fd /include/linux/pci_ids.h
parentc26c372cdbe7de1b9d0c88adce2ae21ef9249e9a (diff)
[POWERPC] 85xx: Added needed MPC85xx PCI device IDs
Added the MPC85xx PCI device IDs that we need for the quirks we have. Also, fixed the MPC8567E, MPC8567 device IDs which had the wrong value. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r--include/linux/pci_ids.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 3c870f11f330..c086a70a56da 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2076,6 +2076,19 @@
2076#define PCI_DEVICE_ID_TDI_EHCI 0x0101 2076#define PCI_DEVICE_ID_TDI_EHCI 0x0101
2077 2077
2078#define PCI_VENDOR_ID_FREESCALE 0x1957 2078#define PCI_VENDOR_ID_FREESCALE 0x1957
2079#define PCI_DEVICE_ID_MPC8548E 0x0012
2080#define PCI_DEVICE_ID_MPC8548 0x0013
2081#define PCI_DEVICE_ID_MPC8543E 0x0014
2082#define PCI_DEVICE_ID_MPC8543 0x0015
2083#define PCI_DEVICE_ID_MPC8547E 0x0018
2084#define PCI_DEVICE_ID_MPC8545E 0x0019
2085#define PCI_DEVICE_ID_MPC8545 0x001a
2086#define PCI_DEVICE_ID_MPC8568E 0x0020
2087#define PCI_DEVICE_ID_MPC8568 0x0021
2088#define PCI_DEVICE_ID_MPC8567E 0x0022
2089#define PCI_DEVICE_ID_MPC8567 0x0023
2090#define PCI_DEVICE_ID_MPC8544E 0x0030
2091#define PCI_DEVICE_ID_MPC8544 0x0031
2079#define PCI_DEVICE_ID_MPC8641 0x7010 2092#define PCI_DEVICE_ID_MPC8641 0x7010
2080#define PCI_DEVICE_ID_MPC8641D 0x7011 2093#define PCI_DEVICE_ID_MPC8641D 0x7011
2081 2094