[PATCHSET] PC-9800 addtional for 2.5.50-ac1 (20/21)

From: Osamu Tomita (tomita@cinet.co.jp)
Date: Sun Dec 15 2002 - 08:15:40 EST


NEC PC-9800 subarchitecture support patch for 2.5.50-ac1 (20/21)
This patch support on-board modem of PC98.

diffstat:
 drivers/serial/8250_pnp.c | 5 +++++
 1 files changed, 5 insertions(+)

Regards,
Osamu Tomita

diff -urN linux/drivers/serial/8250_pnp.c linux98/drivers/serial/8250_pnp.c
--- linux/drivers/serial/8250_pnp.c 2002-12-11 13:10:07.000000000 +0900
+++ linux98/drivers/serial/8250_pnp.c 2002-12-11 13:16:51.000000000 +0900
@@ -188,6 +188,8 @@
         { "MVX00A1", 0 },
         /* PC Rider K56 Phone System PnP */
         { "MVX00F2", 0 },
+ /* NEC 98NOTE SPEAKER PHONE FAX MODEM(33600bps) */
+ { "nEC8241", 0 },
         /* Pace 56 Voice Internal Plug & Play Modem */
         { "PMC2430", 0 },
         /* Generic */
@@ -373,6 +375,9 @@
                             ((port->min == 0x2f8) ||
                              (port->min == 0x3f8) ||
                              (port->min == 0x2e8) ||
+#ifdef CONFIG_PC9800
+ (port->min == 0x8b0) ||
+#endif
                              (port->min == 0x3e8)))
                                 return 0;
         }

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



This archive was generated by hypermail 2b29 : Sun Dec 15 2002 - 22:00:32 EST