CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/19 10:12:10
Modified files:
sys/arch/amd64/stand/libsa: softraid.c
sys/arch/i386/stand/libsa: softraid.c
sys/arch/sparc64/stand/ofwboot: softraid.c
sys/dev : softraid.c softraid_crypto.c
Log message:
Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()
where appropriate. Noop for disks with 512-byte sectors. i.e. the
only kind currently allowed in softraid volumes. But starts laying
the groundwork to allow disks with other sector sizes.
ok jsing@