From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 16:40:00 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4592106567A for ; Mon, 4 Oct 2010 16:40:00 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 477BF8FC13 for ; Mon, 4 Oct 2010 16:39:59 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=4dE6tNKVm/0afO7MQGRPv7y2YwMo4emTIiDjbh74onY= c=1 sm=1 a=NzH_YkiikfIA:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=sD1TDXKpkObTemEpdjgA:9 a=AVdV_SAXyNplk1qrAXPjJDJ_ENEA:4 a=PUjeQqilurYA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 30427312; Mon, 04 Oct 2010 18:29:56 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 4 Oct 2010 18:31:08 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <20101001233001.GG1535@albert.catwhisker.org> <4CA985D2.3000805@icyb.net.ua> <20101004161415.GF1410@albert.catwhisker.org> In-Reply-To: <20101004161415.GF1410@albert.catwhisker.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'( =?iso-8859-1?q?=3B=5FIjlA=3A=0A=09hGE=2E=2EEw?=, =?iso-8859-1?q?XAQ*o=23=5C/M=7ESC=3DS1-f9=7BEzRfT=27=7CHhll5Q=5Dha5Bt-s=7Co?= =?iso-8859-1?q?TlKMusi=3A1e=5BwJl=7Dkd=7DGR=0A=09Z0adGx-x=5F0zGbZj=27e?=(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201010041831.08733.hselasky@c2i.net> Cc: current@freebsd.org, Andriy Gapon Subject: Re: [geom, cam] Hang near end of kernel probes since r213267 (likely earlier) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Oct 2010 16:40:00 -0000 On Monday 04 October 2010 18:14:15 David Wolfskill wrote: > Is there a way I can use USB or firewire in a way similar to a serial > console? If a USB keyboard is enumerated at the point of break, it will be available from KDB. --HPS