From owner-freebsd-sparc64@FreeBSD.ORG Fri Aug 15 22:10:08 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACD637B401 for ; Fri, 15 Aug 2003 22:10:08 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48A343F75 for ; Fri, 15 Aug 2003 22:10:06 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.9/8.12.9) with ESMTP id h7G5A1pt088023; Sat, 16 Aug 2003 00:10:02 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.9/8.12.9/Submit) id h7G5A07t086890; Sat, 16 Aug 2003 00:10:00 -0500 (EST) (envelope-from steve) Date: Sat, 16 Aug 2003 00:10:00 -0500 From: Steve Ames To: Tillman Message-ID: <20030816051000.GA68818@energistic.com> References: <20030815121010.I97608@beagle.fokus.fraunhofer.de> <20030815135034.GA701@crow.dom2ip.de> <20030815080055.O22214@seekingfire.com> <20030815143404.GB701@crow.dom2ip.de> <20030815110221.T22214@seekingfire.com> <20030815223159.F22214@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030815223159.F22214@seekingfire.com> User-Agent: Mutt/1.5.4i cc: sparc64@freebsd.org Subject: Re: Sparc slowdown - problem identified... X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 05:10:08 -0000 On Fri, Aug 15, 2003 at 10:31:59PM -0600, Tillman wrote: > Any ideas? Is it possible that the hme interfaces are numbered in a > different order with the new kernel, similar to how the disk devices > could have been renumbered (but that wasn't an issue for me)? Dunno if its possible or not but easy enough to check. Do a quick ifconfig on the current kernel and write down the interface and corresponding MAC address. Boot into new kernel and see if anything has changes. -Steve