Module Name: src Committed By: jdc Date: Wed Jul 25 20:55:36 UTC 2012
Modified Files: src/sys/dev/ic [netbsd-6]: ncr53c9x.c Log Message: Pull up revision 1.145 (requested by ryoon in ticket #439). 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). To generate a diff of this commit: cvs rdiff -u -r1.143.8.1 -r1.143.8.2 src/sys/dev/ic/ncr53c9x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.