diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2006-11-01 03:45:24 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2006-11-01 03:45:24 +0000 |
| commit | c0348f2e02f6c6ee5d671a2ddd0ca6eea1fca68b (patch) | |
| tree | a1691aaedd73d38d6ad77fadde3fa5d75a5a001c /sys/dev/acpi_support | |
| parent | 29f4831b304071c43e7841b55a0bfb1392be32ef (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_sony.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi_support/acpi_sony.c b/sys/dev/acpi_support/acpi_sony.c index 9f08ea666162..64b49a7c89a2 100644 --- a/sys/dev/acpi_support/acpi_sony.c +++ b/sys/dev/acpi_support/acpi_sony.c @@ -67,8 +67,8 @@ static struct acpi_sony_name_list { "cmi", "GCMI", "SCMI", "????"}, #endif { "wdp", "GWDP", NULL, "?????"}, - { "cdp", "GCDP", "CDPW", "??????"}, /*shares [\GL03]&0x8 flag*/ - {NULL, NULL,NULL} + { "cdp", "GCDP", "CDPW", "CD Power"}, /*shares [\GL03]&0x8 flag*/ + { NULL, NULL, NULL } }; static int acpi_sony_probe(device_t dev); |
