diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-07-28 20:12:14 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-07-28 20:12:14 +0000 |
commit | 04bc583ecad4492bd759df4d05ffad33decea50a (patch) | |
tree | b3284639e1f2d5dfd5aaa3110b305ec452264e41 /sys/arch/amd64/conf/GENERIC | |
parent | 6d77a5035c6df4cd7072d4697c679a8c0acf08cf (diff) |
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/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e47b1ef3e50..d8914bf8ff6 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.74 2005/07/06 07:24:54 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.75 2005/07/28 20:12:13 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -68,6 +68,8 @@ lm0 at isa? port 0x290 it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware # monitors viaenv* at pci? # VIA VT82C686A hardware monitor +#viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O +#viasio* at isa? port 0x4e flags 0x0000 #option PCMCIAVERBOSE |