linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Linux-Kernel list <linux-kernel@vger.kernel.org>
Subject: [BK PATCHES] net driver merges
Date: Fri, 08 Feb 2002 19:25:41 -0500	[thread overview]
Message-ID: <3C646C85.D244BB44@mandrakesoft.com> (raw)

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

 

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



Pull from:  http://gkernel.bkbits.net/net-drivers-2.5


---------------------------------------------------------------------------
ChangeSet@1.236, 2002-02-08 18:38:05-05:00, jgarzik@rum.normnet.org
  Update eepro100 net driver link state tracking:
  * Initialize interface carrier state in speedo_open.
  * Update previous netif_carrier_{on,off} change to use
    linux/mii.h constants.
  
  Contributor: Andrew Morton, with modifications from me

 eepro100.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)


ChangeSet@1.235, 2002-02-08 18:36:39-05:00, jgarzik@rum.normnet.org
  Fix natsemi net driver rx-related hang, by polling for RX events
  on all RX interrupts.  Prior to this fix, RX FIFO overrun and RX
  buffer overrun interrupts did not trigger an RX poll; now they do.
  
  Contributor: Manfred Spraul

 natsemi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


ChangeSet@1.234, 2002-02-08 18:35:21-05:00, jgarzik@rum.normnet.org
  Update tulip net driver to indicate link beat to system,
  via netif_carrier_{on,off}.  Some placeholders to do this were
  already in the code, making this an even easier and more obvious patch.
  
  Also, decrease time until next link beat check, if link beat
  is not present.  (previously the code would wait 60 seconds until
  next check, regardless of current link state)
  
  Contributor: Stefan Rompf, with changes from me

 21142.c   |    9 +++++++--
 ChangeLog |   12 ++++++++++++
 timer.c   |   16 +++++++++-------
 3 files changed, 28 insertions(+), 9 deletions(-)


ChangeSet@1.233, 2002-02-08 18:32:41-05:00, jgarzik@rum.normnet.org
  tulip net driver updates:
  * Add support for Conexant tulip clones.
  * Do not store eeprom data on stack (128 or 512 bytes), it's a
  large object, and also, we already have a copy in kmalloc'd RAM.
  
  Contributor: Pavel Roskin

 ChangeLog    |   10 ++++++++++
 tulip.h      |    3 ++-
 tulip_core.c |   27 ++++++++++++++++++---------
 3 files changed, 30 insertions(+), 10 deletions(-)


ChangeSet@1.232, 2002-02-08 18:30:08-05:00, jgarzik@rum.normnet.org
  Fix naming conflict with pcnet32 net driver and ethtool,
  by cleaning up the pcnet32 namespace a bit.
    
  s/PORT_/PCNET32_PORT_/ for local constants, to avoid conflicting
  with linux/ethtool.h.
    
  Contributor: William Lee Irwin III

 pcnet32.c |   80 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 40 insertions(+), 40 deletions(-)


ChangeSet@1.231, 2002-02-08 18:27:49-05:00, jgarzik@rum.normnet.org
  Add config option to enable natsemi net driver hardware bug workaround.
  
  "some" systems with "some" cables see a large amount of errors,
  due to a hardware bug.  This bug is (apparently) not probe-able;
  however it only appears on rare reference boards and the like,
  so we simply add a config option and default the option to OFF.
  
  Further detail:
  When CONFIG_NATSEMI_CABLE_MAGIC option is enabled, PMDCSR_VAL
  register value becomes 0x1898, a value provided by a NatSemi
  app note.  This enables a workaround for a hardware bug
  which is (apparently) not probe-able.  Luckily the hardware bug
  is (apparently) not common either, so we default to disabling
  this workaround.
  
  Contributor: Tim Hockin

 Config.help |   11 +++++++++++
 Config.in   |    3 +++
 natsemi.c   |    4 ++++
 3 files changed, 18 insertions(+)


ChangeSet@1.230, 2002-02-08 18:23:41-05:00, jgarzik@rum.normnet.org
  Fix typo in the winbond-840 net driver which doubled
  the size of the Tx data buffer list without cause.
  Spotted by Dave Jones.

 winbond-840.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
---------------------------------------------------------------------------

             reply	other threads:[~2002-02-09  0:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-09  0:25 Jeff Garzik [this message]
2003-01-04  0:02 [BK PATCHES] net driver merges Jeff Garzik
2003-01-04  1:27 ` Jeff Garzik
2003-03-22 22:27 Jeff Garzik
2003-03-29  5:46 Jeff Garzik
2003-04-26  4:17 Jeff Garzik
2003-04-28  4:55 Jeff Garzik
2003-04-28  7:22 ` Aaron Lehmann
2003-04-28 13:40   ` Jeff Garzik
2003-05-11 18:36 [BK+PATCHES] " Jeff Garzik
2003-05-26  0:26 [BK PATCHES] " Jeff Garzik
2003-05-27  5:55 Jeff Garzik
2003-05-29 21:10 Jeff Garzik
2003-06-06  5:42 Jeff Garzik
2003-06-20  3:46 Jeff Garzik
2003-06-24  2:32 Jeff Garzik
2003-07-08 23:26 Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C646C85.D244BB44@mandrakesoft.com \
    --to=jgarzik@mandrakesoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).