ATA_BSIZE
tb = kmem_zalloc(ATA_BSIZE, KM_SLEEP);
xfer->c_ata_c.bcount = ATA_BSIZE;
kmem_free(tb, ATA_BSIZE);
uint8_t recovery_blk[ATA_BSIZE];