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:23:39
Module Name:	syssrc
Committed By:	tsutsui
Date:		Mon Jan 14 13:23:38 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: mly.c
	syssrc/sys/dev/usb: uhci.c

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


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/pci/mly.c
cvs rdiff -r1.149 -r1.150 syssrc/sys/dev/usb/uhci.c

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