HomeFreeBSD

Remove UMA allocation of ATA requests.

Description

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.

MFC after: 2 weeks

Details

Provenance
mavAuthored on
Parents
rS286813: MFC r284779: sh: Fix some arithmetic undefined behaviour.
Branches
Unknown
Tags
Unknown