[Etherboot-developers] fa311.c
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-11-02 09:37:20
|
Eric, I've checked out your changes and I want to release rc8, but fa311.c doesn't compile: fa311.c: In function `fa311_probe': fa311.c:141: `p' undeclared (first use in this function) fa311.c:141: (Each undeclared identifier is reported only once fa311.c:141: for each function it appears in.) fa311.c:144: warning: assignment makes integer from pointer without a cast fa311.c:134: warning: unused variable `pci_bus' fa311.c:131: warning: unused variable `ioaddr' fa311.c: In function `fa311_reset': fa311.c:218: warning: unused parameter `nic' fa311.c: In function `fa311_disable': fa311.c:336: warning: passing arg 1 of `iounmap' makes pointer from integer without a cast fa311.c: At top level: fa311.c:444: warning: missing initializer fa311.c:444: warning: (near initialization for `fa311_driver.class') make: *** [bin32/fa311.o] Error 1 Are there some changes you haven't checked in? |