Update of /cvsroot/linux-mips/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv6311
Modified Files:
pci_ids.h
Log Message:
Needed a few missing PCI id's to get eagle building.. now to figure out _why_
the hell the Vrc4173 AC97 and the Vrc5477 have the same PCI ID's..
Index: pci_ids.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/linux/pci_ids.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pci_ids.h 2001/10/19 21:19:40 1.5
+++ pci_ids.h 2001/10/28 02:21:08 1.6
@@ -430,9 +430,13 @@
#define PCI_DEVICE_ID_MIRO_36050 0x5601
#define PCI_VENDOR_ID_NEC 0x1033
+#define PCI_DEVICE_ID_NEC_VRC4173_USB 0x0035
+#define PCI_DEVICE_ID_NEC_VRC4173_CARDU 0x003e
#define PCI_DEVICE_ID_NEC_PCX2 0x0046
#define PCI_DEVICE_ID_NEC_NILE4 0x005a
#define PCI_DEVICE_ID_NEC_VRC5476 0x009b
+#define PCI_DEVICE_ID_NEC_VRC4173_BCU 0x00a5
+#define PCI_DEVICE_ID_NEC_VRC4173_AC97 0x00a6
#define PCI_DEVICE_ID_NEC_VRC5477_AC97 0x00a6
#define PCI_VENDOR_ID_FD 0x1036
@@ -1504,6 +1508,9 @@
#define PCI_VENDOR_ID_NETVIN 0x4a14
#define PCI_DEVICE_ID_NETVIN_NV5000SC 0x5000
+
+#define PCI_VENDOR_ID_MEDIAQ 0x4d51
+#define PCI_DEVICE_ID_MEDIAQ_MQ200 0x0200
#define PCI_VENDOR_ID_S3 0x5333
#define PCI_DEVICE_ID_S3_PLATO_PXS 0x0551
|