From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 16:04:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD958B87 for ; Mon, 21 Apr 2014 16:04:59 +0000 (UTC) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (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 7CACD1710 for ; Mon, 21 Apr 2014 16:04:59 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oy12so8343337veb.32 for ; Mon, 21 Apr 2014 09:04:57 -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=J8nHVmubp39Ei97SlOIJiMCNDL4NhoMjMN92/OFcYD4=; b=WdcA6ar7hrl2OS3v7l8HWkjydBjQXz8DEy3fjg7i1YEVDk6p6WFOKK1SvvhSpUak6A OJ7GL/SXSlAp+a3JTsJ5aXd44vBfxa/91+sh3kwChTaljhNw42ggy6lc9dmckPBYdvkt J/OyvMCLfAWaUQLpCcOU3o4OcI3zKY3xKCMGk4eThF2Wn8xom/Lfa6nSKsZnxnIqK8iw 9AUSgyQBZSkrBXysSqAQr+sid4/rV+wJ06dpXYGdnN/IF4r4vYS1jWCVrWq8LrUnMA7A zDffo0ZSSl8hEuGvXIuoVD4Gb8AMsISXbXBbFLtPqveeGqqNdzJYMqpCBs176o6BXagI Cq8A== MIME-Version: 1.0 X-Received: by 10.52.189.193 with SMTP id gk1mr9366015vdc.12.1398096297792; Mon, 21 Apr 2014 09:04:57 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Mon, 21 Apr 2014 09:04:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Apr 2014 12:04:57 -0400 Message-ID: Subject: Re: Interrupt storm detected on irq257 ... From: Thomas Hoffmann To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Zack Gold 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:04:59 -0000 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