Hi,
I am trying to write some kind of IDE driver with the most basic features.
Since all the modern controllers supports the native and the compatibility (Legacy) PCI modes, I wanted my driver to support them both.
The problem is that I can't find any Virtual Machine that emulates the native PCI mode.
Could anyone help me?
Thanks
Emulator with Native PCI support
Re: Emulator with Native PCI support
I'm running into the same problem.
I implemented the code necessary to detect a hard disk. However, Prog. IF from the PCI configuration header yields a value of 0x80 which implies compatibility only
I implemented the code necessary to detect a hard disk. However, Prog. IF from the PCI configuration header yields a value of 0x80 which implies compatibility only
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Emulator with Native PCI support
Keywords of the day: Linux, bochs, direct PCI access driver. Should pretty much allow you to test physical hardware your system does not currently use.
No personal experience as my favourite subject is video cards.
No personal experience as my favourite subject is video cards.