Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   cube
Date:           Wed Feb  1 03:15:34 UTC 2006

Modified Files:
        src/sys/conf: files
        src/sys/dev: vnd.c vndvar.h
        src/sys/lkm/dev/vnd: lkminit_vnd.c

Log Message:
Have vnd(4) devices automatically created when the user tries to
configure one.  That removes the compile-time constant that limits the
number of vnds.

Thanks xtraeme@ for testing.


To generate a diff of this commit:
cvs rdiff -r1.754 -r1.755 src/sys/conf/files
cvs rdiff -r1.130 -r1.131 src/sys/dev/vnd.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/vndvar.h
cvs rdiff -r1.4 -r1.5 src/sys/lkm/dev/vnd/lkminit_vnd.c

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




Home | Main Index | Thread Index | Old Index