CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/21 19:18:57
Modified files:
share/man/man9 : physio.9
sys/sys : buf.h
sys/kern : kern_physio.c
sys/arch/hp300/dev: ct.c hd.c mt.c
sys/arch/sparc/dev: fd.c presto.c xd.c xy.c
sys/arch/sparc64/dev: fd.c
sys/arch/vax/mba: hp.c
sys/arch/vax/mscp: mscp_disk.c mscp_tape.c
sys/arch/vax/qbus: qd.c
sys/arch/vax/vsa: hdc9224.c
sys/dev/ata : wd.c
sys/dev/isa : fd.c mcd.c
sys/dev/raidframe: rf_openbsdkintf.c
sys/dev : ccd.c vnd.c flash.c ramdisk.c
sys/scsi : cd.c sd.c st.c
Log message:
All users of physio(9) now pass NULL as the buf pointer argument, so
no point in keeping it around.
"i like this" thib@ (a while back); ok krw@ and oga@; reminder to
update the man page and tweaks jmc@