CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/05 14:17:26
Modified files:
sys/dev/eisa : ahc_eisa.c
sys/dev/ic : aic7xxx_openbsd.h
sys/dev/ic : qlw.c
sys/dev/pci : ahc_pci.c
sys/scsi : scsiconf.c scsiconf.h
Log message:
Nuke struct scsi_link's "scsibus" member. The two drivers using it
(ahc(4) and qlw(4)) can just compare the values of the "bus" member
directly.
A slightly different path to the same result that matthew@ traversed
in his work culminating in scsiconf.h r1.146.