From owner-freebsd-current@FreeBSD.ORG Mon Sep 29 00:35:48 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32CE1E75 for ; Mon, 29 Sep 2014 00:35:48 +0000 (UTC) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3CF7D01 for ; Mon, 29 Sep 2014 00:35:47 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id j107so2547776qga.16 for ; Sun, 28 Sep 2014 17:35:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=a9LLzDINJGR3huLnjwOfAB9im/9pEZaj5Y2QZX5gM9Y=; b=BIqfVxv5fj06XHPLleA2WBdvQE8CArmTk9nrSWz65CWCFfvwyBregAaPPnEWB77/Sw /TxuLxUVp1uvmb7noG0fyQYwbHdZyaRhBVhtSriRtAwhTEC+Jl5NolbpUgvzEf00rLIi Tg/elnOf8JhaZJeKbHEP86bpJcyyQv5JuTz3ixgpsKCuTxRH+i2vAXo9pzpIDSw+TPjX E+ce9kQsdN3PqmT+/P1lHpYkahj/TaeqVGY3mVzY+RR0HAUuVbTobphe2zAUvpiJ0Ygt gVe42zRA4oJo4RKg92l2q7MbpiYf1vQc+vSUNFCE0NbtuqZj3ay9rc3A2RfIJA88Zj6L Cfmg== X-Received: by 10.229.62.129 with SMTP id x1mr46067388qch.16.1411950947071; Sun, 28 Sep 2014 17:35:47 -0700 (PDT) Received: from zhabar.attlocal.net (107-222-186-3.lightspeed.sntcca.sbcglobal.net. [107.222.186.3]) by mx.google.com with ESMTPSA id d60sm2478463qgd.35.2014.09.28.17.35.45 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Sep 2014 17:35:46 -0700 (PDT) Date: Sun, 28 Sep 2014 17:35:41 -0700 From: Justin Hibbits To: "=?ISO-8859-1?Q?Jos=E9_P=E9rez?= Arauzo" Subject: Re: What do you use for kernel debugging? Message-ID: <20140928173541.7939255a@zhabar.attlocal.net> In-Reply-To: <20140929002025.M8991@aoek.com> References: <20140928071641.M7664@beckpeccoz.com> <761DF16E-5383-46BA-B886-CD3358D976AA@gmail.com> <20140929002025.M8991@aoek.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; powerpc64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current , Garrett Cooper X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 29 Sep 2014 00:35:48 -0000 On Mon, 29 Sep 2014 02:31:25 +0200 "Jos=C3=A9 P=C3=A9rez Arauzo" wrote: > I hope Dcons + 1394 works where it's applicable. >=20 > BR, >=20 > -- > Jos=C3=A9 P=C3=A9rez Arauzo As a constant user of DCons+firewire, I can say it certainly works, and quite well at that. At least on PowerPC where firewire is everywhere. I only wish it were possible to use dcons+firewire even earlier in the boot (before the firewire device is probed), maybe initialize something in the loader. - Justin