From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 16:08:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F51FCA7 for ; Mon, 21 Apr 2014 16:08:50 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F1891745 for ; Mon, 21 Apr 2014 16:08:50 +0000 (UTC) Received: by mail-ig0-f177.google.com with SMTP id h3so1935482igd.10 for ; Mon, 21 Apr 2014 09:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0oJtblBXRhugtorbznnB5jtFfSbCZE4ZTkagV6xBdEM=; b=m9uNLh3UJ4NG6faYLd9oCwpRW+OUvC0+i+/kQU9xUtFWz1i8IggQFicUjk7HqtBZq1 6/vrZfa+Iyu3eYZfytilR6yFDgf6KRGqmAvNypG7uk6gexBqClczz7UiIyGgSAGSqDCk s5Kss3SRcmUFYufUL+vUS4tSMH9iE7GtUcdbEilWZL002EQBJjpPcr4ZXSN1cRS03nDf 69Hl3qgER4XGgRgNRGn3HYSn9sVjmSuOJcV3q1/TieNSnMWYlRoUW/5pUCjcyfZd4INR I65tmq5YS2zLdovlYzHdzQCGKkD7VXr5nWL/p4KcstK7kBYb5Xd9+LkARkrhCPmvfFYW m+mQ== MIME-Version: 1.0 X-Received: by 10.50.66.203 with SMTP id h11mr23023392igt.49.1398096529897; Mon, 21 Apr 2014 09:08:49 -0700 (PDT) Received: by 10.64.230.103 with HTTP; Mon, 21 Apr 2014 09:08:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Apr 2014 12:08:49 -0400 Message-ID: Subject: Re: Interrupt storm detected on irq257 ... From: Zack Gold To: Thomas Hoffmann Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 16:08:50 -0000 Thanks for the detailed response. Here is the output for the uname -a execution: FreeBSD oizys 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:43:36 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 I will look into BIOS upgrades, too. On Mon, Apr 21, 2014 at 12:04 PM, Thomas Hoffmann wrote: > On Mon, Apr 21, 2014 at 8:23 AM, Zack Gold wrote: >> >> Hi folks, >> >> I'm new to the mailing lists, so I apologize if I'm doing anything >> wrong here or posting to the wrong list. >> >> I am having a severe issue with my fresh installation > > > Fresh installation of what? Please provide the output of 'uname -a' so we > don't have to guess which version of FreeBSD you are running and on which > platform. > >> # dmesg | grep mskc0 >> mskc0: port 0x2000-0x20ff mem >> 0xf0000000-0xf0003fff irq 16 at device 0.0 on pci2 >> >> msk0: on >> mskc0 > > > Also it would be good to know the hardware manufacturer and model of your > system. I have used the Marvell Yukon 88E8058 Gigabit Ethernet on > FreeBSD-9.x, FreeBSD-10.0, and FreeBSD-11.0-CURRENT all amd64 without any > problems. > > mskc0: port 0x5000-0x50ff mem > 0xe3200000-0xe3203fff irq 17 at device 0.0 on pci5 > msk0: on > mskc0 > > Perhaps there are BIOS upgrades available for your motherboard and/or > Marvell Yukon that you can apply? > > -Tom >