18 Sep 14:30
[PATCH] serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapter
From: Niels de Vos <niels.devos <at> wincor-nixdorf.com>
Subject: [PATCH] serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapter
Newsgroups: gmane.linux.serial, gmane.linux.kernel
Date: 2008-09-18 12:31:14 GMT
Subject: [PATCH] serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapter
Newsgroups: gmane.linux.serial, gmane.linux.kernel
Date: 2008-09-18 12:31:14 GMT
This card is only useable with other devices (not the same card) after doing
a setserial /dev/ttyS<n> baud_base 115200. This baud_base should
be default for this card.
This card was the last/only user of pbn_b0_2_1130000, therefore removed.
Signed-off-by: Niels de Vos <niels.devos <at> wincor-nixdorf.com>
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c
index c2f2393..f092cf9 100644
--- a/drivers/serial/8250_pci.c
+++ b/drivers/serial/8250_pci.c
@@ -1089,8 +1089,6 @@ enum pci_board_num_t {
pbn_b0_2_921600,
pbn_b0_4_921600,
- pbn_b0_2_1130000,
-
pbn_b0_4_1152000,
pbn_b0_2_1843200,
@@ -1245,13 +1243,6 @@ static struct pciserial_board pci_boards[]
__devinitdata = {
.uart_offset = 8,
},
- [pbn_b0_2_1130000] = {
- .flags = FL_BASE0,
- .num_ports = 2,
- .base_baud = 1130000,
(Continue reading)
RSS Feed