summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2003-04-25 21:24:15 +0000
committergrange <grange@openbsd.org>2003-04-25 21:24:15 +0000
commit5355ba14089d06914326b12a58d772853a48e28b (patch)
tree7f39336c2d370fc8a5c06c0a4ffcef26accf97d4 /sys/dev/isa/files.isa
parentstrings... ok tedu@, millert@ (diff)
downloadwireguard-openbsd-5355ba14089d06914326b12a58d772853a48e28b.tar.xz
wireguard-openbsd-5355ba14089d06914326b12a58d772853a48e28b.zip
lm(4) driver from NetBSD adapted for sysctl interface.
The lm driver provides support for the National Semiconductor LM series hardware monitors and register compatible chips. It supports LM78, LM78-J, LM79, Winbond W83697HF, W83627HF, W83781D and W83782D chips. Tested and ok'ed by millert@ and henning@.
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 88460e81030..f72f71bd10d 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.82 2002/11/30 15:44:38 mickey Exp $
+# $OpenBSD: files.isa,v 1.83 2003/04/25 21:24:15 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.
@@ -384,6 +384,10 @@ file dev/isa/midi_pcppi.c midi_pcppi
attach lpt at isa with lpt_isa
file dev/isa/lpt_isa.c lpt_isa needs-flag
+# National Semiconductor LM7[89] and compatible hardware monitors
+attach lm at isa with lm_isa
+file dev/isa/lm_isa.c lm_isa
+
#
# PCMCIA PCIC (i82365SL and compatibles):
#