1 --- linux-mips-cvs/include/asm-mips/serial.h 2004-08-20 00:33:33.000000000 +0200
2 +++ linux-broadcom/include/asm-mips/serial.h 2005-01-31 13:13:14.000000000 +0100
4 #define TXX927_SERIAL_PORT_DEFNS
7 +#ifdef CONFIG_BCM947XX
8 +/* reserve 4 ports to be configured at runtime */
9 +#define BCM947XX_SERIAL_PORT_DEFNS { 0, }, { 0, }, { 0, }, { 0, },
11 +#define BCM947XX_SERIAL_PORT_DEFNS
14 #ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT
15 #define STD_SERIAL_PORT_DEFNS \
16 /* UART CLK PORT IRQ FLAGS */ \
18 #define SERIAL_PORT_DFNS \
19 ATLAS_SERIAL_PORT_DEFNS \
20 AU1000_SERIAL_PORT_DEFNS \
21 + BCM947XX_SERIAL_PORT_DEFNS \
22 COBALT_SERIAL_PORT_DEFNS \
23 DDB5477_SERIAL_PORT_DEFNS \
24 EV96100_SERIAL_PORT_DEFNS \