Jivin David Vrabel lays it down ...
> David McCullough wrote:
> > Jivin David Vrabel lays it down ...
> >
> >>The attached patch also fixes up a few other bits and pieces.
> >
> > At least some of the changes you have made to error returns are incorrect,
> > BSD uses positive errno returns, and
David McCullough wrote:
> Jivin David Vrabel lays it down ...
>
>>The attached patch also fixes up a few other bits and pieces.
>
> At least some of the changes you have made to error returns are incorrect,
> BSD uses positive errno returns, and since these drivers run under the
> crypto framewo
Jivin David Vrabel lays it down ...
> David McCullough wrote:
> >
> > * Lots of fixes for IXP driver
> >- builds for 1.4 and 2.0 access libs
> >- task queues to handle possible blocking calls
>
> You need to use work queues for 2.6. I think recent 2.4 kernels have a
> linux/workqueue.h
David McCullough wrote:
>
> * Lots of fixes for IXP driver
>- builds for 1.4 and 2.0 access libs
>- task queues to handle possible blocking calls
You need to use work queues for 2.6. I think recent 2.4 kernels have a
linux/workqueue.h compatibility header.
The attached patch also fixes