From owner-cvs-sys Fri Sep 20 04:06:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09161 for cvs-sys-outgoing; Fri, 20 Sep 1996 04:06:21 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA08958; Fri, 20 Sep 1996 04:05:46 -0700 (PDT) Date: Fri, 20 Sep 1996 04:05:46 -0700 (PDT) From: David Greenman Message-Id: <199609201105.EAA08958@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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