From owner-freebsd-stable@FreeBSD.ORG Wed Apr 4 17:47:15 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19C7A16A401 for ; Wed, 4 Apr 2007 17:47:15 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys25.mail.msu.edu (sys25.mail.msu.edu [35.9.75.125]) by mx1.freebsd.org (Postfix) with ESMTP id ED9DF13C465 for ; Wed, 4 Apr 2007 17:47:14 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sector14.cl.msu.edu ([35.8.1.195]) by sys25.mail.msu.edu with esmtpsa (Exim 4.52 #1) (TLSv1:AES256-SHA:256) id 1HZ9Zi-0005JF-5X; Wed, 04 Apr 2007 13:47:14 -0400 Message-ID: <4613E49A.8010206@msu.edu> Date: Wed, 04 Apr 2007 13:47:06 -0400 From: Lisa Besko User-Agent: Thunderbird 1.5.0.7 (X11/20061101) MIME-Version: 1.0 To: Paulius Bulotas References: <460D3D09.1060101@msu.edu> <20070330195540.GB1270@devnull.lt> In-Reply-To: <20070330195540.GB1270@devnull.lt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Cc: freebsd-stable@freebsd.org Subject: Re: Sunfire X2200 ipfw and bge issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: besko@msu.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 17:47:15 -0000 Paulius Bulotas wrote: >> Now any ideas on why they system reboots every time the ethernet cable >> is plugged in to the bge0 port? or why the nve ethernet ports are not >> recognized? >> >> I am getting an error the next time it reboots that says something like >> "hyper transport sync flood" error and I have to press F1 to get it to >> reboot. That error is from the BIOS I believe. > > about bge, try to boot FreeBSD and put these into /boot/loader.conf : > hw.pci.enable_msi="0" > hw.pci.enable_msix="0" These did seem to help at all. The system still reboots when a cable is plugged into the bge0 port. > maybe those will help ;) I used these on x4100 when I had similar > problems with em* . > and about nve, try kldload nfe , not nve ;) I tried to put the nfe drive in but due to lack of knowledge on my part the kernel didn't recognize it when I tried to make buildkernel. Thanks for the help. LB