Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Datapi.h186 typedef struct _IDENTIFY_DATA { struct
187 USHORT GeneralConfiguration; /* 00 00 */
188 USHORT NumberOfCylinders; /* 02 1 */
189 USHORT Reserved1; /* 04 2 */
190 USHORT NumberOfHeads; /* 06 3 */
191 USHORT UnformattedBytesPerTrack; /* 08 4 */
192 USHORT UnformattedBytesPerSector; /* 0A 5 */
193 USHORT SectorsPerTrack; /* 0C 6 */
194 USHORT VendorUnique1[3]; /* 0E 7-9 */
195 USHORT SerialNumber[10]; /* 14 10-19 */
[all …]
/freebsd/sys/dev/hpt27xx/
H A Dhim.h135 typedef struct _IDENTIFY_DATA { struct
136 HPT_U16 GeneralConfiguration;
137 HPT_U16 NumberOfCylinders;
138 HPT_U16 Reserved1;
139 HPT_U16 NumberOfHeads;
140 HPT_U16 UnformattedBytesPerTrack;
141 HPT_U16 UnformattedBytesPerSector;
142 HPT_U8 SasAddress[8];
143 HPT_U16 SerialNumber[10];
144 HPT_U16 BufferType;
[all …]
/freebsd/sys/dev/hptnr/
H A Dhim.h133 typedef struct _IDENTIFY_DATA { struct
134 HPT_U16 GeneralConfiguration;
135 HPT_U16 NumberOfCylinders;
136 HPT_U16 Reserved1;
137 HPT_U16 NumberOfHeads;
138 HPT_U16 UnformattedBytesPerTrack;
139 HPT_U16 UnformattedBytesPerSector;
140 HPT_U8 SasAddress[8];
141 HPT_U16 SerialNumber[10];
142 HPT_U16 BufferType;
[all …]