ACSI/DMA to SCSI Adapter

IDE, ACSI etc kits and products.
DominoTree
Posts: 107
Joined: Fri Sep 25, 2020 2:47 am

ACSI/DMA to SCSI Adapter

Post by DominoTree »

So, while I'm waiting on the last batch of parts to (finally!) wrap up my external floppy adapter and start making everything available, I had some spare time and I've started working with an old ACSI to SCSI adapter schematic that I found. Right now I'm mostly-copying it into KiCad, and I've added a parity generator to improve drive compatibility somewhat, and I'll be making improvements as I progress and do testing. Ideally I'd like it to work "transparently" with existing drivers.

My goal is to fashion a PCB that can be dropped into a Megafile enclosure and used with SCSI drives which are still fairly easy to get instead of the impossible-to-find-reliable RLL/MFM drives. I think I should be able to make this work for anything pre-LVD SCSI.

If I get it all working, I'm considering using an FPGA or CPLD to implement the same thing (and perhaps more), just because I have zero experience working with them and I'd really like to learn. One thing at a time though. Schematics and board layouts. Focus. :D

Any suggestions or insight or comments are *very* welcome. I'll probably even read insults if people send them :lol:

(also if there's a better spot for me to post this sort of stuff, please let me know - I've got a couple other ideas in the pipeline for our trusty STs as well)
Screenshot from 2021-01-16 14-17-42.png
Screenshot from 2021-01-16 14-17-42.png (208.31 KiB) Viewed 4940 times
User avatar
exxos
Site Admin
Site Admin
Posts: 23507
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: ACSI/DMA to SCSI Adapter

Post by exxos »

Cool. If you look in the docs section theres schematics for hard drive circuits.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
DominoTree
Posts: 107
Joined: Fri Sep 25, 2020 2:47 am

Re: ACSI/DMA to SCSI Adapter

Post by DominoTree »

I *think* this should work. Now to lay out a PCB - halfway tempted to just let the autorouter run and see if I end up with a functioning batch of boards before I route everything nicely by hand :lol:
Screenshot from 2021-01-18 15-13-31.png
Screenshot from 2021-01-18 15-13-31.png (119.12 KiB) Viewed 4873 times
User avatar
exxos
Site Admin
Site Admin
Posts: 23507
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: ACSI/DMA to SCSI Adapter

Post by exxos »

DominoTree wrote: Mon Jan 18, 2021 11:18 pm I *think* this should work. Now to lay out a PCB - halfway tempted to just let the autorouter run and see if I end up with a functioning batch of boards before I route everything nicely by hand :lol:
But the autouter cant be trusted and probably make it worse, so hand route it :chairsmack: :lol:
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Steve
Posts: 2570
Joined: Fri Sep 15, 2017 11:49 am

Re: ACSI/DMA to SCSI Adapter

Post by Steve »

It would be *very* cool if it could be small enough to plug directly on to the ASCI port and convert directly to a SCSI port. A little 'in between' adapter. It would be a lot more useful than something that goes inside a Megafile to convert into a 50pin ribbon cable (which is what you're planning I think) Of course the technology can be used either way, but not many people have a Megafile. If you make it an external ASCI>SCSI cable converter you'd be able to buy cheap old low-cost SCSI enclosures and peripherals for the Atari. I think that would be quite popular.
czietz
Posts: 548
Joined: Sun Jan 14, 2018 1:02 pm

Re: ACSI/DMA to SCSI Adapter

Post by czietz »

It would be cool if it supported the extended ICD command set so that drives larger than 1 GB could be used.
DominoTree
Posts: 107
Joined: Fri Sep 25, 2020 2:47 am

Re: ACSI/DMA to SCSI Adapter

Post by DominoTree »

Steve wrote: Tue Jan 19, 2021 12:34 am It would be *very* cool if it could be small enough to plug directly on to the ASCI port and convert directly to a SCSI port. A little 'in between' adapter. It would be a lot more useful than something that goes inside a Megafile to convert into a 50pin ribbon cable (which is what you're planning I think) Of course the technology can be used either way, but not many people have a Megafile. If you make it an external ASCI>SCSI cable converter you'd be able to buy cheap old low-cost SCSI enclosures and peripherals for the Atari. I think that would be quite popular.
I love it! Kinda in the form factor of the ICD Link 2 maybe?
DominoTree
Posts: 107
Joined: Fri Sep 25, 2020 2:47 am

Re: ACSI/DMA to SCSI Adapter

Post by DominoTree »

czietz wrote: Tue Jan 19, 2021 6:47 am It would be cool if it supported the extended ICD command set so that drives larger than 1 GB could be used.
Right now it's just "dumb" digital logic stuff but that's definitely something I want to explore once I get this revision working properly
beel1
Posts: 55
Joined: Mon Feb 25, 2019 10:36 pm

Re: ACSI/DMA to SCSI Adapter

Post by beel1 »

I think the amazing work Wolfgang Foerster did on his ACSI-SCSI bridge could be of great help ;)
https://shop.inventronik.de/index.php?i ... &id_lang=1
It handles ICD protocol since version 2K12A

The sources are available from http://www.experiment-s.de/de/download/ under LGPL:
https://download.experiment-s.de/Config ... tl/vhdl.7z

Different backends are here:
https://download.experiment-s.de/Config ... I_Adapter/
https://download.experiment-s.de/Config ... I-Adapter/
https://download.experiment-s.de/Config ... ACSI_SCSI/
Tomswork
Posts: 775
Joined: Fri Nov 22, 2019 10:05 pm

Re: ACSI/DMA to SCSI Adapter

Post by Tomswork »

I give the wolf gang asci to scsi an a plus had to make a cable to use on mega ste and I use it with a scsi2sd

Tom
Post Reply

Return to “HARD DRIVES”