CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/25 17:53:31
Modified files:
sys/arch/sparc64/dev: vdsk.c
sys/dev/ata : atascsi.c
sys/dev/ic : adv.c adw.c ami.c cac.c ciss.c gdt_common.c
gdtvar.h iha.c mfi.c trm.c twe.c twevar.h uha.c
sys/dev/isa : wds.c
sys/dev/pv : hvs.c vioblk.c xbf.c
sys/dev/sdmmc : sdmmc_scsi.c
sys/dev/usb : umass_scsi.c
sys/scsi : cd.c mpath.c scsiconf.h sd.c st.c
Log message:
Shuffle some names around to make reading the code less headache
inducing. Rename scsi_adapter member 'scsi_minphys' to 'dev_minphys'
to reflect what it is supposed to do. Use consistent naming convention
(<dev>_minphys) for the actual device functions.
No functional change.