From owner-freebsd-mobile@FreeBSD.ORG Mon Sep 27 04:05:53 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 D464B16A4CF for ; Mon, 27 Sep 2004 04:05:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8DA43D39 for ; Mon, 27 Sep 2004 04:05:51 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i8R45VZN073430; Sun, 26 Sep 2004 22:05:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 26 Sep 2004 22:06:43 -0600 (MDT) Message-Id: <20040926.220643.26534214.imp@bsdimp.com> To: ceo@l-i-e.com From: "M. Warner Losh" In-Reply-To: <2435.67.167.52.21.1095741044.squirrel@www.l-i-e.com> References: <2435.67.167.52.21.1095741044.squirrel@www.l-i-e.com> 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: freebsd-mobile@freebsd.org Subject: Re: hw.pci.allow_unsupported_io_range 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: Mon, 27 Sep 2004 04:05:54 -0000 In message: <2435.67.167.52.21.1095741044.squirrel@www.l-i-e.com> "Richard Lynch" writes: : I'd really like to RTFM on hw.pci.allow_unsupported_io_range to find out : exactly what it means. : : I mean, I'm sure it makes sense to the guy who wrote it, but if something : is both unsupported and allowed, I'm sure not real clear on what that : means... It means 'turn off sanity checking for pci bridges when it comes to resources passing through the bridges.' It was an ugly hack which was taken out behind the woodshed and shot. The problem was that there are a number of host bridges, which do pass the entire address space through that didn't mark themselves as negatively decoding bridges. You need to set it if you have one of the bridges that is like. Warner