Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2007 19:43:03 -0800
From:      Jeremy Chadwick <koitsu@FreeBSD.org>
To:        applecom@inbox.ru
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 'make depend' fails with 'device viapm'
Message-ID:  <20070125034303.GA20539@icarus.home.lan>
In-Reply-To: <op.tmon01xuhbloih@xml.opera.com>
References:  <op.tmon01xuhbloih@xml.opera.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 25, 2007 at 05:08:55AM +0500, applecom@inbox.ru wrote:
> I've just updated the sources and tried to rebuild kernel with 'device viapm'
> in kernel configuration file. 'make depend' fails:

You're missing the iicbus, iicbb, and iicsmb drivers.

Taken from my kernel config:

## Power management controllers / hardware monitoring
##
device          smbus               ## SMBus support
device          viapm               ## VIA PM -- for hardware monitoring
device          smb                 ## SMBus support
device          iicbus              ## I2C bus support (needed for I2C)
device          iicbb               ## I2C bit-banging driver
device          iicsmb              ## SMBus over I2C bridge

-- 
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP: 4BD6C0CB |




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