]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286814, r286816: Remove UMA allocation of ATA requests.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 29 Aug 2015 10:52:16 +0000 (10:52 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 29 Aug 2015 10:52:16 +0000 (10:52 +0000)
commit4cf54de7432667f5aec7554f8ee12275d0cdaaca
treeda47a7179cddbf605e580e5080748bbd841f784d
parenteb9f45a87fe61b04cc62bbe2123654ed498bd629
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@287285 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ata/ata-all.c
sys/dev/ata/ata-all.h