summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-01-12 06:55:50 +0000
committernjl <njl@FreeBSD.org>2004-01-12 06:55:50 +0000
commit9a9dc0c362277481939b523fbffe15fe8e607644 (patch)
tree08c159dafac69da532218197b258faf3a756de95 /sys/i386/acpica
parenta822b47d4ca781a8e0dc4b38ef2d389a999410b4 (diff)
downloadFreeBSD-src-9a9dc0c362277481939b523fbffe15fe8e607644.zip
FreeBSD-src-9a9dc0c362277481939b523fbffe15fe8e607644.tar.gz
Clean up the probe message and sort the function table according to
the function order in the file.
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_toshiba.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/acpica/acpi_toshiba.c b/sys/i386/acpica/acpi_toshiba.c
index a3b8a6f..9f582d4 100644
--- a/sys/i386/acpica/acpi_toshiba.c
+++ b/sys/i386/acpica/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;
}
OpenPOWER on IntegriCloud