summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h b/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h
index f682d710ea..d9c695a671 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h
+++ b/c/src/lib/libbsp/powerpc/mvme5500/pci/pci.h
@@ -14,8 +14,7 @@
*
* pci.h,v 1.2 2002/05/14 17:10:16 joel Exp
*
- * S. Kate Feng : Added support for Marvell and PLX. 3/5/2004.
-
+ * S. Kate Feng : Added support for Marvell and PLX. 2004, 2007.
*/
#ifndef RTEMS_PCI_H
@@ -23,26 +22,31 @@
#include <rtems/pci.h>
-#define PCI_CAPABILITY_LIST_POINTER 0x34 /* <SKF> */
+/************ Beginning of added by Kate Feng **********************/
+#define PCI_CAPABILITY_LIST_POINTER 0x34
/* Device classes and subclasses */
-#define PCI_CLASS_GT6426xAB_BRIDGE_PCI 0x0580 /* <SKF> */
+#define PCI_CLASS_GT6426xAB_BRIDGE_PCI 0x0580
/*
* Vendor and card ID's: sort these numerically according to vendor
* (and according to card ID within vendor). Send all updates to
* <linux-pcisupport@cck.uni-kl.de>.
*/
-#define PCI_VENDOR_ID_MARVELL 0x11ab /* <SKF> */
-#define PCI_DEVICE_ID_MARVELL_GT6426xAB 0x6430 /* <SKF> */
+#define PCI_VENDOR_ID_MARVELL 0x11ab
+#define PCI_DEVICE_ID_MARVELL_GT6426xAB 0x6430
+#define PCI_DEVICE_ID_MARVELL_GT64360 0x6460
/* Note : The PLX Technology Inc. had the old VENDOR_ID.
* See PCI_VENDOR_ID_PLX, PCI_VENDOR_ID_PLX_9050, ..etc.
*/
-#define PCI_VENDOR_ID_PLX2 0x3388 /* <SKF> */
-#define PCI_DEVICE_ID_PLX2_PCI6154_HB2 0x26 /* <SKF> */
+#define PCI_VENDOR_ID_PLX2 0x3388
+#define PCI_DEVICE_ID_PLX2_PCI6154_HB2 0x26
+
+#define PCI_DEVICE_ID_TUNDRA_TSI148 0x0148
+#define PCI_DEVICE_INTEL_82544EI_COPPER 0x1008
-#define PCI_DEVICE_INTEL_82544EI_COPPER 0x1008 /* <SKF> */
+/* end of added by Kate Feng */
struct _pin_routes
{