[tulip] Getting a sequence of errors building the tulip.c file

Brent Scriver bscriver@speakeasy.org
Wed, 14 Jun 2000 21:54:00 -0700


Unfortunately, I am building with kernel version 2.3.99-pre8, however, I am
getting the following errors, if anyone has suggestions on how to get this
to work, it would be greatly appreciated.  The whole point of this is to be
able to set one of the two netgear FA310TXs I have to 10Mbps.  What comes
with 2.3.99-pre8 doesn't seem capable of it (running ifconfig and specifying
a media type fails).

Thanks!
Brent

The reference to NET_BH is from netif_wake_queue, defined in kern_compat.h.

tulip.c: In function `tulip_open':
tulip.c:1437: structure has no member named `tbusy'
tulip.c:1438: structure has no member named `start'
tulip.c: In function `tulip_start_xmit':
tulip.c:2530: structure has no member named `tbusy'
tulip.c:2563: structure has no member named `tbusy'
tulip.c: In function `tulip_interrupt':
tulip.c:2582: structure has no member named `interrupt'
tulip.c:2586: structure has no member named `interrupt'
tulip.c:2667: structure has no member named `tbusy'
tulip.c:2671: structure has no member named `tbusy'
tulip.c:2672: `NET_BH' undeclared (first use in this function)
tulip.c:2672: (Each undeclared identifier is reported only once
tulip.c:2672: for each function it appears in.)
tulip.c:2757: structure has no member named `interrupt'
tulip.c: In function `tulip_close':
tulip.c:2903: structure has no member named `start'
tulip.c:2904: structure has no member named `tbusy'
tulip.c: In function `tulip_get_stats':
tulip.c:2943: structure has no member named `start'
tulip.c: In function `set_rx_mode':
tulip.c:3182: structure has no member named `tbusy'