From owner-freebsd-current@FreeBSD.ORG Wed Sep 9 08:26:31 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9C3E106566B for ; Wed, 9 Sep 2009 08:26:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id EAFC28FC17 for ; Wed, 9 Sep 2009 08:26:30 +0000 (UTC) Received: (qmail 27330 invoked from network); 9 Sep 2009 08:26:28 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 9 Sep 2009 08:26:28 -0000 Message-ID: <4AA766B4.4080500@FreeBSD.org> Date: Wed, 09 Sep 2009 10:26:28 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: Sergey Vinogradov References: <4AA65ABE.4000207@lazybytes.org> <4AA668E0.1010305@FreeBSD.org> <4AA6ACF1.3040501@lazybytes.org> In-Reply-To: <4AA6ACF1.3040501@lazybytes.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ath(4) Atheros AR9285 support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 09 Sep 2009 08:26:31 -0000 Sergey Vinogradov ha scritto: > Well, despite the fact that "device ath", and all related stuff are > included in GENERIC kernel in 8.0-BETA4, I have no ath0 interface. > "dmesg | grep -i ath" gives nothing (well, as a matter of fact it gives > "alc0: ... ", but alc0 doesn't work > either, link handling is broken as I understand). Is there something I'm > doing wrong, or something I can do to help the development? :) Well, I have a board with an AR9280 (0x002a) and works fine OOTB. I had no experience with AR9285 (0x002b). #define AR9280_DEVID_PCIE 0x002a /* AR9280 PCI-E Merlin */ #define AR9285_DEVID_PCIE 0x002b /* AR9285 PCI-E Kite */ -- Alex Dupre