From owner-freebsd-current@FreeBSD.ORG Thu May 11 13:51:54 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 3882016A412; Thu, 11 May 2006 13:51:54 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50AA43D5F; Thu, 11 May 2006 13:51:53 +0000 (GMT) (envelope-from sam@errno.com) Received: from [192.168.1.248] ([137.122.39.83]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k4BDpma0032801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 May 2006 06:51:49 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44634175.7060907@errno.com> Date: Thu, 11 May 2006 09:51:49 -0400 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: Ondra Holecek References: <446205A4.1030705@deprese.net> In-Reply-To: <446205A4.1030705@deprese.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com 1328; Body=3 Fuz1=3 Fuz2=3 Cc: freebsd-current@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: ar5213 support in 6.1 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: Thu, 11 May 2006 13:51:54 -0000 Ondra Holecek wrote: > hello, > > i have mini-pci cm9 ath ar5113a - 00 card > > none0@pci0:16:0: class=0x020000 card=0x00000000 chip=0xff15168c rev=0x01 > hdr=0x00 > class = network > subclass = ethernet > > ar5213 chip should be supported in FreeBSD 6.1, but this card does not work > > i tried to look to sources and it seems that card ID ff15 isn't anywhere > in src/sys/contrib/dev/ath/ah_devid.h but i don't know how to add it Parts fab'd during development have id's that start with 'f'. Either you've got a pre-production part, one that's broken, or you've got some other issue reading the pci config register. I'd return it to the vendor and ask for a replacement. Sam