From owner-freebsd-current@FreeBSD.ORG Mon Oct 31 17:10:10 2005 Return-Path: X-Original-To: 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 DABBF16A41F for ; Mon, 31 Oct 2005 17:10:10 +0000 (GMT) (envelope-from konfer@mikulas.com) Received: from s1.vhost.cz (s1.vhost.cz [82.208.27.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0374F43D45 for ; Mon, 31 Oct 2005 17:10:09 +0000 (GMT) (envelope-from konfer@mikulas.com) Received: (qmail 77055 invoked by alias); 31 Oct 2005 18:10:07 +0100 Received: from unknown (HELO localhost) (127.10.10.10) by s1.vhost.cz with SMTP; 31 Oct 2005 18:10:07 +0100 Received: from unknown ([127.0.0.1]) by localhost (s1.vhost.cz [127.0.0.1]) (amavisd-new, port 10628) id 76983-02; Mon, 31 Oct 2005 18:10:06 +0100 (CET) Received: from unknown (HELO ?172.19.13.144?) (jiri@mikulas.com@195.122.204.153) by s1.vhost.cz with AES256-SHA encrypted SMTP; 31 Oct 2005 18:10:06 +0100 Message-ID: <43664FEB.9020502@mikulas.com> Date: Mon, 31 Oct 2005 18:10:03 +0100 From: Jiri Mikulas User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050429) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <4364F50E.2040509@mikulas.com> <4364FD15.1040703@errno.com> In-Reply-To: <4364FD15.1040703@errno.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at vhost.cz Cc: current@freebsd.org Subject: Re: new ath_hal 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: Mon, 31 Oct 2005 17:10:11 -0000 Hello After I applied patches on RELENG_6 I got this panic after about, Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x20:0xc06dcbb5 stack pointer = 0x28:0xdc9a3c04 frame pointer = 0x28:0xc1f3a000 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 40 (swi6: task queue) trap number = 12 panic: page fault Uptime: 4m50s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... I have this kernel on Flash card, so I can't debug it now, but I'll try to reproduce this panic on lab machine. Do you thik that this panic is ath related ? further when I started compiling of kernel, I got this warning WARNING: unknown option `AH_SUPPORT_5413' removed from /usr/obj/usr/src/sys/ROUTER-IPFW-PF/opt_ah.h WARNING: unknown option `AH_SUPPORT_DFS' removed from /usr/obj/usr/src/sys/ROUTER-IPFW-PF/opt_ah.h ..is this warning ok ? there is ath_hal: 0.9.16.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413, DFS) in dmesg also there are lot of messages like ath0: discard oversize frame (ether type 5e4 flags 3 len 1522 > max 1514) do you know why ? Thanks for reply Jiri Sam Leffler wrote: > Jiri Mikulas wrote: > >> Hello >> does anybody know if these cards (chipset) will be supported in new >> ath_hal, please ? >> >> Mini PCI Atheros: WNC CM10 miniPCI 5 GHz (AR5006X) >> http://www.i4shop.net/cz/iObchod/Catalog.asp?ca=1633&it=9398 >> >> or >> >> Atheros: AR5006X miniPCI 5 GHz (AR5414A) >> http://www.i4shop.net/cz/iObchod/Catalog.asp?ca=1633&it=9335 >> >> and when will be released the new HAL ? > > > The new hal was "released" ~2 months ago. These parts are supported. > No idea when it'll get committed. You can find the bits in > www.freebsd.org/~sam; don't forget to apply the ath and net80211 patches. > > Sam