Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2010 00:16:49 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_em.c
Message-ID:  <201008280017.o7S0H1g3076417@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-08-28 00:16:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/e1000        if_em.c 
  Log:
  SVN rev 211909 on 2010-08-28 00:16:49Z by yongari
  
  If em(4) failed to allocate RX buffers, do not call panic(9).
  Just showing some buffer allocation error is more appropriate
  action for drivers. This should fix occasional panic reported on
  em(4) when driver encountered resource shortage.
  
  Reviewed by:    jfv
  
  Revision  Changes    Path
  1.53      +6 -3      src/sys/dev/e1000/if_em.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008280017.o7S0H1g3076417>