All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beezly <beezly@beezly.org.uk>
To: "David S. Miller" <davem@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Dropped packets on SUN GEM
Date: 13 Mar 2002 01:24:59 +0000	[thread overview]
Message-ID: <1015982699.17761.86.camel@monkey> (raw)
In-Reply-To: <20020312.171509.08315746.davem@redhat.com>
In-Reply-To: <1015979767.2652.77.camel@monkey> <20020312.165609.18574402.davem@redhat.com> <1015981634.2652.82.camel@monkey>  <20020312.171509.08315746.davem@redhat.com>

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

Ahha! ;) 

Looks like some better output now.

sungem.c:v0.96 11/17/01 David S. Miller (davem@redhat.com)
PCI: Found IRQ 5 for device 00:0a.0
PCI: Sharing IRQ 5 with 00:0b.1
eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:00:00:00:00:00 
eth0: Link is up at 1000 Mbps, full-duplex.
eth0: Pause is enabled (rxfifo: 20480 off: 17408 on: 15872)
eth0: PCS AutoNEG complete.
eth0: PCS link is now up.
eth0: Link is up at 1000 Mbps, full-duplex.
eth0: Pause is enabled (rxfifo: 20480 off: 17408 on: 15872)
eth0: Link is up at 1000 Mbps, full-duplex.
eth0: Pause is enabled (rxfifo: 20480 off: 17408 on: 15872)
eth0: Link is up at 1000 Mbps, full-duplex.
eth0: Pause is enabled (rxfifo: 20480 off: 17408 on: 15872)


On Wed, 2002-03-13 at 01:15, David S. Miller wrote:
>    From: Beezly <beezly@beezly.org.uk>
>    Date: 13 Mar 2002 01:07:14 +0000
>    
>    It doesn't appear to :(
> ...   
>    eth0: Pause is disabled
> 
> Some day I will learn how to program, you do have
> Pause enabled I just don't know how to print that
> our properly from the driver :-)
> 
> --- drivers/net/sungem.c.~2~	Tue Mar 12 16:53:44 2002
> +++ drivers/net/sungem.c	Tue Mar 12 17:14:26 2002
> @@ -1213,15 +1213,15 @@
>  
>  	if (netif_msg_link(gp)) {
>  		if (pause) {
> -			printk(KERN_INFO "%s: Pause is disabled\n",
> -			       gp->dev->name);
> -		} else {
>  			printk(KERN_INFO "%s: Pause is enabled "
>  			       "(rxfifo: %d off: %d on: %d)\n",
>  			       gp->dev->name,
>  			       gp->rx_fifo_sz,
>  			       gp->rx_pause_off,
>  			       gp->rx_pause_on);
> +		} else {
> +			printk(KERN_INFO "%s: Pause is disabled\n",
> +			       gp->dev->name);
>  		}
>  	}
>  
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

      reply	other threads:[~2002-03-13  1:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 23:11 Dropped packets on SUN GEM Beezly
2002-03-12 23:14 ` David S. Miller
2002-03-12 23:36   ` Beezly
2002-03-12 23:52     ` David S. Miller
2002-03-13  0:08       ` Beezly
2002-03-13  0:10         ` David S. Miller
2002-03-13  0:36           ` Beezly
2002-03-13  0:56             ` David S. Miller
2002-03-13  1:07               ` Beezly
2002-03-13  1:15                 ` David S. Miller
2002-03-13  1:24                   ` Beezly [this message]

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=1015982699.17761.86.camel@monkey \
    --to=beezly@beezly.org.uk \
    --cc=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.