From owner-freebsd-current@FreeBSD.ORG Fri Jul 1 18:19:34 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B36E416A41C for ; Fri, 1 Jul 2005 18:19:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6797043D49 for ; Fri, 1 Jul 2005 18:19:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j61IIUOs094525; Fri, 1 Jul 2005 12:18:30 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jul 2005 12:18:26 -0600 (MDT) Message-Id: <20050701.121826.56566740.imp@bsdimp.com> To: rik@cronyx.ru From: "M. Warner Losh" In-Reply-To: <42C57523.4050302@cronyx.ru> References: <42C57523.4050302@cronyx.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: BUS infrastructure problem 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: Fri, 01 Jul 2005 18:19:34 -0000 In message: <42C57523.4050302@cronyx.ru> Roman Kurakin writes: : I observe the followin strange behaviour with current: with some very : high probability after indentify callback I didn't get a probe callback. I : didn't find yet anything that could tell me why I see this. All function : return me that all operations was successful. : : PS. This driver is cx(4) and I am currently try to debug it in async mode : (I get strange panics while its work if I didn't get into situation with : probe()). : : Any ideas? I'll be happy to help you with this. Warner