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 AtaPortBusChangeDetected routine notifies the port driver of changes in the device configuration on the indicated channel.
Syntax
VOID AtaPortBusChangeDetected(
PVOID ChannelExtension
);
Parameters
ChannelExtension
A pointer to the channel extension.
Return value
None
Remarks
The miniport driver uses this routine to report the arrival or removal of any device that is attached to the channel. In response, the port driver will initiate a re-scan to discover and initialize the device.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | irb.h (include Ata.h, Irb.h) |