From owner-freebsd-current@FreeBSD.ORG Tue May 15 07:57:48 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DB8916A403 for ; Tue, 15 May 2007 07:57:48 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABDE13C4AE for ; Tue, 15 May 2007 07:57:48 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so55084nze for ; Tue, 15 May 2007 00:57:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=q2nccIfO9czF44kQx882XBKdA+RH37pr1ZO/g0x1/Yu97220T5/T3DJnvcjBGUm9FsLg9GWkMM4+ibY1Iu1MgXaT4E8m489XIC/64KIGTknzg/Vb0CuVkF7yOHanjSkLi4SRx2mHc7QLLjFLWI/uCd8pgO/exQlPgUzPNj2+Lm4= 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=ix/mJ3FHIG5iqOeSln1JsecZ0LEE86pDFnqSUCiZ2Rk6Ml+hBoSzQNHyShfZ4F32d2z3hSCuxYCkZcYU8ZX+sbaIshof41ExqugNUHQOdqEnQ2+BeVufLjRVpZQQSms6nQjMXa1l1NUQ1rqGcgatA/WfDQb6MPOzlIfe6FSG9zA= Received: by 10.114.77.1 with SMTP id z1mr1429720waa.1179215867368; Tue, 15 May 2007 00:57:47 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Tue, 15 May 2007 00:57:47 -0700 (PDT) Message-ID: <2a41acea0705150057t1f438ce6pa03ca3987dae918a@mail.gmail.com> Date: Tue, 15 May 2007 00:57:47 -0700 From: "Jack Vogel" To: "Randy Bush" In-Reply-To: <46494A5B.9080808@psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17993.9973.237807.213217@roam.psg.com> <46492B3B.3020305@delphij.net> <46492CFC.6060506@psg.com> <464940C6.2010808@delphij.net> <46494A5B.9080808@psg.com> Cc: FreeBSD Current , LI Xin Subject: Re: em driver 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: Tue, 15 May 2007 07:57:49 -0000 On 5/14/07, Randy Bush wrote: > > Is there anything shows up in system log? > > nope. and i managed to get in oob while it was borked once, and ifconfig > looked good, > > em0: flags=8843 metric 0 mtu 1500 > options=18b > ether 00:30:48:80:b3:72 > inet 147.28.0.35 netmask 0xffffff00 broadcast 147.28.0.255 > inet 147.28.0.41 netmask 0xffffffff broadcast 147.28.0.41 > media: Ethernet autoselect (1000baseTX ) > status: active > > dmesg normal > > em0: port \ > 0xa000-0xa01f m > em 0xfd000000-0xfd01ffff irq 18 at device 1.0 on pci1 > em0: Ethernet address: 00:30:48:80:b3:72 > em0: [FILTER] > > etc. > > but i was just hoping that this was a known issue and someone would tell me > it was indeed fixed by the cvsup and build i just did. if i get more time > to debug, as opposed to just reverting, i will whine more eloquently. I understand where you're coming from, sometimes there's a quick and easy answer :) But unfortunately this sounds like nothing I've heard about, which means we need more data of some sort, you left out pciconf -l, I need to know exactly what kind of adapter it is. Whenever I see weird things like this the first suspect in my mind is that annoying management subsystem, this new driver tries to keep the beast under control, but perhaps there's some problem. Oh, and BTW, do make sure you have the latest code, although my last change is such that if it were that it would be much more obvious. Jack