From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 7 16:10:38 2004 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 D581316A4CE for ; Wed, 7 Jan 2004 16:10:38 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B3F43D2F for ; Wed, 7 Jan 2004 16:10:36 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i080AaET073400 for ; Wed, 7 Jan 2004 17:10:36 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 07 Jan 2004 17:10:23 -0700 (MST) Message-Id: <20040107.171023.63338658.imp@bsdimp.com> To: mobile@freebsd.org From: "M. Warner Losh" 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 Subject: More power patches 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: Thu, 08 Jan 2004 00:10:38 -0000 I've updated the power patches. This includes the transparent/secondary bridge support and tweaks to the last version. This should help people who have been forced to set hw.pci.unsupported_io_ranges=1. There's slightly imporved lazy resource support, the power stuff (but I've not fixed the null power method stuff). You may notice that the resources for CardBus and PC Card cards are different. For me I see ep0: <3Com OfficeConnect 572B> at port 0xe000-0xe01f irq 10 function 0 config 1 on pccard1 where before I saw: ep0: <3Com OfficeConnect 572B> at port 0x100-0x11f irq 10 function 0 config 1 on pccard1 based on what the bridge is configured to pass. http://people.freebsd.org/~imp/power.20040107.diff This won't help the interrupt routing issues people have had, nor will it help the bus numbering issues that have been seen in the wild. Please let me know how well this works for you. Warner