From owner-freebsd-usb@FreeBSD.ORG Mon Aug 3 10:05:40 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB78106564A for ; Mon, 3 Aug 2009 10:05:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swipnet.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 95EF08FC16 for ; Mon, 3 Aug 2009 10:05:39 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=11ZsTt3tcZCyYgpjYCsA:9 a=2FCMvmn_XhiSs9eo7cW1a_-YMxwA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 548421786; Mon, 03 Aug 2009 12:05:38 +0200 From: Hans Petter Selasky To: Alexander Best Date: Mon, 3 Aug 2009 12:05:33 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908031205.35502.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: kernel debugger and usb keyboard X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 10:05:40 -0000 On Monday 03 August 2009 10:08:56 Alexander Best wrote: > hmm...is it necessary to add any extra options to the kernelconf? because > when i hit the panic key-combo under r196037 i'm still not able to use my > usb keyboard. i have the following debug related options in my kernelconf: > > options KDB > options BREAK_TO_DEBUGGER > options DDB > makeoptions DEBUG=-g > options INVARIANTS > options INVARIANT_SUPPORT > options WITNESS > options DEBUG_LOCKS > options DEBUG_VFS_LOCKS > options DIAGNOSTIC > options SW_WATCHDOG > options KTRACE # ktrace(1) support > options SOCKBUF_DEBUG > options DEBUG_MEMGUARD > > legacy usb keyboard support is enabled in the bios so i can use my keyboard > at the bootmanager prompt. > > i did makeworld 4 days ago. You need to build a kernel newer than friday. --HPS