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:31:12
Module Name: src
Committed By: tsutsui
Date: Sat Jul 5 19:31:11 UTC 2003
Modified Files:
src/sys/dev/ic: mb89352.c
Log Message:
Misc cleanup:
- disable debug code by default
- use MI minphys()
- add proper delay in spc_find()
- initialize TMOD register in spc_reset()
- wrap a sanity check with #ifdef DIAGNOSTIC (sync with aic6360.c)
- no need to set LUN bits in SCSI command which should be done in mid-layer
- set proper resid even in error case
- fix/remove some bogus comments
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 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.