From owner-freebsd-net@FreeBSD.ORG Sat Oct 30 02:12:43 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACEAA106566B for ; Sat, 30 Oct 2010 02:12:43 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3932C8FC16 for ; Sat, 30 Oct 2010 02:12:42 +0000 (UTC) Received: by wwi17 with SMTP id 17so2534663wwi.31 for ; Fri, 29 Oct 2010 19:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=a5uAItZGiKXUZQm6iL6nLtuW8rH3yULzFWaCJ+0TapY=; b=bj6TZQpSQdNHwl0uyGrbqBw/5UzuNXufsWNwDhPnjt+fS8N7u5KvkA4QtJqchFo3EL jNc9JppMB+3Jw/aG7lhZ9+p5gvJpSKnS7wJsngf2bUPq6mDsxR5aZPiaKIsap5BWMyyQ g2r/BmO+Hi85umzBVwBt/32ZvNsYx0+sT7/2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DWKve1nuQOIeZ/KqzdsChi2reuphSFNkhvd9E2uGaeDfe+zUSZM6xUVvK1MCTFftNn 38DIfEydTg19ki6tho6kIPFoPGDnYw61Sx1THeFZV8jZRxAbA3EirZVUbSna0nxYAA4Z xWLfuQcSErTMEitAbKxbYMJsMX00Mlepg7Eu0= MIME-Version: 1.0 Received: by 10.216.175.83 with SMTP id y61mr12786790wel.30.1288404761258; Fri, 29 Oct 2010 19:12:41 -0700 (PDT) Received: by 10.216.80.140 with HTTP; Fri, 29 Oct 2010 19:12:41 -0700 (PDT) In-Reply-To: <32AB5C9615CC494997D9ABB1DB12783C024CA4A7DF@SJ-EXCH-1.adaranet.com> References: <32AB5C9615CC494997D9ABB1DB12783C024CA4A7BF@SJ-EXCH-1.adaranet.com> <32AB5C9615CC494997D9ABB1DB12783C024CA4A7DF@SJ-EXCH-1.adaranet.com> Date: Fri, 29 Oct 2010 19:12:41 -0700 Message-ID: From: Jack Vogel To: Ricky Charlet Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-net@freebsd.org" Subject: Re: em driver problem on vmware X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 02:12:43 -0000 I remember seeing the same thing when running a FreeBSD guest on Linux/KVM, its informational, the code will enable said bits right after it says that. So, the focus should be on the data, you are saying the delivered driver in 8.0 out of the box works and which driver exactly are you trying to use, my last checked in? More on the failure, does it ping, does its link partner see anything, etc, etc.. Jack On Fri, Oct 29, 2010 at 6:27 PM, Ricky Charlet wrote: > FYI, > That dmesg output I get from my franken-driver on vmware is exactly the > same output I get from the *working* bsd80Release on vmware: > > ------------cut-------------------- > [root@npx7511 /usr/src/sys/dev/e1000]# dmesg | grep em0 > em0: port 0x2000-0x203f mem > 0xd8940000-0xd895ffff,0xd8900000-0xd890ffff irq 18 at device 0.0 on pci2 > em0: Memory Access and/or Bus Master bits were not set! > em0: [FILTER] > em0: Ethernet address: 00:0c:29:57:d7:7f > -----------paste------------------- > > > So I don't think the clue is hiding in dmesg. > > --- > Ricky Charlet > Adara Networks > USA 408-433-4942 > > > -----Original Message----- > From: owner-freebsd-net@freebsd.org [mailto:owner-freebsd-net@freebsd.org] > On Behalf Of Ricky Charlet > Sent: Friday, October 29, 2010 5:07 PM > To: freebsd-net@freebsd.org > Subject: em driver problem on vmware > > Howdy, > I have freebsd80-release with an upgraded em0 driver from freebsd8.1 > (and an appropriate touch of if_var.h). I'm running an amd64 on a vmware > vm. And I see this in dmesg: > > ------------cut------------- > em0: port 0x2000-203f mem > 0xd8940000-0xd895ffff, 0xd8900000-0xd890ffff irq 18 at device 0.0 on pci2 > em0: Memory Access and/or Bus Master bits were not set > em0: [FILTER] > em0: Ethernet address: 00:0c:29:57:d7:7f > ------------paste------------ > > Now, I certainly may have done something wrong with my code switch > (just copied over the sys/dev/e1000 directory from 8.1 and defined > drbr_needs_enqueue in if_var.h). I'll start double checking. > > But, on the other hand, has anyone seen the new em driver > working/failing on a vmware vm? > > > Thanks > > > --- > Ricky Charlet > Adara Networks > USA 408-433-4942 > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >