From owner-freebsd-stable@FreeBSD.ORG Mon Apr 19 15:12:19 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEBAE106567F for ; Mon, 19 Apr 2010 15:12:19 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 63BF28FC3F for ; Mon, 19 Apr 2010 15:12:19 +0000 (UTC) Received: by qyk37 with SMTP id 37so4498162qyk.8 for ; Mon, 19 Apr 2010 08:12:18 -0700 (PDT) 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:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bNDK/JCp+jOa5pjeZe/vtXYW/RkoaqB41NNNQPEzv6I=; b=CUp4d5LNNRXV1B0NUwdpBXxy7Sl3SP03uyG97gwDwXvUcZ51vDPQMjow2TpIvvY3qk Aiig7WDs034029VLmwX1EwVXSJmEwUjC3XPjbIr3PCuW+khu5TZ9muwTX6GvuD9XAoCs m9gITVD5z+qHi1oniDbVO5sQKHCB25C9gOQH0= 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:content-transfer-encoding; b=jupHYjQ91Yho3Z16pRU+y6mVNszz+nEpcGZ1xJwNUMsAhZY8kYT6Pi5nrmKg846cGg mAC8wmPWQOBHfD2F7AXF1nWqgYrwryB5lGxOI+q8W5+3FrZttQnPIX2Aij12RVRMljxS RsRBiBRSelONYHDzmJHQWrafbcMXSqXVybFQ4= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Mon, 19 Apr 2010 08:12:18 -0700 (PDT) In-Reply-To: <176926.27578.qm@web33306.mail.mud.yahoo.com> References: <176926.27578.qm@web33306.mail.mud.yahoo.com> Date: Mon, 19 Apr 2010 08:12:18 -0700 Received: by 10.229.233.199 with SMTP id jz7mr3173448qcb.56.1271689938261; Mon, 19 Apr 2010 08:12:18 -0700 (PDT) Message-ID: From: Garrett Cooper To: Rob Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Stable Subject: Re: "8.6 The Configuration File" out of date? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 15:12:19 -0000 On Mon, Apr 19, 2010 at 6:13 AM, Rob wrote: > Garrett Cooper wrote: >> >> > machine =A0 =A0 =A0 =A0i386 >> >> What architecture was this for -- amd64, i386, etc? > > But this line is not at all present in the GENERIC > configuration of FreeBSD 8.0 release.... Probably because there was unnecessary overlap with `cpu ...'. >> > options =A0 =A0 =A0 =A0 =A0COMPAT_43 >> >> Eh...? This still should be in there according to NOTES. > > It's not in the GENERIC kernel configuration... > There is, however: > > options =A0 =A0 =A0 =A0 COMPAT_43TTY > > Is that a mistake then? Not IIRC; they were just preparing to remove the need for COMPAT_43 entirely in 8.1 (I think). Thanks, -Garrett