Subject: Re: on board ethernet card problem
To: None <gillham@gmail.com>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 01/13/2005 15:44:55
On Thu, 13 Jan 2005 14:38:54 -0500
Tim Kelly <hockey@dialectronics.com> wrote:

> I looked at the if_bm.c allocation, and it would only ask for a 4k
> size. This puts it within one page, so it seems like it would not
> experience this problem.

Oops. This only applies to the transmit buffers, whereas the problem in
if_mc.c was in the receive buffers. The receive buffers are well over 4k
in if_bm.c.

Still, it might be useful to see how changing BMAC_TXBUFS in if_bm.c
from 2 to 4 affects things.

tim