reactos/drivers/storage/port/scsiport
Jérôme Gardou 58ad5d9e02 [SCSIPORT] Fix locking the device extension.
From MSDN:
It is an error to call KeReleaseSpinLockFromDpcLevel if the specified spin lock was acquired by calling KeAcquireSpinLock because the caller's original IRQL is not restored, which can cause deadlocks or fatal page faults.
2020-12-09 12:24:23 +01:00
..
CMakeLists.txt [SCSIPORT] Make the driver PnP-aware 2020-12-05 22:28:54 +03:00
fdo.c [SCSIPORT] Fix locking the device extension. 2020-12-09 12:24:23 +01:00
guid.c [SCSIPORT] Make the driver PnP-aware 2020-12-05 22:28:54 +03:00
ioctl.c [USBSTOR][SCSIPORT] Use STORAGE_ADAPTER_DESCRIPTOR from WIN8 2020-12-06 01:57:56 +03:00
pdo.c Implement IRP_MN_QUERY_DEVICE_TEXT.DeviceTextLocationInformation 2020-12-06 12:42:50 +01:00
power.c [SCSIPORT] Make the driver PnP-aware 2020-12-05 22:28:54 +03:00
registry.c [SCSIPORT] Fix setting the "Driver" field in the DeviceMap\Scsi registry key 2020-12-08 01:32:15 +03:00
scsi.c [SCSIPORT] Fix locking the device extension. 2020-12-09 12:24:23 +01:00
scsiport.c [SCSIPORT] Make the driver PnP-aware 2020-12-05 22:28:54 +03:00
scsiport.h [SCSIPORT] Fix locking the device extension. 2020-12-09 12:24:23 +01:00
scsiport.rc [STORAGE] Storage driver cleanup part 2 2019-11-30 12:19:03 +01:00
scsiport.spec [REACTOS] *.spec: Fix some function/parameter types (#3154) 2020-09-20 19:21:11 +02:00
scsitypes.h [SCSIPORT] Make the driver PnP-aware 2020-12-05 22:28:54 +03:00
stubs.c [DRIVERS][SCSIPORT] Fix build fdc47e7 2020-09-26 11:20:11 +09:00