]> git.neil.brown.name Git - history.git/commitdiff
[PNPBIOS] blacklist asus P4P800
authorAdam Belay <ambx1@neo.rr.com>
Wed, 14 Apr 2004 04:32:32 +0000 (04:32 +0000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 14 Apr 2004 04:32:32 +0000 (04:32 +0000)
The ASUS p4p800 motherboard's BIOS has a broken PnPBIOS implementation.  This
patch will disable PnPBIOS support if this hardware is detected by DMI.

arch/i386/kernel/dmi_scan.c

index 47f7f6fb938d9bf9d9358dfcff253a49e8f4dbed..0f70b968bfad6a381b11d0f4649ab560466a993a 100644 (file)
@@ -778,12 +778,16 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
                        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 */