From owner-freebsd-current@FreeBSD.ORG Sat Oct 20 00:43:11 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1937D3E for ; Sat, 20 Oct 2012 00:43:11 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id AB8C48FC14 for ; Sat, 20 Oct 2012 00:43:11 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so1307907oag.13 for ; Fri, 19 Oct 2012 17:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N4GPh+0DmyauksuFwhY8aMkV6wCZL0DXNlU+MgA4lHk=; b=MyPDubHsmoTtfv62RMbuoMpLHHpkhT+AK/Y6JYs432sPdt2FFWX/kv1Ph6U/9U1YtP eUs0RVTeY/LApsf/7XrYz2H1NBw/2xWz1w5x7rSHGrjfdyh+yjmvJF5ugCHe8v12qBUY 3lGTE26a+TuYWmzKRpXw9ETdO6S8UPHbzWMvcpmT32cchiXLHOE9Kl2yrXDiZENmkZfB hVlRVezKWpKKII39uY9PRzULHpj/dbdykxlx76jmlXmB1SIWZsrgoYsbNMIwxLXX3j9e yaLh0cpmsLuUvJzYrdq0PDdrBOdGGla61xNgisJvNL4K0xr6AhK9I1xoBsR+X3ktU15c n/Tg== MIME-Version: 1.0 Received: by 10.60.13.198 with SMTP id j6mr2927205oec.51.1350693790979; Fri, 19 Oct 2012 17:43:10 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Fri, 19 Oct 2012 17:43:10 -0700 (PDT) In-Reply-To: References: <5078A803.7070705@delphij.net> <5078B145.4090501@delphij.net> <20121018214832.GB8009@ambrisko.com> Date: Fri, 19 Oct 2012 17:43:10 -0700 Message-ID: Subject: Re: boot2/loader: serial port handling From: Garrett Cooper To: George Neville-Neil Content-Type: text/plain; charset=ISO-8859-1 Cc: d@delphij.net, freebsd-current@freebsd.org 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: Sat, 20 Oct 2012 00:43:12 -0000 On Fri, Oct 19, 2012 at 5:31 PM, George Neville-Neil wrote: ... > BTW, sorry to come in late on the thread. Would this cause the loader > to reset the machine? On a box in my work testlab I have not > been able to use a recent /boot/loader for a few weeks. > > I get to the BIOS drive C: is disk0 > > bit and BOOM. One would hope not, but it might if the code is doing something potentially wonky or some assumptions are invalidated somehow. -Garrett