From owner-cvs-all@FreeBSD.ORG Mon Aug 30 19:50:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D24016A4CE; Mon, 30 Aug 2004 19:50:23 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D03A243D55; Mon, 30 Aug 2004 19:50:22 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i7UJoKJt017992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 30 Aug 2004 15:50:20 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i7UJoF8Z040283; Mon, 30 Aug 2004 15:50:15 -0400 (EDT) (envelope-from gallatin) Date: Mon, 30 Aug 2004 15:50:15 -0400 From: Andrew Gallatin To: Brooks Davis Message-ID: <20040830155015.A40262@grasshopper.cs.duke.edu> References: <200408300629.i7U6TQ5C088279@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200408300629.i7U6TQ5C088279@repoman.freebsd.org>; from brooks@FreeBSD.org on Mon, Aug 30, 2004 at 06:29:26AM +0000 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/sys param.h src/sys/net if.c if.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 19:50:23 -0000 Brooks Davis [brooks@FreeBSD.org] wrote: > brooks 2004-08-30 06:29:26 UTC > > FreeBSD src repository > > Modified files: > . UPDATING > sys/sys param.h > sys/net if.c if.h > Log: > Add a new variable, ifi_epoch, to struct if_data. It is set to the last Any chance this is what's breaking ifconfig for me on powerpc with a 2-week old world and a brand new kernel? With brand new kernel, I see this: g4# ifconfig gem0 : flags=108802 mtu 1500 Using an ifconfig which matches the kernel: g4# /usr/obj/usr/src/sbin/ifconfig/ifconfig gem0 gem0: flags=108802 mtu 1500 ether 00:03:93:56:99:42 media: Ethernet autoselect Is this also happening on sparc64? Drew