From owner-freebsd-current@FreeBSD.ORG Fri Mar 12 01:14:30 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89877106566C for ; Fri, 12 Mar 2010 01:14:30 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f199.google.com (mail-iw0-f199.google.com [209.85.223.199]) by mx1.freebsd.org (Postfix) with ESMTP id 42C538FC21 for ; Fri, 12 Mar 2010 01:14:30 +0000 (UTC) Received: by iwn37 with SMTP id 37so724094iwn.27 for ; Thu, 11 Mar 2010 17:14:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=dCFkoeoAoT1p/Nn2GA98pWGi+N5yBs/HuB/cKDmFoEQ=; b=eKxqdNdtgAF69snJ/zJAarK4Z25hXDh1yQHb+KEa7iUVVx55LoWAy6YRNwjbzugKym efnzo865VwjfFe8FCfOLh5/GUvS7FKjXPqubWcDt8fW2LrW0swZtIyQCBZ5dP7TU8//W VJMB32Rpd2P8lxH8sbFLAvxowlzVKf6jhr978= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=f5nyn3kFZAnAxDlrc2Ze3bYq5TxDUX9C7fsA0/x5HhB3CC9vG6woThcDESUQdWJvjm 9mI8xcIhKcpgZlLiN4xsNwDCDgOjjxtpwuyGXAT+s1GboJ/GkN/hENz0+OpD2oi1h7Vc hQtrxmlz3SPoVOHUOTor+X3TfJuRvik+u9QSU= MIME-Version: 1.0 Received: by 10.231.151.197 with SMTP id d5mr410328ibw.73.1268356469586; Thu, 11 Mar 2010 17:14:29 -0800 (PST) In-Reply-To: <4B991C00.3010809@intertainservices.com> References: <4B99031D.3080308@freebsd.org> <4B991C00.3010809@intertainservices.com> Date: Thu, 11 Mar 2010 19:14:29 -0600 Message-ID: <790a9fff1003111714s58d9ee4bl6454d1d52bf705b8@mail.gmail.com> From: Scot Hetzel To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 01:14:30 -0000 On Thu, Mar 11, 2010 at 10:36 AM, Mike Jakubik wrote: > On 3/11/2010 9:50 AM, Nathan Whitehorn wrote: >> >> As a result of importing 32-bit compatibility support for non-x86 64-bit >> platforms, the kernel options COMPAT_IA32 has been renamed COMPAT_FREEBSD32 >> in revision 205014, so all kernel configurations including this option must >> be modified accordingly. >> > > That sounds a bit confusing, compatibility with FreeBSD 3.2? > I agree that the name COMPAT_FREEBSD32 is confusing, does it mean compatiblity with FreeBSD 3.2, FreeBSD 32 or 32-bit ARCH's. A better name would have been COMPAT_ARCH32 or COMPAT_32BIT_ARCH. Scot