History log of /reactos/drivers/storage/port/storport/misc.c (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7ed1883c 04-Jan-2022 Victor Perevertkin <victor.perevertkin@reactos.org>

[DRIVERS] Use IoForwardIrpSynchronously in drivers

Instead of having an own routine in each driver
IoForwardIrpSynchronously can be used.


Revision tags: 0.4.14-release
# 34593d93 11-Jun-2021 Victor Perevertkin <victor.perevertkin@reactos.org>

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# 631db820 02-Jun-2019 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Fix resource list size calculation


Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release
# f7c01906 24-May-2018 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Enumerate attached devices

- Implement AcquireSpinlock, ReleaseSpinlock and GetExtendedFunctionTable notifications.
- Implement a bus scan routine, borrowed from scsiport.

Storport and s

[STORPORT] Enumerate attached devices

- Implement AcquireSpinlock, ReleaseSpinlock and GetExtendedFunctionTable notifications.
- Implement a bus scan routine, borrowed from scsiport.

Storport and storahci are now able to detect a disk device attached to a Virtual Box AHCI controller.

show more ...


Revision tags: 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev, 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1
# 5cfc1e31 23-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Get the interrupt from the resource list, connect it and call the miniports HwInterrupt routine.
CORE-13866


# 072d1821 22-Oct-2017 Timo Kreuzer <timo.kreuzer@reactos.org>

[STORPORT] Fix x64 build


# b22c1280 16-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Implement StorPortGetDeviceBase().
CORE-13866


# b21019e3 15-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Query the bus interface of the lower (bus) device and implement StorPortGetBusData().
CORE-13866


# 3f5aeb93 15-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Attach copies of the resource lists to the FDO device extension and use them to fill the access ranges in the port configuration.
Storahci does not crash on initialization any more. :-)
CO

[STORPORT] Attach copies of the resource lists to the FDO device extension and use them to fill the access ranges in the port configuration.
Storahci does not crash on initialization any more. :-)
CORE-13866

show more ...


# 8dea67f8 14-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] Initialize a miniport object and call the miniport HwFindAdapter and HwInitialize routines.
CORE-13866


# b2c6c07d 12-Oct-2017 EricKohl <eric.kohl@reactos.org>

[STORPORT] Start the implementation of the storport driver and add it to the build.
CORE-13866