CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/07 00:38:33
Modified files:
sys/dev/ic : bwfm.c
Log message:
There's a task ring for executing commands in a sleep-safe context.
This task is used to deliver mbufs (for events, not data), but it's
possible that the queue overruns. In that case it does leak mbufs.
For now, assert the size to see if we hit the issue.
