From owner-freebsd-current@FreeBSD.ORG Mon May 19 13:05:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4623137B433 for ; Mon, 19 May 2003 13:05:29 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 183B143FB1 for ; Mon, 19 May 2003 13:05:25 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b200.otenet.gr [212.205.244.208]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4JK5CNQ014345 for ; Mon, 19 May 2003 23:05:19 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4JK5BWK029415 for ; Mon, 19 May 2003 23:05:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4JHdPAA025053; Mon, 19 May 2003 20:39:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 19 May 2003 20:39:25 +0300 From: Giorgos Keramidas To: Shawn Debnath Message-ID: <20030519173925.GB24897@gothmog.gr> References: <1053362749.3ec90a3dd44a2@webmail.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1053362749.3ec90a3dd44a2@webmail.purdue.edu> cc: freebsd-current@freebsd.org Subject: Re: miibus_if.h missing? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 20:05:31 -0000 On 2003-05-19 11:45, Shawn Debnath wrote: > > I am trying to build the latest 5-current release, and i need to use the mii bus > for my fxp network card. On compile time, I get: > > /usr/src/sys/dev/fxp/if_fxp.c:85:23: miibus_if.h: No such file or directory > > Any ideas? diff -u GENERIC YOURCONFIG would help a lot in finding out what's wrong. You should probably describe exactly how you're trying to build a new kernel, what steps you've made so far, and copy/paste more context around this one line of the error message. - Giorgos