The patch titled smsc-ircc2: bypass PNP detection until we get the quirks worked out has been added to the -mm tree. Its filename is smsc-ircc2-bypass-pnp-detection-until-we-get-the-quirks-worked-out.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: smsc-ircc2: bypass PNP detection until we get the quirks worked out From: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Don't use PNP detection by default yet. We have some PNP and BIOS issues to work out first. Sample problem on a Toshiba Portege 4000: the SMCf010 device is handed off disabled. We assign I/O ports originally assigned to the SMCf010 to a PCMCIA device instead. We enable the SMCf010, configuring it to use disjoint ports, but _SRS doesn't work correctly, so the device doesn't work. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Cc: Andrey Borzenkov <arvidjaar@xxxxxxx> Cc: Adam Belay <ambx1@xxxxxxxxxx> Cc: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: Samuel Ortiz <samuel@xxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/irda/smsc-ircc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/irda/smsc-ircc2.c~smsc-ircc2-bypass-pnp-detection-until-we-get-the-quirks-worked-out drivers/net/irda/smsc-ircc2.c --- a/drivers/net/irda/smsc-ircc2.c~smsc-ircc2-bypass-pnp-detection-until-we-get-the-quirks-worked-out +++ a/drivers/net/irda/smsc-ircc2.c @@ -79,7 +79,7 @@ MODULE_AUTHOR("Daniele Peri <peri@xxxxxx MODULE_DESCRIPTION("SMC IrCC SIR/FIR controller driver"); MODULE_LICENSE("GPL"); -static int smsc_nopnp; +static int smsc_nopnp = 1; module_param_named(nopnp, smsc_nopnp, bool, 0); MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings"); _ Patches currently in -mm which might be from bjorn.helgaas@xxxxxx are origin.patch smsc-ircc2-bypass-pnp-detection-until-we-get-the-quirks-worked-out.patch serial-assert-dtr-for-serial-console-devices.patch console-more-buf-for-index-parsing.patch console-console-handover-to-preferred-console.patch x86-initial-fixmap-support.patch serial-convert-early_uart-to-earlycon-for-8250.patch serial-convert-early_uart-to-earlycon-for-8250-fix.patch serial-convert-early_uart-to-earlycon-for-8250-ia64-fix.patch serial-convert-early_uart-to-earlycon-for-8250-fix-3-alias.patch move-free-pages-between-lists-on-steal.patch use-menuconfig-objects-pnp.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html