From owner-freebsd-stable Thu Apr 19 9:11:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from atlantis.homeip.net (d110240.upc-d.chello.nl [213.46.110.240]) by hub.freebsd.org (Postfix) with SMTP id F0F6F37B423 for ; Thu, 19 Apr 2001 09:11:32 -0700 (PDT) (envelope-from wvengen@stack.nl) Received: (qmail 56472 invoked from network); 19 Apr 2001 16:11:13 -0000 Received: from unknown (HELO stack.nl) (192.168.1.4) by d110240.upc-d.chello.nl with SMTP; 19 Apr 2001 16:11:13 -0000 Message-ID: <3ADF0DCB.57888CD5@stack.nl> Date: Thu, 19 Apr 2001 18:09:47 +0200 From: Willem van Engen X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: jim@thehousleys.net, freebsd-stable@freebsd.org Subject: Re: How do I configure smbus for healthd in 4.1? References: <3ADE4987.EF1755C5@thehousleys.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael VanLoon wrote: > > The example I found was not correct for the format of configuration used in > 4.1, and when I try to fudge it, I get no smb probe on startup. > > What's a correct configuration for smbus0 and/or smb0? > > Thanks... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message Put in your kernel config controller smbus controller smb and one of the following controller intpm # Intel PIIX4 Power Management Unit controller ichsmb # Acer Aladdin-IV/V/Pro2 Power Management Unit controller alpm # Intel ICH SMBus controller chips (82801AA, 82801AB, 82801BA) depending on what hardware you have (see /usr/src/sys/i386/conf/LINT for more info). - Willem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message