From owner-freebsd-net@FreeBSD.ORG Sat Oct 30 05:06:46 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 ADD211065672; Sat, 30 Oct 2010 05:06:46 +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 123798FC0A; Sat, 30 Oct 2010 05:06:45 +0000 (UTC) Received: by wwi17 with SMTP id 17so2605076wwi.31 for ; Fri, 29 Oct 2010 22:06:45 -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=kZbVqo/+hljmj1SPHFNBMQsmk3HU59/O3wpnbeYRuyU=; b=I9bDs/KnIGV1csjvNKbRgTDubNwW+lQMnCDR9dN1EwvynzzduMk0p5T4+gn0TQW9SK 6+AJbO4sBF9vC8zvvf9qV2iqg/sbAFEu/cB2PDDyIcM1ecgMAVUvrUputHO/ZN2ZuXOZ QDdU6CTziufe/MJpHlEVhc6RezWpdawO1Fe4Y= 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=fqgeJgifdGuk9isqDBYf0L61+CDm0SBCBfNJWpAkLCflf7RfHthtf0tC9tQZjsV60E Kd64BnximeGObkxAbjySE7MalyLrBfSQ588FJov9WurE0RnTzyvrhOAMyuSEIr2Q2fei hYX68dUOpAaBMMc1W6lYyOXUfnBoknvcQQR5I= MIME-Version: 1.0 Received: by 10.216.50.134 with SMTP id z6mr3248571web.15.1288415204397; Fri, 29 Oct 2010 22:06:44 -0700 (PDT) Received: by 10.216.80.140 with HTTP; Fri, 29 Oct 2010 22:06:44 -0700 (PDT) In-Reply-To: <32AB5C9615CC494997D9ABB1DB12783C024CA4A7E0@SJ-EXCH-1.adaranet.com> References: <32AB5C9615CC494997D9ABB1DB12783C024CA4A7BF@SJ-EXCH-1.adaranet.com> <32AB5C9615CC494997D9ABB1DB12783C024CA4A7E0@SJ-EXCH-1.adaranet.com> Date: Fri, 29 Oct 2010 22:06:44 -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: Juli Mallett , "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 05:06:46 -0000 pciconf -l If you got a printf from the driver its VERY odd that it says the interface does not exist :) Jack On Fri, Oct 29, 2010 at 7:03 PM, Ricky Charlet wrote: > > > > -----Original Message----- > > From: juli@clockworksquid.com [mailto:juli@clockworksquid.com] On > > Behalf Of Juli Mallett > > Sent: Friday, October 29, 2010 6:55 PM > > To: Ricky Charlet > > Cc: freebsd-net@freebsd.org > > Subject: Re: em driver problem on vmware > > > > On Fri, Oct 29, 2010 at 17:07, Ricky Charlet > > wrote: > > > 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------------ > > > > > > But, on the other hand, has anyone seen the new em driver > > working/failing on a vmware vm? > > > > "Memory Access and/or Bus Master bits were not set" is not a fatal > > error, it is correctable, indeed that is printed out when it is > > corrected; that is not something to worry about in and of itself as > > such, are you actually having a problem or just concerned because you > > saw that in dmesg? > > > It is truly not working. I agree those lines in dmesg are good and > indicate em0 is ready. but `ifconfig` does not see em0. > > > --- > 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" >