From owner-freebsd-current@FreeBSD.ORG Mon Sep 13 01:48:10 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 72D1416A4CE for ; Mon, 13 Sep 2004 01:48:10 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C7243D39 for ; Mon, 13 Sep 2004 01:48:09 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 9BA0E653D2; Mon, 13 Sep 2004 02:48:07 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 51318-04-2; Mon, 13 Sep 2004 02:48:07 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-95-74.dsl.snfc21.pacbell.net [67.121.95.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id BFBAC65213; Mon, 13 Sep 2004 02:48:06 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6882B63B3; Sun, 12 Sep 2004 18:48:04 -0700 (PDT) Date: Sun, 12 Sep 2004 18:48:04 -0700 From: Bruce M Simpson To: Arne Schwabe Message-ID: <20040913014804.GB22583@empiric.icir.org> Mail-Followup-To: Arne Schwabe , Mike Tancsa , freebsd-current@freebsd.org References: <6.1.2.0.0.20040912063508.050a4fb0@64.7.153.2> <86vfejlow2.fsf@kamino.rfc1149.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86vfejlow2.fsf@kamino.rfc1149.org> cc: freebsd-current@freebsd.org cc: Mike Tancsa Subject: Re: ichwd working for anyone ? 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: Mon, 13 Sep 2004 01:48:10 -0000 Try disabling ACPI sysresource range reservations with: debug.acpi.disabled="sysresource" in /boot/loader.conf. I haven't tried this for ichwd but doing this allowed me to load mdodd@'s SMI/SMBIOS modules for ThinkPad. BMS