CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/11 09:26:15
Modified files:
sys/dev/ic : ami.c
Log message:
Shuffle sc_link.openings initialization down to its friends and just
use sc->sc_maxcmds rather than repeatedly assigning it same value
being assigned to sc->sc_maxcmds. Since they are the same, no need to
print both under AMI_DEBUG.
