Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zip drive support #428

Merged
merged 4 commits into from
Jun 5, 2024
Merged

Add Zip drive support #428

merged 4 commits into from
Jun 5, 2024

Conversation

morio
Copy link
Collaborator

@morio morio commented May 25, 2024

This adds Iomega Zip Drive 100 support.
Code adapted from here BlueSCSI/BlueSCSI-v2@v2024.04.02...v2024.05.21 Still has some issues with cycling media.

morio and others added 3 commits May 23, 2024 17:29
This adds Iomega Zip Drive 100 support.
Code adapted from here BlueSCSI/BlueSCSI-v2@v2024.04.02...v2024.05.21
Still has some issues with cycling media.

Co-authored-by: jokker <jokker@gmail.com>
Co-authored-by: Eric Helgeson <erichelgeson@gmail.com>
Add the ability to eject and load filenames with the same prefix.
For example if there are two files "zp2-a.img" and "zp2-b.img"
Them machine will boot with "zp2-a.img" and when ejected will load
"zp2-b.img". It will loop back to "zp2-a.img" when ejected for a second
time.

Ejecting zip drives works both in Linux and Mac OS 7. With debug on
a v1.2 there was a timeout on a write. Did not occur with debug off.
Moved a pair of static functions above the functions that called them.
Freed up more SRAM for the DaynaPORT build from the prefetch buffer.

Added the device type number for Zip100 drives to the sample
`zuluscsi.ini`.
@aperezbios aperezbios changed the title Adding Zip drive support Add Zip drive support May 28, 2024
There is basic messaging around using an eject button for removable
drives.  On board with I2C can be hijacked for Eject GPIOs or with
the v1.2 the is an eject button. This will list the devices
that the eject button(s) are hooked into or messaging about where
to look up instructions for setting up eject buttons.
@aperezbios aperezbios marked this pull request as ready for review June 5, 2024 01:06
@aperezbios aperezbios merged commit 28de8ea into main Jun 5, 2024
2 checks passed
@aperezbios aperezbios deleted the feature/iomega-zip branch June 5, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants