Contents

setPacketConfig

For ATAPI devices, if the device asserts interrupt after the Packet Command when it is ready to accept the packet, set this value to true (mostly older devices). If the device accepts the packet only by asserting DRQ bit in status, then set this value false. Tells the bus controller whether to wait for packet acceptance or set pending interrupt.

Declaration

void setPacketConfig (
 atapiConfigpacketConfig);

Parameters

  • packetConfig:

See Also

Miscellaneous