Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AtaPortDeviceReady routine informs the port driver that the indicated device is ready to accept new requests.
Syntax
VOID AtaPortDeviceReady(
[in] PVOID ChannelExtension,
[in] UCHAR TargetId,
[in] UCHAR Lun
);
Parameters
[in] ChannelExtension
A pointer to the channel extension.
[in] TargetId
Specifies the target identifier of the device.
[in] Lun
Specifies the logical unit number (LUN) of the device.
Return value
None
Remarks
The port driver resumes the paused request queue for the indicated device. If the caller assigns a wildcard value of IDE_UNTAGGED to parameters TargetId and Lun, the port driver will restart the channel request queue.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | irb.h (include Ata.h, Irb.h) |