On Wed, Jun 06, 2007 at 02:52:46PM +0800, tiansm@xxxxxxxxxx wrote: > +#if defined(CONFIG_LEMOTE_FULONG) > +#define LEMOTE_FULONG_SERIAL_PORT_DEFNS \ > + /* UART CLK PORT IRQ FLAGS */ \ > + { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ > +#endif > + > #define SERIAL_PORT_DFNS \ > DDB5477_SERIAL_PORT_DEFNS \ > EV64120_SERIAL_PORT_DEFNS \ > @@ -172,6 +178,7 @@ > STD_SERIAL_PORT_DEFNS \ > MOMENCO_OCELOT_C_SERIAL_PORT_DEFNS \ > MOMENCO_OCELOT_SERIAL_PORT_DEFNS \ > - MOMENCO_OCELOT_3_SERIAL_PORT_DEFNS > + MOMENCO_OCELOT_3_SERIAL_PORT_DEFNS \ > + LEMOTE_FULONG_SERIAL_PORT_DEFNS > > #endif /* _ASM_SERIAL_H */ I wonder, is the standard CONFIG_HAVE_STD_PC_SERIAL_PORT which does basically the same thing as above but for all four ports of a typical PC-style 16652 configuration for some reason inacceptable for Fulong? Ralf