2.3.x Vrc-5074 UART support

From: Geert Uytterhoeven (Geert.Uytterhoeven@sonycom.com)
Date: Fri Feb 18 2000 - 09:22:51 EST


This patch adds support for the UART in the NEC Vrc-5074 host bridge for VR5000
based systems.

Since the Vrc-5074 is mainly used as a motherboard device (it can be used in a
multi-controller setup or in a plug-in card, though), I decided to compile it
in conditionally.

--- linux-2.3.x/drivers/char/serial.c.orig Thu Feb 17 13:31:24 2000
+++ linux-2.3.x/drivers/char/serial.c Fri Feb 18 15:18:09 2000
@@ -4183,6 +4183,16 @@
         { PCI_VENDOR_ID_ROCKWELL, 0x1004,
                 0x1048, 0x1500,
                 SPCI_FL_BASE1, 1, 115200 },
+#ifdef CONFIG_DDB5074
+ /*
+ * NEC Vrc-5074 (Nile 4) builtin UART.
+ * Conditionally compiled in since this is a motherboard device.
+ */
+ { PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_NILE4,
+ PCI_ANY_ID, PCI_ANY_ID,
+ SPCI_FL_BASE0, 1, 520833,
+ 64, 3, NULL, 0x300 },
+#endif
         /* Generic serial board */
         { 0, 0,
                 0, 0,

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven ------------- Sony Software Development Center Europe (SDCE)
Geert.Uytterhoeven@sonycom.com ------------------- Sint-Stevens-Woluwestraat 55
Voice +32-2-7248638 Fax +32-2-7262686 ---------------- B-1130 Brussels, Belgium

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



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:21 EST