Re: [PATCH] PnP Fixes for 2.6.5

From: Adam Belay
Date: Wed Apr 14 2004 - 16:03:56 EST


diff -Nru a/arch/i386/kernel/dmi_scan.c b/arch/i386/kernel/dmi_scan.c
--- a/arch/i386/kernel/dmi_scan.c Wed Apr 14 04:41:24 2004
+++ b/arch/i386/kernel/dmi_scan.c Wed Apr 14 04:41:24 2004
@@ -778,11 +778,15 @@
MATCH(DMI_BIOS_DATE, "10/26/01"), NO_MATCH
} },

- { exploding_pnp_bios, "Higraded P14H", { /* BIOSPnP problem */
+ { exploding_pnp_bios, "Higraded P14H", { /* PnPBIOS GPF on boot */
MATCH(DMI_BIOS_VENDOR, "American Megatrends Inc."),
MATCH(DMI_BIOS_VERSION, "07.00T"),
MATCH(DMI_SYS_VENDOR, "Higraded"),
MATCH(DMI_PRODUCT_NAME, "P14H")
+ } },
+ { exploding_pnp_bios, "ASUS P4P800", { /* PnPBIOS GPF on boot */
+ MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),
+ MATCH(DMI_BOARD_NAME, "P4P800"),
} },

/* Machines which have problems handling enabled local APICs */
-
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/