Read device instance IDs in registry instead of forcing 0000. This allows more than...
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 29 May 2005 19:48:43 +0000 (19:48 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sun, 29 May 2005 19:48:43 +0000 (19:48 +0000)
commit7599760096b3ec2397453d10404c3a896715030e
treec4dc68d115bbfc1ac2615318e691d531c27e6437
parent39e84ca95f51d6a397e6a02a6d79c510f7deabd1
Read device instance IDs in registry instead of forcing 0000. This allows more than one instance for each device enumerated by Root bus.
Be ready to have resource requirements for each device instance (not used ATM)
Replace some ExAllocatePool/ExFreePool with ExAllocatePoolWithTag/ExFreePoolWithTag

svn path=/trunk/; revision=15671
reactos/ntoskrnl/include/internal/tag.h
reactos/ntoskrnl/io/pnproot.c