aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2007-06-02 21:10:01 +0000
committerPhilip Paeps <philip@FreeBSD.org>2007-06-02 21:10:01 +0000
commit18d725a04e4585ce833569b95d79a311e9ff34cb (patch)
tree59024b047d5fe679ae2a4a6863765421d624cd89
parenta1f6cb79d95961c3ac28ea5cfd65c85e655fd8cf (diff)
Notes
-rw-r--r--share/man/man4/man4.i386/acpi_asus.44
-rw-r--r--sys/dev/acpi_support/acpi_asus.c12
2 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/acpi_asus.4 b/share/man/man4/man4.i386/acpi_asus.4
index 268d9130f2c2..14fe8bc314c1 100644
--- a/share/man/man4/man4.i386/acpi_asus.4
+++ b/share/man/man4/man4.i386/acpi_asus.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 9, 2006
+.Dd June 2, 2007
.Dt ACPI_ASUS 4 i386
.Os
.Sh NAME
@@ -68,6 +68,8 @@ A1x
.It
A2x
.It
+A3N
+.It
A4D
.It
A6VM
diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c
index 634ab25287d1..28d27cc1241b 100644
--- a/sys/dev/acpi_support/acpi_asus.c
+++ b/sys/dev/acpi_support/acpi_asus.c
@@ -146,6 +146,18 @@ static struct acpi_asus_model acpi_asus_models[] = {
.disp_set = "SDSP"
},
{
+ .name = "A3N",
+ .mled_set = "MLED",
+ .bled_set = "BLED",
+ .wled_set = "WLED",
+ .lcd_get = NULL,
+ .lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
+ .brn_set = "SPLV",
+ .brn_get = "SDSP",
+ .disp_set = "SDSP",
+ .disp_get = "\\_SB.PCI0.P0P3.VGA.GETD"
+ },
+ {
.name = "A4D",
.mled_set = "MLED",
.brn_up = "\\_SB_.PCI0.SBRG.EC0._Q0E",