diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 21:24:16 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 21:24:16 +0000 |
commit | 466ee8c6198a516a8f1b939ae30f5655d0a62d8f (patch) | |
tree | 2b9e26a3ecf3055afb02d8b4138d925faf365388 /sys/conf/files | |
parent | 55ec66eda5c4342eb5a7c9502876e3d6ac6a0464 (diff) |
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/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 78bbe96330b..23f21ffbe0c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.270 2003/03/29 00:51:38 mickey Exp $ +# $OpenBSD: files,v 1.271 2003/04/25 21:24:15 grange Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -283,6 +283,10 @@ file dev/ic/iha.c iha device trm: scsi file dev/ic/trm.c trm +# National Semiconductor LM7[89] and compatible hardware monitors +device lm +file dev/ic/nslm7x.c lm + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |