From owner-svn-src-head@freebsd.org Sat Mar 4 15:53:42 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E158FCF31B6; Sat, 4 Mar 2017 15:53:42 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6ED612CC; Sat, 4 Mar 2017 15:53:42 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id v24Fretv077438; Sat, 4 Mar 2017 07:53:40 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id v24Freaq077437; Sat, 4 Mar 2017 07:53:40 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201703041553.v24Freaq077437@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r314669 - head/sys/i386/conf In-Reply-To: <20170304153228.GM15630@zxy.spb.ru> To: Slawa Olhovchenkov Date: Sat, 4 Mar 2017 07:53:40 -0800 (PST) CC: "Pedro F. Giffuni" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 04 Mar 2017 15:53:43 -0000 > On Sat, Mar 04, 2017 at 03:04:17PM +0000, Pedro F. Giffuni wrote: > > > Author: pfg > > Date: Sat Mar 4 15:04:17 2017 > > New Revision: 314669 > > URL: https://svnweb.freebsd.org/changeset/base/314669 > > > > Log: > > Drop i486 from the default i386 GENERIC kernel configuration. > > > > 80486 production was stopped by Intel on September 2007. Dropping the 486 > > configuration option from the GENERIC kernel improves performance > > slightly. > > > > Removing I486_CPU is consistent at this time: we don't support any > > processor without a FPU and the PC-98 arch, which frequently involved i486 > > CPUs, is also gone so we don't test such platforms anymore. > > What is realy mean? > Some Via CPU is like i486 (by instruction set). > > CPU: VIA Ezra (800.04-MHz 686-class CPU) > Origin="CentaurHauls" Id=0x678 Family=0x6 Model=0x7 Stepping=8 > Features=0x803035 > AMD Features=0x80000000<3DNow!> There is also the whole 486sx family that is 486 die that they turned the FPU feature off in cause it failed functional test at die sort. -- Rod Grimes rgrimes@freebsd.org