Stephen Rothwell wrote:If hplan is built-in, this build error can happen: build-r7084.out:8390p.c:(.text+0xfd9aa): undefined reference to `ei_start_xmit' build-r7084.out:8390p.c:(.text+0xfd9b6): undefined reference to `ei_get_stats' build-r7084.out:8390p.c:(.text+0xfd9c6): undefined reference to `ei_set_multicast_list' since hplan uses 8390p.c, which uses lib8390.c, but the latter always uses: #ifdef CONFIG_COMPAT_NET_DEV_OPS dev->hard_start_xmit = ei_start_xmit; dev->get_stats = ei_get_stats; dev->set_multicast_list = ei_set_multicast_list; dev->tx_timeout = __ei_tx_timeout; #endif However, those ei_* functions should be eip_* in this case. How to do that?? config attached. ~Randy
| Andrew Morton | -mm merge plans for 2.6.23 |
| Chuck Ebbert | Why do so many machines need "noapic"? |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 023/196] MCP_UCB1200: Convert from class_device to device |
git: | |
| David Miller | Re: [BUG] New Kernel Bugs |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 31/37] dccp: Remove manual influence on NDP Count feature |
| Gregory Haskins | [RFC PATCH 00/17] virtual-bus |
