[eepro100] Simple patch for 815E chipset
Alex
alex@cesena.net
Sun, 06 Aug 2000 16:32:05 +0200
Hi !
I have an Intel D815EEA motherboard (Intel chipset 815E) which contains
an intergrated Intel Pro100 network interface.
I read on the mailing list that there is a driver available for that
networkcard. I downloaded the
ftp://www.scyld.com/pub/network/test/eepro100.c
and also I have tried the
ftp://www.scyld.com/pub/network/eepro100.c
I installed it on the 2.2.16 kernel source tree together with
pci-scan.c
pci-scan.h
kern_compat.h
but when I try to load the driver as module I get
unresolved symbol acpi_set_pwr_state
unresolved symbol pci_drv_unregister
unresolved symbol pci_drv_register
There is a way to fix the problem ?
If I try to build the driver in the kernel itself I get a compile
error!
Thanks a lot in advance