diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-06-16 23:02:12 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-06-16 23:02:12 +0000 |
commit | a12a244d475c36dc83467d1fc8f71fe22898a837 (patch) | |
tree | e426d7b680bc48a676725f29f77efce3ac27c1f1 /sys/dev/acpi/files.acpi | |
parent | d024a575a5b781d033c420954f7fe46c2ef1605a (diff) |
Import acpitoshiba driver.
This is originally written by Hiroyuki Aizu, ported and integrated
in our tree by Javier Vazquez <javama4 AT gmail> with tweaks and
suggestions by me.
Import prodded by deraadt@ and the lack of testers on tech@.
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index f19855b6cd8..6c23a65ef8b 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.25 2011/01/04 21:17:49 kettenis Exp $ +# $OpenBSD: files.acpi,v 1.26 2011/06/16 23:02:11 pirofti Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -81,6 +81,11 @@ device acpithinkpad attach acpithinkpad at acpi file dev/acpi/acpithinkpad.c acpithinkpad +# Toshiba support +device acpitoshiba +attach acpitoshiba at acpi +file dev/acpi/acpitoshiba.c acpitoshiba + # Sony support device acpisony attach acpisony at acpi |