NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/40981: wm0: device timeout



The following reply was made to PR kern/40981; it has been noted by GNATS.

From: SAITOH Masanobu <masanobu%iij.ad.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, wiz%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost
Subject: Re: kern/40981: wm0: device timeout
Date: Fri, 05 Feb 2010 15:33:12 +0900 (JST)

  > The following reply was made to PR kern/40981; it has been noted by GNATS.
  > 
  > From: Thomas Klausner <wiz%NetBSD.org@localhost>
  > To: gnats-bugs%NetBSD.org@localhost
  > Cc: 
  > Subject: Re: kern/40981: wm0: device timeout
  > Date: Sun, 8 Mar 2009 15:10:15 +0100
  > 
  >  On Sun, Mar 08, 2009 at 12:20:04PM +0000, Bernd Ernesti wrote:
  >  >  I get such timeouts when samba is running and no cable is plugged in, 
but
  >  >  the timeouts only happens ever 6 hours.
  >  >  Stopping samba also stopped these messages.
  >  >  
  >  >  wm1 at pci0 dev 11 function 1: Intel i82546EB 1000BASE-T Ethernet, rev. 
1
  >  >  wm1: interrupting at irq 5
  >  >  wm1: 32-bit 33MHz PCI bus
  >  >  wm1: 256 word (8 address bits) MicroWire EEPROM
  >  >  wm1: device timeout (txfree 4093 txsfree 63 txnext 1960)
  >  
  >  Hm, I have dhclient running, perhaps that's the cause.
  >   Thomas
 
 Scapy's command to reproduce the bug quickly:
 
 >> sendp(Ether(dst="ff:ff:ff:ff:ff:ff")/IP(src="0.0.0.0",dst="255.255.255.255")/UDP(sport=68,dport=67)/BOOTP(chaddr="00:30:48:xx:yy:zz")/DHCP(options=[("message-type","discover"),"end"]),
 >>  iface="wm0")
 
 Do above command more than 47 times.
 
 I can't understand why it occurs. Please debug!
 
 ----------------------------------------------------------
                SAITOH Masanobu (masanobu%iij.ad.jp@localhost
                                  msaitoh%netbsd.org@localhost)
 


Home | Main Index | Thread Index | Old Index