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

Fix device type for IMG0-9 #352

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Fix device type for IMG0-9 #352

merged 1 commit into from
Dec 4, 2023

Conversation

morio
Copy link
Collaborator

@morio morio commented Dec 4, 2023

This is for issue #345 The bug was introduced in https://github.com/ZuluSCSI/ZuluSCSI-firmware/releases/tag/v2023.10.20

This fixes an issue when the device specific options in the zuluscsi.ini file IMG0-IMG9 are set along with Type set to anything besides 0. The type would be ignored and the device would always be set to a fixed device (Type=0).

The underlying fix was to add a new device type S2S_CFG_NOT_SET, which is only used in initialization to determine where the device type should be overwritten.

This is for issue #345
The bug was introduced in https://github.com/ZuluSCSI/ZuluSCSI-firmware/releases/tag/v2023.10.20

This fixes an issue when the device specific options in the
`zuluscsi.ini` file `IMG0`-`IMG9` are set along with
`Type` set to anything besides 0. The type would be ignored
and the device would always be set to a fixed device (Type=0).

The underlying fix was to add a new device type `S2S_CFG_NOT_SET`,
which is only used in initialization to determine where the device
type should be overwritten.
@aperezbios aperezbios merged commit 703a752 into main Dec 4, 2023
2 checks passed
@aperezbios aperezbios deleted the cdrom-img-fix branch December 4, 2023 23:31
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