CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/20 21:30:51
Modified files:
sys/arch/amd64/stand/libsa: softraid.c
sys/arch/i386/stand/libsa: softraid.c
sys/dev : softraid.c softraid_concat.c softraid_crypto.c
softraid_raid0.c softraid_raid1.c
softraid_raid5.c softraid_raid6.c softraidvar.h
Log message:
A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'
since they are now relative to chunks. Use 'blkno' as normal variable
name for daddr_t items rather than mix of 'blkno, blk, offset.
Change field name ssd_data_offset to ssd_data_blkno since it is a
block and not byte quantity.
No intentional functional change.