Re: PNPACPI probes serial twice, messes up serial console

From: Russell King
Date: Tue Mar 20 2007 - 11:15:15 EST


On Tue, Mar 20, 2007 at 08:32:24AM -0600, Bjorn Helgaas wrote:
> Index: work-mm2/include/linux/serial_8250.h
> ===================================================================
> --- work-mm2.orig/include/linux/serial_8250.h 2006-08-22 12:26:25.000000000 -0600
> +++ work-mm2/include/linux/serial_8250.h 2006-08-22 16:37:36.000000000 -0600
> @@ -44,6 +44,7 @@
> PLAT8250_DEV_HUB6,
> PLAT8250_DEV_MCA,
> PLAT8250_DEV_AU1X00,
> + PLAT8250_DEV_X86,

There's no need for PLAT8250_DEV_X86 if x86 went to the model that ARM
and all the others which I did convert use - iow, PLAT8250_DEV_PLATFORM
and friends.

They're there so that the arch/* code can provide their serial port
information to the 8250 driver instead of using include/asm-*/serial.h

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/