From timh@spidey.local Sat Feb  6 08:03:09 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o16G39hb004874
	for <psarc-ext@sac.sfbay.sun.com>; Sat, 6 Feb 2010 08:03:09 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o16G387Z021043;
	Sat, 6 Feb 2010 08:03:09 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXF00L0LGL9O100@brm-avmta-1.central.sun.com>; Sat,
 06 Feb 2010 09:03:09 -0700 (MST)
Received: from dm-central-01.central.sun.com ([129.147.62.4])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXF00JH1GL8LO50@brm-avmta-1.central.sun.com>; Sat,
 06 Feb 2010 09:03:08 -0700 (MST)
Received: from spidey.local (spidey.Central.Sun.COM [172.20.25.27])
	by dm-central-01.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id o16G38xH048077; Sat, 06 Feb 2010 09:03:08 -0700 (MST)
Received: from spidey.local (localhost [127.0.0.1])
	by spidey.local (8.14.4+Sun/8.14.4) with ESMTP id o16Fujlv027176; Sat,
 06 Feb 2010 08:56:45 -0700 (MST)
Received: (from timh@localhost)	by spidey.local (8.14.4+Sun/8.14.4/Submit)
 id o16FujEx027175; Sat, 06 Feb 2010 08:56:45 -0700 (MST)
Date: Sat, 06 Feb 2010 08:56:45 -0700 (MST)
From: Tim Haley <timh@spidey.local>
Subject: x86gentopo enumeration of direct attached SATA [PSARC/2010/045
 FastTrack timeout 02/12/2010]
To: PSARC-ext@sun.com
Cc: x86-pi@sun.com
Message-id: <201002061556.o16FujEx027175@spidey.local>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4223

I am sponsoring this case on behalf of Tom Pothier.  The case seeks
micro/patch binding.  Timeout is 02/12/10.

This case introduces a variety of interfaces expanding the generic
x86 FMA topology enumerator to enumerate direct-attached SATA disks.

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2010 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 x86gentopo enumeration of direct attached SATA
    1.2. Name of Document Author/Supplier:
	 Author:  Tom Pothier
    1.3  Date of This Document:
	06 February, 2010

4. Technical Description

Summary of new interfaces for enumeration of direct attached SATA disks with
extensions to the x86 Generic FMA Topology Enumerator (x86gentopo).

 1. Introduce one (1) OEM specific type SMBIOS structure. This is described in
    the Platform Resource Management Specification (PRMS-1).

	The new structure is:
	    - Extended Port Connector Information

 2. Implement one (1) currently not implemented DMTF ratified SMBIOS structure.
    This is described in the DMTF SMBIOS Specification Version 2.6.

	 The implemented structure is:
	     - Onboard Devices Extended Information

 3. Implement the specification version 2.6 fields of one (1) DMTF ratified
    SMBIOS structure. These fields are described in the DMTF SMBIOS
    Specification Version 2.6.

	 The structure is:
	     - System Slots

 4. Extend smbios(1M) and libsmbios.so to implement 1, 2, and 3 above.

 5. Implement the "sata-phy" devinfo property in the SATA framework to
    export the disk PHY.

  Interface Tables
  ----------------

  These interfaces extend SMBIOS capability and are Consolidation Private. This
  is in line with the original SMBIOS interface in "PSARC/2005/483 SMBIOS
  Support for Solaris".

  Name			Value			Description
  -----------------------------------------------------------------------------
  | SUN_OEM_EXT_PORT	   | 136 | SMBIOS OEM-Specific Type Extended Port
  |			   |     | Connector Information Structure
  -----------------------------------------------------------------------------
  | SMB_TYPE_OBDEVEXT	   |  41 | SMBIOS Onboard Devices Extended Information
  |			   |     | Structure
  -----------------------------------------------------------------------------
  | smb_port_ext	   |  -  | smbios_impl.h Type 136 structure
  -----------------------------------------------------------------------------
  | smb_obdev_ext	   |  -  | smbios_impl.h Type 41 structure
  -----------------------------------------------------------------------------
  | smb_slot		   |  -  | smbios_impl.h Type 9 structure
  -----------------------------------------------------------------------------
  | smbios_port_ext	   |  -  | smbios.h Type 136 structure
  -----------------------------------------------------------------------------
  | smbios_obdev_ext	   |  -  | smbios.h Type 41 structure
  -----------------------------------------------------------------------------
  | smbios_slot		   |  -  | smbios.h Type 9 structure
  -----------------------------------------------------------------------------
  | smbios_info_extport	   |  -  | libsmbios routine to return extended port
  |			   |     | information structure information
  -----------------------------------------------------------------------------
  | smbios_info_obdevs_ext |  -  | libsmbios routine to return onboard devices
  |			   |     | extended structure information
  -----------------------------------------------------------------------------
  | smbios_info_slot	   |  -  | libsmbios routine to return system slot
  |			   |     | structure information
  -----------------------------------------------------------------------------

  This interface is Consolidation Private

  -----------------------------------------------------------------------------
  | "sata-phy"		   |  -  | devinfo property to return the disk PHY
  |			   |     | from within the SATA framework
  -----------------------------------------------------------------------------

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		ON
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From tim.haley@sun.com Mon Feb 15 16:31:28 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1G0VSm8027641
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 15 Feb 2010 16:31:28 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1G0VSlD024947;
	Mon, 15 Feb 2010 16:31:28 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXW00601S4GG200@nwk-avmta-2.sfbay.sun.com>; Mon,
 15 Feb 2010 16:31:28 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXW00NCUS4F5470@nwk-avmta-2.sfbay.sun.com>; Mon,
 15 Feb 2010 16:31:28 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1G0VR2q007869; Tue,
 16 Feb 2010 00:31:27 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXW00500RZOWM00@mail-amer.sun.com>; Mon, 15 Feb 2010 17:31:27 -0700 (MST)
Received: from [172.20.25.27] ([unknown] [172.20.25.27])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KXW008GLS4F6060@mail-amer.sun.com>; Mon,
 15 Feb 2010 17:31:27 -0700 (MST)
Date: Mon, 15 Feb 2010 17:31:27 -0700
From: Tim Haley <tim.haley@sun.com>
Subject: Re: x86gentopo enumeration of direct attached SATA [PSARC/2010/045
 FastTrack timeout 02/12/2010]
In-reply-to: <201002061556.o16FujEx027175@spidey.local>
Sender: Timothy.Haley@sun.com
To: PSARC-ext@sun.com
Cc: x86-pi@sun.com
Message-id: <4B79E75F.2030205@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <201002061556.o16FujEx027175@spidey.local>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100117
 Thunderbird/3.0
Status: RO
Content-Length: 247

On 02/ 6/10 08:56 AM, Tim Haley wrote:
> I am sponsoring this case on behalf of Tom Pothier.  The case seeks
> micro/patch binding.  Timeout is 02/12/10.
>
>    

May I get a +1 from a member on this timed out case?  Pretty please?

thanks,
-tim


From tim.haley@sun.com Mon Feb 22 17:10:53 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1N1Arjk011846
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 22 Feb 2010 17:10:53 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o1N1AqiZ053810
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Mon, 22 Feb 2010 18:10:52 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KY900A01SM4U400@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 22 Feb 2010 18:10:52 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KY9000HYSM41HE0@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 22 Feb 2010 18:10:52 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1N1AqXm009042	for
 <psarc-ext@sun.com>; Tue, 23 Feb 2010 01:10:52 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KY900M00SGKFI00@mail-amer.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 22 Feb 2010 18:10:52 -0700 (MST)
Received: from Giles.local ([unknown] [129.150.224.216])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KY900H58SM39020@mail-amer.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 22 Feb 2010 18:10:52 -0700 (MST)
Date: Mon, 22 Feb 2010 18:10:51 -0700
From: Tim Haley <tim.haley@sun.com>
Subject: Re: x86gentopo enumeration of direct attached SATA [PSARC/2010/045
 FastTrack timeout 02/12/2010]
In-reply-to: <4B832635.3080702@sun.com>
Sender: Timothy.Haley@sun.com
To: "Mark A. Carlson" <Mark.Carlson@sun.com>
Cc: psarc-ext@sun.com
Message-id: <4B832B1B.3060901@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <201002061556.o16FujEx027175@spidey.local>
 <4B79E75F.2030205@sun.com> <4B832635.3080702@sun.com>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7)
 Gecko/20100111 Thunderbird/3.0.1
Status: RO
Content-Length: 695

Thanks, Mark.  With the +1 and the case having timed out, I'm marking it 
closed approved.

-tim

On 2/22/10 5:49 PM, Mark A. Carlson wrote:
> +1
>
> -- mark
>
> On 2/15/10 5:31 PM, Tim Haley wrote:
>> On 02/ 6/10 08:56 AM, Tim Haley wrote:
>>> I am sponsoring this case on behalf of Tom Pothier. The case seeks
>>> micro/patch binding. Timeout is 02/12/10.
>>>
>>
>> May I get a +1 from a member on this timed out case? Pretty please?
>>
>> thanks,
>> -tim
>>
>> _______________________________________________
>> opensolaris-arc mailing list
>> opensolaris-arc@opensolaris.org
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org


