From owner-freebsd-current@FreeBSD.ORG Fri Jun 20 03:05:34 2008 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 CB71D106567A for ; Fri, 20 Jun 2008 03:05:34 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 4E98B8FC1E for ; Fri, 20 Jun 2008 03:05:34 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so614233fgb.35 for ; Thu, 19 Jun 2008 20:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M+SgJYqRXrDBvQCgBpNAv4Zs4Jka9YlTs/oGaVeDA7E=; b=Tw5fRwufkdp1NbMOjwbQWcsDXG8ULr1cQCbxg3rTS5/FurfqKhlS4ao/iYxTtS5uO+ w4NBUJBMbK/lh2vn/kJSDRuhlFlalp7anZiT3/Cck0OM5Z10ur0zFjxfv0wCx/uQytgp O3Z0Z1pGQpx2GG7/KMn514cJCMg9I8z6OY5M4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=g3pLjdRDljba/QEL3QnM61LwrMP0yso0qK5Fd9n4Y5aD7qwtBtcDpwTZmQjujTAQxP rbkqBNfrJs90ICvCu2fuxI++tMB4+C4lGlB7fe2EygKHe+DpjCR/DN2J/fXELp0Fb3dH HOKhHVKCIufSthkVgQxwFclVotS+XpgdHtzik= Received: by 10.86.87.13 with SMTP id k13mr3192500fgb.38.1213931133025; Thu, 19 Jun 2008 20:05:33 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Thu, 19 Jun 2008 20:05:33 -0700 (PDT) Message-ID: <7d6fde3d0806192005p15355cd4w8196c0deac235955@mail.gmail.com> Date: Thu, 19 Jun 2008 20:05:33 -0700 From: "Garrett Cooper" To: freebsd-current@freebsd.org In-Reply-To: <20080620015123.GI388@stlux503.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080620015123.GI388@stlux503.dsto.defence.gov.au> Subject: Re: em(4) - memory access and bus master bits were not set 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: Fri, 20 Jun 2008 03:05:34 -0000 On Thu, Jun 19, 2008 at 6:51 PM, Wilkinson, Alex wrote: > Hi all, > > I am using em(4) on a VMware ESX - FreeBSD 7.0-STABLE VM. > > My em0 interface will consistently go down when it is hit with a reasonable amount > of I/O. Upon bootstrap dmesg(8) reports: > > "em0 memory access and or bus master bits were not set" > > I suspect this is the likely cause (bug) of my problem. This has been discussed > and supposedly fixed: > [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/net/2007-07/msg00262.html] > > I am enabling em(4) via the following *.vmx tweak as recomened by Ivan > (http://ivoras.sharanet.org/freebsd/vmware.html): > > ethernet0.virtualDev="e1000" > > I am having to revert back to the crusty lnc driver - le(4). > > Can anyone suggest how to make em(4) play ball in a -STABLE ESX VM ? > > -aW Strange -- em(4) works perfectly fine in VMware Fusion. What version of ESX are you using? -Garrett