Module Name:    src
Committed By:   jruoho
Date:           Sat Sep  4 17:48:26 UTC 2010

Modified Files:
        src/sys/dev/acpi: acpi_quirks.c

Log Message:
Use FADT instead of DSDT in the quirk added in the revision 1.14.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpi_quirks.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/acpi/acpi_quirks.c
diff -u src/sys/dev/acpi/acpi_quirks.c:1.15 src/sys/dev/acpi/acpi_quirks.c:1.16
--- src/sys/dev/acpi/acpi_quirks.c:1.15	Tue Jul 27 15:16:16 2010
+++ src/sys/dev/acpi/acpi_quirks.c	Sat Sep  4 17:48:26 2010
@@ -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 ",

Reply via email to