From owner-freebsd-acpi@FreeBSD.ORG Wed Oct 27 14:58:59 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 788D1106564A for ; Wed, 27 Oct 2010 14:58:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 489C68FC12 for ; Wed, 27 Oct 2010 14:58:59 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E891E46B03; Wed, 27 Oct 2010 10:58:58 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9E5D08A009; Wed, 27 Oct 2010 10:58:57 -0400 (EDT) From: John Baldwin To: freebsd-acpi@freebsd.org, "Damian S. =?utf-8?q?Ko=C5=82odziejczyk?=" Date: Wed, 27 Oct 2010 10:58:56 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <201010271150.o9RBo9x6091392@freefall.freebsd.org> In-Reply-To: <201010271150.o9RBo9x6091392@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201010271058.56771.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 27 Oct 2010 10:58:57 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-0.3 required=4.2 tests=BAYES_00,URIBL_SBL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Subject: Re: bin/151616: [acpi]: FreeBSD 8 panic on boot. 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: Wed, 27 Oct 2010 14:58:59 -0000 On Wednesday, October 27, 2010 7:50:09 am Damian S. Ko=C5=82odziejczyk wrot= e: > The following reply was made to PR bin/151616; it has been noted by GNATS. >=20 > From: =3D?ISO-8859-2?Q?Damian_S=3D2E_Ko=3DB3odziejczyk?=3D > To: bug-followup@FreeBSD.org, damkol@gmail.com > Cc: =20 > Subject: Re: bin/151616: [acpi]: FreeBSD 8 panic on boot. > Date: Wed, 27 Oct 2010 13:42:30 +0200 >=20 > W dniu 27 pa=3DBCdziernika 2010 13:10 u=3DBFytkownik Andriy Gapon > napisa=3DB3: > > Would it be possible to scroll up and take the pictures of all the=20 messag=3D > es since > > the start of boot ? > =20 > No problem: > http://img28.imageshack.us/i/zdjcie031i.jpg/ > http://img839.imageshack.us/i/zdjcie032b.jpg/ > http://img163.imageshack.us/i/zdjcie033e.jpg/ > http://img185.imageshack.us/i/zdjcie034l.jpg/ > =20 > Next one is http://img43.imageshack.us/img43/225/zdjcie030g.jpg Can you try this patch: Index: amd64/amd64/intr_machdep.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- amd64/amd64/intr_machdep.c (revision 214386) +++ amd64/amd64/intr_machdep.c (working copy) @@ -458,7 +458,7 @@ =20 /* Leave all interrupts on the BSP during boot. */ if (!assign_cpu) =2D return (cpu_apic_ids[0]); + return (PCPU_GET(apic_id)); =20 mtx_lock_spin(&icu_lock); apic_id =3D cpu_apic_ids[current_cpu]; Index: i386/i386/intr_machdep.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- i386/i386/intr_machdep.c (revision 214386) +++ i386/i386/intr_machdep.c (working copy) @@ -424,7 +424,7 @@ =20 /* Leave all interrupts on the BSP during boot. */ if (!assign_cpu) =2D return (cpu_apic_ids[0]); + return (PCPU_GET(apic_id)); =20 mtx_lock_spin(&icu_lock); apic_id =3D cpu_apic_ids[current_cpu]; =2D-=20 John Baldwin