Module Name: src Committed By: riz Date: Sat Jan 2 14:38:45 UTC 2016
Modified Files: src/sys/dev [netbsd-7-0]: vnd.c src/sys/sys [netbsd-7-0]: disk.h Log Message: Pull up following revision(s) (requested by manu in ticket #1038): sys/dev/vnd.c: revision 1.252 sys/dev/vnd.c: revision 1.253 sys/dev/vnd.c: revision 1.254 sys/dev/vnd.c: revision 1.249 sys/sys/disk.h: revision 1.66 sys/dev/vnd.c: revision 1.250 sys/dev/vnd.c: revision 1.251 - Add DK_DEV_BSIZE_OK() - Simplify ioctl handling a little. - disable debugging - Return ENXIO if the get ioctl exceeds the number of configured devices. XXX: pullup-7 - explain why the int cast works (suggested by kre) - fix incorrect memset. - Use the new DK_DEV_BSIZE_OK() macro. To generate a diff of this commit: cvs rdiff -u -r1.232.2.3 -r1.232.2.3.2.1 src/sys/dev/vnd.c cvs rdiff -u -r1.60 -r1.60.6.1 src/sys/sys/disk.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.