From owner-freebsd-acpi@FreeBSD.ORG Fri Jan 20 21:21:09 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F8A16A41F; Fri, 20 Jan 2006 21:21:09 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5878143D45; Fri, 20 Jan 2006 21:21:09 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.53] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id k0KLL5VK031708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 20 Jan 2006 13:21:07 -0800 Message-ID: <43D15458.506@root.org> Date: Fri, 20 Jan 2006 13:21:28 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: JoaoBR References: <200601201851.26858.joao@matik.com.br> In-Reply-To: <200601201851.26858.joao@matik.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org Subject: Re: need help for DSDT for an Epox Amd64 MB X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 21:21:10 -0000 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. -- Nate