CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/08 15:27:10
Modified files:
sys/dev/ic : ncr53c9x.c
Log message:
Merge NetBSD 1.145:
When issuing a non-dma command, make sure to set the "remaining length of
command to be transfered via dma" (sc_cmdlen) to zero upfront, otherwise we
might get confused on command completition interrupt (no dma active but still
data left to transfer).
