summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2005-07-28 20:12:13 +0000
committergrange <grange@openbsd.org>2005-07-28 20:12:13 +0000
commit8e5e5e7b75eb2cc22518e76d3b3811f8ff2aa305 (patch)
treecd681833200f7e43cb21d10242626ac288df77f0 /sys/dev/isa/files.isa
parentkeywords have to be sorted, and I can't sort properly (diff)
downloadwireguard-openbsd-8e5e5e7b75eb2cc22518e76d3b3811f8ff2aa305.tar.xz
wireguard-openbsd-8e5e5e7b75eb2cc22518e76d3b3811f8ff2aa305.zip
Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on
some VIA CPU based boards. The driver provides temperature, voltage and fan tachometers values through the sysctl interface. Rickard Dahlstrand <rd@tilde.se> asked for this driver and provided access to the test board. Also tested by millert@. ok millert@
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index e58c4afe6fd..8e29afbd394 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.89 2005/03/08 20:00:25 tdeval Exp $
+# $OpenBSD: files.isa,v 1.90 2005/07/28 20:12:13 grange Exp $
# $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $
#
# Config file and device description for machine-independent ISA code.
@@ -393,6 +393,11 @@ device it
attach it at isa
file dev/isa/it.c it
+# VIA VT1211 LPC Super I/O
+device viasio
+attach viasio at isa
+file dev/isa/viasio.c viasio
+
#
# PCMCIA PCIC (i82365SL and compatibles):
#