Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Auke Kok
Andrew Morton wrote: On Tue, 09 Jan 2007 09:36:29 -0800 Auke Kok <[EMAIL PROTECTED]> wrote: git-pull git://lost.foo-projects.org/~ahkok/git/linux-2.6 e1000 That tree appears to be based on the -mm git tree? That's a somewhat unusual thing to do - a tree which is based on current Linus m

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Krzysztof Halasa
Auke Kok <[EMAIL PROTECTED]> writes: > drivers/net/e1000/Makefile| 19 > drivers/net/e1000/e1000.h | 95 > drivers/net/e1000/e1000_80003es2lan.c | 1330 + > drivers/net/e1000/e1000_80003es2lan.h | 89 > drivers/net/e1000/e1000_82540.c | 586 ++ > drivers/n

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Auke Kok
Randy Dunlap wrote: On Tue, 09 Jan 2007 20:16:27 +0100 Krzysztof Halasa wrote: Auke Kok <[EMAIL PROTECTED]> writes: drivers/net/e1000/Makefile| 19 drivers/net/e1000/e1000.h | 95 drivers/net/e1000/e1000_80003es2lan.c | 1330 + drivers/net/e1000/e1000_80003es2

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Randy Dunlap
On Tue, 09 Jan 2007 20:16:27 +0100 Krzysztof Halasa wrote: > Auke Kok <[EMAIL PROTECTED]> writes: > > > drivers/net/e1000/Makefile| 19 > > drivers/net/e1000/e1000.h | 95 > > drivers/net/e1000/e1000_80003es2lan.c | 1330 + > > drivers/net/e1000/e1000_80003es2lan.

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Auke Kok
Andrew Morton wrote: On Tue, 09 Jan 2007 09:36:29 -0800 Auke Kok <[EMAIL PROTECTED]> wrote: git-pull git://lost.foo-projects.org/~ahkok/git/linux-2.6 e1000 That tree appears to be based on the -mm git tree? That's a somewhat unusual thing to do - a tree which is based on current Linus m

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Auke Kok
Stephen Hemminger wrote: On Tue, 09 Jan 2007 09:36:29 -0800 Auke Kok <[EMAIL PROTECTED]> wrote: Andrew, All, This patch contains a major rewrite to the e1000 driver that groups and separates e1000 hardware by chipset family. It abstracts the hardware specific code into an API that will allow

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Andrew Morton
On Tue, 09 Jan 2007 09:36:29 -0800 Auke Kok <[EMAIL PROTECTED]> wrote: > git-pull git://lost.foo-projects.org/~ahkok/git/linux-2.6 e1000 That tree appears to be based on the -mm git tree? That's a somewhat unusual thing to do - a tree which is based on current Linus mainline would be prefer

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Stephen Hemminger
On Tue, 09 Jan 2007 09:36:29 -0800 Auke Kok <[EMAIL PROTECTED]> wrote: > > Andrew, All, > > This patch contains a major rewrite to the e1000 driver that groups and > separates e1000 > hardware by chipset family. It abstracts the hardware specific code into an > API that > will allow us to co