Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Use FADT instead of DSDT in the quirk added in ...
details: https://anonhg.NetBSD.org/src/rev/419e9926f1d6
branches: trunk
changeset: 757553:419e9926f1d6
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sat Sep 04 17:48:26 2010 +0000
description:
Use FADT instead of DSDT in the quirk added in the revision 1.14.
diffstat:
sys/dev/acpi/acpi_quirks.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8f27aad82721 -r 419e9926f1d6 sys/dev/acpi/acpi_quirks.c
--- a/sys/dev/acpi/acpi_quirks.c Sat Sep 04 17:06:06 2010 +0000
+++ b/sys/dev/acpi/acpi_quirks.c Sat Sep 04 17:48:26 2010 +0000
@@ -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 @@
{ 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 ",
Home |
Main Index |
Thread Index |
Old Index