summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-06-15 02:17:23 +0000
committernjl <njl@FreeBSD.org>2004-06-15 02:17:23 +0000
commit1bbd7dc3ea2564a9e6b8f1f68dc55fd370c754bd (patch)
tree1c4c5e1dbfbdfc987424dfe7678981dd6178dfcb /sys/i386/acpica
parent8d89806526e7859c90ca819ddd9c8186b096ec05 (diff)
downloadFreeBSD-src-1bbd7dc3ea2564a9e6b8f1f68dc55fd370c754bd.zip
FreeBSD-src-1bbd7dc3ea2564a9e6b8f1f68dc55fd370c754bd.tar.gz
Catch one more use of acpi_MatchHid and update for new API.
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_toshiba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/acpi_toshiba.c b/sys/i386/acpica/acpi_toshiba.c
index e3565be..1249926 100644
--- a/sys/i386/acpica/acpi_toshiba.c
+++ b/sys/i386/acpica/acpi_toshiba.c
@@ -529,7 +529,7 @@ acpi_toshiba_video_probe(device_t dev)
if (!acpi_disabled("toshiba") &&
acpi_get_type(dev) == ACPI_TYPE_DEVICE &&
device_get_unit(dev) == 0 &&
- acpi_MatchHid(dev, "TOS6201")) {
+ acpi_MatchHid(device_get_handle(dev), "TOS6201")) {
device_quiet(dev);
device_set_desc(dev, "Toshiba Video");
ret = 0;
OpenPOWER on IntegriCloud