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



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