Re: [PATCH] PnP Fixes for 2.6.10-rc1

From: Adam Belay (ambx1_at_neo.rr.com)
Date: 10/25/04

  • Next message: Rusty Russell: "Re: [RFC/PATCH] Per-device parameter support (11/16)"
    Date:	Mon, 25 Oct 2004 00:53:16 -0400
    To: linux-kernel@vger.kernel.org
    
    

    # 2004/10/24 23:42:57-04:00 ambx1@neo.rr.com
    # [PNPBIOS] acpi compile fix
    #
    # Allow PNPBIOS to compile if ACPI support is not enabled.
    #
    # Signed-off-by: Adam Belay <ambx1@neo.rr.com>

    diff -Nru a/drivers/pnp/pnpbios/core.c b/drivers/pnp/pnpbios/core.c
    --- a/drivers/pnp/pnpbios/core.c 2004-10-25 00:08:09 -04:00
    +++ b/drivers/pnp/pnpbios/core.c 2004-10-25 00:08:09 -04:00
    @@ -538,11 +538,13 @@
                     return -ENODEV;
             }
     
    +#ifdef CONFIG_ACPI
             if (!acpi_disabled) {
                     pnpbios_disabled = 1;
                     printk(KERN_INFO "PnPBIOS: Disabled by ACPI\n");
                     return -ENODEV;
             }
    +#endif /* CONFIG_ACPI */
     
             /* scan the system for pnpbios support */
             if (!pnpbios_probe_system())
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Rusty Russell: "Re: [RFC/PATCH] Per-device parameter support (11/16)"

    Relevant Pages

    • [BK PATCH] PnP Fixes for 2.6.10-rc1
      ... This changeset contains a few small fixes. ... o [PNPBIOS] use msleep_interruptible ... o acpi compile fix ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] 2.6.12.1 & disabled CONFIG_PCI
      ... Pasha Zubkov wrote: ... This should be done in header file, then the pnpbios bit can be cleaned ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] PnP Fixes for 2.6.10-rc1
      ... # [PNPBIOS] use msleep_interruptible ... # schedule_timeoutto guarantee the task delays as expected. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: PCI memory allocation bug with CONFIG_HIGHMEM
      ... Why on earth would you want to call PNPBIOS on AMD64 anyway? ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] smsc-ircc2: Add PnP support.
      ... > So do you use pnpacpi? ... could you send your dsdt and try with pnpbios? ... DSDT is here: http://www.cs.ut.ee/~mroos/toshsat1800_dsdt.img ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)