cvs commit: src/sys/dev/ipw if_ipw.c

Damien Bergamini damien at FreeBSD.org
Sun Nov 13 17:17:46 GMT 2005


damien      2005-11-13 17:17:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ipw          if_ipw.c 
  Log:
  Be more robust when handling Rx interrupts.  If we can't allocate and DMA map
  a new mbuf, just discard the received frame and reuse the old mbuf.
  This should fix kernel panics on high network traffic.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.15      +42 -24    src/sys/dev/ipw/if_ipw.c


More information about the cvs-src mailing list