2002-02-15 23:24:45

by Ed Vance

[permalink] [raw]
Subject: [PATCH] PCI device ID Oxford 952 UART

This patch corrects PCI device id in pci_ids.h for Oxford Semi OX16PCI952
PCI/dual 16950 UART chip, and adds this entry to pci.ids. I downloaded the
datasheet today and verified that 9521 is the correct device id.

Generated for 2.4.18-rc1, should also be applied to 2.5.

Thanks in
Ed Vance

diff -urN -X dontdiff.txt linux-2.4.18-rc1/drivers/pci/pci.ids
rc1-ml/drivers/pci/pci.ids
--- linux-2.4.18-rc1/drivers/pci/pci.ids Fri Feb 15 14:24:19 2002
+++ rc1-ml/drivers/pci/pci.ids Fri Feb 15 14:49:07 2002
@@ -3952,6 +3952,7 @@
1413 Addonics
1414 Microsoft Corporation
1415 Oxford Semiconductor Ltd
+ 9521 Oxford Semi OX16PCI952 PCI/dual 16950 UART
1416 Multiwave Innovation pte Ltd
1417 Convergenet Technologies Inc
1418 Kyushu electronics systems Inc
diff -urN -X dontdiff.txt linux-2.4.18-rc1/include/linux/pci_ids.h
rc1-ml/include/linux/pci_ids.h
--- linux-2.4.18-rc1/include/linux/pci_ids.h Fri Feb 15 14:24:27 2002
+++ rc1-ml/include/linux/pci_ids.h Fri Feb 15 14:51:35 2002
@@ -1474,9 +1474,9 @@
#define PCI_VENDOR_ID_OXSEMI 0x1415
#define PCI_DEVICE_ID_OXSEMI_12PCI840 0x8403
#define PCI_DEVICE_ID_OXSEMI_16PCI954 0x9501
-#define PCI_DEVICE_ID_OXSEMI_16PCI952 0x950A
#define PCI_DEVICE_ID_OXSEMI_16PCI95N 0x9511
#define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0x9513
+#define PCI_DEVICE_ID_OXSEMI_16PCI952 0x9521

#define PCI_VENDOR_ID_AIRONET 0x14b9
#define PCI_DEVICE_ID_AIRONET_4800_1 0x0001


----------------------------------------------------------------
Ed Vance [email protected]
Macrolink, Inc. 1500 N. Kellogg Dr Anaheim, CA 92807
PH 714.777.8800 x335 Fax 714.777.8807 http://www.macrolink.com
----------------------------------------------------------------