summaryrefslogtreecommitdiff
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-05-20 20:26:28 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-05-20 20:26:28 +0000
commit265ee732c9164c9129bb636476b6071a07330f83 (patch)
tree160fe6410bf7b70bd97f5a2e9097e8c7978dbb02 /sys/dev/isa/files.isa
parentb5fc8133df17f0f824497e5ffe0bec3b03009571 (diff)
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.isa7
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):
#