ZuluIDE / ZuluIDE-firmware

ZuluIDE emulates a parallel ATA ATAPI CD-ROM drive, or parallel ATA Zip/Removable (read and write) media
https://zuluide.com
Other
26 stars 2 forks source link

Implement ATAPI_CMD_READ_DISC_STRUCTURE #7

Open aperezbios opened 1 year ago

aperezbios commented 1 year ago

When attached to my beige PowerMac G3, upon a simple boot (not from CD) I observed the following:


[95813ms] DBG -- ATAPI command: ATAPI_CMD_READ_DISC_STRUCTURE 0xAD 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x00 0x08 0x00 0x00 
[95814ms] -- WARNING: Unsupported ATAPI command ATAPI_CMD_READ_DISC_STRUCTURE
[95815ms] DBG -- ATAPI error: 0x05 0x2000 (ILLEGAL_REQ)
[95816ms] DBG -- Command complete```
PetteriAimonen commented 1 year ago

I haven't actually implemented this command.

But it seems to be DVD-specific, maybe with some of the other changes the computer now realizes that medium type is CD, not DVD.

aperezbios commented 1 year ago

Got it. Well, support for basic DVD-ROM functionality is something I want to eventually get to, so I'll leave this open for now.