From owner-freebsd-ppc@FreeBSD.ORG Sun Feb 18 17:40:55 2007 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF36316A401 for ; Sun, 18 Feb 2007 17:40:55 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.freebsd.org (Postfix) with ESMTP id 817C713C478 for ; Sun, 18 Feb 2007 17:40:55 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id l1IHesKI021280; Sun, 18 Feb 2007 09:40:55 -0800 (PST) Received: from [192.168.1.4] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id l1IHeqhQ025859 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 18 Feb 2007 09:40:53 -0800 (PST) In-Reply-To: <20070218221107.2a453e4a@hermies.int.fubar.geek.nz> References: <20070218221107.2a453e4a@hermies.int.fubar.geek.nz> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3EA4A087-DBAA-4CC9-8B39-3754CF6C55CB@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sun, 18 Feb 2007 09:40:51 -0800 To: Andrew Turner X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-ppc@freebsd.org Subject: Re: Bug in cpu.c X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2007 17:40:55 -0000 On Feb 18, 2007, at 1:11 AM, Andrew Turner wrote: > When booting on an unknown cpu the loop in sys/powerpc/powerpc/ > cpu.c to > find the model will run past the end of the list of possible models. > The attached patch fixes this. Committed. Thanks, -- Marcel Moolenaar xcllnt@mac.com