From owner-freebsd-stable@FreeBSD.ORG  Mon Apr 11 10:43:21 2005
Return-Path: <owner-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 53C9416A500
	for <freebsd-stable@freebsd.org>;
	Mon, 11 Apr 2005 10:43:21 +0000 (GMT)
Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AA92643D3F
	for <freebsd-stable@freebsd.org>;
	Mon, 11 Apr 2005 10:43:20 +0000 (GMT)
	(envelope-from jacula@gmail.com)
Received: by wproxy.gmail.com with SMTP id 49so720390wri
	for <freebsd-stable@freebsd.org>;
	Mon, 11 Apr 2005 03:43:20 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
	s=beta; d=gmail.com;
	h=received:message-id:date:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from;
	b=K/PU3OSU1yRU11PMvz0Bn4ZsJImzzDj+FdbExXruRharQySi2Ai1KBkJk1r/mrDu6lXFE3OQ1qkxGRs+ythDv3Lbzxh+UKcVUAnFM3URxZu3eBSiyCpIukCZTi2ulWWh9QErwPBAAtDT9fwAtxjSj6ZOVzf4PN4IaXMTOghmjWA=
Received: by 10.54.59.20 with SMTP id h20mr3795920wra;
        Mon, 11 Apr 2005 03:43:19 -0700 (PDT)
Received: from ?82.51.21.75? ([82.51.21.75])
        by mx.gmail.com with ESMTP id 67sm771803wra.2005.04.11.03.43.18;
        Mon, 11 Apr 2005 03:43:19 -0700 (PDT)
Message-ID: <425A54F5.3010803@gmail.com>
Date: Mon, 11 Apr 2005 12:44:05 +0200
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050303
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: ebm-freebsd-stable@swervinghead.com, freebsd-stable@freebsd.org
References: <4259C39C.3010808@swervinghead.com>
In-Reply-To: <4259C39C.3010808@swervinghead.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
From: jacula <jacula@gmail.com>
Subject: Re: kernel errors :  AE_NOT_FOUND
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Production branch of FreeBSD source code
	<freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Apr 2005 10:43:21 -0000

Eric Marquez wrote:
> I recently notice these errors in my dmesg.  Can somebody help explain 
> this to me.  Do I need to worry about this?
> 
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU)
>  Origin = "AuthenticAMD"  Id = 0x591  Stepping = 1
>  Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
>  AMD Features=0x80000800<SYSCALL,3DNow!>
> real memory  = 268419072 (255 MB)
> avail memory = 253014016 (241 MB)
> K6-family MTRR support enabled (2 registers)
>    ACPI-0277: *** Warning: Invalid checksum in table [DSDT] (23, sum fc 
> is not zero)
>    ACPI-0452: *** Error: Looking up [PIRQ] in namespace, AE_NOT_FOUND
>    ACPI-1303: *** Error: [NULL NAME], AE_NOT_FOUND
>    ACPI-0204: *** Error: AcpiLoadTables: Could not load namespace: 
> AE_NOT_FOUND
>    ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: 
> AE_NOT_FOUND
> ACPI: table load failed: AE_NOT_FOUND
> 
> --ebm
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
> 


You could look:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html

at the "11.16.4 ASL, acpidump, and IASL" point

This is a DSDT problem.