netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCHES] net driver fixes
@ 2003-11-08 17:27 Jeff Garzik
  0 siblings, 0 replies; only message in thread
From: Jeff Garzik @ 2003-11-08 17:27 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, netdev


Linus, please do a

	bk pull bk://gkernel.bkbits.net/net-drivers-2.5

This will update the following files:

 drivers/net/b44.c     |   56 ++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/pcnet32.c |    4 +++
 2 files changed, 58 insertions(+), 2 deletions(-)

through these ChangeSets:

<ralf@linux-mips.org> (03/11/08 1.1416)
   [netdrvr pcnet32] add missing pci_dma_sync_single
   
   a patch for the pcnet32.c driver which adds a missing call to
   pci_dma_sync_single.  If a received packet is smaller than rx_copybreak
   the pcnet driver will recycle the receive buffer which requires calling
   pci_dma_sync_single.  Patch is against 2.6 but I it's also needed in 2.4.
   
   Without that call the processor might still have old stale data in
   the data cache when the processor accesses the recycled buffer.
   

<pp@ee.oulu.fi> (03/11/08 1.1415)
   [netdrvr b44] Fix irq enable/disable; fix oops due to lack of SET_NETDEV_DEV() call
   
   Also, add suspend/resume functions.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-08 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-08 17:27 [BK PATCHES] net driver fixes Jeff Garzik

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).