History log of /reactos/drivers/storage/class/classpnp/clntirp.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# bf1b3cb1 29-Aug-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[CLASSPNP] Import Microsoft SCSI class driver from GitHub
The source code is licensed under MS-PL license, taken from Windows Driver Samples
repository (https://github.com/microsoft/Windows-driver-sa

[CLASSPNP] Import Microsoft SCSI class driver from GitHub
The source code is licensed under MS-PL license, taken from Windows Driver Samples
repository (https://github.com/microsoft/Windows-driver-samples/tree/master/storage/class/classpnp/)
Synched with commit 88541f70c4273ecd30c8c7c72135bc038a00fd88
The driver is written for Windows 8+, so we compile it with ntoskrnl_vista
statically linked and with NTDDI_WIN8 defined

CORE-17129

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release
# 6b687478 30-Nov-2019 Eric Kohl <eric.kohl@reactos.org>

[STORAGE] Storage driver cleanup part 1

Move the classpnp driver into the class directory because it is a class driver, just like the class2 driver.