rdh_dh
ata_c->r_device = fis[rdh_dh];
ata_c->r_lba |= (uint64_t)(fis[rdh_dh] & 0x0f) << 24;
ata_c->r_device = fis[rdh_dh] & 0xf0;