From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 22:52:43 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFDA416A421; Wed, 31 Oct 2007 22:52:43 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id AAE1813C4B2; Wed, 31 Oct 2007 22:52:43 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l9VMWhcu037303; Wed, 31 Oct 2007 18:32:43 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l9VMWgJJ090112 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 31 Oct 2007 18:32:43 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200710312232.l9VMWgJJ090112@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 31 Oct 2007 18:33:19 -0400 To: "Jack Vogel" From: Mike Tancsa In-Reply-To: <2a41acea0710311525w1721f4h619237292829b071@mail.gmail.com> References: <20071011003619.GA84433@obelix.dsto.defence.gov.au> <200710301328.l9UDSWAK081359@lava.sentex.ca> <200710311621.53910.jhb@freebsd.org> <200710312058.l9VKw6id089701@lava.sentex.ca> <2a41acea0710311525w1721f4h619237292829b071@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: em0: watchdog timeout ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 31 Oct 2007 22:52:44 -0000 At 06:25 PM 10/31/2007, Jack Vogel wrote: > > > > > >What if you use MSI? > > > > How do I enable that ? > >sysctl hw.pci.enable_msi=1 > >and > >sysctl hw.pci.enable_msix=1 > >For those that don't know, MSI/X is there in STABLE but off by default. Thanks, Do I need to do this in /boot/loader.conf or can I set it at any time? Are there any performance hits / boosts to use this method instead of the default ? ---Mike >Jack