Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/24/2000 19:39:14
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 25 03:39:14 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: elink3.c

Log Message:
when change mbuf type, clear m_pkthdr so that we do not get panic with
old data in pointer fields.  NOTE: we'll extend m_pkthdr field soon.

Wondering: do mbuf pre-allocation code in elink3.c really buy us much
performance?  it comes with code duplicate/synchronization problem with
sys/mbuf.h...


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 syssrc/sys/dev/ic/elink3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.