'make depend' fails with 'device viapm'

Jeremy Chadwick koitsu at FreeBSD.org
Thu Jan 25 03:43:15 UTC 2007


On Thu, Jan 25, 2007 at 05:08:55AM +0500, applecom at 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 |



More information about the freebsd-stable mailing list