Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h457 typedef struct ata_drv { struct
458 ata_ctl_t *ad_ctlp; /* pointer back to ctlr */
459 struct ata_id ad_id; /* IDENTIFY DRIVE data */
461 uint_t ad_flags;
462 uchar_t ad_pciide_dma; /* PCIIDE DMA supported */
463 uchar_t ad_targ; /* target */
464 uchar_t ad_lun; /* lun */
465 uchar_t ad_drive_bits;
469 uchar_t ad_state; /* state of ATAPI FSM */
470 uchar_t ad_cdb_len; /* Size of ATAPI CDBs */
[all …]