From owner-freebsd-stable@FreeBSD.ORG Thu Jul 3 21:11:42 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EB351065671 for ; Thu, 3 Jul 2008 21:11:42 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id C2D258FC20 for ; Thu, 3 Jul 2008 21:11:41 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so359559nfh.33 for ; Thu, 03 Jul 2008 14:11:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qbQvaUdMZJRjd5aREoOCuwU1D/lUMBD1+umN3Z+Pzhw=; b=xfaF6LXEOLBXX6AGjBIEbaRKBxDwFZI/FenVJFiiVoMOIJfgGjiUPHVR72eMG4mPKB 69a4SNcCykF/o2CEBm3ecMxjzfdP5DkaHFa8KttImKGxORQaCA3C8CJJ36eMW2DuSZAY hsWD/cBCF27/wtQLnlPvzcc3QH79Ha9Q3uCoY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ovu9pnEOJBjdgRbyv9IgdM7smCklh+z3CO2B1h9dOxaLjhmI190tw4hnsIe7UDlQj+ 097kMa2obsJcoVMpTApAhqTO/E3BH9lC7+qGzqxPpp/lNeLhykjTtXjx3CvOnY2XafNl hLVrYahUXWKMjNqGwOYCryUgE3ZONd9icYenw= Received: by 10.210.125.13 with SMTP id x13mr54859ebc.88.1215119500494; Thu, 03 Jul 2008 14:11:40 -0700 (PDT) Received: by 10.210.34.1 with HTTP; Thu, 3 Jul 2008 14:11:40 -0700 (PDT) Message-ID: <3c0b01820807031411y2d45660eqaca499c8debac2cc@mail.gmail.com> Date: Thu, 3 Jul 2008 17:11:40 -0400 From: "Alexander Sack" To: "Sam Leffler" In-Reply-To: <486BDCE9.3000608@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3c0b01820806170757v5565b59ne0e9d5db06f26761@mail.gmail.com> <486BDCE9.3000608@freebsd.org> Cc: FreeBSD STABLE Subject: Re: Atheros (ath) MSI wireless embedded chipset fails to attach on 7.0-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2008 21:11:42 -0000 On Wed, Jul 2, 2008 at 3:54 PM, Sam Leffler wrote: > Alexander Sack wrote: >> >> Hello: >> >> I have installed FreeBSD-7.0-amd64 stable on my new AMD X2 Turon based >> notebook, a MSI-1710A (GX710Ax) which has a generic embedded >> controller. During boot up I notice that ATH complains with: >> >> ath_rate: version 1.2 >> ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) >> ath0: mem 0xfd7f0000-0xfd7fffff irq 16 at device 0.0 >> on pci2 >> ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xfd7f0000 >> ath0: [MPSAFE] >> ath0: [ITHREAD] >> ath0: unable to attach hardware; HAL status 13 >> device_attach: ath0 attach returned 6 >> >> HAL status 13 from the header file seems to indicate that the >> 7.0-STABLE driver doesn't support my hardware revision. Here is my >> pciconf -l output: >> >> hostb0@pci0:0:0:0: class=0x060000 card=0x42cd1462 chip=0x79101002 >> rev=0x00 hdr=0x00 >> pcib1@pci0:0:2:0: class=0x060400 card=0x42cd1462 chip=0x79131002 >> rev=0x00 hdr=0x01 >> pcib2@pci0:0:4:0: class=0x060400 card=0x42cd1462 chip=0x79141002 >> rev=0x00 hdr=0x01 >> pcib3@pci0:0:6:0: class=0x060400 card=0x42cd1462 chip=0x79161002 >> rev=0x00 hdr=0x01 >> pcib4@pci0:0:7:0: class=0x060400 card=0x42cd1462 chip=0x79171002 >> rev=0x00 hdr=0x01 >> atapci0@pci0:0:18:0: class=0x01018f card=0x42cd1462 chip=0x43801002 >> rev=0x00 hdr=0x00 >> ohci0@pci0:0:19:0: class=0x0c0310 card=0x42cd1462 chip=0x43871002 >> rev=0x00 hdr=0x00 >> ohci1@pci0:0:19:1: class=0x0c0310 card=0x42cd1462 chip=0x43881002 >> rev=0x00 hdr=0x00 >> ohci2@pci0:0:19:2: class=0x0c0310 card=0x42cd1462 chip=0x43891002 >> rev=0x00 hdr=0x00 >> ohci3@pci0:0:19:3: class=0x0c0310 card=0x42cd1462 chip=0x438a1002 >> rev=0x00 hdr=0x00 >> ohci4@pci0:0:19:4: class=0x0c0310 card=0x42cd1462 chip=0x438b1002 >> rev=0x00 hdr=0x00 >> ehci0@pci0:0:19:5: class=0x0c0320 card=0x42cd1462 chip=0x43861002 >> rev=0x00 hdr=0x00 >> none0@pci0:0:20:0: class=0x0c0500 card=0x42cd1462 chip=0x43851002 >> rev=0x14 hdr=0x00 >> atapci1@pci0:0:20:1: class=0x01018a card=0x42cd1462 chip=0x438c1002 >> rev=0x00 hdr=0x00 >> none1@pci0:0:20:2: class=0x040300 card=0x42cd1462 chip=0x43831002 >> rev=0x00 hdr=0x00 >> isab0@pci0:0:20:3: class=0x060100 card=0x42cd1462 chip=0x438d1002 >> rev=0x00 hdr=0x00 >> pcib5@pci0:0:20:4: class=0x060401 card=0x00000000 chip=0x43841002 >> rev=0x00 hdr=0x01 >> hostb1@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 >> rev=0x00 hdr=0x00 >> hostb2@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 >> rev=0x00 hdr=0x00 >> hostb3@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 >> rev=0x00 hdr=0x00 >> hostb4@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 >> rev=0x00 hdr=0x00 >> vgapci0@pci0:1:0:0: class=0x030000 card=0x42cd1462 chip=0x95811002 >> rev=0x00 hdr=0x00 >> none2@pci0:1:0:1: class=0x040300 card=0xaa081462 chip=0xaa081002 >> rev=0x00 hdr=0x00 >> ath0@pci0:2:0:0: class=0x020000 card=0x10261a3b chip=0x001c168c >> rev=0x01 hdr=0x00 >> re0@pci0:5:0:0: class=0x020000 card=0x42cd1462 chip=0x816810ec rev=0x01 >> hdr=0x00 >> cbb0@pci0:6:4:0: class=0x060700 card=0x42cd1462 chip=0x71341217 >> rev=0x21 hdr=0x02 >> none3@pci0:6:4:2: class=0x080500 card=0x42cd1462 chip=0x71201217 >> rev=0x01 hdr=0x00 >> none4@pci0:6:4:3: class=0x068000 card=0x42cd1462 chip=0x71301217 >> rev=0x01 hdr=0x00 >> fwohci0@pci0:6:4:4: class=0x0c0010 card=0x42cd1462 chip=0x00f71217 >> rev=0x02 hdr=0x00 >> >> ath0 is listed as rev=0x01 so I'm a little confused why I got HAL >> status 13. Does anyone know if this chipset is supported in >> 7.0-STABLE? If not, is it possible to try CURRENT on 7.0 which may >> fix it? I've attached my complete dmesg output. >> >> Again, any feedback would be much appreciated! >> >> > > Try the hal in http://www.freebsd.org/~sam. Again Sam, thanks for this, it worked for me... -aps