From owner-svn-src-head@FreeBSD.ORG Mon Feb 23 16:17:54 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A27010656D6; Mon, 23 Feb 2009 16:17:54 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id CFA548FC0C; Mon, 23 Feb 2009 16:17:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 548F72A26B6; Mon, 23 Feb 2009 11:17:53 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 23 Feb 2009 11:17:53 -0500 X-Sasl-enc: gVnf49Wc/GxYy06OGJnO2iRXJ1nPhJtf/Dyp29qZjLLO 1235405873 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 970CE14185; Mon, 23 Feb 2009 11:17:52 -0500 (EST) Message-ID: <49A2CC2F.9090208@FreeBSD.org> Date: Mon, 23 Feb 2009 16:17:51 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.19 (X11/20090126) MIME-Version: 1.0 To: John Baldwin References: <200902231538.n1NFcZUp028914@svn.freebsd.org> In-Reply-To: <200902231538.n1NFcZUp028914@svn.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188937 - head/sys/i386/ibcs2 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2009 16:17:56 -0000 John Baldwin wrote: > Log: > FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjust > an iBCS2 syscall to indicate that there is no FPU support at all rather > than emulated support if an FPU is not present. > There are a bunch of x86 like chips out there produced by RDC which do not have a hardware FPU. I had a crack at trying to get FreeBSD to build userland with the softfloat code but didn't get to a working world. Someone else might be interested in picking up on that...