Welcome, Guest. Please login or register.

Author Topic: CSPPC & SFS scsi mask and max transfer?  (Read 1707 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: CSPPC & SFS scsi mask and max transfer?
« on: March 18, 2010, 08:11:20 PM »
Maxtransfer depends on your host adapter. You might want to try smaller values to make sure nothing goes south. Lower values will increase overhead, thus might be slower. To high values may lead to crashes/read/write errors. As a non-expert for CS I'd say 0x00FFFE00 should be fine though. The best values should be in the manual, really.

The mask value defines were DMA buffers get allocated. It would be reasonable to exclude chip and Z II RAM as they're dog slow but the masking scheme more or less only allows you to limit the upper boundary of buffer space. However, as long as there's 32 bit RAM available it'll get used since it's got a higher priority.

If your problems happen before you run out of accelerator memory, I'd guess it's a RAM defect. If things happen when you run out of accelerator mem I'd double check the onboard RAM, just remove it for testing.