Welcome, Guest. Please login or register.

Author Topic: Biggest hard disk on a Microbotics HardFrame ?  (Read 2287 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline patrik

Re: Biggest hard disk on a Microbotics HardFrame ?
« on: October 28, 2003, 12:35:43 PM »
@DoomMaster:

It might be able to support harddrives larger than 4GB if the device-driver supports the SCSI_Direct commands.

As it is a ZorroII-card, the maximum obtainable transferrate will be 7.14*(16/8)/4 = 3.57MB/sec (busclockspeed * (buswidth / bitsinbyte) / busclocksperbuscycle)). Ofcourse it can be slower than that, but it cant be faster.


/Patrik
 

Offline patrik

Re: Biggest hard disk on a Microbotics HardFrame ?
« Reply #1 on: October 28, 2003, 05:54:40 PM »
@DoomMaster:

The reason why scsi controllers on accelerator cards like the Blizzard2060 are better speedwise than all ZorroII-based scsi controllers is because they can do DMA transfers directly to/from the 32-bit memory on the accelerator card and thus avoiding the bandwidth bottleneck ZorroII poses.

Another bonus of using the scsi controller of an accelerator card like the Blizzard2060 instead of a ZorroII based scsi controller is that you leave the bandwidth of the ZorroII-bus free to be used by other expansion cards which might need it.

The only time you should choose a ZorroII based scsi controller instead of the scsi controller of an accelerator card is if the hardware/driver doesnt function well.

The Blizzard2060 uses the QLogic FAS216 scsi controller IC.

I dont know which one of the Adaptec or Western Digital controller IC is the best. The easiest way to figure that out would be to compare the performance of two boards based on these ICs in the same system.


/Patrik
 

Offline patrik

Re: Biggest hard disk on a Microbotics HardFrame ?
« Reply #2 on: October 28, 2003, 06:14:25 PM »
@DoomMaster:

Please post the results if you try it out.


/Patrik