Welcome, Guest. Please login or register.

Author Topic: Internal a1200 IDE interface  (Read 11661 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show all replies
    • http://thalion.atari.org
Re: Internal a1200 IDE interface
« on: February 25, 2011, 12:12:55 AM »
It's PIO0 (programmed IO mode 0) and so the speed is proportional to the speed of your CPU and your memory. Plus the optimisation of your hardware driver & filesystem. Maybe a little bit the speed of the drive but doubtful.

Cosmos recently re-worked the scsi.device driver to include lots of optimisations.

http://eab.abime.net/showthread.php?t=57419

SFS or PFS file systems both offer significant speed increases over standard FFS.

http://strohmayer.org/

So patch your scsi.device, upgrade to SFS (both free) and you'll see significant speed increase. (2x?)
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show all replies
    • http://thalion.atari.org
Re: Internal a1200 IDE interface
« Reply #1 on: March 15, 2011, 02:25:03 PM »
Quote from: Franko;621982
The scsi.device is a bit of a misnomer, most likely named by CBM as at that time IDE was not popular and scsi was used by CBM instead... :)
IDE drives appear as "scsi" in Win7 even today.