Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/18/2001 15:02:30
Module Name: syssrc
Committed By: tsutsui
Date: Sun Nov 18 13:02:30 UTC 2001
Modified Files:
syssrc/sys/dev/pci: trm.c
Log Message:
Misc cleanups:
- correct trm_clock_period[] value
- pass BUS_DMA_{READ,WRITE,STREAMING} to bus_dmamap_load() as appropriate
- make sure to call bus_dmamap_unload() even after request sense
- saved srb params on request sense do not seem to be used,
so remove them from struct trm_srb
- handle target status more properly in trm_srb_done() and no need
to handle error retry in lower driver layer
- fix some comments
XXX Maybe need more cleanup around TQING for MI SCSI callback..
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pci/trm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.