From owner-freebsd-stable Thu Jan 23 16:22:26 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C75E37B401 for ; Thu, 23 Jan 2003 16:22:25 -0800 (PST) Received: from cirb503493.alcatel.com.au (c18609.belrs1.nsw.optusnet.com.au [210.49.80.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACC643E4A for ; Thu, 23 Jan 2003 16:22:23 -0800 (PST) (envelope-from peterjeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.5/8.12.5) with ESMTP id h0O0MCLZ017523; Fri, 24 Jan 2003 11:22:12 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost) by cirb503493.alcatel.com.au (8.12.6/8.12.5/Submit) id h0O0MBxY017522; Fri, 24 Jan 2003 11:22:11 +1100 (EST) Date: Fri, 24 Jan 2003 11:22:11 +1100 From: Peter Jeremy To: Dave Uhring Cc: freebsd-stable@FreeBSD.ORG Subject: Re: viapm.c Message-ID: <20030124002210.GF88010@cirb503493.alcatel.com.au> References: <20030117163929.42074.qmail@web14706.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030117163929.42074.qmail@web14706.mail.yahoo.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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