Pekka J Enberg <[EMAIL PROTECTED]> : [...] > maintain the tree, I can send you my patches so you can recreate the full > history. The first steps were produced by quilt on the original > out-of-tree driver, though, so they're probably not helpful.
It will be welcome. I have added a few little things (changelog below). Next step will probably be some mii/ethtool stuff. The branch 'netdev-ipg' is available at: git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git. Serie of patches (ala 'git format-patch'): http://www.fr.zoreil.com/linux/kernel/2.6.x/2.6.17-rc3/ip1000a/ All-in-one patch: http://www.fr.zoreil.com/people/francois/misc/20060504-2.6.17-rc3-git-ip1000-test.patch ChangeLog from yesterday version: commit 8b0a8db32d1ac6e9bc23300a6a0533b4d7e251e3 Author: Francois Romieu <[EMAIL PROTECTED]> Date: Thu May 4 00:29:59 2006 +0200 ipg: remove forward declarations It makes no sense in a new driver. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> commit 65940e5e0ab88d92fbac0f96b5d46ddfbd5cfa93 Author: Francois Romieu <[EMAIL PROTECTED]> Date: Thu May 4 00:04:57 2006 +0200 ipg: replace #define with enum Added some underscores to improve readability. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> commit ab87a106690d6eaba4b7426fb074270e2e503e40 Author: Francois Romieu <[EMAIL PROTECTED]> Date: Wed May 3 22:51:16 2006 +0200 ipg: removal of useless #defines IPG_TX_NOTBUSY apart (one occurence in ipg.c), the #defines appear nowhere in the sources. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> commit ef7bfd886bc436d14649e962edb6f5189cc4dcac Author: Francois Romieu <[EMAIL PROTECTED]> Date: Wed May 3 22:44:47 2006 +0200 ipg: redundancy with mii.h - take II Replace a bunch of #define with their counterpart from mii.h It is applied to the usual MII registers this time. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html