Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2017 03:52:15 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314721 - in head: . sys/i386/conf
Message-ID:  <201703060352.v263qFoe033368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Mon Mar  6 03:52:15 2017
New Revision: 314721
URL: https://svnweb.freebsd.org/changeset/base/314721

Log:
  Revert r314669, r314670:
  Bring back the i486 option in GENERIC by default.
  
  The code related to i386 CPU variants configuration has received many
  changes in the last years: most of the features are detected automatically,
  so there are no performance penalties from keeping the 486 support enabled.
  
  Re-instate the 486 support: while the general configuration could still be
  cleaned a bit, there is no advantage in removing it.
  
  Differential Revision:	https://reviews.freebsd.org/D9879

Modified:
  head/UPDATING
  head/sys/i386/conf/GENERIC

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Mar  6 01:37:05 2017	(r314720)
+++ head/UPDATING	Mon Mar  6 03:52:15 2017	(r314721)
@@ -51,11 +51,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
 
 ****************************** SPECIAL WARNING: ******************************
 
-20170304:
-	Support for i486 has been dropped from the defauilt GENERIC i386
-	kernel. Users of such old processors can still build custom kernels
-	or can upgrade the processor.
-
 20170302:
 	Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 4.0.0.
 	Please see the 20141231 entry below for information about prerequisites

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Mon Mar  6 01:37:05 2017	(r314720)
+++ head/sys/i386/conf/GENERIC	Mon Mar  6 03:52:15 2017	(r314721)
@@ -18,6 +18,7 @@
 #
 # $FreeBSD$
 
+cpu		I486_CPU
 cpu		I586_CPU
 cpu		I686_CPU
 ident		GENERIC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703060352.v263qFoe033368>