1 diff -urN linux.old/drivers/serial/8250.c linux.net/drivers/serial/8250.c
2 --- linux.old/drivers/serial/8250.c 2006-01-15 07:16:02.000000000 +0100
3 +++ linux.net/drivers/serial/8250.c 2006-01-30 06:12:30.509342250 +0100
6 struct uart_8250_port *up = (struct uart_8250_port *)port;
8 - unsigned char lsr, iir;
9 +// unsigned char lsr, iir;
12 up->capabilities = uart_config[up->port.type].flags;
15 serial8250_set_mctrl(&up->port, up->port.mctrl);
17 +// For some reason this test causes problems on the AP6x serial console
20 * Do a quick test to see if we receive an
21 * interrupt when we enable the TX irq.
24 up->bugs &= ~UART_BUG_TXEN;
29 spin_unlock_irqrestore(&up->port.lock, flags);