[PATCH] serial: add new PCI serial card support

From: Yoichi Yuasa
Date: Tue Feb 07 2006 - 08:59:34 EST


Hi,

This patch adds new PCI serial card support.
Please apply.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx>

diff -urN -X dontdiff rc2-orig/drivers/serial/8250_pci.c rc2/drivers/serial/8250_pci.c
--- rc2-orig/drivers/serial/8250_pci.c 2006-02-07 11:09:22.125034500 +0900
+++ rc2/drivers/serial/8250_pci.c 2006-02-07 22:35:31.421954750 +0900
@@ -1868,6 +1868,10 @@
PCI_SUBVENDOR_ID_CONNECT_TECH,
PCI_SUBDEVICE_ID_CONNECT_TECH_TITAN_4, 0, 0,
pbn_b0_4_1843200 },
+ { PCI_VENDOR_ID_OXSEMI, PCI_DEVICE_ID_OXSEMI_16PCI954,
+ PCI_VENDOR_ID_AFAVLAB,
+ PCI_SUBDEVICE_ID_AFAVLAB_P061, 0, 0,
+ pbn_b0_4_1152000 },
{ PCI_VENDOR_ID_EXAR, PCI_DEVICE_ID_EXAR_XR17C152,
PCI_SUBVENDOR_ID_CONNECT_TECH,
PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_232, 0, 0,
diff -urN -X dontdiff rc2-orig/include/linux/pci_ids.h rc2/include/linux/pci_ids.h
--- rc2-orig/include/linux/pci_ids.h 2006-02-07 11:09:53.470993500 +0900
+++ rc2/include/linux/pci_ids.h 2006-02-07 22:34:26.277883500 +0900
@@ -1829,6 +1829,7 @@
#define PCI_VENDOR_ID_AFAVLAB 0x14db
#define PCI_DEVICE_ID_AFAVLAB_P028 0x2180
#define PCI_DEVICE_ID_AFAVLAB_P030 0x2182
+#define PCI_SUBDEVICE_ID_AFAVLAB_P061 0x2150

#define PCI_VENDOR_ID_BROADCOM 0x14e4
#define PCI_DEVICE_ID_TIGON3_5752 0x1600


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/