From owner-freebsd-stable@FreeBSD.ORG Mon Feb 27 23:32:55 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C5816A420 for ; Mon, 27 Feb 2006 23:32:55 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from kraid.nerim.net (smtp-101-monday.nerim.net [62.4.16.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162EA43D45 for ; Mon, 27 Feb 2006 23:32:54 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from localhost (cbuisson.pck.nerim.net [80.65.227.128]) by kraid.nerim.net (Postfix) with ESMTP id 52CDB40F0C; Tue, 28 Feb 2006 00:32:51 +0100 (CET) Message-ID: <44038C24.9000706@nerim.net> Date: Tue, 28 Feb 2006 00:32:52 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <44036EA8.1090104@tvnetwork.hu> <20060227.161333.130238674.imp@bsdimp.com> In-Reply-To: <20060227.161333.130238674.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, laszlokaroly@tvnetwork.hu Subject: Re: Bug(?) in cardbus code MFC'd to RELENG_6 on 30 January X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 23:32:55 -0000 M. Warner Losh wrote: > I was unaware of this problem. It may be related to other problems > that have surfaced in some code I recently MFC'd. > > Warner > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > Perharps, it is the same problem I got with a dc card one week ago, and which seemingly did not interested anyone. Using black magic, I solved it by putting: hw.cbb.start_32_io="0x4000" in my loader.conf... I found it by googling, and trying a trick used for a different card, in a different computer, with a different version of FreeBSD ! I do not know why it works, but it works... Is there somewhere a tool or a set of procedures to diagnostic/solve this kind of port allocation problems, which manifest itself with different kind of messages (as I found when trying the same card on another computer) ?? Claude Buisson