cvs commit: src/sys/dev/ral if_ral.c

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


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

  FreeBSD src repository

  Modified files:
    sys/dev/ral          if_ral.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.18      +41 -21    src/sys/dev/ral/if_ral.c


More information about the cvs-src mailing list