mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CDROM][DISK] Remove "_new" suffix from cdrom and disk drivers
This commit is contained in:
parent
49444127fd
commit
3088717b3f
37 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
add_subdirectory(cdrom_new)
|
||||
add_subdirectory(cdrom)
|
||||
add_subdirectory(classpnp)
|
||||
add_subdirectory(disk_new)
|
||||
add_subdirectory(disk)
|
||||
add_subdirectory(ramdisk)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue