[CDROM][DISK] Remove "_new" suffix from cdrom and disk drivers

This commit is contained in:
Victor Perevertkin 2021-08-08 01:25:05 +03:00
parent 49444127fd
commit 3088717b3f
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
37 changed files with 4 additions and 4 deletions

View file

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

View file

@ -116,7 +116,7 @@ License: BSD-3-Clause (https://spdx.org/licenses/BSD-3-Clause.html)
URL: https://github.com/virtio-win/kvm-guest-drivers-windows/tree/master/NetKVM/NDIS5
Title: Microsoft CDROM Storage Class Driver
Path: drivers/storage/class/cdrom_new
Path: drivers/storage/class/cdrom
Used Version: git commit 96eb96d
License: MS-PL (https://spdx.org/licenses/MS-PL.html)
URL: https://github.com/microsoft/Windows-driver-samples/tree/master/storage/class/cdrom
@ -128,7 +128,7 @@ License: MS-PL (https://spdx.org/licenses/MS-PL.html)
URL: https://github.com/microsoft/Windows-driver-samples/tree/master/storage/class/classpnp
Title: Microsoft Disk Class Driver
Path: drivers/storage/class/disk_new
Path: drivers/storage/class/disk
Used Version: git commit 3428c5f
License: MS-PL (https://spdx.org/licenses/MS-PL.html)
URL: https://github.com/microsoft/Windows-driver-samples/tree/master/storage/class/disk