Date: Sat, 28 Aug 2010 00:09:19 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c if_igb.c if_lem.c src/sys/dev/ixgb if_ixgb.c src/sys/dev/ixgbe ixgbe.c Message-ID: <201008280009.o7S09YAu075794@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-08-28 00:09:19 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c if_igb.c if_lem.c sys/dev/ixgb if_ixgb.c sys/dev/ixgbe ixgbe.c Log: SVN rev 211907 on 2010-08-28 00:09:19Z by yongari Do not call voluntary panic(9) in case of if_alloc() failure. Reviewed by: jfv Revision Changes Path 1.52 +11 -5 src/sys/dev/e1000/if_em.c 1.57 +11 -5 src/sys/dev/e1000/if_igb.c 1.8 +11 -5 src/sys/dev/e1000/if_lem.c 1.28 +11 -6 src/sys/dev/ixgb/if_ixgb.c 1.37 +11 -6 src/sys/dev/ixgbe/ixgbe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008280009.o7S09YAu075794>