Home
last modified time | relevance | path

Searched defs:_IDENTIFY_DATA (Results 1 – 4 of 4) sorted by relevance

/reactos/boot/freeldr/freeldr/include/
H A Dhwide.h170 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 …]
/reactos/sdk/include/ddk/
H A Dide.h35 typedef struct _IDENTIFY_DATA { struct
36 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 …]
/reactos/drivers/storage/ide/uniata/
H A Datapi.h707 union {
785 struct {
829 } FeaturesSupport, FeaturesEnabled;
859 union {
875 struct {
877 } CommandFeatureSetSupport, CommandFeatureSetEnabled; // 119-120
883 union {
908 union {
946 union {
966 } TransportMajor;
[all …]
/reactos/drivers/storage/ide/atapi/
H A Datapi.h192 typedef struct _IDENTIFY_DATA { struct
193 USHORT GeneralConfiguration; // 00 00
194 USHORT NumberOfCylinders; // 02 1
195 USHORT Reserved1; // 04 2
196 USHORT NumberOfHeads; // 06 3
197 USHORT UnformattedBytesPerTrack; // 08 4
208 UCHAR VendorUnique2; // 5F
213 UCHAR PioCycleTimingMode; // 67
215 UCHAR DmaCycleTimingMode; // 69
217 USHORT Reserved3:15;
[all …]