Opened 15 years ago
Closed 15 years ago
#5069 closed bug (fixed)
iprowifi4965 panics with "unknown type"
Reported by: | tqh | Owned by: | colin |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet/Wireless | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Upon boot with a free network in range, and with firmware in correct place (wasn't before) the driver panics.
Stacktrace as img, boils down to:
m_free
m_freem
sta_input
ieee80211_input_all
iwn_rx_intr
Tested on hrev34429.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | panic_unknown_type.gif added |
---|
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Description: | modified (diff) |
---|---|
Version: | R1/alpha1 → R1/Development |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This bug is related to the addition of the page sized cluster cache. In function mb_free_ext the handling of this cache was forgotten.
Fixed in hrev34433.
Note:
See TracTickets
for help on using tickets.
Stacktrace