:Cool, that worked fine. Here's the complete backtrace:
:
:#0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:527
:#1 0xc027acc8 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:360
:#2 0xc027b17a in panic (
: fmt=0xc04b0d68 "assertion: (ifp->if_serializer)->last_td == curthread in
%s") at /usr/src/sys/kern/kern_shutdown.c:673
:#3 0xc02e0820 in ether_input (ifp=0xdec4e0b8, eh=0x0, m=0xdeb12600)
: at /usr/src/sys/net/if_ethersubr.c:568
:#4 0xc02e07e0 in ether_input_internal (ifp=0x0, m=0x0)
: at /usr/src/sys/net/if_ethersubr.c:539
:#5 0xc02f6d1b in ieee80211_input (ifp=0xdec4e0b8, m=0xdeb12600,
: ni=0xc17ea0e8, rssi=47, rstamp=0)
: at /usr/src/sys/netproto/802_11/ieee80211_input.c:302
:#6 0xdec0314e in ipw_data_intr ()
:#7 0xdec0334c in ipw_rx_intr ()
:#8 0xdec036fc in ipw_intr ()
:#9 0xc025fc8f in ithread_handler (arg=0xb)
: at /usr/src/sys/kern/kern_intr.c:750
:#10 0xc02814ab in lwkt_create (func=0, arg=0x0, tdp=0xc0530294, template=0x0,
:
: Johannes
Wonderful! I failed to pass a serializer to the IPW interrupt. I'll
have a fix committed in a moment.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>