This is the response structure when querying the supported IDE-R features of the client with an IMR_IDERClientFeatureSupported command.
typedef struct {
BOOL ider_dev_pri;
BOOL ider_dev_sec;
BOOL reserved[30];
}FeaturesSupported;
|
Field |
Value or Description |
|
ider_dev_pri |
TRUE if client FW supports enable/disable of primary IDE devices. |
|
ider_dev_sec |
TRUE if client FW supports enable/disable of secondary IDE devices. |
|
reserved |
This field is reserved for future use. |
|
Copyright © 2006-2012, Intel Corporation. All rights reserved. |