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

Osamu Tomita (tomita@cinet.co.jp)
Sun, 15 Dec 2002 22:15:40 +0900


This is a multi-part message in MIME format.
--------------7CF68C32861A7E03E00723F1
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

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
--------------7CF68C32861A7E03E00723F1
Content-Type: text/plain; charset=iso-2022-jp;
name="serial-pnp.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="serial-pnp.patch"

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;
}

--------------7CF68C32861A7E03E00723F1--

-
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/