From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 21 02:42:35 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 D426616A4CE for ; Tue, 21 Sep 2004 02:42:34 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F146C43D41 for ; Tue, 21 Sep 2004 02:42:33 +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 i8L2fFCF071295; Mon, 20 Sep 2004 20:41:16 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 20 Sep 2004 20:42:15 -0600 (MDT) Message-Id: <20040920.204215.73653260.imp@bsdimp.com> To: ceo@l-i-e.com From: "M. Warner Losh" In-Reply-To: <2263.67.167.52.21.1095726185.squirrel@www.l-i-e.com> References: <1217.66.243.145.38.1095462204.squirrel@www.l-i-e.com> <20040919.234729.72994632.imp@bsdimp.com> <2263.67.167.52.21.1095726185.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: couldn't map memory 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: Tue, 21 Sep 2004 02:42:35 -0000 which version of FreeBSD are you running? 5.2.1 and earlier need hw.pci.allow_unsupported_io_range=1 (which may be spelled wrong, sysctl hw.pci will tell you how to spell it) in cases like this. This is a tunable, so you need to put it in /boot/loader.conf. Warner