Update DEVICE_NODE structure but some ReactOS specific components still remain.
[reactos.git] / reactos / ntoskrnl / io / pnpmgr.c
2004-10-23 Eric KohlUpdate DEVICE_NODE structure but some ReactOS specific...
2004-10-22 Filip Navara- Check for DeviceNode->CapabilityFlags being NULL...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Eric KohlFix a debug message
2004-10-22 Eric Kohl- Remove obsolete variables from the DEVICE_NODE struct...
2004-10-21 Art YerkesAdded null check for CapabilityFlags.
2004-10-19 Hartmut Birr- Fixed the size calculation of the resource list in...
2004-10-19 Filip Navara- Fix various bugs in IoGetDmaAdapter.
2004-10-11 Eric KohlStore device instance data in the registry.
2004-10-11 Filip Navara- Allow querying information for root enumerated device...
2004-10-10 Gregor AnichFixed compiler warning ('RegistryPropertyName' might...
2004-10-09 Filip Navara- Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-06-23 Alex IonescuAdded Io Stubs
2004-06-10 Eric KohlRetrieve Hardware IDs and Compatible IDs from the bus...
2004-03-27 Filip Navara- Rewritten some driver loading functions to get higher...
2004-03-21 Filip Navara- Support for upper level filter drivers.
2004-03-20 Filip Navara- Minor correction to IopGetSystemPowerDeviceObject.
2004-03-18 Filip Navara- Fixed return status of IoGetDeviceProperty.
2004-03-14 Filip Navara- Don't load PnP drivers if they're disabled.
2004-03-12 Filip Navara- Implemented IoGetDriverObjectExtension and IoAllocate...
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-03 Filip NavaraFixed DPRINT in IopInvalidateDeviceRelations.
2003-09-30 Filip Navara- Small fixies for bus drivers.
2003-09-29 Filip NavaraThis is first part of patch to get loading boot bus...
2003-09-28 Filip NavaraSetting of device node flags DNF_PROCESSED and DNF_ENUM...
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-08-24 David Welch- Fill in the DriverBase and DriverSize fields in the...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-01-16 Eric KohlRemoved outdated and duplicate bugcode definition.
2002-10-03 Robert DickensonAdded exports to def/edf files and modified some pnp...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-07-17 David WelchFixed null pointer exceptions.
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-16 Casper HornstrupAdded PnP and Power stubs