Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Add ASUS CUV4X-D. From Pierre Pronchery in PR #...



details:   https://anonhg.NetBSD.org/src/rev/fb43d0ac1650
branches:  trunk
changeset: 754352:fb43d0ac1650
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 28 17:52:17 2010 +0000

description:
Add ASUS CUV4X-D. From Pierre Pronchery in PR #41351.

diffstat:

 sys/dev/acpi/acpi_quirks.c |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r a3be72f0b1b9 -r fb43d0ac1650 sys/dev/acpi/acpi_quirks.c
--- a/sys/dev/acpi/acpi_quirks.c        Wed Apr 28 17:23:33 2010 +0000
+++ b/sys/dev/acpi/acpi_quirks.c        Wed Apr 28 17:52:17 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_quirks.c,v 1.12 2010/04/12 18:55:27 jruoho Exp $  */
+/*     $NetBSD: acpi_quirks.c,v 1.13 2010/04/28 17:52:17 jruoho Exp $  */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: acpi_quirks.c,v 1.12 2010/04/12 18:55:27 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_quirks.c,v 1.13 2010/04/28 17:52:17 jruoho Exp $");
 
 #include "opt_acpi.h"
 
@@ -56,13 +56,19 @@
 static int acpi_rev_cmp(uint32_t, uint32_t, int);
 
 /*
- * XXX add more
+ * XXX: Add more.
  */
 static struct acpi_quirk acpi_quirks[] = {
+
+       { ACPI_SIG_FADT, "ASUS  ", 0x30303031, AQ_LTE, "CUV4X-D ",
+         ACPI_QUIRK_BROKEN },
+
        { ACPI_SIG_FADT, "PTLTD ", 0x06040000, AQ_LTE, "  FACP  ",
          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 },
 };



Home | Main Index | Thread Index | Old Index