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:   mlelstv
Date:           Wed Dec 31 08:24:51 UTC 2014

Modified Files:
        src/sys/dev: vnd.c
        src/sys/dev/dkwedge: dk.c
        src/sys/dev/dm: device-mapper.c
        src/sys/dev/raidframe: rf_netbsdkintf.c
        src/sys/dev/scsipi: sd.c
        src/sys/kern: subr_disk.c

Log Message:
disk_blocksize and disk_set_info relay the same information
to the disk subsystem.

Make disk_set_info also set blocksize shift values.
Remove every call to disk_blocksize.

Keep disk_blocksize for ABI compatibility, make it also set dg_secsize.


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/sys/dev/vnd.c
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/dkwedge/dk.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/dm/device-mapper.c
cvs rdiff -u -r1.317 -r1.318 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -u -r1.310 -r1.311 src/sys/dev/scsipi/sd.c
cvs rdiff -u -r1.105 -r1.106 src/sys/kern/subr_disk.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