summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-01-12 06:55:50 +0000
committerNate Lawson <njl@FreeBSD.org>2004-01-12 06:55:50 +0000
commit1114c592667cbd5dd156711675f82f343c436b5a (patch)
tree08c159dafac69da532218197b258faf3a756de95 /sys/dev/acpi_support
parentaff2c92b8baeb85d47299c6b8b2c6d0ffad0cf0c (diff)
Notes
Diffstat (limited to 'sys/dev/acpi_support')
-rw-r--r--sys/dev/acpi_support/acpi_toshiba.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi_support/acpi_toshiba.c b/sys/dev/acpi_support/acpi_toshiba.c
index a3b8a6f5ebfc..9f582d4aed3e 100644
--- a/sys/dev/acpi_support/acpi_toshiba.c
+++ b/sys/dev/acpi_support/acpi_toshiba.c
@@ -151,10 +151,10 @@ static struct {
} sysctl_table[] = {
/* name, handler */
{"force_fan", hci_force_fan},
- {"cpu_speed", hci_cpu_speed},
{"video_output", hci_video_output},
- {"lcd_backlight", hci_lcd_backlight},
{"lcd_brightness", hci_lcd_brightness},
+ {"lcd_backlight", hci_lcd_backlight},
+ {"cpu_speed", hci_cpu_speed},
{NULL, NULL}
};
@@ -198,7 +198,7 @@ acpi_toshiba_probe(device_t dev)
device_get_unit(dev) == 0 &&
(acpi_MatchHid(dev, "TOS6200") ||
acpi_MatchHid(dev, "TOS6207"))) {
- device_set_desc(dev, "Toshiba Extra HCI");
+ device_set_desc(dev, "Toshiba HCI Extras");
ret = 0;
}