On Tue, 12 Nov 2002, Andrey Valik wrote:
Hello!
I have a SCSI target mode driver that emulate scanner, but transmission
speed is 20Mb/sec.
Both SCSI cards is Adaptec 19160. What I must do to speedup ?
Are you using the freebsd target driver, both usermode and kernel
driver? (i.e. sys/cam/scsi_target.c and /usr/share/examples/scsi_target)
If so, it only advertises it is capable of async transfers, so set SYNC
and WIDE16 in the inquiry response.
-Nate
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message