A PCI device seems to have some sort of incompatibility with the process of I/O port range assignment on Linux, even if it works on Windows without any effort with a completely blank driver.
I would like to compare the I/O port range assignment process on Windows and Linux.
For that I need to monitor reads/writes to PCI I/O ports and memory. Primarily, I/O ports.
Unfortunately I don't own a hardware PCI sniffer, or anything that is capable of monitoring all PCI I/O lines at 33MHz.
Is there any way to monitor I/O in software for Windows and/or Linux?