Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/05/2003 19:50:18
Module Name: src
Committed By: tsutsui
Date: Sat Jul 5 19:50:18 UTC 2003
Modified Files:
src/sys/dev/ic: mb89352.c
Log Message:
More misc fixes for forthcoming hp300 MI SCSI support:
- Don't use SCMD_XFR command in message-in phase and status phase.
It causes unexpected hangs on heavy load. Instead transfer data
manually via TEMP register by SCMD_SET_ACK and SCMD_RST_ACK.
- Don't set SCMD_ICPT_XFR in spc_dataout_pio() and spc_msgout().
- Rewrite spc_datain_pio() to handle FIFO more properly.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/mb89352.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.