Subject: Re: control tool for amr(4)
To: Andrew Doran <andrew@hairylemon.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 06/28/2006 10:44:25
On Jun 28, 2006, at 3:18 AM, Andrew Doran wrote:

> I made a few more changes.. An uncompiled & untested diff is attached:
>
> - pass l->l_proc to bus_dmamap_load() so we don't need to double  
> buffer

Only do this if you vslock the buffer!

> - remove spl calls in amr_ioctl()
> - pass transfer direction in ld_amr_dobio()
>
> Andrew
> <newdiff>

-- thorpej