# $Id: README,v 1.14 2000/03/08 17:41:28 jedgar Exp $ lmmon v0.65 This program displays information gathered from a motherboard power management controller (e.g. LM78/79). Displayed values include fan speeds, motherboard temperature, and various voltages. By default it cycles once per second using a curses- based display. Currently, the /dev/smb0 interface is only supported in FreeBSD 4.0-CURRENT and 3.3-STABLE (after 01 November 1999); however, the /dev/io interface may work with many motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. Options include: -h Display help -i Use /dev/io instead of /dev/smb0 (Required for FreeBSD 3.x (prior to 01 November 1999) and some motherboards without actual LM78/79 chipsets) -p Plain display (no curses) -r Repeat display every seconds -s Single-shot mode (run once). -v Display version The following kernel configuration options are required to use the /dev/smb0 interface: controller smbus0 controller iicbus0 controller iicbb0 controller intpm0 device smb0 at smbus? Final Warning: This program is still under development and may contain unexpected bugs^H^H^H^H features. Portions of this software were partially derived from examples (c)1998 Takanori Watanabe. The rest is (c)1999 Chris D. Faulhaber. In addition, this software is distributed under a BSD License. You are free to do what you wish with the source/binaries, just give me credit. :) 02 November 1999 Chris D. Faulhaber