lm(4) and it(4) drivers for hardware sensors used in many motherboards. Ported
authorHasso Tepper <hasso@dragonflybsd.org>
Tue, 2 Oct 2007 13:37:38 +0000 (13:37 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Tue, 2 Oct 2007 13:37:38 +0000 (13:37 +0000)
commit1d03db0216132dd801bb5f6bfdbec2c72818af2a
tree635c31d915a3bd953dc03da8aa5214f932f37d86
parent3a514b87b9eaeb16e4d17f9960d1600cef20c16d
lm(4) and it(4) drivers for hardware sensors used in many motherboards. Ported
from OpenBSD to FreeBSD by Constantine A. Murenin <mureninc at gmail.com>.

Obtained-from: OpenBSD via FreeBSD GSoC 2007 project
share/man/man4/Makefile
share/man/man4/it.4 [new file with mode: 0644]
share/man/man4/lm.4 [new file with mode: 0644]
sys/conf/files
sys/config/GENERIC
sys/config/LINT
sys/dev/powermng/it/it.c [new file with mode: 0644]
sys/dev/powermng/it/itvar.h [new file with mode: 0644]
sys/dev/powermng/lm/lm78.c [new file with mode: 0644]
sys/dev/powermng/lm/lm78_isa.c [new file with mode: 0644]
sys/dev/powermng/lm/lm78var.h [new file with mode: 0644]