CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/06/03 15:14:11
Modified files:
sys/arch/hp300/dev: hd.c
sys/arch/octeon/dev: octcf.c
sys/arch/sparc/dev: presto.c xd.c xy.c
sys/arch/vax/mba: hp.c
sys/arch/vax/mscp: mscp_disk.c
sys/arch/vax/vsa: hdc9224.c
sys/dev : ccd.c flash.c ramdisk.c vnd.c
sys/dev/ata : wd.c
sys/dev/isa : mcd.c
sys/dev/raidframe: rf_openbsdkintf.c
sys/kern : subr_disk.c
sys/scsi : cd.c sd.c
sys/sys : disklabel.h
Log message:
Get rid of the wlabel argument to bounds_check_with_label(). It's
never done anything in OpenBSD and just clutters disk drivers with
silly flag handling.
More cleanup to follow.
ok deraadt@, millert@; no objections krw@