--- zzzz-none-000/linux-2.6.28.10/include/linux/serial.h 2009-05-02 18:54:43.000000000 +0000 +++ fusiv-7390-686/linux-2.6.28.10/include/linux/serial.h 2012-02-14 14:37:49.000000000 +0000 @@ -13,6 +13,7 @@ #include #ifdef __KERNEL__ +#include #include /* @@ -77,7 +78,15 @@ #define PORT_16654 11 #define PORT_16850 12 #define PORT_RSA 13 /* RSA-DV II/S card */ -#define PORT_MAX 13 +#define PORT_NS16550A 14 +#define PORT_XSCALE 15 +#define PORT_OHIO 16 /*--- mosty like 16550A ---*/ +#define PORT_UR8 17 /*--- mosty like 16550A ---*/ +#define PORT_DAVINCI 18 /*--- mosty like 16550A ---*/ +#define PORT_PUMA5 19 /*--- mosty like 16550A ---*/ +#define PORT_RM9000 20 /* TKL: FUSIV SDK 8.2 - PMC-Sierra RM9xxx internal UART */ +#define PORT_MAX_8250 20 /* max port ID */ +#define PORT_MAX 20 #define SERIAL_IO_PORT 0 #define SERIAL_IO_HUB6 1