I am trying to reverse engineer the Windows 98 driver for a video card in
order to find out what hardware registers on the card the driver is setting.
To do this under DOS, all I have to do is get the PCI offset in memory of
the video card, and then instruct my debugger to break when the memory
address corresponding to the register I am interested in is written to. I
have absolutely no idea where to begin to do this under Windows, or if it is
even possible. Can anybody point me in the right direction on how to
accomplish this?
Cody.