Re: Progamming a device on an IDE bus



shadow151 <takane2@xxxxxxxxx> wrote:
I'm starting a project that would emulate a DVD drive on an IDE bus for
the purpose of being able to use a USB flash drive in a DVD player. I
<snip>
never have interfaced an IDE bus. Has anyone else written a driver to
program DOS to act as a device on an IDE bus?

Doesn't work that way.
The IDE bus is not bidirectional, and will not work like that, without
actual special hardware.

Why do you want to 'use a USB flash drive in a DVD player.' ?
There are almost certainly better ways.
.