HomeFreeBSD

MFC r286814, r286816: Remove UMA allocation of ATA requests.

Description

MFC r286814, r286816: Remove UMA allocation of ATA requests.

After CAM replaced old ATA stack, this driver processes no more then one
request at a time per channel. Using UMA after that is overkill, so
replace it with simple preallocation of one request per channel.

Details

Provenance
mavAuthored on
Parents
rS287284: Use the userland exported states and handle them completely.
Branches
Unknown
Tags
Unknown