[REACTOS] Enable PnP storage stack

- Use PnP storage class drivers
- Make partmgr an upper filter driver for Disk class
- Fill upper filters in txtsetup and usetup/devinst
- Add cdrom driver to the critical device database

CORE-6264
This commit is contained in:
Victor Perevertkin 2020-12-05 20:36:29 +03:00
parent fb155b4ea4
commit dd56e065bc
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
5 changed files with 30 additions and 5 deletions

View file

@ -1,4 +1,4 @@
add_subdirectory(cdrom)
add_subdirectory(class2)
add_subdirectory(disk)
add_subdirectory(cdrom_new)
add_subdirectory(classpnp)
add_subdirectory(disk_new)
add_subdirectory(ramdisk)