Re: CVS commit: src/usr.sbin/vnconfig

2013-06-09 Thread Pierre Pronchery
Hi,

On Sun, 09 Jun 2013 09:25:41 -0400, Christos Zoulas wrote:
 
 Module Name:  src
 Committed By: christos
 Date: Sun Jun  9 13:25:41 UTC 2013
 
 Modified Files:
   src/usr.sbin/vnconfig: vnconfig.c
 
 Log Message:
 Now that we grow vnd's dynamically we cannot depend on the kernel
 returning ENXIO when we exceed the number of configured vnds, so in the
 -l case, print info for all vnds we can find device nodes for in /dev.

Is it worth pulling this to netbsd-6, together with sys/dev/vnd.c 1.225?

Cheers,
-- 
khorben



Re: CVS commit: src/usr.sbin/vnconfig

2013-06-09 Thread Christos Zoulas
In article kp300r$umj$1...@ger.gmane.org,
Pierre Pronchery  khor...@defora.org wrote:
   Hi,

On Sun, 09 Jun 2013 09:25:41 -0400, Christos Zoulas wrote:
 
 Module Name: src
 Committed By:christos
 Date:Sun Jun  9 13:25:41 UTC 2013
 
 Modified Files:
  src/usr.sbin/vnconfig: vnconfig.c
 
 Log Message:
 Now that we grow vnd's dynamically we cannot depend on the kernel
 returning ENXIO when we exceed the number of configured vnds, so in the
 -l case, print info for all vnds we can find device nodes for in /dev.

Is it worth pulling this to netbsd-6, together with sys/dev/vnd.c 1.225?

6- does not have dynamically allocated vnds.

christos