From owner-freebsd-current@FreeBSD.ORG Sun Jul 7 20:11:50 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D2BF0681 for ; Sun, 7 Jul 2013 20:11:50 +0000 (UTC) (envelope-from demonking@hotmail.de) Received: from dub0-omc2-s11.dub0.hotmail.com (dub0-omc2-s11.dub0.hotmail.com [157.55.1.150]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1C8132C for ; Sun, 7 Jul 2013 20:11:50 +0000 (UTC) Received: from DUB121-W14 ([157.55.1.136]) by dub0-omc2-s11.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 7 Jul 2013 13:10:41 -0700 X-TMN: [cXbh509gBZ7/9J+QG5jo6TB9QEZguV51] X-Originating-Email: [demonking@hotmail.de] Message-ID: From: Denis D To: "freebsd-current@freebsd.org" Subject: msk0 watchdog timeout and interrupt storm Date: Sun, 7 Jul 2013 22:10:42 +0200 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 07 Jul 2013 20:10:41.0897 (UTC) FILETIME=[0E5D1590:01CE7B4E] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 20:11:50 -0000 Hello Community=2CI hope someone could help me with this problem. The last = days I have tried to find a solution=2C but haven't found one.The watchdog = timeout happens=2C when I'm going to download something or copy a file on m= y FTP server. When I start the transfer of the file=2C I wait a moment and = then my down-/upload freezes at something around 500 KB. After waiting a li= ttle while or press a key like "return"=2C it comes to the interrupt storm. interrupt storm detected on "irq51:"=3B throttling interrupt source. Here is some information about my system: ifconfig msk0msk0: flags=3D8843 metric 0 mtu 1500 options=3Dc009b ether bc:ae:c5:5a:ef:ec inet 192.168.2.30 netmask 0xffffff00 broadcast 192.168.2.255=20 nd6 options=3D29 media: Ethernet autoselect (100baseTX ) status: active pciconf -lv mskc0@pci0:3:0:0: class=3D0x020000 card=3D0x84391043 chip=3D0x438111ab rev= =3D0x11 hdr=3D0x00 vendor =3D 'Marvell Technology Group Ltd.' device =3D 'Yukon Optima 88E8059 [PCIe Gigabit Ethernet Controller with AVB= ]' class =3D network subclass =3D ethernetvmstat -iinterrupt total rate irq1: atkbd0 916 2 irq16: hdac1 97 0 irq17: ehci0 ehci1+ 8729 21 irq18: ohci0 ohci1* 67 0 irq19: ahci1 2883 7 irq25: hdac0 4 0 irq51: mskc0 90 0 irq256: hpet0:t0 30332 75 Total 43118 107 My loader.conf: hw.msk.msi_disable=3D1 hw.pci.enable_msi=3D0 hw.pci.enable_msix=3D0 My rc.conf hostname=3D"FreeBSD.local.domain" keymap=3D"german.iso.acc.kbd" ifconfig_msk0=3D"DHCP"sshd_enable=3D"YES" moused_enable=3D"YES" powerd_enable=3D"YES" # Set dumpdev to "AUTO" to enable crash dumps=2C "NO" to disable dumpdev=3D"AUTO" I have also tried to change ifconfig_msk0=3D"DHCP" to ifconfig_msk0=3D"SYNC= DHCP" but nothing changed.If nothing helps=2C I will buy a new network card= .=20 P.S: Can someone delete my other 2 posts? The format of them was horrible a= nd the another one has no subject :( =