Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 01/14/2002 15:39:15
Module Name:	syssrc
Committed By:	tsutsui
Date:		Mon Jan 14 13:39:15 UTC 2002

Modified Files:
	syssrc/sys/dev/eisa: if_fea.c
	syssrc/sys/dev/pci: if_fpa.c

Log Message:
Call malloc(9) with M_ZERO flag instead of bzero() after malloc().

XXX It seems these attachments need to be rewritten for modern config(9)..


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/eisa/if_fea.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/dev/pci/if_fpa.c

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