From 8423df3d9411c6e4e79b3a3b06ea1c3c6aaaa81f Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 14 Oct 2007 10:55:50 +0000 Subject: Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors. Submitted by: Constantine A. Murenin Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts) --- sys/amd64/conf/GENERIC.hints | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/amd64/conf') diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 9400343..594d9ca 100644 --- a/sys/amd64/conf/GENERIC.hints +++ b/sys/amd64/conf/GENERIC.hints @@ -33,3 +33,11 @@ hint.sio.3.port="0x2E8" hint.sio.3.irq="9" hint.ppc.0.at="isa" hint.ppc.0.irq="7" +hint.lm.0.at="isa" +hint.lm.0.port="0x290" +hint.it.0.at="isa" +hint.it.0.port="0x290" +hint.it.1.at="isa" +hint.it.1.port="0xc00" +hint.it.2.at="isa" +hint.it.2.port="0xd00" -- cgit v1.1