From owner-freebsd-current@FreeBSD.ORG Fri Mar 17 00:48:58 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 F01C316A420 for ; Fri, 17 Mar 2006 00:48:58 +0000 (UTC) (envelope-from sascha@eirconnect.net) Received: from mail.druid-dns.com (ns1.druid-dns.com [70.84.181.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D47943D45 for ; Fri, 17 Mar 2006 00:48:58 +0000 (GMT) (envelope-from sascha@eirconnect.net) Received: (qmail 1571 invoked by uid 7807); 17 Mar 2006 00:59:55 +0000 Received: from 84.203.161.126 by druiddns.servermatrix.com (envelope-from , uid 7805) with qmail-scanner-1.25-st-qms (clamdscan: 0.83/828. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:0(84.203.161.126):SA:0(-2.3/5.0):. Processed in 2.88019 secs); 17 Mar 2006 00:59:55 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 X-Antivirus-Druid-Mail-From: sascha@eirconnect.net via druiddns.servermatrix.com X-Antivirus-Druid: 1.25-st-qms (Clear:RC:0(84.203.161.126):SA:0(-2.3/5.0):. Processed in 2.88019 secs Process 1562) Received: from unknown (HELO saoirse) (sascha@eirconnect.net@84.203.161.126) by mail.druid-dns.com with AES256-SHA encrypted SMTP; 17 Mar 2006 00:59:52 +0000 From: Sascha Luck Organization: Eirconnect To: Sam Leffler Date: Fri, 17 Mar 2006 00:48:50 +0000 User-Agent: KMail/1.9.1 References: <200603151610.42709.sascha@eirconnect.net> <4419E78D.8080005@errno.com> In-Reply-To: <4419E78D.8080005@errno.com> X-NCC-RegID: ie.eirconnect MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603170048.50398.sascha@eirconnect.net> Cc: freebsd-current@freebsd.org Subject: Re: ath_hal problems on sparc64 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: Fri, 17 Mar 2006 00:48:59 -0000 [moved to -current as this panic happens on: FreeBSD 7.0-CURRENT #0: Tue Feb 14 17:16:58 GMT 2006 root@cheetah.c4inet.net:/usr/obj/usr/src/sys/CHEETAH-DEBUG-ATH On Thursday 16 March 2006 22:32, Sam Leffler wrote: > There's something bogus in the hal.o; I will need to figure out what > happened and respin it. It's not going to happen immediately; sorry. and here is the kdb trace: db> trace Tracing pid 0 tid 0 td 0xc03f7518 panic() at panic+0xf0 trap() at trap+0x414 -- data access exception sfar=0x32000000010 sfsr=0x41029 %o7=0xc02ef5cc -- ath_hal_reg_read() at ath_hal_reg_read+0x10 zz016e1251() at zz016e1251+0x38 zz0005b6b2() at zz0005b6b2+0x34 ath_hal_attach() at ath_hal_attach+0x10c ath_attach() at ath_attach+0xc8 ath_pci_attach() at ath_pci_attach+0x274 device_attach() at device_attach+0x60 device_probe_and_attach() at device_probe_and_attach+0x118 bus_generic_attach() at bus_generic_attach+0x10 ofw_pcibus_attach() at ofw_pcibus_attach+0x1a0 device_attach() at device_attach+0x60 device_probe_and_attach() at device_probe_and_attach+0x118 bus_generic_attach() at bus_generic_attach+0x10 apb_attach() at apb_attach+0x174 device_attach() at device_attach+0x60 device_probe_and_attach() at device_probe_and_attach+0x118 bus_generic_attach() at bus_generic_attach+0x10 ofw_pcibus_attach() at ofw_pcibus_attach+0x1a0 device_attach() at device_attach+0x60 device_probe_and_attach() at device_probe_and_attach+0x118 bus_generic_attach() at bus_generic_attach+0x10 psycho_attach() at psycho_attach+0xa6c device_attach() at device_attach+0x60 device_probe_and_attach() at device_probe_and_attach+0x118 bus_generic_attach() at bus_generic_attach+0x10 nexus_attach() at nexus_attach+0x23c device_attach() at device_attach+0x60 device_probe_and_attach() at device_probe_and_attach+0x118 root_bus_configure() at root_bus_configure+0x18 configure() at configure+0x4 mi_startup() at mi_startup+0x12c btext() at btext+0x34 Hope this helps with finding what's wrong. If you need any more info, let me know, I can reliably reproduce the panic. > Sam cheers, s.