Welcome, Guest. Please login or register.

Author Topic: Scsi network between PC and Amiga possible?  (Read 3855 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: Scsi network between PC and Amiga possible?
« on: October 31, 2010, 09:49:17 AM »
Don't know what software support there is but technically it's possible. Way back I've used a SCSI HDD to transfer data to/from the PC with only a single SCSI bus connected to both computers. Of course both systems didn't know of each other, so I had to use a dedicated FAT partition and diskchange on the Amiga side after PC changes and vice versa with an undocumented Ctrl-C on the MSDOS side.

As always with SCSI you need to make sure that
- termination is proper (exactly two terminators on the the ends of the bus, active ones highly recommended)
- each device has a unique ID - this goes for the host adapters ("controllers") as well (I changed my 3000 to 6 with SCSIprefs)

The rest depends on what software you want to use.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Scsi network between PC and Amiga possible?
« Reply #1 on: October 31, 2010, 02:14:09 PM »
These don't look like anything TCP/IP to me, they're pretty much about what I mentioned above.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Scsi network between PC and Amiga possible?
« Reply #2 on: October 31, 2010, 10:02:35 PM »
Quote from: joekster;588338
My guess would be that it would take 20,000 - 50,000 development hours per platform.

Actually, writing a SANA-II driver tunneling the data over SCSI can't be this tough. On the Linux side it should be doable as well, the hardest probably being a Windows port. But then again, why not just use a normal NIC?
« Last Edit: October 31, 2010, 10:41:12 PM by Zac67 »