From owner-freebsd-stable@FreeBSD.ORG Wed Apr 15 10:27:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9916C1065673 for ; Wed, 15 Apr 2009 10:27:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 62EDF8FC1B for ; Wed, 15 Apr 2009 10:27:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2844625rvb.43 for ; Wed, 15 Apr 2009 03:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=Cp90oxJ8cyMZFuRy6tt27HzQRQc4AsGIQGvIN62GKTU=; b=Ou0sIevU5UyeWlvDXlmgUlEYY6GVzpI54JkEOUzDgjwrIlcwwDzuNuFrkCXMyYLS6f UDfYJyZAwQHigyd2jIvJW+iOMcwq8qPqlgjuJqANLmKTNtPhuD04nD51CgDQb3nOLOh8 ojdnfauGxnXQvlQcX1YryMs9sZha6qVDiFCBY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b=mq1Uzm8R+jMd6J/BdKaRLVudtCrFqsZ6UJSRs1yOGXNsaO1S2YmVTurIzDmObTKJjD VmrLwEcLcOKZsEpoiWB4HGX76yr78cXQaJU6F/GElK9i03Ls8qWPSMMAVUlTeiHerIIZ RVdlCUvbx7eG1DTc8hOVmSJvLf/OmZ1Wp43MY= Received: by 10.141.41.3 with SMTP id t3mr288341rvj.153.1239791279148; Wed, 15 Apr 2009 03:27:59 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f42sm8454645rvb.1.2009.04.15.03.27.57 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Apr 2009 03:27:58 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 15 Apr 2009 19:30:26 +0900 From: Pyun YongHyeon Date: Wed, 15 Apr 2009 19:30:26 +0900 To: "Sergey V. Dyatko" Message-ID: <20090415103026.GJ65724@michelle.cdnetworks.co.kr> References: <20090414174527.145c6448@notebook> <20090415041516.GF65724@michelle.cdnetworks.co.kr> <20090415100456.55bbe358@tiger.minsk.domain> <20090415074144.GH65724@michelle.cdnetworks.co.kr> <20090415114343.6a72784d@tiger.minsk.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090415114343.6a72784d@tiger.minsk.domain> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: problem with if_re on RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 10:27:59 -0000 On Wed, Apr 15, 2009 at 11:43:43AM +0300, Sergey V. Dyatko wrote: > В Wed, 15 Apr 2009 16:41:44 +0900 > Pyun YongHyeon пишет: > > PY> On Wed, Apr 15, 2009 at 10:04:56AM +0300, Sergey V. Dyatko wrote: > PY> > On Wed, 15 Apr 2009 13:15:16 +0900 > PY> > Pyun YongHyeon wrote: > PY> > > PY> > PY> On Tue, Apr 14, 2009 at 05:45:27PM +0300, Sergey V. Dyatko > PY> > PY> wrote: > PY> > PY> > Hi list, > PY> > PY> > > PY> > PY> > Are there any problems with the if_re ? > PY> > PY> > After upgrade RELENG_7 on my laptop NIC stopped to work:( > PY> > PY> > > PY> > PY> > PY> > PY> Would you let me know what was the last good working revision > PY> > PY> of if_re.c on your box? > PY> > PY> > PY> > > PY> > revision 189945 work fine for me. > PY> > > PY> > PY> There are just three commits(r189946, r189947, r190663 after this > PY> one. However I have no idea how these can break your controller. > PY> Would you check which one broke re(4)? > I have tried to reduce the revision number starting with r190663. > result below: http://tiger.byfly.by/files/step-by-step.txt > Ok, would you set a tunable hw.re.msi_disable="1" with kenv(1) before loading re(4) and send me re(4) related dmesg output? (Make sure to back out all changes made in if_re.c before testing)