From owner-cvs-src-old@FreeBSD.ORG Fri Mar 19 01:17:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB4E410656A6 for ; Fri, 19 Mar 2010 01:17:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E40628FC7C for ; Fri, 19 Mar 2010 01:17:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2J1HGPo018932 for ; Fri, 19 Mar 2010 01:17:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2J1HG7I018931 for cvs-src-old@freebsd.org; Fri, 19 Mar 2010 01:17:16 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201003190117.o2J1HG7I018931@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 19 Mar 2010 01:16:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 01:17:30 -0000 delphij 2010-03-19 01:16:53 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: SVN rev 205307 on 2010-03-19 01:16:53Z by delphij 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. MFC after: 1 month Revision Changes Path 1.529 +0 -2 src/sys/i386/conf/GENERIC