CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/05 06:35:16
Modified files:
sys/dev/ic : bwfm.c bwfmvar.h
Log message:
Since on a SCAN each node is provided in its own event,
the limited ring for asynchronous can easily overflow.
Work around this by chaining the mbufs into a list.
Fixes a panic for jcs@
ok stsp@
