Specifications

130
//*************************************************
// ATAPI_IDENTIFY
//*************************************************
typedef struct {
UINT16 Raw[256];
} ATAPI_IDENTIFY;
Raw
Raw data from the IDE IdentifyDrive command.
//****************************************************
// BBS_TABLE
//****************************************************
typedef struct {
UINT16 BootPriority;
UINT32 Bus;
UINT32 Device;
UINT32 Function;
UINT8 Class;
UINT8 SubClass;
UINT16 MfgStringOffset;
UINT16 MfgStringSegment;
UINT16 DeviceType;
BBS_STATUS_FLAGS StatusFlags;
UINT16 BootHandlerOffset;
UINT16 BootHandlerSegment;
UINT16 DescStringOffset;