From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 22:25:35 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 2B21616A417 for ; Wed, 31 Oct 2007 22:25:35 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id ABE2613C49D for ; Wed, 31 Oct 2007 22:25:34 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so259060nfb for ; Wed, 31 Oct 2007 15:25:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bXadBribKhXoSnL6wBym0vrQ/8Yt4jW9m2hTTAMFCd4=; b=CQdxKAP2TnjVA5ZQt9vN9XurhLFpbEs3so+AXvDTQmZpAahf5aVBjQwp09AC8bG+NrrxdzdoS7RChXtHIbgVD3c1uXJNLiBXzUkOGI+shXwepehGINVjJ7PfIp+KbEIt9+ECVL13joDeMLJAys/oplaqc6vg5a0fkAjPWNMhb7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LQRwQcbdly1v0wKJq4Urw32mzA6Mw/crStFNyxuWwmsQWH/tO78d5BK9psioLW7QdJvGhkDzWo+B1vQqU3IGo8Um1RtYxLpg2HinlTn+IOmlm5ljpjRWRjeoFejF1qYjKcLWWoOMAP2lkOzZmHPK3h28xbR/t+H50c+OKb8vq+I= Received: by 10.86.50.8 with SMTP id x8mr6949632fgx.1193869518401; Wed, 31 Oct 2007 15:25:18 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Wed, 31 Oct 2007 15:25:17 -0700 (PDT) Message-ID: <2a41acea0710311525w1721f4h619237292829b071@mail.gmail.com> Date: Wed, 31 Oct 2007 15:25:17 -0700 From: "Jack Vogel" To: "Mike Tancsa" In-Reply-To: <200710312058.l9VKw6id089701@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071011003619.GA84433@obelix.dsto.defence.gov.au> <200710301328.l9UDSWAK081359@lava.sentex.ca> <200710311621.53910.jhb@freebsd.org> <200710312058.l9VKw6id089701@lava.sentex.ca> 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:25:35 -0000 On 10/31/07, Mike Tancsa wrote: > At 04:21 PM 10/31/2007, John Baldwin wrote: > > > > > > em1@pci1:0:1: class=0x020000 card=0x115e8086 chip=0x105e8086 > > > rev=0x06 hdr=0x00 > > > vendor = 'Intel Corporation' > > > device = 'PRO/1000 PT' > > > class = network > > > subclass = ethernet > > > cap 01[c8] = powerspec 2 supports D0 D3 current D0 > > > cap 05[d0] = MSI supports 1 message, 64 bit > > > cap 10[e0] = PCI-Express 1 endpoint > > > > > > its also in FastE mode and not gigE. Not sure if that makes a > > > difference or not. > > > >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. Jack