[hatari-devel] ATA packet writing questions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] ATA packet writing questions
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Fri, 12 Oct 2018 16:57:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1539356221; s=strato-dkim-0002; d=seimet.de; h=Message-ID:Subject:To:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=L4xpygmYAbO17+J21mq2qcYGdgVW5NPGJM8++jFpoME=; b=MIy/0cYfmIhDh+ktOBLvekoD9BUKaQ+CWhOoB4bnDO5oylo2+dKhqN7yCOJu5bbI1b P8wcRvfOW1WIvvt0hxPd/VbaUEsJy/uflsCmy0Z1YfwtvVL8jX65zO9fwKCrGa2CXQiO a5RXM7kRImDT6yNOtzUeqLsH1f69x8N35RSXsHVwGETzg6kpKkYhdWWdQfVwLC72DeBJ /W6MiQABN5KMKDSkuFyD7eVhxskqfCfHkvDRf5nyIr2Bq0PNUUKIwYpMEKyP52n/KME9 PAV9mmi8uWd14l7+QijI7Up6Mr7b3O/jemRzxqVY1ntAjMWDv96qOliGJDQVSdT+IIwl ncbg==
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?
There are two kinds of emulations, one with packet writing (device name is
QEMU CD-ROM), and another one. I'm not sure about that other one (device
name is Hatari CD-ROM), it appears to be a non-packet (pre-packet) protocol?
One other thing I'm also not sure of: I have the impression that the Hatari
byteswap features collides with data transferred via the packet interface.
Data might be swapped when they should not be?
Best regards
Uwe