diff options
author | 2009-07-23 01:38:16 +0000 | |
---|---|---|
committer | 2009-07-23 01:38:16 +0000 | |
commit | 11711e685afbc4aeac8e42e77978dd8086831b69 (patch) | |
tree | d6ca22f8a2439cf192b780ef6978c6522af9a126 /sys/dev/acpi/files.acpi | |
parent | Don't use the presence of /etc/fstab to determine if all filesystems (diff) | |
download | wireguard-openbsd-11711e685afbc4aeac8e42e77978dd8086831b69.tar.xz wireguard-openbsd-11711e685afbc4aeac8e42e77978dd8086831b69.zip |
New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring,
with sensor state support through limits provided by the ACPI.
Tested on several ASUS motherboards kindly networked by Sam Fourman Jr.
ok deraadt marco jordan
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 be89febd85f..7a1c444bbc5 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.22 2009/06/03 07:13:48 pirofti Exp $ +# $OpenBSD: files.acpi,v 1.23 2009/07/23 01:38:16 cnst Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -91,3 +91,8 @@ file dev/acpi/acpivout.c acpivout device acpipwrres attach acpipwrres at acpi file dev/acpi/acpipwrres.c acpipwrres + +# ASUSTeK AI Booster ATK0110 +device aibs +attach aibs at acpi +file dev/acpi/atk0110.c aibs |