Re: [hatari-devel] ATA packet writing questions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] ATA packet writing questions
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 14 Oct 2018 09:45:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1539503146; bh=Ax9Sq52f+jZdGGFbTgKp1691KgjIp2luEmSVXDnVq9Q=; h=Date:From:To:Subject:From; b=gtm2BcRYEAWGJ3siNtBNDNo0hLquvVtjRDBQbWStrYGXRZR2/BIVT62WaOnJQ7+tn wHA9h4CDKB0hT8zw1Sx8aURBq+s1tU4X5Jz3rnWTX8G1aDPf9c/dBWkAp+mfttAhdp RPmnoXXI/VlDRmLRTQnI93A0ZTHXEW+/C3kBiXkDbT91GQnsm796ESnGk2nQPYd6I9 T4EtdupNT4snekyqQg2dwaQgRmFmR9XtEl96JUiG88t+AoPBTbCWKC2L/wBzfEIliC 0KzPIOiYF9nZ66p1sViSDcuWADA+X2eeaUmb6RvhrfR3o5Sq2VI+EOmKbHH9L5kZad 4kP/dAyrgoMOg==
Am Fri, 12 Oct 2018 16:57:01 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> I noticed that ATA packet writing is supported by the IDE emulation,
> provided that an IDE device is marked as a CD-ROM. Doing this
> non-programmatically does not seem to be supported, even though the
> emulation appears to be functional. Any reason why this is not
> configurable? Or is it and I missed something?
This is completely dead code right now. The IDE code has been copied
from QEMU, but ATAPI support has never been enabled / tried in Hatari.
IIRC I was also not aware of any Atari software which was able to use
ATAPI - but sounds like HD-Driver is now able to do so?
Anyway, this likely needs quite a bit of work to get in a usable shape
in Hatari. I don't plan to work on this anytime soon, but if you get it
working, patches are welcome.
Thomas