Home
last modified time | relevance | path

Searched refs:ata_ident (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c138 struct ata_params ata_ident; member
990 write_prdt(p, slot, cfis, (void*)&p->ata_ident, sizeof(struct ata_params)); in handle_identify()
998 struct ata_params* ata_ident = &p->ata_ident; in ata_identify_init() local
1001 ata_ident->config = ATA_PROTO_ATAPI | ATA_ATAPI_TYPE_CDROM | in ata_identify_init()
1003 ata_ident->capabilities1 = ATA_SUPPORT_LBA | in ata_identify_init()
1005 ata_ident->capabilities2 = (1 << 14 | 1); in ata_identify_init()
1006 ata_ident->atavalid = ATA_FLAG_64_70 | ATA_FLAG_88; in ata_identify_init()
1007 ata_ident->obsolete62 = 0x3f; in ata_identify_init()
1008 ata_ident->mwdmamodes = 7; in ata_identify_init()
1010 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
[all …]