Module Name: src Committed By: msaitoh Date: Wed Aug 27 05:47:43 UTC 2014
Modified Files: src/sbin/ccdconfig [netbsd-5]: ccdconfig.c src/sys/dev [netbsd-5]: ccd.c ccdvar.h Log Message: Pull up following revision(s) (requested by sborrill in ticket #1919): sbin/ccdconfig/ccdconfig.c 1.54 via patch sys/dev/ccd.c 1.152 via patch sys/dev/ccdvar.h 1.34 via patch Switch size_t to uint64_t in appropriate places to ensure that ccd(4) works with component and total sizes of > 2TB. Make kernel print device information when a ccd configured. Fix some typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.48.2.1 src/sbin/ccdconfig/ccdconfig.c cvs rdiff -u -r1.129.10.1 -r1.129.10.2 src/sys/dev/ccd.c cvs rdiff -u -r1.30.10.1 -r1.30.10.2 src/sys/dev/ccdvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.