From owner-freebsd-current@FreeBSD.ORG Thu Feb 21 16:11:14 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07391D40 for ; Thu, 21 Feb 2013 16:11:14 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-ve0-f181.google.com (mail-ve0-f181.google.com [209.85.128.181]) by mx1.freebsd.org (Postfix) with ESMTP id BE97418F for ; Thu, 21 Feb 2013 16:11:13 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id d10so8038010vea.40 for ; Thu, 21 Feb 2013 08:11:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=0EkwFsF8ttz/a6dB0gjikLOgrJhddGzq2SJsEHPw08s=; b=n6ynS/NAqnVfsWlApUdBPz4TopDhoaUMIZc1veB0EpjzrKyJQjqQkMTKUx7w3WLesx ii5lFOQe8Bau5SLutXTkpEbQ30Wj51egCfNOGrPAAXk4In98k6O7GCdWVSiGzthBFH1n I7nz8YDJbcMgF5VJClUmUcG2Gj8XNgzYJM06uebG9nEDCAnoes2KH4C6WB77Qgy0t45t cY/A8apWDMdjARxGQV2fa894WLwN6O7WlUFLPsm1O7ZWMIuzK/3tn7rQBapqAEYY3c0z BLMKUeoV6QkRbwoQyE1F3Dzi5/6UKLcLyQmbfezmmwNDRq7/Co4E4p3O+BeKvPUtTGeo wfrQ== MIME-Version: 1.0 X-Received: by 10.220.205.195 with SMTP id fr3mr31588691vcb.6.1361463067731; Thu, 21 Feb 2013 08:11:07 -0800 (PST) Received: by 10.58.77.101 with HTTP; Thu, 21 Feb 2013 08:11:07 -0800 (PST) In-Reply-To: References: <20130221153458.GA6838@itx> Date: Thu, 21 Feb 2013 16:11:07 +0000 Message-ID: Subject: Re: r247095 Boot Failure From: matt To: Sergey Kandaurov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD-current , nparhar@gmail.com, Shawn Webb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 21 Feb 2013 16:11:14 -0000 > On Thu, Feb 21, 2013 at 3:46 PM, Sergey Kandaurov wrote: > >> >> >> Currently that corresponds to: >> set kern.smp.disabled=1 >> set hw.ata.ata_dma=0 >> set hw.ata.atapi_dma=0 >> set hw.ata.wc=0 >> set hw.eisa_slots=0 >> set kern.eventtimer.periodic=1 >> set kern.geom.part.check_integrity=0 >> >> See /boot/menu-commands.4th >> >> -- >> wbr, >> pluknet >> > > > > It's kern.smp.disabled=1 that allows boot. Matt