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 [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to