CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/01/09 17:40:25
Modified files:
sys/arch/vax/dec: sii.c
sys/dev/eisa : aha1742.c
sys/dev/ic : trm.c
sys/dev/isa : aha.c seagate.c
Log message:
A couple of missed ITSDONE setting before scsi_done().
seagate/trm/aha1742 were the only drivers paranoid enough to check
ITSDONE on getting the xs to execute. And optimistic enough to think
simply restting the flag would be a good thing. Have them chill out
like everyone else, reducing ITSDONE noise some more.