mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
- Move the driver's name obtaining logic into the IopGetDriverNames function - Create a new PiCallDriverAddDevice instead of PipCallDriverAddDevice and move it to pnpmgr/devaction.c file. Move around all its internal helpers too - Support a proper Windows-compatible driver loading order for a PDO (lower filters, main service, upper filters, etc.) - Set a correct Problem for the DeviceNode, in case of an error during driver loading - Check the Start Type for all drivers before loading - Do not try to load drivers during the early boot stage when there is no disk subsystem initialized