Searched defs:_IDENTIFY_DATA (Results 1 – 4 of 4) sorted by relevance
170 UCHAR Unused1:3;171 UCHAR DrqType:2;172 UCHAR Removable:1;173 UCHAR DeviceType:5;174 UCHAR Unused2:1;193 USHORT SupportDma:1;194 USHORT SupportLba:1;197 USHORT SoftReset:1;219 USHORT Reserved4:8;236 struct {[all …]
35 typedef struct _IDENTIFY_DATA { struct36 USHORT GeneralConfiguration; /* 00 */37 USHORT NumCylinders; /* 02 */38 USHORT Reserved1; /* 04 */39 USHORT NumHeads; /* 06 */40 USHORT UnformattedBytesPerTrack; /* 08 */41 USHORT UnformattedBytesPerSector; /* 10 */42 USHORT NumSectorsPerTrack; /* 12 */43 USHORT VendorUnique1[3]; /* 14 */44 UCHAR SerialNumber[20]; /* 20 */[all …]
707 union {785 struct {829 } FeaturesSupport, FeaturesEnabled;859 union {875 struct {877 } CommandFeatureSetSupport, CommandFeatureSetEnabled; // 119-120883 union {908 union {946 union {966 } TransportMajor;[all …]
192 typedef struct _IDENTIFY_DATA { struct193 USHORT GeneralConfiguration; // 00 00194 USHORT NumberOfCylinders; // 02 1195 USHORT Reserved1; // 04 2196 USHORT NumberOfHeads; // 06 3197 USHORT UnformattedBytesPerTrack; // 08 4208 UCHAR VendorUnique2; // 5F213 UCHAR PioCycleTimingMode; // 67215 UCHAR DmaCycleTimingMode; // 69217 USHORT Reserved3:15;[all …]