• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

INSTALLH A D08-Mar-2000164 128

Makefile.inH A D02-Nov-1999396 2314

READMEH A D08-Mar-20001.5 KiB4939

config.h.inH A D02-Nov-199981 42

configureH A D03-May-202245.5 KiB1,4611,171

configure.inH A D03-May-2022287 1710

install-shH A D02-Nov-19995.5 KiB255153

lmmon.8H A D08-Mar-20003 KiB8988

lmmon.cH A D03-May-20226.3 KiB274199

lmmon.hH A D08-Mar-20002.5 KiB7225

README

1# $Id: README,v 1.14 2000/03/08 17:41:28 jedgar Exp $
2
3lmmon v0.65
4
5This program displays information gathered from a motherboard
6power management controller (e.g. LM78/79).  Displayed values
7include fan speeds, motherboard temperature, and various
8voltages.  By default it cycles once per second using a curses-
9based display.
10
11Currently, the /dev/smb0 interface is only supported in FreeBSD
124.0-CURRENT and 3.3-STABLE (after 01 November 1999); however,
13the /dev/io interface may work with many motherboards in FreeBSD
143.x and some non-LM78/79 motherboards.
15
16Options include:
17
18	-h	Display help
19	-i	Use /dev/io instead of /dev/smb0 (Required for
20		FreeBSD 3.x (prior to 01 November 1999) and some
21		motherboards without actual LM78/79 chipsets)
22	-p	Plain display (no curses)
23	-r <delay>
24		Repeat display every <delay> seconds
25	-s	Single-shot mode (run once).
26	-v	Display version
27
28The following kernel configuration options are required to use the
29/dev/smb0 interface:
30	controller      smbus0
31	controller      iicbus0
32	controller      iicbb0
33	controller      intpm0
34	device          smb0    at smbus?
35
36Final Warning:
37This program is still under development and may contain unexpected
38bugs^H^H^H^H features.
39
40Portions of this software were partially derived from examples
41(c)1998 Takanori Watanabe.  The rest is (c)1999 Chris D. Faulhaber.
42In addition, this software is distributed under a BSD License.  You
43are free to do what you wish with the source/binaries, just give me
44credit. :)
45
4602 November 1999
47Chris D. Faulhaber
48<jedgar@fxp.org>
49