From owner-cvs-all@FreeBSD.ORG Sun Dec 16 00:45:57 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FBFD16A417; Sun, 16 Dec 2007 00:45:57 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B77313C44B; Sun, 16 Dec 2007 00:45:57 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBG0jveP075110; Sun, 16 Dec 2007 00:45:57 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBG0jvGC075109; Sun, 16 Dec 2007 00:45:57 GMT (envelope-from marcel) Message-Id: <200712160045.lBG0jvGC075109@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 Dec 2007 00:45:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options.powerpc src/sys/powerpc/conf GENERIC NOTES src/sys/powerpc/include fpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 00:45:57 -0000 marcel 2007-12-16 00:45:56 UTC FreeBSD src repository Modified files: sys/conf options.powerpc sys/powerpc/conf GENERIC NOTES sys/powerpc/include fpu.h Log: Rename OEA to AIM. The former means nothing as it applies to all processors (it's the PowerPC Operating Environment Architecture). AIM designates the processors made by the Apple-IBM-Motorola alliance and those we typically support. While here, remove the NetBSD option IPKDB. It's not an option used by us. Also, PPC_HAVE_FPU is not used by us either. Remove that too. Obtained from: Juniper, Semihalf Revision Changes Path 1.10 +1 -2 src/sys/conf/options.powerpc 1.74 +1 -1 src/sys/powerpc/conf/GENERIC 1.10 +1 -1 src/sys/powerpc/conf/NOTES 1.4 +1 -5 src/sys/powerpc/include/fpu.h