public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] Merge e1000 gigabit driver (yay)
@ 2002-02-16 10:08 Jeff Garzik
  2002-02-18 10:30 ` Eric W. Biederman
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2002-02-16 10:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux-Kernel list, Andrew Morton, David S. Miller

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

Linus,

I'm pleased to submit to you a BK merge of Intel's e1000 driver.  The
license is now "GPL or (BSD + patent grant)", which should satisfy those
concerns.

I would also like to publicly thank Intel for this work.  The two
contributors listed have been very responsive to feedback, and they have
put a good deal of work into beating the driver into shape for a kernel
merge.

Now I just hope I can convince them to open up their hardware specs :)

Kind regards,

	Jeff



-- 
Jeff Garzik      | "Why is it that attractive girls like you
Building 1024    |  always seem to have a boyfriend?"
MandrakeSoft     | "Because I'm a nympho that owns a brewery?"
                 |             - BBC TV show "Coupling"

[-- Attachment #2: net-drivers-2.5.txt --]
[-- Type: text/plain, Size: 1941 bytes --]



Pull from:  http://gkernel.bkbits.net/net-drivers-2.5
(BK-only URL)

GNU patch:  ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patches/2.5.5/e1000-4.2.4-k1.diff.bz2


---------------------------------------------------------------------------
ChangeSet@1.345, 2002-02-16 04:51:10-05:00, jgarzik@rum.normnet.org
  Merge new gigabit ethernet driver e1000, from Intel.
  
  Contributors: Christopher Leech @ Intel, Scott Feldman @ Intel

 Documentation/networking/e1000.txt |  245 ++++
 MAINTAINERS                        |    7 
 drivers/net/Config.help            |   36 
 drivers/net/Config.in              |    1 
 drivers/net/Makefile               |    5 
 drivers/net/e1000/LICENSE          |   69 +
 drivers/net/e1000/Makefile         |   16 
 drivers/net/e1000/e1000.h          |  233 ++++
 drivers/net/e1000/e1000_ethtool.c  |  377 ++++++
 drivers/net/e1000/e1000_mac.c      | 1821 +++++++++++++++++++++++++++++++++
 drivers/net/e1000/e1000_mac.h      | 1383 +++++++++++++++++++++++++
 drivers/net/e1000/e1000_main.c     | 2036 +++++++++++++++++++++++++++++++++++++
 drivers/net/e1000/e1000_osdep.h    |  142 ++
 drivers/net/e1000/e1000_param.c    |  709 ++++++++++++
 drivers/net/e1000/e1000_phy.c      | 1485 ++++++++++++++++++++++++++
 drivers/net/e1000/e1000_phy.h      |  422 +++++++
 drivers/net/e1000/e1000_proc.c     |  760 +++++++++++++
 17 files changed, 9747 insertions(+)


ChangeSet@1.333, 2002-02-14 03:25:36-05:00, jgarzik@rum.normnet.org
  Add board id to via-rhine net driver, for board added in
  previous revision (thus fixing the build).

 drivers/net/via-rhine.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


ChangeSet@?????, jgarzik@rum.normnet.org
  Update 8139too net driver to new arg-free recalc_sigpending() API
  function

 drivers/net/8139too.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

---------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BK PATCH] Merge e1000 gigabit driver (yay)
  2002-02-16 10:08 [BK PATCH] Merge e1000 gigabit driver (yay) Jeff Garzik
@ 2002-02-18 10:30 ` Eric W. Biederman
  0 siblings, 0 replies; 2+ messages in thread
From: Eric W. Biederman @ 2002-02-18 10:30 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Linux-Kernel list

Jeff Garzik <jgarzik@mandrakesoft.com> writes:

> Linus,
> 
> I'm pleased to submit to you a BK merge of Intel's e1000 driver.  The
> license is now "GPL or (BSD + patent grant)", which should satisfy those
> concerns.

Nice progress.
 
> I would also like to publicly thank Intel for this work.  The two
> contributors listed have been very responsive to feedback, and they have
> put a good deal of work into beating the driver into shape for a kernel
> merge.
> 
> Now I just hope I can convince them to open up their hardware specs :)

This is almost as important.  Currently this greatly reduces the value
of their hardware as it places stumbling blocks in road of distributed
debugging.  And the fewer eyes the deeper the bugs.  For that reason
the company I work for has been looking for alternatives to Intel's
network cards. 

Eric

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-18 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-16 10:08 [BK PATCH] Merge e1000 gigabit driver (yay) Jeff Garzik
2002-02-18 10:30 ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox