Subject: Re: netbsd/macppc, SCSI HA, lousy performance
To: Eric Benoit <eric@oddity.ca>
From: Erik E. Fair <fair@netbsd.org>
List: port-macppc
Date: 03/02/2004 13:13:38
At 8:10 -0500 3/2/04, Eric Benoit wrote:

>sd1: sync (50.0ns offset 15), 16-bit (40.000MB/s) transfers, tagged
>queueing

That means the drive was detected as being Single-Ended, Ultra-Wide, 
Not LVD Ultra2 Wide (that would be 80.0MB/s). Are you using the 
correct type of SCSI bus terminator for LVD? Is the drive jumpered to 
use LVD instead of SE?

http://www.seagate.com/support/disc/scsi/st318203lw.html

Note also that under ideal conditions, the very best you'll get is 
30MB/s out of this drive:

http://www.seagate.com/support/disc/specs/scsi/st318203lw.html

If you want to fill the LVD SCSI channel, you need more than one 
drive on the bus, RAIDed in some way.

Secondly, you might want to try the esiop(4) driver instead of 
siop(4); it was split out from siop to take better advantage of the 
53c875 and higher.

	Erik <fair@netbsd.org>