PATCH: add pc9800 port types

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 21 Mar 2003 20:02:02 GMT


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/include/linux/serial_core.h linux-2.5.65-ac2/include/linux/serial_core.h
--- linux-2.5.65/include/linux/serial_core.h 2003-03-18 16:46:52.000000000 +0000
+++ linux-2.5.65-ac2/include/linux/serial_core.h 2003-03-18 17:12:12.000000000 +0000
@@ -59,6 +59,14 @@
/* NEC v850. */
#define PORT_NB85E_UART 40

+/* NEC PC-9800 */
+#define PORT_8251_PC98 41
+#define PORT_19K_PC98 42
+#define PORT_FIFO_PC98 43
+#define PORT_VFAST_PC98 44
+#define PORT_PC9861 45
+#define PORT_PC9801_101 46
+

#ifdef __KERNEL__

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