[PATCH v2 7/9] Add Freescale PCI VENDOR ID.
Jon Loeliger
jdl at freescale.com
Tue Jun 5 08:30:19 EST 2007
Also add 8641/8641D Host Bridge device IDs as well.
All of which already exist or have been submitted to
The Linux PCI ID Repository at:
http://pci-ids.ucw.cz/
CC-to: pci-ids at ucw.cz
Signed-off-by: Jon Loeliger <jdl at freescale.com>
---
include/linux/pci_ids.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 62b3e00..0e0dc98 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2093,6 +2093,10 @@
#define PCI_VENDOR_ID_TDI 0x192E
#define PCI_DEVICE_ID_TDI_EHCI 0x0101
+#define PCI_VENDOR_ID_FREESCALE 0x1957
+#define PCI_DEVICE_ID_8641_PCI_HOST_BRIDGE 0x7010
+#define PCI_DEVICE_ID_8641D_PCI_HOST_BRIDGE 0x7011
+
#define PCI_VENDOR_ID_PASEMI 0x1959
#define PCI_VENDOR_ID_ATTANSIC 0x1969
--
1.5.0.3
More information about the Linuxppc-dev
mailing list