From rpaulo@gmail.com  Fri May 16 14:50:28 2008
Return-Path: <rpaulo@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 53B8B1065671
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 May 2008 14:50:28 +0000 (UTC)
	(envelope-from rpaulo@gmail.com)
Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.177])
	by mx1.freebsd.org (Postfix) with ESMTP id C93438FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 May 2008 14:50:27 +0000 (UTC)
	(envelope-from rpaulo@gmail.com)
Received: by ik-out-1112.google.com with SMTP id c30so153799ika.3
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 May 2008 07:50:26 -0700 (PDT)
Received: by 10.125.106.1 with SMTP id i1mr2624358mkm.9.1210947771786;
        Fri, 16 May 2008 07:22:51 -0700 (PDT)
Received: from localhost ( [193.136.24.241])
        by mx.google.com with ESMTPS id j12sm8145302fkf.0.2008.05.16.07.22.49
        (version=SSLv3 cipher=RC4-MD5);
        Fri, 16 May 2008 07:22:50 -0700 (PDT)
Message-Id: <20080516.152243.224946437.rpaulo@fnop.net>
Date: Fri, 16 May 2008 15:22:43 +0100 (WEST)
From: Rui Paulo <rpaulo@fnop.net>
Sender: Rui Paulo <rpaulo@gmail.com>
To: uspoerlein@gmail.com
Cc: FreeBSD-gnats-submit@freebsd.org, rpaulo@freebsd.org, njl@freebsd.org,
 gavin@freebsd.org
In-Reply-To: <200805151606.m4FG6ckJ061320@coyote.spoerlein.net>
Subject: Re: REGRESSION: acpi_cpu.c rev 1.57.2.4 broke booting on
 SuperMicro X7DBP
References: <200805151606.m4FG6ckJ061320@coyote.spoerlein.net>

>Number:         123733
>Category:       kern
>Synopsis:       Re: REGRESSION: acpi_cpu.c rev 1.57.2.4 broke booting on SuperMicro X7DBP
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 15:00:01 UTC 2008
>Closed-Date:    Fri May 16 20:44:19 UTC 2008
>Last-Modified:  Fri May 16 20:44:19 UTC 2008
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 
 Could you please test this patch? Thanks!
 
 Index: acpi_cpu.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
 RCS file: /home/ncvs/src/sys/dev/acpica/acpi_cpu.c,v
 retrieving revision 1.72
 diff -u -p -r1.72 acpi_cpu.c
 --- acpi_cpu.c	12 Apr 2008 12:06:00 -0000	1.72
 +++ acpi_cpu.c	16 May 2008 14:15:40 -0000
 @@ -276,9 +276,10 @@ acpi_cpu_attach(device_t dev)
      uint32_t		   cap_set[3];
  =
 
      /* UUID needed by _OSC evaluation */
 -    static uint8_t cpu_oscuuid[16] =3D { 0x16, 0xA6, 0x77, 0x40, 0x0C,=
  0x29,
 -				       0xBE, 0x47, 0x9E, 0xBD, 0xD8, 0x70,
 -				       0x58, 0x71, 0x39, 0x53 };
 +    static uint8_t cpu_oscuuid[16] =3D { 0x5B, 0x4D, 0xDB, 0x33, 0xF7,=
 
 +				       0x1F, 0x1C, 0x40, 0x96, 0x57,
 +				       0x74, 0x41, 0xC0, 0x3D, 0xD7,
 +				       0x66 };
  =
 
      ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
  =
 
 
 
 --
 Rui Paulo
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri May 16 20:42:18 UTC 2008 
State-Changed-Why:  
Misfiled followup to kern/123705; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri May 16 20:42:18 UTC 2008 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=123733 
>Unformatted:
