From owner-freebsd-current@FreeBSD.ORG Sat Jun 28 07:01:12 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 AAD0E37B401 for ; Sat, 28 Jun 2003 07:01:12 -0700 (PDT) Received: from www.missl.cs.umd.edu (www.missl.cs.umd.edu [128.8.126.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE11043FEC for ; Sat, 28 Jun 2003 07:01:11 -0700 (PDT) (envelope-from jtm@cs.umd.edu) Received: from www.missl.cs.umd.edu (localhost.missl.cs.umd.edu [127.0.0.1]) by www.missl.cs.umd.edu (8.12.9/8.12.3) with ESMTP id h5SE9DZj048533; Sat, 28 Jun 2003 10:09:13 -0400 (EDT) (envelope-from jtm@cs.umd.edu) Received: from localhost (jtm@localhost)h5SE9D4O048530; Sat, 28 Jun 2003 10:09:13 -0400 (EDT) X-Authentication-Warning: www.missl.cs.umd.edu: jtm owned process doing -bs Date: Sat, 28 Jun 2003 10:09:13 -0400 (EDT) From: Justin Ma X-X-Sender: jtm@www.missl.cs.umd.edu To: Arjan van Leeuwen In-Reply-To: <200306281535.19370.avleeuwen@piwebs.com> Message-ID: <20030628100545.R48518-100000@www.missl.cs.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: Atheros 802.11 support 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: Sat, 28 Jun 2003 14:01:13 -0000 This is what I did for a quick fix: In sys/dev/ray/if_ray.c, comment out the line: #include and add the lines #include #include Just like Sam did with the 'wi' and the 'an' drivers. sys/net/if_iee80211.h was removed from the tree, I think. On Sat, 28 Jun 2003, Arjan van Leeuwen wrote: > Same here. > > On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote: > > Hmm, looks like make depends failed... > > > > ===> ray > > rm -f .depend > > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev > > -I@/. ./include /usr/src/sys/modules/ray/../../dev/ray/if_ray.c > > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or > > directory > > > > mkdep: compile failed > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/ray. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >