NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-evbmips/41650: NetBSD/evbmips -current on MERAKI/Atheros 2315 WiSoC crashes
The following reply was made to PR port-evbmips/41650; it has been noted by
GNATS.
From: Fredrik Pettai <pettai%nordu.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-evbmips-maintainer%NetBSD.org@localhost,
gnats-admin%NetBSD.org@localhost,
netbsd-bugs%NetBSD.org@localhost
Subject: Re: port-evbmips/41650: NetBSD/evbmips -current on MERAKI/Atheros 2315
WiSoC crashes
Date: Sun, 5 Jul 2009 21:43:47 +0200
On Jul 1, 2009, at 9:50 AM, Fredrik Pettai wrote:
>> That's almost certainly the place it jumped off the cliff.
>>
>> Can you find out where it is? (If it's a kernel with debugging
>> symbols
>> you can get it from gdb;
Here's the gdb output instead:
(gdb) list *0x8006a520
0x8006a520 is in ar5312MacReset (/usr/src/sys/external/isc/atheros_hal/
dist/ar5312/ar5312_reset.c:882).
877 return(AH_FALSE);
878 }
879 regMask = ~(resetBB | resetBits);
880
881 /* read before */
882 reg = OS_REG_READ(ah,
883
(AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh) + AR5312_RESET));
884
885 if (RCMask == AR_RC_BB) {
886 /* Put baseband in reset */
(gdb)
Home |
Main Index |
Thread Index |
Old Index