From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 19:44:18 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E77816A41F; Sat, 23 Jul 2005 19:44:18 +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 B7C3643D46; Sat, 23 Jul 2005 19:44:17 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-187-230.dsl.snfc21.pacbell.net [64.171.187.230]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j6NJiHo5029968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 23 Jul 2005 12:44:17 -0700 Message-ID: <42E29E10.4080403@root.org> Date: Sat, 23 Jul 2005 12:44:16 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Lyashkov References: <1122116967.4884.4.camel@berloga.shadowland> In-Reply-To: <1122116967.4884.4.camel@berloga.shadowland> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: [panic] 6.0 Beta1 can`t boot - acpi_pci_link_add_reference: apparently invalid index 27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 19:44:18 -0000 Alex Lyashkov wrote: > With lastes RELENG_6 i can`t boot SMP box with Intell SAI2 motherboard. > This log from an install CD created via make release at RELENG_5 box. > > pci_link13: irq 29 on acpi0 > pci_link13: Links after initial probe: > Index IRQ Rtd Ref IRQs > 0 29 N 0 29 > pci_link13: Links after initial validation: > Index IRQ Rtd Ref IRQs > 0 29 N 0 29 > pci_link13: Links after disable: > Index IRQ Rtd Ref IRQs > 0 255 N 0 29 > ACPI timer: 0/3 0/3 0/3 0/3 0/3 0/3 0/3 0/3 0/3 0/3 -> 0 > Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 > cpu0: on acpi0 > cpu1: on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > panic: acpi_pci_link_add_reference: apparently invalid index 27 > cpuid = 0 > KDB: enter: panic > [thread pid 0 tid 0 ] > Stopped at kdb_enter+0x2b: nop > db> where > Tracing pid 0 tid 0 td 0xc091be80 > kdb_enter(c0854ce4) at kdb_enter+0x2b > panic(c0ef4d5b,c0ef0bb3,1b,c1eeb480,c1eeb480) at panic+0x127 > acpi_pci_link_add_reference(c1eeb480,1b,c1e40180,6,1) at > acpi_pci_link_add_refe3 > prt_attach_devices(c1db3268,c1e40180,c1e40980,0,c1e40180) at > prt_attach_devicesb > prt_walk_table(c1e40180,0,c1db70e0,c1dfe300,0) at prt_walk_table+0x26 > acpi_pcib_attach(c1e40180,c1dfe314,0,c1020c58,c0649d9c) at > acpi_pcib_attach+0x1a > acpi_pcib_acpi_attach(c1e40180) at acpi_pcib_acpi_attach+0xcf Need to see your acpidump -t -d output. It appears your _PRT table has an invalid reference to a link (one that doesn't exist.) -- Nate