- Change unclear flag name to a better one.

- Set needed flags in a few places (which I forgot to set) - this fixes the hang introduced by the previous commit.
- Further code prettification.

svn path=/trunk/; revision=26198
This commit is contained in:
Aleksey Bragin 2007-03-28 19:26:41 +00:00
parent e2ab9cb060
commit 3d4fc31db6
2 changed files with 62 additions and 46 deletions

View file

@ -26,7 +26,7 @@
#define SCSI_PORT_NEXT_REQUEST_READY 0x0008
#define SCSI_PORT_RESET 0x0080
#define SCSI_PORT_RESET_REQUEST 0x0100
#define SCSI_PORT_DISCONNECT_IN_PROGRESS 0x1000
#define SCSI_PORT_DISCONNECT_ALLOWED 0x1000
#define SCSI_PORT_DISABLE_INTERRUPTS 0x4000
#define SCSI_PORT_SCAN_IN_PROGRESS 0x8000
@ -142,7 +142,6 @@ typedef struct _SCSI_PORT_DEVICE_EXTENSION
LONG ActiveRequestCounter;
ULONG Flags;
LONG TimeOutCount;
KSPIN_LOCK IrpLock;
KSPIN_LOCK SpinLock;