but I see in \M\AM1\amdhdc.inf:
- I couldn't find that line when I read the inf,
you are correct, and it was correct before, it IS a bus extender.
Windows 2003 uses / includes a driver with the file name amdide.sys...
- so we must 'tag' our driver with the same name, and add the replace tag too... (for 2k3)
if a driver upgrades existing support then the driver must be named (Tag name) the same as the driver it is replacing...
Your code is valid for xp but probably fails at 2k3...
the corrected code above should work for 2K, XP and 2K3...
Code in my last post is now corrected ....