netdev
[Top] [All Lists]

Re: [PATCH] Make z8530.c build on 2.6

To: Stephen Hemminger <shemminger@xxxxxxxx>
Subject: Re: [PATCH] Make z8530.c build on 2.6
From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
Date: 13 Aug 2003 23:23:45 +0100
Cc: Jeff Garzik <jgarzik@xxxxxxxxx>, Nenad Corbic <ncorbic@xxxxxxxxxxx>, netdev@xxxxxxxxxxx
In-reply-to: <20030813132501.01eb1ecf.shemminger@osdl.org>
References: <20030813132501.01eb1ecf.shemminger@osdl.org>
Sender: netdev-bounce@xxxxxxxxxxx
On Mer, 2003-08-13 at 21:25, Stephen Hemminger wrote:
> Either we need to mark this driver (and the parts that use them) as BROKEN,
> or at least get it building again.

It works fine.

> -     c->rx_buf[0]=(void *)get_free_page(GFP_KERNEL|GFP_DMA);
> +     c->rx_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA);

and doesn't need zeroed pages, I've just got no idea what 2.6 decided
to call the give me a free page function, fix that and it'll work fine.

(BTW its not one of the sangoma drivers but something I wrote originally
so Nenad isnt the guy to cc)


<Prev in Thread] Current Thread [Next in Thread>