From owner-svn-src-head@FreeBSD.ORG Fri Mar 19 07:59:00 2010 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 661B91065670 for ; Fri, 19 Mar 2010 07:59:00 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 019438FC16 for ; Fri, 19 Mar 2010 07:58:59 +0000 (UTC) Received: by wwb18 with SMTP id 18so1733222wwb.13 for ; Fri, 19 Mar 2010 00:58:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:cc:content-type; bh=u9lcamoLITmYHLdyC+Gh8jfqA4/HtD/9eg4aij2+QmY=; b=Z6dl/eXDH5zGO2kxd/mQrNwdmcwnhZqT212JLR3Hnn/smT5qawyz/p+uA1Ay5GOnzn N9H9w3scE7udjVoP3E7vV5/fezSIAENNYvQmBPaWzBHAQAKqlTb4hNJ+NEIESbnjzl3I qIGdt/6F8o0mScgTu2+2lATlgYAA3g6XOrzbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=fQj1yAG1vABXnPzTgYmVGVKfQjRvQ2ceCqIXC6er43oUIbOVIJ0Bogz6jy7SFZ8pTN TcJ9Q0eTFTYPsvN+XJ5vQo1MPItrlj6rmKoVYJ6bSYN0QPSuANwoFGfkMOonMnTPhlel /uvo+pf1M85nlXkMvcM4MpgOPj9L33BJgvQZA= MIME-Version: 1.0 Received: by 10.216.188.77 with SMTP id z55mr14912wem.3.1268983777048; Fri, 19 Mar 2010 00:29:37 -0700 (PDT) Date: Fri, 19 Mar 2010 03:29:37 -0400 Message-ID: From: "b. f." To: svn-src-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: delphij@FreeBSD.org Subject: Re: svn commit: r205307 - head/sys/i386/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com 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: Fri, 19 Mar 2010 07:59:00 -0000 >Author: delphij >Date: Fri Mar 19 01:16:53 2010 >New Revision: 205307 >URL: http://svn.freebsd.org/changeset/base/205307 > >Log: > SSE is enabled by default about 5 years ago so there is no point pretending > that we support I486 and I586 CPUs in the GENERIC kernel, users wants these > support would have to build a custom kernel to explicitly disable SSE > anyways. Could you please elaborate? I thought that, though a bit less efficient than using the non-default kernel option CPU_DISABLE_SSE for machines without SSE, there is still the tunable hw.instruction_sse that allows users with these machines to use GENERIC. Is this incorrect, or are there other problems for [45]86? Regards, b.