[eepro100] Re: Problem on Intel Pro/100 751767-004 adapter

thhsieh@linux.org.tw thhsieh@linux.org.tw
Fri, 26 Oct 2001 09:57:03 +0800


: : Please try my driver
: :    http://www.scyld.com/network/eepro100.html
: :       ftp://www.scyld.com/pub/network/eepro100.c
: 
: For interests, I tried your driver as well. But it seems that your
: driver is still for kernel 2.3.X or even earlier, right? It cannot
: be compiled with kernel 2.4.12. The error messages said that:
: 
: eepro100.c:125: pci-scan.h: No such file or directory
: eepro100.c:126: kern_compat.h: No such file or directory
: eepro100.c:287: elements of array `pci_id_tbl' have incomplete type
: eepro100.c:288: warning: excess elements in struct initializer
: eepro100.c:288: warning: (near initialization for `pci_id_tbl[0]')
: eepro100.c:288: extra brace group at end of initializer
: ......

Very sorry I made my mistake again. I forgot to download
the pci-scan.h, pci-scan.c, and kern_compat.h from the
web site. Now I successfully compiled and loaded your
driver in kernel 2.4.12. It works well, too.

Sorry to disturbe you with my uncarefully mistakes.


Best Regards,

T.H.Hsieh