[tulip] tulip.c won't compile on my redhat linux7.0 box

Kai Tan ktan@ural.Wustl.EDU
Wed, 1 Nov 2000 21:40:28 -0600 (CST)


i just installed redhat linux7.0 from their installation CDs. i tried to
compile tulip.c. here's the message i got when trying to compile tulip.c:

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

any suggestion will be greatly appreciated.

KT