CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/01/27 07:47:53
Modified files: sbin/pdisk : dump.c partition_map.c partition_map.h pdisk.c Log message: We do not support logical_block != physical_block. Remove logical_block field and left over code that checks for logical != physical. Removes confusion with dmpe fields lblock_start and lblocks, which have nothing to do with block sizes! lblock_start is the block offset within the partition where the data actually starts. and lblocks is the number of blocks of data within the partition. Both are in units of *physical blocks*, a.k.a. disk sectors.