CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/06/27 08:29:46
Modified files:
sys/arch/luna88k/dev: mb89352.c
sys/arch/sparc64/dev: vdsk.c
sys/dev : softraid.c vscsi.c
sys/dev/ata : atascsi.c
sys/dev/atapiscsi: atapiscsi.c
sys/dev/ic : aac.c adv.c adw.c aic6250.c aic6360.c
aic79xx_openbsd.c aic7xxx_openbsd.c ami.c cac.c
ciss.c gdt_common.c mfi.c mpi.c ncr53c9x.c
nvme.c oosiop.c osiop.c qla.c qlw.c siop.c
twe.c uha.c wd33c93.c
sys/dev/isa : wds.c
sys/dev/pci : arc.c iha_pci.c ips.c mfii.c mpii.c qle.c
trm_pci.c vmwpvs.c
sys/dev/pv : hvs.c vioblk.c vioscsi.c xbf.c
sys/dev/usb : umass_scsi.c
sys/scsi : mpath.c
Log message:
No need to bzero()/memset() 'struct scsibus_attach_args' variables
immediately before initializing the only field in the struct.