From owner-freebsd-stable@FreeBSD.ORG Sat Mar 5 07:37:59 2005 Return-Path: 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 745C116A4CE for ; Sat, 5 Mar 2005 07:37:59 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E96A43D2F for ; Sat, 5 Mar 2005 07:37:59 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 466D272DD8; Fri, 4 Mar 2005 23:37:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4155372DD4; Fri, 4 Mar 2005 23:37:59 -0800 (PST) Date: Fri, 4 Mar 2005 23:37:59 -0800 (PST) From: Doug White To: Emanuel Strobl In-Reply-To: <200503030732.41525@harrymail> Message-ID: <20050304233509.E4084@carver.gumbysoft.com> References: <200503030732.41525@harrymail> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: -PRErelease and ACPI: no PRT entry for 0.1.INTA X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 07:37:59 -0000 On Thu, 3 Mar 2005, Emanuel Strobl wrote: > Dear Hackers, > > on one remote machine I see the following error (RELENG_5 from this night): > > pcib0: no PRT entry for 0.1.INTA There's actually an underscore there; the symbol name is _PRT. > I have only ssh access and putting "-v" in /boot.config didn't help me > getting a verbose dmesg. Anyway, I think it's caused by a bogus BIOS but > I wanted to make sure having it reported. Last version was RELENG_5 from > Nov. 5th and I also had a ACPI error but more detailed. Unfortunately I > lost the output.... The message is generally harmless; its just the ACPI code looking for some objects to assist with PCI interrupt routing. If your machine boots and doesn't have problems with interrupt storms then I wouldn't stress it. If it does, then try booting without ACPI. You need to pass -v on the loader command line since boot2 (which reads its options from /boot.config) just hands off to loader. You can also set boot_verbose="YES" in /boot/loader.conf if you aren't on console and don't have serial console set up. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org