[tulip] compiling tulip.c 0.92w

Renato Lombardo wintermans@libero.it
Tue, 10 Jul 2001 12:47:50 +0200


After downloading tulip.c pci-scan.c ken_compat.h and pci-scan.h, I tried
to compile the 0.92w version of the tulip driver on my Presario 17XL369
with a 2.4.3 kernel (Mandrake 8.0) but I got these errors:

[root@scirocco modules]# gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c
tulip.c
tulip.c: In function `tulip_open':
tulip.c:1496: structure has no member named `tbusy'
tulip.c: In function `tulip_start_xmit':
tulip.c:2633: structure has no member named `tbusy'
tulip.c:2667: structure has no member named `tbusy'
tulip.c: In function `tulip_interrupt':
tulip.c:2758: structure has no member named `tbusy'
tulip.c:2758: `NET_BH' undeclared (first use in this function)
tulip.c:2758: (Each undeclared identifier is reported only once
tulip.c:2758: for each function it appears in.)
tulip.c: In function `tulip_close':
tulip.c:2987: structure has no member named `tbusy'
tulip.c: In function `tulip_get_stats':
tulip.c:3026: structure has no member named `start'
tulip.c: In function `set_rx_mode':
tulip.c:3298: structure has no member named `tbusy'

kernel source has been installed and /usr/include/linux/version.h  is
present in the system.
Is this a problem with the kernel version or did I do some mistake?
Please help! :-)

Renato