Subject: ether_input()?
To: None <current-users@netbsd.org>
From: Edwin Foo <efoo@crl.dec.com>
List: current-users
Date: 05/23/2000 08:31:57
I'm compiling in a driver someone gave me for a network card, and I've found
that ether_input() (or the lack of it, rather) is giving me errors. The
driver is old (1.3.x?), so I imagine -current might have changed some stuff.
Can someone who knows the code point me in the right direction to find its
successor? I'm guessing from the other drivers that it might be
(*ifp->if_input)(ifp,top) to hand off the packet to the network stack. Am I
right?

Thanks in advance.

-Edwin