From owner-freebsd-current@FreeBSD.ORG Fri Jul 1 16:57:13 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 90A2D16A41C for ; Fri, 1 Jul 2005 16:57:13 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D9A43D48 for ; Fri, 1 Jul 2005 16:57:12 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j61GsBIO019281 for freebsd-current@freebsd.org.checked; Fri, 1 Jul 2005 20:54:11 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j61Grmq8019275 for ; Fri, 1 Jul 2005 20:53:48 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <42C57523.4050302@cronyx.ru> Date: Fri, 01 Jul 2005 20:53:55 +0400 From: Roman Kurakin User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 16:57:13 -0000 Hi, This is initial request, the case needs farther investigation, but anyway... 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? Best regars, Roman Kurakin