From owner-freebsd-arch@FreeBSD.ORG Fri Jun 2 14:28:49 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EAE16A455; Fri, 2 Jun 2006 14:28:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B40C843D46; Fri, 2 Jun 2006 14:28:48 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k52EQEns096058; Fri, 2 Jun 2006 08:26:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jun 2006 08:26:19 -0600 (MDT) Message-Id: <20060602.082619.-1962671121.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200606020911.31207.jhb@freebsd.org> References: <200606020911.31207.jhb@freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: wenbo.sun@o2micro.com, freebsd-arch@freebsd.org Subject: Re: freebsd support the MPC8247 CPU? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 14:28:54 -0000 In message: <200606020911.31207.jhb@freebsd.org> John Baldwin writes: : On Thursday 01 June 2006 22:09, Wenbo Sun(SH) wrote: : > Dear FreeBSD Administrator/Developer : > : > I want to know whether the FreeBSD OS support the MPC8247 CPU from the : > Freescale Semiconductor or not. : > I wish your reply, Thanks a lot! : : FreeBSD doesn't currently run on MIPS CPUs. The MPC8247 CPU is a PowerPC CPU. FreeBSD does run generically on PowerPC, but a quick grep of the tree shows nothing specific to this CPU. Warner