From owner-svn-src-head@FreeBSD.ORG Tue Jul 30 20:39:50 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A128F1B1; Tue, 30 Jul 2013 20:39:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C1AF29F2; Tue, 30 Jul 2013 20:39:49 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id x12so6522493wgg.12 for ; Tue, 30 Jul 2013 13:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UUFgRMBAtYC+OPbxbaxOc5CIQCdwKczt730oG/yCdxY=; b=ITwvDX9n4+rCdtkxIzVbtjIb/Q1h/WiCe+/70k+K8Hzh8cIdJv+kP+zABbEu9mA2fa sN9hvFA3JCDJiZd3jPXGpiUPSgcecZkymWRfCqsxUlR4UTSbyZcSxpTuMqT+qi2MhDla Ymp0ojrAWKG+n6Kdj1areAPWzS4Xk1+7T38bjx8jyfc1ZW3XcAJJr38JYYfK37hKZlKm ODlxCK+ztjeAF+G2Kl0OPVzTqfojK9VsjL1mkQn9nQdElHX0LPuNndw1US5FlrQxzR/E p6Y9nqB4RYp03OQPT/leqnIEpzcNb83bSILEHGXDy+ihg4q/1IV7cEUki1Hmid2WoOJL 6g0Q== MIME-Version: 1.0 X-Received: by 10.194.203.73 with SMTP id ko9mr8519787wjc.79.1375216787815; Tue, 30 Jul 2013 13:39:47 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Tue, 30 Jul 2013 13:39:47 -0700 (PDT) In-Reply-To: <517A021B-6C7B-48C3-9AC2-CBA937BBAC80@FreeBSD.org> References: <201304121625.r3CGP3Dv068400@svn.freebsd.org> <20130729203848.GG948@alchemy.franken.de> <517A021B-6C7B-48C3-9AC2-CBA937BBAC80@FreeBSD.org> Date: Tue, 30 Jul 2013 13:39:47 -0700 X-Google-Sender-Auth: brNSj08aZC8C_g5H7n7rWpI1i2A Message-ID: Subject: Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf From: Adrian Chadd To: =?ISO-8859-2?Q?Edward_Tomasz_Napiera=B3a?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, ken@freebsd.org, Marius Strobl X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 20:39:50 -0000 On 30 July 2013 12:57, Edward Tomasz Napiera=C5=82a wro= te: > Yup, my bad. I'm waiting for reply from re@ whether it's a good thing > to do at this point of the release process. This is one thing that prevents 9.2 from booting in a VM with 128mb or less RAM. Or, any of the soekris/alix style hardware that doesn't ship with 2GB RAM. So yes, I'd like to see this disabled by default before 9.2 goes out. -adrian