CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/06/15 14:26:16
Modified files:
drivers/pci : pci.ids
include/linux : pci_ids.h
Log message:
MIPS Denmark does no longer exist so update the company name. List
SOC-it's device ID.
diff -urN linux/drivers/pci/pci.ids linux/drivers/pci/pci.ids
--- linux/drivers/pci/pci.ids 2005/04/08 18:58:21 1.79
+++ linux/drivers/pci/pci.ids 2005/06/15 13:26:15 1.80
@@ -7664,7 +7664,8 @@
153c ANTAL Electronic
153d FILANET Corp
153e TECHWELL Inc
-153f MIPS DENMARK
+153f MIPS Technologies, Inc.
+ 0001 SOC-it
1540 PROVIDEO MULTIMEDIA Co Ltd
1541 MACHONE Communications
1542 VIVID Technology Inc
diff -urN linux/include/linux/pci_ids.h linux/include/linux/pci_ids.h
--- linux/include/linux/pci_ids.h 2005/06/07 13:45:41 1.145
+++ linux/include/linux/pci_ids.h 2005/06/15 13:26:16 1.146
@@ -2119,6 +2119,9 @@
#define PCI_DEVICE_ID_ENE_1410 0x1410
#define PCI_DEVICE_ID_ENE_1420 0x1420
+#define PCI_VENDOR_ID_MIPS 0x153f
+#define PCI_DEVICE_ID_SOC_IT 0x0001
+
#define PCI_VENDOR_ID_SYBA 0x1592
#define PCI_DEVICE_ID_SYBA_2P_EPP 0x0782
#define PCI_DEVICE_ID_SYBA_1P_ECP 0x0783
|