History log of /reactos/drivers/storage/port/scsiport/CMakeLists.txt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# c8d07514 31-Dec-2020 Jérôme Gardou <jerome.gardou@reactos.org>

[CMAKE] Fix GCC -fstack-protector usage


# a97c6e0a 27-Oct-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[SCSIPORT] Make the driver PnP-aware

Basic functions are implemented in order to work in PnP stack,
only legacy (non-pnp) miniport drivers are supported.
Tested mostly with uniata

CORE-17132


# 1b45d9ee 17-Oct-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[SCSIPORT] Split scsiport.c file into several ones, prepare for the refactoring

CORE-17132


# fdc47e7e 26-Sep-2020 Victor Perevertkin <victor.perevertkin@reactos.org>

[SCSIPORT][FORMATTING] Fix formatting and PCH generation


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

[STORAGE] Storage driver cleanup part 2

Move the scsiport driver into the port directory.