From owner-freebsd-current@FreeBSD.ORG Thu Aug 9 18:16:01 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EF3316A46D for ; Thu, 9 Aug 2007 18:16:01 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5CA13C458 for ; Thu, 9 Aug 2007 18:16:00 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by ironport2.ambrisko.com with ESMTP; 09 Aug 2007 11:10:46 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.14.1/8.12.11) with ESMTP id l79IJWSI016158; Thu, 9 Aug 2007 11:19:32 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.1/8.13.1/Submit) id l79IJV0X016157; Thu, 9 Aug 2007 11:19:31 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200708091819.l79IJV0X016157@ambrisko.com> In-Reply-To: <200708081750.l78HoaUY047803@lava.sentex.ca> To: Mike Tancsa Date: Thu, 9 Aug 2007 11:19:31 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-current@freebsd.org Subject: Re: ichwd for ICH8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Aug 2007 18:16:01 -0000 Mike Tancsa writes: | On a chance, I tried a trick I used to have to do | ages ago in order to get the driver to work. I added | | debug.acpi.disabled="sysresource" | | to /boot/loader.conf | | and then it worked on the CURRENT kernel. i.e. I'm finding that happens a with a few things in which ACPI steals away the resources from other drivers so they fail to attach. On some of my machines I don't notice it since I have sysresources disables. Doug A.