CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/11/04 17:51:58
Modified files:
sbin/fsck_ffs : setup.c
sbin/newfs : newfs.c
sbin/newfs_msdos: newfs_msdos.c
sys/arch/amd64/stand/libsa: diskprobe.c
sys/arch/armish/stand/boot: wd.c
sys/arch/i386/stand/libsa: diskprobe.c
sys/arch/luna88k/stand/boot: ufs_disksubr.c
sys/arch/mvme68k/stand/libsa: bugdev.c
sys/arch/mvme88k/stand/libsa: bugdev.c
sys/arch/socppc/stand/boot: wd.c
sys/arch/sparc64/stand/ofwboot: ofdev.c
sys/kern : subr_hibernate.c
Log message:
Replace direct references to p_size, p_offset and d_secperunit with
DL_[GET|SET]PSIZE(), DL_[GET|SET]POFFSET(), DL_[GET|SET]DSIZE() in
order to get|set correct value that includes the high bits of the
value.