CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/23 00:53:01
Modified files:
sys/arch/luna88k/dev: spc.c
sys/arch/macppc/dev: mesh.c
sys/arch/sgi/hpc: wdsc.c
sys/dev : vscsi.c
sys/dev/ata : atascsi.c
sys/dev/atapiscsi: atapiscsi.c
sys/dev/ic : aac.c adv.c aic6250.c aic6360.c
aic79xx_openbsd.c aic7xxx_openbsd.c ami.c cac.c
gdt_common.c iha.c mfi.c mpi.c ncr53c9x.c
nvme.c oosiop.c osiop.c qla.c qlw.c siop.c
trm.c twe.c uha.c
sys/dev/isa : wds.c
sys/dev/pci : ips.c mfii.c mpii.c qle.c vmwpvs.c
sys/dev/pv : vioscsi.c
sys/dev/usb : umass_scsi.c
sys/scsi : mpath.c
Log message:
Use a consistant idiom/format when declaring scsi_adapter structures
in drivers. Terse one liners, NULLs instead of 0's, explicitly specify
all members, etc.
Nuke #ifdef notyet blocks related to the scsi_adapter in aic.
No intentional functional change.
ok tedu@