Use FADT instead of DSDT in the quirk added in the revision 1.14.
This commit is contained in:
parent
3319d8f1fd
commit
40ac1b9f62
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: acpi_quirks.c,v 1.15 2010/07/27 15:16:16 pgoyette Exp $ */
|
||||
/* $NetBSD: acpi_quirks.c,v 1.16 2010/09/04 17:48:26 jruoho Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2002 Wasabi Systems, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: acpi_quirks.c,v 1.15 2010/07/27 15:16:16 pgoyette Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: acpi_quirks.c,v 1.16 2010/09/04 17:48:26 jruoho Exp $");
|
||||
|
||||
#include "opt_acpi.h"
|
||||
|
||||
@ -69,7 +69,7 @@ static struct acpi_quirk acpi_quirks[] = {
|
||||
{ ACPI_SIG_FADT, "NVIDIA", 0x06040000, AQ_EQ, "CK8 ",
|
||||
ACPI_QUIRK_IRQ0 },
|
||||
|
||||
{ ACPI_SIG_DSDT, "NVIDIA", 0x00001000, AQ_EQ, "AWRDACPI",
|
||||
{ ACPI_SIG_FADT, "Nvidia", 0x42302e31, AQ_EQ, "AWRDACPI",
|
||||
ACPI_QUIRK_BROKEN },
|
||||
|
||||
{ ACPI_SIG_FADT, "HP ", 0x06040012, AQ_LTE, "HWPC20F ",
|
||||
|
Loading…
Reference in New Issue
Block a user