Lines Matching defs:dpt_sig
174 struct dpt_sig { struct
175 char dsSignature[6]; /* ALWAYS "dPtSiG" */
176 u_int8_t dsSigVersion; /* sig version (currently 1) */
177 u_int8_t dsProcessorFamily; /* what type of processor */
178 u_int8_t dsProcessor; /* precise processor */
179 u_int8_t dsFiletype; /* type of file */
180 u_int8_t dsFiletypeFlags; /* flags to specify type, etc. */
181 u_int8_t dsOEM; /* OEM file was created for */
182 u_int32_t dsOS; /* which Operating systems */
183 u_int16_t dsCapabilities; /* RAID levels, etc. */
184 u_int16_t dsDeviceSupp; /* SCSI device types supported */
185 u_int16_t dsAdapterSupp; /* DPT HBA families supported */
186 u_int16_t dsApplication; /* applications file is for */
187 u_int8_t dsRequirements; /* Other driver dependencies */
188 u_int8_t dsVersion; /* 1 */
189 u_int8_t dsRevision; /* 'J' */
190 u_int8_t dsSubRevision; /* '9' ' ' if N/A */
191 u_int8_t dsMonth; /* creation month */
192 u_int8_t dsDay; /* creation day */
193 u_int8_t dsYear; /* creation year since 1980 (1993=13) */
194 char dsDescription[dsDescription_size];