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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_ahci.c142 struct ata_params ata_ident; member in struct:ahci_port
991 write_prdt(p, slot, cfis, (void*)&p->ata_ident, sizeof(struct ata_params));
999 struct ata_params* ata_ident = &p->ata_ident; local
1002 ata_ident->config = ATA_PROTO_ATAPI | ATA_ATAPI_TYPE_CDROM |
1004 ata_ident->capabilities1 = ATA_SUPPORT_LBA |
1006 ata_ident->capabilities2 = (1 << 14 | 1);
1007 ata_ident->atavalid = ATA_FLAG_64_70 | ATA_FLAG_88;
1008 ata_ident->obsolete62 = 0x3f;
1009 ata_ident
2346 struct ata_params *ata_ident = &sc->port[p].ata_ident; local
[all...]

Completed in 107 milliseconds