Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 13:10:48 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: A curious dmesg output entry
Message-ID:  <20021017121048.GD88261@happy-idiot-talk.infracaninophi>
In-Reply-To: <20021017010515.87662.qmail@web14702.mail.yahoo.com>
References:  <20021017010515.87662.qmail@web14702.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 16, 2002 at 06:05:15PM -0700, Wayne Lubin wrote:

> So does that means that this ACPI Power Management
> Controller is not supported by freebsd? Or does it
> mean that I need to compile the corresponding device
> driver into the kernel and then it will be
> recognized by freebsd?

> > --- "Brian M. Kincaid"
> > <bmk@adsl-64-174-159-18.dsl.sntc01.pacbell.net>
> > wrote:

> > > Chip Number: VT82C686A
> > > Description: ACPI Power Management Controller

That's a supported chipset:

    happy-idiot-talk:~:% grep viapm /usr/src/sys/i386/conf/LINT
    # viapm         VIA VT82C586B,596,686A and VT8233 SMBus controllers
    device          viapm

You need to add:

    device		smbus
    device		viapm
    device		smb

to your kernel config, and build yourself a new kernel.  Works fine
for my VT8233 SMBus controller.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021017121048.GD88261>