From owner-freebsd-stable@FreeBSD.ORG Wed Apr 15 07:39:19 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 1AEEE10656CA for ; Wed, 15 Apr 2009 07:39:19 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id D83158FC27 for ; Wed, 15 Apr 2009 07:39:18 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2800469rvb.43 for ; Wed, 15 Apr 2009 00:39:18 -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:in-reply-to:user-agent; bh=KOnxET/khCoPVbx//RUUyGVDKkwritx2/TlsSUBp294=; b=O9HqOmgY3VIoScEgsbcF4pPuz1Ae8xNOGJvanTgeR1wcBkRNOwnjNxntIg7YwF+N7j xmlTQnUnk1FOo+9RhQ2pIMoQpbdDRbkZ8nzpQ74ZkveOGgrQD0bGhSNuywGcHfba/ny1 ZnHE1A+vclxkiVWNJB9cOpeGT/MuMgetgVX4w= 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:in-reply-to:user-agent; b=tk7wEj1lKrzd8MLtaEzVFbG1NEwKIneQTsu2X3WBHw+QEMxXSDFKRepDFjH0SQfS+E NyP/7aJKDKo8QMfJegupa6pci/s4xmQXR08XR6JhL24pVExsNABttX4DSPHgBfP2/9IC 7cJop1HtyB4oMYSB46kEoSgkVqVrfFufV4K7Y= Received: by 10.140.139.4 with SMTP id m4mr230983rvd.292.1239781158257; Wed, 15 Apr 2009 00:39:18 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f21sm12648666rvb.45.2009.04.15.00.39.16 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Apr 2009 00:39:17 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 15 Apr 2009 16:41:44 +0900 From: Pyun YongHyeon Date: Wed, 15 Apr 2009 16:41:44 +0900 To: "Sergey V. Dyatko" Message-ID: <20090415074144.GH65724@michelle.cdnetworks.co.kr> References: <20090414174527.145c6448@notebook> <20090415041516.GF65724@michelle.cdnetworks.co.kr> <20090415100456.55bbe358@tiger.minsk.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090415100456.55bbe358@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 07:39:21 -0000 On Wed, Apr 15, 2009 at 10:04:56AM +0300, Sergey V. Dyatko wrote: > On Wed, 15 Apr 2009 13:15:16 +0900 > Pyun YongHyeon wrote: > > PY> On Tue, Apr 14, 2009 at 05:45:27PM +0300, Sergey V. Dyatko wrote: > PY> > Hi list, > PY> > > PY> > Are there any problems with the if_re ? > PY> > After upgrade RELENG_7 on my laptop NIC stopped to work:( > PY> > > PY> > PY> Would you let me know what was the last good working revision of > PY> if_re.c on your box? > PY> > > revision 189945 work fine for me. > There are just three commits(r189946, r189947, r190663 after this one. However I have no idea how these can break your controller. Would you check which one broke re(4)?