Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2001 18:09:47 +0200
From:      Willem van Engen <wvengen@stack.nl>
To:        jim@thehousleys.net, freebsd-stable@freebsd.org
Subject:   Re: How do I configure smbus for healthd in 4.1?
Message-ID:  <3ADF0DCB.57888CD5@stack.nl>
References:  <F37F6A0194D1EF4BA8D0EF3B542BE3E00F158F@ecx1.edifecs.com> <3ADE4987.EF1755C5@thehousleys.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ADF0DCB.57888CD5>