From owner-freebsd-stable@FreeBSD.ORG Mon Jan 23 13:50:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E66916A41F; Mon, 23 Jan 2006 13:50:34 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64FA44535; Mon, 23 Jan 2006 13:50:33 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1F124u-0006jr-00; Mon, 23 Jan 2006 14:49:52 +0100 Date: Mon, 23 Jan 2006 14:49:52 +0100 To: JoaoBR Message-ID: <20060123134952.GB25245@poupinou.org> References: <200601201851.26858.joao@matik.com.br> <43D15458.506@root.org> <20060123105951.GA25245@poupinou.org> <200601231049.03935.joao@matik.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601231049.03935.joao@matik.com.br> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, Nate Lawson Subject: Re: need help for DSDT for an Epox Amd64 MB X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 13:50:34 -0000 On Mon, Jan 23, 2006 at 10:49:02AM -0200, JoaoBR wrote: > On Monday 23 January 2006 08:59, Bruno Ducrot wrote: > > > > > > > >epox.asl 2575: Name (_HID, "_NVRAIDBUS") > > > >Error 1068 - String must be entirely alphanumeric ^ (_NVRAIDBUS) > > > > > > > >Is here somebody how like to try to help me out here? You can get the > > > >files here: > > > > > > > >http://suporte.matik.com.br/epox.dsl > > > >http://suporte.matik.com.br/epox.dmesg > > > > > > You could get rid of the "_" anywhere NVRAIDBUS occurs. But this should > > > have nothing to do with causing resets. > > > > good to know, after it iasl compiles fine with only an WAK warning as > Reserved method must return a value (_WAK) > > > IIRC it is an error to put non-alphanumeric onto an _HID node, but > > ACPI-CA interpreter is able to handle this situation. IOW iasl will > > give up if such error is done and is to compiling such ASL, but the > > in-kernel AML interpreter should interprete such things correctly. > > > > If the ASL contains only this error, it won't help the OP to override > > the DSDT. > > > good to know as well, what means supposed my cards are ok the motherboard has > issues right Can't tell for sure if you don't test without ACPI loaded. It may be possible after all the apci_thermal subsystem trigger a (false) overheat situation which may explain a sudden shutdown. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.