From owner-freebsd-stable@FreeBSD.ORG Mon Jan 23 11:00:33 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 4037916A41F; Mon, 23 Jan 2006 11:00:33 +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 CE03D43D46; Mon, 23 Jan 2006 11:00:32 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1F0zQN-0006aR-00; Mon, 23 Jan 2006 11:59:51 +0100 Date: Mon, 23 Jan 2006 11:59:51 +0100 To: Nate Lawson Message-ID: <20060123105951.GA25245@poupinou.org> References: <200601201851.26858.joao@matik.com.br> <43D15458.506@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43D15458.506@root.org> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, JoaoBR 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 11:00:33 -0000 On Fri, Jan 20, 2006 at 01:21:28PM -0800, Nate Lawson wrote: > JoaoBR wrote: > >I have some Epox socket 939 motherboards, nvidia3 with AMD Athlon 64 and > >some X2 > >They give me a very good performance but sporadic reboots without core > >dumps or any other advices so I guess there is some sudden irq conflict or > >so > > > >I get nothing usefull by vmstat. I mount the same Nics, adaptec, mem and > >processor on an Asus A8V and it runs wothout any problem stable. > > > >btw I am running releng_6 > > If disabling acpi doesn't solve the problem, then it's probably not acpi. > > >I downloaded the acpi table and iasl shows me this > > > >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. > 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. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.