From owner-freebsd-current@FreeBSD.ORG Thu Sep 2 18:36:31 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 093AF10656FB for ; Thu, 2 Sep 2010 18:36:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id A8D1B8FC1B for ; Thu, 2 Sep 2010 18:36:30 +0000 (UTC) Received: by qyk31 with SMTP id 31so2505818qyk.13 for ; Thu, 02 Sep 2010 11:36:29 -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=QyB3bTPW3wk71K7DZ3q8EaMkETlYBIu+M4wOuDjpNZ0=; b=H+gBXPela/pK/MWHRAyn6EFJa7m9bn4Ov8tBjwHDV9ecYnAdngk6d0CwA41FRbybvM 8BN6fgPl4hvBs8shfx81uLi7nTxLt9LS9Lgpo1RjOVwt29nPgINEfPlgPaVqJyqDEseu sWYVhipUYXdjhx+lSAoqbLrwrSS+77dDQHy8I= 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=fyNhKAHnyL/Ngih03GFjZRQjgtUsQ1lLp02G7Olj/RGOB6Eb1JOFG+wOjIcoCECexx g1rMzLaANIy9H0bRP4Pi0SUDL9VQyI1xx9ojh0fHspuRYtaAxsNJKBxn1kSGknZXWv0D IY9QAgvzZ/zd+7hd+pu6VBt8nJSYVtlmBDV3w= Received: by 10.229.232.129 with SMTP id ju1mr7784581qcb.128.1283452589768; Thu, 02 Sep 2010 11:36:29 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id t18sm779325qco.8.2010.09.02.11.36.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Sep 2010 11:36:28 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 2 Sep 2010 11:36:03 -0700 From: Pyun YongHyeon Date: Thu, 2 Sep 2010 11:36:03 -0700 To: Anton Shterenlikht Message-ID: <20100902183603.GD21940@michelle.cdnetworks.com> References: <20100902100014.GA26562@mech-cluster241.men.bris.ac.uk> <20100902170316.GA28362@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100902170316.GA28362@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: bge(4) problem on sparc64 between r204991M and r212097 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 18:36:31 -0000 On Thu, Sep 02, 2010 at 06:03:16PM +0100, Anton Shterenlikht wrote: > On Thu, Sep 02, 2010 at 11:00:14AM +0100, Anton Shterenlikht wrote: > > I just updated world and kernel from r204991M to r212097 on sparc64. > > > > Now I can't ping my gateway. If I boot kernel.old, then > > the network works fine. As far as I could see mergemaster > > didn't update any network files. > > > > Please advise > > > > In the meantime I'll try intermediate revisions. > > I narrowed down the problem to between r212050 and r212080. > Will continue tomorrow. > Thanks for reporting. There was a big change in r212061, so try backing out that revision and see whether this makes differences or not.