lkml.org 
[lkml]   [2002]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Dropped packets on SUN GEM
From
Date
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/

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.062 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site