Date: Fri, 20 Sep 1996 04:05:46 -0700 (PDT) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Message-ID: <199609201105.EAA08958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 96/09/20 04:05:44 Modified: sys/pci if_fxp.c Log: Fixed a bug in the receive buffer allocation code that resulted in a panic if an mbuf cluster couldn't be allocated. This was caused by a failure to re-initialize m_data when the old mbuf/mbcluster was recycled. Revision Changes Path 1.18 +14 -5 src/sys/pci/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609201105.EAA08958>
