Welcome, Guest. Please login or register.

Author Topic: A4091 performance  (Read 5366 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: A4091 performance
« on: November 26, 2012, 06:33:25 PM »
I guess with the Fastlane saturating the internal bus (including Z3 overhead from Buster) it just stalls the stock CPU. An accelerator board with RAM might solve this problem. One with onboard SCSI could boost SCSI performance significantly but there are only a few fast-wide and ultra-wide adapters around.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: A4091 performance
« Reply #1 on: November 26, 2012, 09:11:22 PM »
Quote
Regardless, 7 MB/s on a stock 3000 over Zorro isn't too shabby, IMHO.
True.

The problem with adding accelerator RAM may be that CPU caching breaks data integrity. Since the CPU then lives on another bus apart from mainboard RAM it can't see (bus snooping) what addresses are written to by DMA - stale cache entries need to be invalidated.

This is not a problem which can't be solved (through proper OS and driver support or clever driver support w/o the OS) but it's unsolved on the Amiga afaik. :( The only workaround is to turn off caches altogether (ouch) or flush caches after each DMA operation (a bit less painful but still). :-/