When updating my WDM driver in Win2k (never tried other OSs) to a newer
compilation, the driver wizard invariably locks. All I see in the top left
corner of the wizard is "inf". I actually have to reset the computer after
that. If I don't access the device before updating my driver (i.e., do it
right after reboot) then it does not lock up. The driver is for a PCI64/X
device. What resource am I not releasing that would cause the driver wizard
to lock? Or is it not a resource issue? Thanks for any help.