SetResult

This enumeration defines possible SetDevice result values returned by the client for each IDER device.

typedef enum {

IDER_REJECTED,

IDER_DONE

} SetResult;

 

Field

Value or Description

IDER_REJECTED

This value is returned by the client FW when the client receives a set command when an IDE or ATAPI command is pending. In such a case, disabling the IDE interface may result in unpredictable host behavior and should be avoided. This result informs the console that the IDE interface is in active use.

IDER_DONE

Disable/Enable successfully done.

Copyright © 2006-2012, Intel Corporation. All rights reserved.