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)