From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 13:07:44 2003 Return-Path: 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 B038216A4CE; Sat, 15 Nov 2003 13:07:44 -0800 (PST) Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBFD43F85; Sat, 15 Nov 2003 13:07:43 -0800 (PST) (envelope-from d.wylie@hccnet.nl) Received: from upsilon by smtp.hccnet.nl via fia142-13-100.dsl.hccnet.nl [80.100.13.142] with ESMTP id hAFL7gvW005174 (8.12.10/2.03); Sat, 15 Nov 2003 22:07:42 +0100 (MET) From: "Dylan Wylie" To: current@freebsd.org, freebsd-mobile@freebsd.org Date: Sat, 15 Nov 2003 22:05:56 +0100 MIME-Version: 1.0 Message-ID: <3FB6A344.14489.1B3A005@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.11) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: cardbus no longer working with -CURRENT and ACPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 15 Nov 2003 21:07:44 -0000 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. Any sugestions. Dylan