Welcome, Guest. Please login or register.

Author Topic: WarpDrive 040/SCSI Help  (Read 1182 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ckillerh3Topic starter

  • Full Member
  • ***
  • Join Date: Dec 2004
  • Posts: 179
    • Show only replies by ckillerh3
    • http://home.comcast.net/~ckillerh3/main_index.html
WarpDrive 040/SCSI Help
« on: November 08, 2005, 08:55:50 AM »
Amiga Addicts -

Does anybody have tech information on the WarpDrive 040 Zorro III accelerator/process card for Amiga 4000 systems?  I'm trying to configure the SCSI to connect up with a JAZ drive but I need to know the << Max Buffers>>> data transfer rate information the card will function properly.  HD tools does not grab this info for me from the drive since it is card specific I think.


Thanks !


Amiga 4000D/040 Warp Engine/SCSI-CD/Cybergraphic64/X-Surf
Amiga 1200T 060/60 PPC603e BVision and more
Amiga 1200 nice white case GVP1230/1291SCSI
Amiga 2500 stock 2630 GVP HC+8(4)CD-ROM
 

Offline Thomas

Re: WarpDrive 040/SCSI Help
« Reply #1 on: November 08, 2005, 10:02:50 AM »
Quote

I'm trying to configure the SCSI to connect up with a JAZ drive but I need to know the << Max Buffers>>> data transfer rate information the card will function properly.


There is no "Max Buffers" parameter. There is "Buffers", "Max Transfer" and "Mask".

Buffers depends on the file system. Minimum is 80, I'd suggest something between 100 and 300. But note that each buffer needs as many bytes as the partition's block size. So if you have a block size of 512 and 100 buffers, you need 50k of memory for buffers.

MaxTransfer is not a rate, it specifies the biggest block transferred over the bus in one go. Set it to 0x10000 and it should be fine.

Mask specifies the memory area the controller can access. Usually this is 0x7ffffffe (2GB on even addresses).

Bye,
Thomas

Offline patrik

Re: WarpDrive 040/SCSI Help
« Reply #2 on: November 08, 2005, 10:22:36 AM »
Just wanted to add that atleast in my experience there are no problems using the default Mask and Max Transfer values HDToolBox sets with the WarpEngine. I have only used it with normal harddrives though, but the JAZ should behave as well as the harddrive as I doubt it breaks the basic scsi-specs.


/Patrik
 

Offline mgerics

  • Sr. Member
  • ****
  • Join Date: Jun 2002
  • Posts: 294
    • Show only replies by mgerics
Re: WarpDrive 040/SCSI Help
« Reply #3 on: November 08, 2005, 03:14:08 PM »
To Warp Users out there - I have a Wapr in an A3000, and I understand it is supposed to have a jumper to enable SCSI in the A3000 - I have neither this jumper nor sufficient documentaion to indicate hwre said jumper should go. Any help out there, guys? Thanks!
 

Offline doctorq

  • Hero Member
  • *****
  • Join Date: Aug 2003
  • Posts: 2082
    • Show only replies by doctorq
Re: WarpDrive 040/SCSI Help
« Reply #4 on: November 08, 2005, 03:26:29 PM »
@mgerics

Tried downloading the manual and addendum from here? Maybe it will reveal something interesting.
 

Offline ckillerh3Topic starter

  • Full Member
  • ***
  • Join Date: Dec 2004
  • Posts: 179
    • Show only replies by ckillerh3
    • http://home.comcast.net/~ckillerh3/main_index.html
Thank you Re: WarpDrive 040/SCSI Help
« Reply #5 on: November 12, 2005, 11:00:34 AM »
Thomas and Patrik,

Thank you for the information, especially on the meaning of MaxTransfer, Buffers and Mask.  I will thy setting these parameters as per your suggestions and see if my Jaz drive starts to work properly.

Have a great day !

Amiga 4000D/040 Warp Engine/SCSI-CD/Cybergraphic64/X-Surf
Amiga 1200T 060/60 PPC603e BVision and more
Amiga 1200 nice white case GVP1230/1291SCSI
Amiga 2500 stock 2630 GVP HC+8(4)CD-ROM