From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 16:27:08 2004 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 AFEA216A4CE; Sat, 10 Jan 2004 16:27:08 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A011B43D5F; Sat, 10 Jan 2004 16:27:07 -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 i0B0R7ET030433; Sat, 10 Jan 2004 17:27:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 10 Jan 2004 17:27:05 -0700 (MST) Message-Id: <20040110.172705.107216603.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 cc: current@FreeBSD.org Subject: Subset of power patch: subtractive decoding X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mobile@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 00:27:08 -0000 I've teased out the subtractive bridge decoding patches from the larger power patches. Please test them and let me know how things go. This eliminates hw.pci.allow_unsupported_io_range by fixing the underlying problem this was kludging around. Please test it and let me know how it is working for you. It should only make things better, and make nothing worse. This won't fix the other problems that the more complete power patches attempt to fix. http://people.freebsd.org/~imp/pci-subtractive.diff Warner