History log of /reactos/drivers/storage/port/storport/miniport.c (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 157491e2 14-Jun-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[STORPORT] MaximumNumberOfLogicalUnits should be initialized to SCSI_MAXIMUM_LOGICAL_UNITS

See https://www.osronline.com/article.cfm%5Earticle=538.htm


# 3bc71f90 14-Jun-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[FREELDR][SCSIPORT][STORPORT] Use existing defines for some hardcoded max values.

See https://www.osronline.com/article.cfm%5Earticle=538.htm

[SCSIPORT] Remove 'MaxBus' variable, deprecated since c

[FREELDR][SCSIPORT][STORPORT] Use existing defines for some hardcoded max values.

See https://www.osronline.com/article.cfm%5Earticle=538.htm

[SCSIPORT] Remove 'MaxBus' variable, deprecated since commit fc3d38d1c (r26220).

show more ...


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, 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


# ec4fe621 21-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORPORT] The miniport drivers HwInitialize routine returns a BOOLEAN. Handle this properly.
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 ...


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

[STORPORT] Initialize the port configuration and pass it to the HwFindAdapter routine.


# 42cb5353 14-Oct-2017 Eric Kohl <eric.kohl@reactos.org>

[STORORT] Allocate the miniport device extension and use it the calls to HwFindAdapter and HwInitialize.
CORE-13866


# 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