Re: [PATCH 1/15] ixp2000: register netdevices last

2005-11-30 Thread Jeff Garzik
applied 1-15 to 'upstream' branch. note that a follow-up patch is needed, to s/netif...test/__netif...prep/, as ixp2000 is now using a function that was just renamed by sch. Jeff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL

[PATCH 1/15] ixp2000: register netdevices last

2005-11-23 Thread Lennert Buytenhek
Do not register our netdevices with the kernel until we've actually finished setting up the hardware and microcode. Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]> diff -urN linux-2.6.15-rc1.upstream.orig/drivers/net/ixp2000/ixpdev.c linux-2.6.15-rc1.upstream/drivers/net/ixp2000/ixpdev.c --