ata_queue_alloc
chp->ch_queue = ata_queue_alloc(1);
ata_queue_alloc(uint8_t openings);
chp->ch_queue = ata_queue_alloc(sc->sc_ncmds);
chp->ch_queue = ata_queue_alloc(MVSATA_EDMAQ_LEN);
chp->ch_queue = ata_queue_alloc(SIISATA_MAX_SLOTS);