From: Christophe JAILLET
Date: Sun, 13 Sep 2020 14:55:46 +0200
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> W
From: Christophe JAILLET
Date: Sun, 13 Sep 2020 14:38:34 +0200
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> W
From: Christophe JAILLET
Date: Sun, 13 Sep 2020 14:44:53 +0200
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> W
From: Christophe JAILLET
Date: Sun, 13 Sep 2020 14:30:42 +0200
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> W
From: Christophe JAILLET
Date: Sun, 13 Sep 2020 09:01:07 +0200
> 'w89c840_open()' is incorrectly reported in a debug message. Use __func__
> instead.
>
> While at it, fix some style issue in the same function.
>
> Signed-off-by: Christophe JAILLET
Applied.
From: Christophe JAILLET
Date: Sun, 13 Sep 2020 08:57:11 +0200
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> W
On Sun, Sep 13, 2020 at 02:44:53PM +0200, Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
From: Ondrej Zary
Date: Sun, 22 Jun 2014 12:01:12 +0200
> It now takes up to 60 seconds to detect cable (un)plug on ADMtek Comet chips.
> That's too slow and might cause people to think that it doesn't work at all.
>
> Poll link status every 2 seconds instead of 60 for ADMtek Comet chips.
> That
From: Grant Grundler
Date: Sat, 21 Jun 2014 15:59:30 -0700
> Hi Ondrej,
>
> On Sat, Jun 21, 2014 at 1:29 PM, Ondrej Zary
> wrote:
>> Poll link status every 2 seconds instead of 60 for ADMtek Comet chips.
>
> Why use 2 seconds for the polling interval?
>
> I'm sure you have a good reason for
Hi Ondrej,
On Sat, Jun 21, 2014 at 1:29 PM, Ondrej Zary wrote:
> Poll link status every 2 seconds instead of 60 for ADMtek Comet chips.
Why use 2 seconds for the polling interval?
I'm sure you have a good reason for this and it should be in the
commit message or as a comment in the code.
I oth
Valerie Henson wrote:
Remove Val Henson as tulip maintainer and let her roam free, FREE!
Signed-off-by: Val Henson <[EMAIL PROTECTED]>
applied
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http:
On Fri, 1 Jun 2001, Jeff Garzik wrote:
> tulip needs a small delay during rxtx restart. different optimization
> patterns in newer gccs served to expose this bug which was previously
> hidden, so random users might hit a lack-of-networking depending on the
> speed of their machine, their compiler
HYA
Peter.
diff -ur linux.orig/drivers/net/tulip/21142.c linux/drivers/net/tulip/21142.c
--- linux.orig/drivers/net/tulip/21142.cTue Nov 7 20:08:09 2000
+++ linux/drivers/net/tulip/21142.c Sun Jan 7 18:29:03 2001
@@ -99,8 +99,8 @@
{
struct tulip_private *tp = (struct tu
On Mon, Jan 08, 2001 at 03:01:08PM +0100, Peter De Schrijver wrote:
> Hi,
>
> The following patch tries to improve the media autosensing capabilities of the
> 2.4 tulip driver. Iused Doanld Becker's tulip driver as a basis. I only tested
> it on a Digital PWS500a with onboard 21143 chip with MI
Tobias Ringstrom wrote:
>
> This patch makes tulip/eeprom.c more robust.
>
> /Tobias
>
> --- eeprom.c.orig Mon Jun 19 22:42:39 2000
> +++ eeprom.cTue Nov 14 01:19:19 2000
> @@ -237,6 +237,7 @@
> printk(KERN_INFO "%s: Index #%d - Media %s (#%d) described "
>
15 matches
Mail list logo