CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/02/13 08:11:33
Modified files:
sys/dev : softraid.c softraidvar.h
sys/dev/atapiscsi: atapiscsi.c
sys/dev/ic : ciss.c mfi.c mfireg.h mpi.c
sys/dev/pci : arc.c
sys/dev/usb : umass_scsi.c
Log message:
Nuke *_minphys() functions that either simply apply MAXPHYS or do
nothing at all. MAXPHYS will be applied in minphys() and nothing at
all, well, doesn't do anything.
Also remove any '#define <blah> MAXPHYS' statements used solely to
disguise MAXPHYS in said functions.