[PATCH] serial: support for new board

From: Matthias Fuchs
Date: Thu Jan 11 2007 - 05:11:28 EST


Hi,

this patch adds support for the CPCI-ASIO4 quad port CompactPCI UART board from
electronic system design gmbh.
I hope this patch does not molder because the serial code is currently an orphan.

Signed-off-by: Matthias Fuchs <matthias.fuchs@xxxxxxxxxxxxxxxxxxx>

---
commit 677ea3b4ad7aa9660e0c999c8f9457cb6e6620fb
tree ab54a09258da972b9f69a47e37c43cf44c15e009
parent f3a2c3ee458bd614231e548c13acb0cf33a68631
author Matthias Fuchs <matthias.fuchs@xxxxxxxxxxxxxxxxxxx> Wed, 10 Jan 2007 08:41:44 +0100
committer Matthias Fuchs <matthias.fuchs@xxxxxxxxxxxxxxxxxxx> Wed, 10 Jan 2007 08:41:44 +0100

drivers/serial/8250_pci.c | 11 +++++++++++
include/linux/pci_ids.h | 3 +++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c
index 52e2e64..5a31ba4 100644
--- a/drivers/serial/8250_pci.c
+++ b/drivers/serial/8250_pci.c
@@ -936,6 +936,7 @@ enum pci_board_num_t {

pbn_b2_1_115200,
pbn_b2_2_115200,
+ pbn_b2_4_115200,
pbn_b2_8_115200,

pbn_b2_1_460800,
@@ -1249,6 +1250,12 @@ static struct pciserial_board pci_boards
.base_baud = 115200,
.uart_offset = 8,
},
+ [pbn_b2_4_115200] = {
+ .flags = FL_BASE2,
+ .num_ports = 4,
+ .base_baud = 115200,
+ .uart_offset = 8,
+ },
[pbn_b2_8_115200] = {
.flags = FL_BASE2,
.num_ports = 8,
@@ -1990,6 +1997,10 @@ static struct pci_device_id serial_pci_t
{ PCI_VENDOR_ID_PANACOM, PCI_DEVICE_ID_PANACOM_DUALMODEM,
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
pbn_panacom2 },
+ { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030,
+ PCI_VENDOR_ID_ESDGMBH,
+ PCI_DEVICE_ID_ESDGMBH_CPCIASIO4, 0, 0,
+ pbn_b2_4_115200 },
{ PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050,
PCI_SUBVENDOR_ID_CHASE_PCIFAST,
PCI_SUBDEVICE_ID_CHASE_PCIFAST4, 0, 0,
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index f7a416c..61a7de7 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -953,6 +953,7 @@
#define PCI_DEVICE_ID_PLX_R753 0x1152
#define PCI_DEVICE_ID_PLX_OLITEC 0x1187
#define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196
+#define PCI_DEVICE_ID_PLX_9030 0x9030
#define PCI_DEVICE_ID_PLX_9050 0x9050
#define PCI_DEVICE_ID_PLX_9080 0x9080
#define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001
@@ -1686,6 +1687,8 @@
#define PCI_VENDOR_ID_ELECTRONICDESIGNGMBH 0x12f8
#define PCI_DEVICE_ID_LML_33R10 0x8a02

+#define PCI_VENDOR_ID_ESDGMBH 0x12fe
+#define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111

#define PCI_VENDOR_ID_SIIG 0x131f
#define PCI_SUBVENDOR_ID_SIIG 0x131f
-
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/