aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/8250_pci.c')
-rw-r--r--drivers/serial/8250_pci.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c
index 6d7d616e9ccd..5e485876f54c 100644
--- a/drivers/serial/8250_pci.c
+++ b/drivers/serial/8250_pci.c
@@ -976,7 +976,6 @@ enum pci_board_num_t {
976 pbn_oxsemi, 976 pbn_oxsemi,
977 pbn_intel_i960, 977 pbn_intel_i960,
978 pbn_sgi_ioc3, 978 pbn_sgi_ioc3,
979 pbn_nec_nile4,
980 pbn_computone_4, 979 pbn_computone_4,
981 pbn_computone_6, 980 pbn_computone_6,
982 pbn_computone_8, 981 pbn_computone_8,
@@ -1443,18 +1442,6 @@ static struct pciserial_board pci_boards[] __devinitdata = {
1443 }, 1442 },
1444 1443
1445 /* 1444 /*
1446 * NEC Vrc-5074 (Nile 4) builtin UART.
1447 */
1448 [pbn_nec_nile4] = {
1449 .flags = FL_BASE0,
1450 .num_ports = 1,
1451 .base_baud = 520833,
1452 .uart_offset = 8 << 3,
1453 .reg_shift = 3,
1454 .first_offset = 0x300,
1455 },
1456
1457 /*
1458 * Computone - uses IOMEM. 1445 * Computone - uses IOMEM.
1459 */ 1446 */
1460 [pbn_computone_4] = { 1447 [pbn_computone_4] = {
@@ -2345,13 +2332,6 @@ static struct pci_device_id serial_pci_tbl[] = {
2345 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2332 PCI_ANY_ID, PCI_ANY_ID, 0, 0,
2346 pbn_b2_1_115200 }, 2333 pbn_b2_1_115200 },
2347 2334
2348 /*
2349 * NEC Vrc-5074 (Nile 4) builtin UART.
2350 */
2351 { PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_NILE4,
2352 PCI_ANY_ID, PCI_ANY_ID, 0, 0,
2353 pbn_nec_nile4 },
2354
2355 { PCI_VENDOR_ID_DCI, PCI_DEVICE_ID_DCI_PCCOM2, 2335 { PCI_VENDOR_ID_DCI, PCI_DEVICE_ID_DCI_PCCOM2,
2356 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2336 PCI_ANY_ID, PCI_ANY_ID, 0, 0,
2357 pbn_b3_2_115200 }, 2337 pbn_b3_2_115200 },