[eepro100] eepro100.c code

Joe Turner joeman@belzedar.leederville.it.net.au
Tue, 6 Mar 2001 01:39:51 +0800 (WST)


It looks like someone just copied and pasted the eepro100.c code from an
Xsession. 
Statements aren't continuing on from one line to the next. It is also
impossible to compile in its current state. I get 


debian:/usr/src# gcc -I/usr/src/linux/include -DMODULE -Wall
-Wstrict-prototypes -O6 -c eepro100.c
eepro100.c: In function `speedo_open':
eepro100.c:841: structure has no member named `tbusy'
eepro100.c:842: structure has no member named `interrupt'
eepro100.c:843: structure has no member named `start'
eepro100.c: In function `speedo_start_xmit':
eepro100.c:1153: structure has no member named `tbusy'
eepro100.c:1202: structure has no member named `tbusy'
eepro100.c: In function `speedo_interrupt':
eepro100.c:1231: structure has no member named `interrupt'
eepro100.c:1317: structure has no member named `tbusy'
eepro100.c:1319: `NET_BH' undeclared (first use in this function)
eepro100.c:1319: (Each undeclared identifier is reported only once
eepro100.c:1319: for each function it appears in.)
eepro100.c:1337: structure has no member named `interrupt'
eepro100.c: In function `speedo_close':
eepro100.c:1460: structure has no member named `start'
eepro100.c:1461: structure has no member named `tbusy'
eepro100.c: In function `speedo_get_stats':
eepro100.c:1542: structure has no member named `start'
debian:/usr/src#

Well either way it isnt' working.

Joe