diff options
| author | christos <christos@NetBSD.org> | 2009-01-25 02:26:30 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2009-01-25 02:26:30 +0000 |
| commit | d2ebfa645185732cb51440cfaea50183d0ea8e94 (patch) | |
| tree | e288c5cf11df3a463ccf91cc8a77d1a8fb08890d /sys/dev/acpi | |
| parent | ccc9f1a9afd55da599d422a4250ffc0188169dc4 (diff) | |
PR/40471: Pierre Pronchery: ASUS CUR-DLS board found on HP NetServer E800 box
has broken ACPI BIOS. Disable it.
Diffstat (limited to 'sys/dev/acpi')
| -rw-r--r-- | sys/dev/acpi/acpi_quirks.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi_quirks.c b/sys/dev/acpi/acpi_quirks.c index 14acc6135ce..ec5271fde0e 100644 --- a/sys/dev/acpi/acpi_quirks.c +++ b/sys/dev/acpi/acpi_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_quirks.c,v 1.9 2007/12/09 20:27:53 jmcneill Exp $ */ +/* $NetBSD: acpi_quirks.c,v 1.10 2009/01/25 02:26:30 christos Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. @@ -37,7 +37,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: acpi_quirks.c,v 1.9 2007/12/09 20:27:53 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_quirks.c,v 1.10 2009/01/25 02:26:30 christos Exp $"); #include "opt_acpi.h" @@ -62,6 +62,8 @@ static struct acpi_quirk acpi_quirks[] = { ACPI_QUIRK_BROKEN }, { ACPI_SIG_FADT, "NVIDIA", 0x06040000, AQ_EQ, "CK8 ", ACPI_QUIRK_IRQ0 }, + { ACPI_SIG_FADT, "HP ", 0x06040012, AQ_LTE, "HWPC20F ", + ACPI_QUIRK_BROKEN }, }; static int |
