> On 15 Aug 2015, at 21:46 , Alexander Motin <m...@freebsd.org> wrote:
> 
> Author: mav
> Date: Sat Aug 15 21:46:02 2015
> New Revision: 286814
> URL: https://svnweb.freebsd.org/changeset/base/286814
> 
> Log:
>  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
> 
> Modified:
>  head/sys/dev/ata/ata-all.c
>  head/sys/dev/ata/ata-all.h
> 

/scratch/tmp/bz/head.svn/sys/modules/ata/atacore/../../../dev/ata/ata-all.c:67: 
warning: 'ata_init' declared 'static' but never defined
/scratch/tmp/bz/head.svn/sys/modules/ata/atacore/../../../dev/ata/ata-all.c:72: 
warning: ‘ata_uninit' declared 'static' but never defined


_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to