From owner-freebsd-hardware@FreeBSD.ORG Sun Aug 9 20:48:39 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0630106564A for ; Sun, 9 Aug 2009 20:48:39 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id CA3108FC08 for ; Sun, 9 Aug 2009 20:48:39 +0000 (UTC) Received: from Macintosh-4.local ([10.0.0.198]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n79KHUkE055420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Aug 2009 13:17:31 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A7F2EDA.3070506@freebsd.org> Date: Sun, 09 Aug 2009 13:17:30 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Bjarne References: <4A7E8ECD.8010208@darco.dk> In-Reply-To: <4A7E8ECD.8010208@darco.dk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-x.dcc-servers-Metrics: ebb.errno.com; whitelist Cc: freebsd-hardware@freebsd.org Subject: Re: dwa-547 - atheros chip not recognized X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2009 20:48:40 -0000 Bjarne wrote: > Sorry if this comes trough twice.. > > > Just installed a d-link dwa-547 in my server, but the ath driver does not recognize it. > > uname -a : > FreeBSD v8.blichsoft.dk 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Aug 8 15:30:35 CEST 2009 > toor@machine:/usr/obj/usr/src-8aug2009/sys/V8 i386 > cvsup from 7-aug-2009 > > pciconf -lv : > none1@pci0:3:5:0: class=0x028000 card=0x3a781186 chip=0x0029168c rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > class = network > > options AH_SUPPORT_AR5416 is set in the kernel config > > Good ideas are welcome. I am stuck on this one. In the manual for ath(4) it say all chips are > supported, except AR5005VL, and I have seen other references to people using this particular card. I > read it is a Atheros AR5416 chipset. device id 0x29 is a 9280: #define AR9280_DEVID_PCI 0x0029 /* AR9280 PCI Merlin */ (from ath/ath_hal/ah_devid.h). Definitely works in HEAD. As to supporting all cards the main chip not supported in HEAD at the moment is the 9285. I've been waiting for someone to send me one for >6 months and cannot add support w/o a device. Of course others can do the work too; I'm just scraping the crap out of the linux driver. Sam