Subject: PR/33116 CVS commit: src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Quentin Garnier <cube@netbsd.org>
List: netbsd-bugs
Date: 03/30/2006 15:20:03
The following reply was made to PR kern/33116; it has been noted by GNATS.

From: Quentin Garnier <cube@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/33116 CVS commit: src/sys/dev
Date: Thu, 30 Mar 2006 15:19:45 +0000 (UTC)

 Module Name:	src
 Committed By:	cube
 Date:		Thu Mar 30 15:19:45 UTC 2006
 
 Modified Files:
 	src/sys/dev: vnd.c
 
 Log Message:
 Silence device creation and destruction.  That means there won't be
 spurious messages when doing "vnconfig -l", but it also means there won't
 be a message when an actual device is created.  Oh, well.
 
 PR#33116 by Izumi Tsutsui.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.145 -r1.146 src/sys/dev/vnd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.