created | 2020-02-11T07:20:41Z |
---|---|
begin | 2020-02-05T16:01:32Z |
end | 2020-02-05T16:29:30Z |
path | src/sys |
commits | 2 |
date | 2020-02-05T16:29:29Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/luna88k/dev/spc.c | log | diff | annotate |
src/sys/arch/sgi/hpc/wdsc.c | log | diff | annotate | |
src/sys/arch/sparc64/dev/vdsk.c | log | diff | annotate | |
src/sys/dev/vscsi.c | log | diff | annotate | |
src/sys/dev/ata/atascsi.c | log | diff | annotate | |
src/sys/dev/ic/aac.c | log | diff | annotate | |
src/sys/dev/ic/aic6250.c | log | diff | annotate | |
src/sys/dev/ic/aic6360.c | log | diff | annotate | |
src/sys/dev/ic/ncr53c9x.c | log | diff | annotate | |
src/sys/dev/ic/nvme.c | log | diff | annotate | |
src/sys/dev/ic/osiop.c | log | diff | annotate | |
src/sys/dev/ic/qla.c | log | diff | annotate | |
message |
Nuke unnecessary abstraction 'scsi_minphys()' which just calls 'minphys()'. Just use & check for NULL instead, since 'minphys()' is always called on the code path ([cd|sd|st]minphys) that calls physio(). |
date | 2020-02-05T16:29:30Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/ic/qlw.c | log | diff | annotate |
src/sys/dev/pci/ips.c | log | diff | annotate | |
src/sys/dev/pci/mfii.c | log | diff | annotate | |
src/sys/dev/pci/mpii.c | log | diff | annotate | |
src/sys/dev/pci/qle.c | log | diff | annotate | |
src/sys/dev/pci/vmwpvs.c | log | diff | annotate | |
src/sys/dev/pv/hvs.c | log | diff | annotate | |
src/sys/dev/pv/vioblk.c | log | diff | annotate | |
src/sys/dev/pv/vioscsi.c | log | diff | annotate | |
src/sys/dev/pv/xbf.c | log | diff | annotate | |
src/sys/scsi/cd.c | log | diff | annotate | |
src/sys/scsi/mpath.c | log | diff | annotate | |
src/sys/scsi/scsiconf.c | log | diff | annotate | |
src/sys/scsi/scsiconf.h | log | diff | annotate | |
src/sys/scsi/sd.c | log | diff | annotate | |
src/sys/scsi/sdvar.h | log | diff | annotate | |
src/sys/scsi/st.c | log | diff | annotate | |
message |
Nuke unnecessary abstraction 'scsi_minphys()' which just calls 'minphys()'. Just use & check for NULL instead, since 'minphys()' is always called on the code path ([cd|sd|st]minphys) that calls physio(). |