Home
last modified time | relevance | path

Searched defs:ata_id (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h330 struct ata_id { struct
333 ushort_t ai_config; /* 0 general configuration bits */
334 ushort_t ai_fixcyls; /* 1 # of fixed cylinders */
335 ushort_t ai_resv0; /* 2 # reserved */
336 ushort_t ai_heads; /* 3 # of heads */
337 ushort_t ai_trksiz; /* 4 # of unformatted bytes/track */
338 ushort_t ai_secsiz; /* 5 # of unformatted bytes/sector */
339 ushort_t ai_sectors; /* 6 # of sectors/track */
340 ushort_t ai_resv1[3]; /* 7 "Vendor Unique" */
341 char ai_drvser[20]; /* 10 Serial number */
[all …]
H A Datapi.c515 struct ata_id ata_id; in atapi_tran_getcap() local