From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 12:26:52 2003 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 1F7F216A4B3 for ; Thu, 25 Sep 2003 12:26:52 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 769D243FF9 for ; Thu, 25 Sep 2003 12:26:51 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60164 invoked by uid 1000); 25 Sep 2003 19:26:52 -0000 Date: Thu, 25 Sep 2003 12:26:52 -0700 (PDT) From: Nate Lawson To: Jeremy Bingham In-Reply-To: <20030925191831.GA25035@lagash.satanosphere.com> Message-ID: <20030925122536.T60160@root.org> References: <20030925114945.Y59820@root.org> <20030925191831.GA25035@lagash.satanosphere.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Problem w/ ACPI in -CURRENT 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: Thu, 25 Sep 2003 19:26:52 -0000 On Thu, 25 Sep 2003, Jeremy Bingham wrote: > On 25/09/03 11:54 -0700, Nate Lawson wrote: > > Interesting. Try turning on ACPI_LV_FUNCTIONS (see the email I just sent > > to -current) as well as ACPI_DEBUG and let me know the last 3-4 prints > > before it hangs. Not blaming anyone here, but could you also try without > > ATAng? I am unable to use ATAng on my laptop. > > > > -Nate > > Will do. One question, though, before I get to recompiling -- is there > some specific option for ATAng in the kernel that I'm missing? The only > thing I see that looks similar is 'device ata'. Unfortunately, no. You can cvsup to 2003/8/23 on just the sys/dev/ata directory and revert the change to sys/conf/files. That does the trick. Currently ATAng causes a hang on resume from suspend whereas it has worked for months before ATAng. I am running -current without ATAng with no problems. -Nate