Date: Fri, 24 Jan 2003 11:22:11 +1100 From: Peter Jeremy <peterjeremy@optushome.com.au> To: Dave Uhring <duhring@charter.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: viapm.c Message-ID: <20030124002210.GF88010@cirb503493.alcatel.com.au> In-Reply-To: <20030117163929.42074.qmail@web14706.mail.yahoo.com> References: <20030117163929.42074.qmail@web14706.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 17, 2003 at 08:39:29AM -0800, Dave Uhring wrote: >Line 53 of /usr/src/sys/pci/viapm.c: > >#include "iicbb_if.h" > >There is no such file. This file is automatically generated from /sys/dev/iicbus/iicbb_if.m You need to include "device iicbb" (and possibly "device iicbus") in your kernel configuration file. Peter 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?20030124002210.GF88010>