diff options
author | 2003-05-20 20:26:27 +0000 | |
---|---|---|
committer | 2003-05-20 20:26:27 +0000 | |
commit | e3a5c547135a52b7449b200f6b19d047ed9698a8 (patch) | |
tree | 8520d30bb4c9dffc9008432e56bd6588ec62997e /sys/dev/isa/files.isa | |
parent | schmutzload of new airport codes and fixes; started by jmc@ (diff) | |
download | wireguard-openbsd-e3a5c547135a52b7449b200f6b19d047ed9698a8.tar.xz wireguard-openbsd-e3a5c547135a52b7449b200f6b19d047ed9698a8.zip |
it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950
hardware monitoring chips to be used with hw.sensors sysctl interface.
Work by Julien Bordet <zejames@greyhats.org> with my little help.
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index f72f71bd10d..46f637d2368 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.83 2003/04/25 21:24:15 grange Exp $ +# $OpenBSD: files.isa,v 1.84 2003/05/20 20:26:27 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. @@ -388,6 +388,11 @@ file dev/isa/lpt_isa.c lpt_isa needs-flag attach lm at isa with lm_isa file dev/isa/lm_isa.c lm_isa +# IT8705F, IT8712F and SiS970 hardware monitors +device it +attach it at isa +file dev/isa/it.c it + # # PCMCIA PCIC (i82365SL and compatibles): # |