Welcome, Guest. Please login or register.

Author Topic: Amiga 2000 with SCSI and IDE  (Read 3764 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Matt_H

Re: Amiga 2000 with SCSI and IDE
« Reply #14 from previous page: September 20, 2014, 04:51:45 PM »
Quote from: danbeaver;773263
I believe the Soft ROM is just a software extension the speed up the card especially when the card is modified  with the 14 MHz jumper.


No, that's something separate. All hardware needs a corresponding software driver. Most disk controllers have this in ROM onboard. Other devices use disk-based drivers (in SYS:Expansion, Devs: or Libs: for instance). With the onboard ROM disabled, the 2091 needs a disk-based driver.

I think, though, that there is an optimized version of the soft ROM for boards that have the 14MHz mod. There may be a related software patch as well for cases where the onboard ROM isn't disabled. Maybe you're thinking of one of those.
 

Offline danbeaver

Re: Amiga 2000 with SCSI and IDE
« Reply #15 on: September 20, 2014, 09:36:28 PM »
The SYS:Expansion drivers were for KS 1.3 systems.  

I had an A2000 with V7.0 ROMs in an A2091 and a CDROM plus SCSI CF card reader and 1 GB  HDD all working fine.

My guess is that the SCSI CDROM is telling the A2091 controller that it is a bootable device because it was designed for a system where it was one.

ROMs contain Firmware not Software. :-)
 

Offline Matt_H

Re: Amiga 2000 with SCSI and IDE
« Reply #16 on: September 21, 2014, 04:00:20 AM »
Quote from: danbeaver;773516
The SYS:Expansion drivers were for KS 1.3 systems.  

Sys:Expansion was a more common home for drivers in the 1.3 era but it can be used in any version of the OS. See: The original X-Surf's IDE ports driver.

Quote
I had an A2000 with V7.0 ROMs in an A2091 and a CDROM plus SCSI CF card reader and 1 GB  HDD all working fine.

My guess is that the SCSI CDROM is telling the A2091 controller that it is a bootable device because it was designed for a system where it was one.
Yeah, a Finicky CD drive is certainly a possibility.

Quote
ROMs contain Firmware not Software. :-)

Close enough to be the same thing for my example. Whether it's disk-based or in ROM, it's program code to tell the system how to interact with the hardware.