Source-Changes archive

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

CVS commit: [netbsd-7] src/sys/dev



Module Name:    src
Committed By:   martin
Date:           Tue Nov 11 10:42:22 UTC 2014

Modified Files:
        src/sys/dev [netbsd-7]: ccd.c dksubr.c ld.c vnd.c
        src/sys/dev/raidframe [netbsd-7]: rf_netbsdkintf.c

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #202):
        sys/dev/ccd.c: revision 1.153
        sys/dev/ccd.c: revision 1.154
        sys/dev/raidframe/rf_netbsdkintf.c: revision 1.313
        sys/dev/raidframe/rf_netbsdkintf.c: revision 1.314
        sys/dev/ld.c: revision 1.77
        sys/dev/vnd.c: revision 1.233
        sys/dev/dksubr.c: revision 1.52
        sys/dev/dksubr.c: revision 1.53
clamp total number of sectors to UINT32_MAX instead of providing the
lower 32bit of the 64bit number.
No longer warn about differences bewteen disk size and total sector count
in disklabel when the latter is just clamped to the maximum.


To generate a diff of this commit:
cvs rdiff -u -r1.151.2.1 -r1.151.2.2 src/sys/dev/ccd.c
cvs rdiff -u -r1.51.2.1 -r1.51.2.2 src/sys/dev/dksubr.c
cvs rdiff -u -r1.75.2.1 -r1.75.2.2 src/sys/dev/ld.c
cvs rdiff -u -r1.232.2.1 -r1.232.2.2 src/sys/dev/vnd.c
cvs rdiff -u -r1.312.2.1 -r1.312.2.2 src/sys/dev/raidframe/rf_netbsdkintf.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