summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-23 10:08:33 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-23 10:08:33 +0000
commite4d0251c6f56ab2e191afb70f80f382793e23f74 (patch)
tree172af742fb178871024d9ece30ca14a8e68d1e55 /drivers/char
parentc5f4b902ad3327932b101405ddf470644fc580b3 (diff)
DDB 5074 updates from Geert.
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/rtc.c1
-rw-r--r--drivers/char/serial.c10
2 files changed, 10 insertions, 1 deletions
diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c
index 994ff4455..95c188e83 100644
--- a/drivers/char/rtc.c
+++ b/drivers/char/rtc.c
@@ -62,7 +62,6 @@
#include <linux/poll.h>
#include <linux/proc_fs.h>
#include <linux/spinlock.h>
-#include <linux/rtc.h>
#include <asm/io.h>
#include <asm/uaccess.h>
diff --git a/drivers/char/serial.c b/drivers/char/serial.c
index 4d3a5a8f8..eeb82a033 100644
--- a/drivers/char/serial.c
+++ b/drivers/char/serial.c
@@ -4180,6 +4180,16 @@ static struct pci_board pci_boards[] __initdata = {
{ 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,