From owner-freebsd-mobile@FreeBSD.ORG Sat Nov 15 16:35:32 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F10C16A4CE; Sat, 15 Nov 2003 16:35:32 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206AE43F85; Sat, 15 Nov 2003 16:35:31 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAG0ZTeG019547; Sat, 15 Nov 2003 17:35:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 15 Nov 2003 17:35:02 -0700 (MST) Message-Id: <20031115.173502.58477622.imp@bsdimp.com> To: d.wylie@hccnet.nl From: "M. Warner Losh" In-Reply-To: <3FB6A344.14489.1B3A005@localhost> References: <3FB6A344.14489.1B3A005@localhost> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: cardbus no longer working with -CURRENT and ACPI X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 00:35:32 -0000 In message: <3FB6A344.14489.1B3A005@localhost> "Dylan Wylie" writes: : List, : : Running -CURRENT now gives the following problem on a Compaq Pressario 1600- : XL144 laptop: : : [...] : cbb0: at device 10.0 on pci0 : cardbus0: on cbb0 : pccard0: <16-bit PCCard bus> on cbb0 : pcib0: _PRS resource entry has unsupported type 0 : cbb: Unable to map IRQ... : device_probe_and_attach: cbb0 attache returned 12 : [...] : : Disabeling ACPI makes it work again. : However, I'm then getting the 'watchdog time-out, reseting card' thing now, so no net for : now. : tried the hw.pci._allow_usupported_io_range="1" option, but doesn't help. : : Everything was fine before the 'update'. : Can't go back to previous kernel due to the statfs structure changes. When was the previous kernel? Warner