From owner-freebsd-usb@FreeBSD.ORG Mon Jul 16 09:20:45 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 349B016A403; Mon, 16 Jul 2007 09:20:45 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 660C213C461; Mon, 16 Jul 2007 09:20:43 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.lan) by mailfe07.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 548555365; Mon, 16 Jul 2007 11:20:42 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org, w0lfie@clear.net.nz Date: Mon, 16 Jul 2007 11:20:45 +0200 User-Agent: KMail/1.9.5 References: <469b35d7.197.31f0.5575@clear.net.nz> In-Reply-To: <469b35d7.197.31f0.5575@clear.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707161120.45743.hselasky@c2i.net> Cc: current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: ukbd patch advice 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, 16 Jul 2007 09:20:45 -0000 Hi, Could you try the HPS USB stack first? http://www.turbocat.net/~hselasky/usb4bsd Download the SVN version. You need FreeBSD 6.2. What processor type are you using ? It might be that the USB interrupt handler uses the wrong buffer size. If it is the same, turn on debugging: sysctl usb.ukdb.debug=15 I know that that the ukdb driver is called without Giant locked in the official USB stack, for example, which might lead to races. --HPS