Module Name: src Committed By: msaitoh Date: Wed Aug 27 14:39:19 UTC 2014
Modified Files: src/sbin/ccdconfig [netbsd-6]: ccdconfig.c src/sys/dev [netbsd-6]: ccd.c ccdvar.h Log Message: Pull up following revision(s) (requested by sborrill in ticket #1113): 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.51 -r1.51.4.1 src/sbin/ccdconfig/ccdconfig.c cvs rdiff -u -r1.143 -r1.143.6.1 src/sys/dev/ccd.c cvs rdiff -u -r1.32 -r1.32.10.1 src/sys/dev/ccdvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.