CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/10 06:56:14
Modified files:
sys/dev/ic : ahci.c
sys/scsi : scsi_base.c scsiconf.c scsiconf.h
Log message:
Enforce some naming sanity. Stop using 'sc_link' to mean two different
things by renaming the field 'SLIST_HEAD(, scsi_link) sc_link' to
'sc_link_list' in struct scsibus_softc. Use 'sb' as the short name
for scsibus_softc variables.
Impetus from & ok bluhm@
