From owner-freebsd-current@FreeBSD.ORG Sat Jun 28 06:35:33 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 A027037B407 for ; Sat, 28 Jun 2003 06:35:33 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FFCA43FF3 for ; Sat, 28 Jun 2003 06:35:32 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 11187 invoked by uid 85); 28 Jun 2003 13:35:34 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.15 (uvscan: v4.1.60/v4210. spamassassin: 2.x. Clear:SA:0(-4.7/5.0):. Processed in 10.992452 secs); 28 Jun 2003 13:35:34 -0000 X-Spam-Status: No, hits=-4.7 required=5.0 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 28 Jun 2003 13:35:23 -0000 From: Arjan van Leeuwen To: freebsd-current@freebsd.org Date: Sat, 28 Jun 2003 15:35:19 +0200 User-Agent: KMail/1.5.2 References: <99603342.1056757213@melange.errno.com> <20030628122148.GE64633@freebsd.org.ru> In-Reply-To: <20030628122148.GE64633@freebsd.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306281535.19370.avleeuwen@piwebs.com> 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 13:35:34 -0000 Same here. On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote: > On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > > My work to support the Atheros 802.11 hardware is now entirely in the > > tree and enabled for use. The ath driver supports all Atheros hardware > > devices and makes FreeBSD the first open source system to support 802.11a > > and 802.11g*. There are still issues with the driver. man ath(4) for > > details. > > 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