From markcarl@sac.sfbay.sun.com Thu Jan 15 06:02:22 2009
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 n0FE2M1J000195
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 15 Jan 2009 06:02:22 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n0FE2LpE038618;
	Thu, 15 Jan 2009 07:02:21 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KDI00D05MZWTU00@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Jan 2009 06:02:20 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDI00BQNMZWLJ30@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 15 Jan 2009 06:02:20 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n0FE2HLM039954; Thu, 15 Jan 2009 06:02:17 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n0FE2CTB000178; Thu,
 15 Jan 2009 06:02:12 -0800 (PST)
Received: (from markcarl@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n0FE2Cow000173; Thu,
 15 Jan 2009 06:02:12 -0800 (PST)
Date: Thu, 15 Jan 2009 06:02:12 -0800 (PST)
From: Mark Carlson <markcarl@sac.sfbay.sun.com>
Subject: Update Sg3 utilities to 1.26 [PSARC/2009/029 FastTrack timeout
 01/22/2009]
To: PSARC-ext@sun.com
Cc: David.Zhang@sun.com, Grant.Zhang@sun.com, Xiao.L@sun.com
Message-id: <200901151402.n0FE2Cow000173@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 9699

I am sponsoring this update to the previously approved sg3 utilities case
sg3 utilities 1.25 [PSARC/2008/683]. It times out 01/22/2009. 

Here are the detailed changes from v1.25 to v1.26:
Features changed:
1) add a new command, sg_sat_phy_event
2) enhanced some of the existing commands(new options added, code refinement)
3) enriched existing manpages

Major changes for ARC case documents:
1) add a new interface(command sg_sat_phy_event)
2) modify an existing interface(private library and its symbolic link) name
      libsgutils.so -> libsgutils2.so
      libsgutils.so.1 -> libsgutils2.so.2
      libsgutils.so.1.0.0 -> libsgutils2.so.2.0.0
3) add a new interface(manpage of sg_sat_phy_event)

The updated documents and a diff file are in the case directory

-- mark

Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Update Sg3 utilities to 1.26
    1.2. Name of Document Author/Supplier:
	 Author:  Xiao Li
    1.3  Date of This Document:
	15 January, 2009

2. Project Summary
   2.1. Project Description

        This project updates the Sg3 utilities from 1.25 to 1.26.
    
4. Technical Description

	The sg3_utils package contains utilities that send SCSI commands to
	devices. As well as devices on transports traditionally associated
	with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and
	the SCSI Parallel Interface(SPI)) and many other devices use SCSI
	command sets. ATAPI cd/dvd drives and SATA disks that connect via a
	translation layer or a bridge device are examples of devices that
	use SCSI command sets.
	There are about 33 command line utilities inside this package.
	Command name	Notes
	============	===================================================
	sg_get_config	fetch features and profiles of a cd/dvd drive and/or
			its current media
	sg_ident	default is to report (fetch) the device identifier.
			With the '--set' option a new identifier is sent to
			the device.
	sg_inq		fetch standard response, VPD pages or version
			descriptors. Also can perform IDENTIFY (PACKET)
			DEVICE ATA command. VPD page decoding also performed
			by sg_vpd and sdparm.
	sg_logs		fetch log sense pages, decode standard and some vendor
			pages
	sg_luns		fetch luns reported by a device (lun 0 or "well known
			lu")
	sg_modes	fetch mode pages (output mainly in hex, to decode
			output use sdparm)
	sg_opcodes	fetch supported SCSI commands or supported task
			management functions
	sg_persist	control persistent reservations and report reservation
			status
	sg_prevent	control media removal, mainly for those SCSI devices
			which have removable media (e.g. CD/DVD and tape drives)
	sg_raw		send user supplied cdb
	sg_rdac		display or modify RDAC redundant controller mode page
	sg_read_buffer	read descriptors or data
	sg_read_long	read data from given lba which includes the block and
			ECC data.
	sg_readcap	fetch the number of blocks and the individual block
			size for disks and CD/DVD media
	sg_reassign	reassign a lba from one sector on a disk (typically
			damaged) to a new (spare) sector. User data copied if
			it is recoverable.
	sg_requests	fetch sense data from the given device. Modern uses
			include getting a progress indication (e.g. during a
			format) or finding the power condition state.
	sg_rmsn		Relatively new command added to SPC-3. Format of
			response is vendor specific so this utility outputs
			it in hex (default) or binary.
	sg_rtpg		Specialized for multi-ported SCSI devices where one
			port (or a group of them) is preferred for IO over
			another (or others).
	sg_safte	fetch information from a SAF-TE processor.
	sg_sat_identify	Send ATA IDENTIFY DEVICE or IDENTIFY PACKET DEVICE
			commands via the SAT ATA PASS-THROUGH (16 or 12) SCSI
			command.
	sg_sat_phy_event	Sends an ATA READ LOG EXT command via a SAT to
	                fetch log page 11h which contains SATA phy event counters.
	sg_sat_set_features  	Sends ATA SET FEATURES command via SAT.
	sg_senddiag	Issues either a default self test or a short/extended
			foreground/background self test. With no arguments it
			uses RECEIVE DIAGNOSTIC RESULTS to list all supported
			diagnostic pages.
	sg_ses		Fetches status diagnostic pages from, and sends some
			control pages to, a SCSI Enclosure Services (SES)
			device.
	sg_start	Controls the power condition state of a SCSI device.
			Primary use is to spin up and down SCSI disks. Can
			also load and eject removable media.
	sg_stpg		Specialized for multi-ported SCSI devices where one
			port (or a group of them) is preferred for IO over
			another (or others).
	sg_sync		Causes disk caches to be flushed to media.
	sg_turs		Issue one or more Test Unit Ready commands. Can be
			used to time SCSI command overhead.
	sg_verify	reads indicated blocks on a SCSI disks, stops on the
			first error found. Does not yield any data. Useful
			for media scans.
	sg_vpd		Decodes standard and some vendor Vital Product Data
			(VPD) pages.
	sg_wr_mode	writes mode pages supplied in ASCII hex (e.g. from
			"sg_modes -r") to the  SCSI device. See sdparm for
			another method of setting mode page parameters.
	sg_write_buffer	write data; can be used to download firmware.
	sg_write_long	writes to a lba, data which includes the block and
			ECC data. Suitable data typically fetched by prior
			sg_read_long utility.
5. Interfaces

    Exported interface			Classification	Interface type
    ===============================	==============	==============
    SUNWsg3utilsu			Uncommitted	Package	name
    SUNWsg3utilsr			Uncommitted	Package	name
    /usr/sbin/sg_get_config		Uncommitted	Command
    /usr/sbin/sg_ident			Uncommitted	Command
    /usr/sbin/sg_inq			Uncommitted	Command
    /usr/sbin/sg_logs			Uncommitted	Command
    /usr/sbin/sg_luns			Uncommitted	Command
    /usr/sbin/sg_modes			Uncommitted	Command
    /usr/sbin/sg_opcodes		Uncommitted	Command
    /usr/sbin/sg_persist		Uncommitted	Command
    /usr/sbin/sg_prevent		Uncommitted	Command
    /usr/sbin/sg_raw			Uncommitted	Command
    /usr/sbin/sg_rdac			Uncommitted	Command
    /usr/sbin/sg_read_buffer		Uncommitted	Command
    /usr/sbin/sg_read_long		Uncommitted	Command
    /usr/sbin/sg_readcap		Uncommitted	Command
    /usr/sbin/sg_reassign		Uncommitted	Command
    /usr/sbin/sg_requests		Uncommitted	Command
    /usr/sbin/sg_rmsn			Uncommitted	Command
    /usr/sbin/sg_rtpg			Uncommitted	Command
    /usr/sbin/sg_safte			Uncommitted	Command
    /usr/sbin/sg_sat_identify		Uncommitted	Command
    /usr/sbin/sg_sat_phy_event		Uncommitted	Command
    /usr/sbin/sg_sat_set_features	Uncommitted	Command
    /usr/sbin/sg_senddiag		Uncommitted	Command
    /usr/sbin/sg_ses			Uncommitted	Command
    /usr/sbin/sg_start			Uncommitted	Command
    /usr/sbin/sg_stpg			Uncommitted	Command
    /usr/sbin/sg_sync			Uncommitted	Command
    /usr/sbin/sg_turs			Uncommitted	Command
    /usr/sbin/sg_verify			Uncommitted	Command
    /usr/sbin/sg_vpd			Uncommitted	Command
    /usr/sbin/sg_wr_mode			Uncommitted	Command
    /usr/sbin/sg_write_buffer		Uncommitted	Command
    /usr/sbin/sg_write_long		Uncommitted	Command
    /usr/lib/libsgutils2.so		Private		Symbolic link
    /usr/lib/libsgutils2.so.2		Private		Symbolic link
    /usr/lib/libsgutils2.so.2.0.0	Private		Shared library file
    /usr/share/man/man1m/sg_read_long.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_safte.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_senddiag.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_wr_mode.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_stpg.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_persist.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_ses.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_opcodes.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_get_config.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_read_buffer.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_luns.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_requests.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_prevent.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_rdac.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_rtpg.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_sat_identify.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_sat_phy_event.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_start.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_verify.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_modes.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_readcap.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_sat_set_features.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_rmsn.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg3_utils.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_ident.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_vpd.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_inq.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_raw.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_turs.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_sync.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_logs.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_format.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_reassign.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_write_long.1m	Uncommitted	Manpage
    /usr/share/man/man1m/sg_write_buffer.1m	Uncommitted	Manpage
 
  The following additional installed files are not interface.

         Additional document
         -------------------
	 N/A
	 
6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From carlsonj@phorcys.east.sun.com Thu Jan 15 07:06:10 2009
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 n0FF69eT001240
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 15 Jan 2009 07:06:09 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n0FF62Re006371;
	Thu, 15 Jan 2009 08:06:07 -0700 (MST)
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 <0KDI0071NPY67P00@nwk-avmta-2.sfbay.sun.com>; Thu,
 15 Jan 2009 07:06:06 -0800 (PST)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDI005YFPY4P610@nwk-avmta-2.sfbay.sun.com>; Thu,
 15 Jan 2009 07:06:04 -0800 (PST)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3) with ESMTP id n0FF63KL008708; Thu,
 15 Jan 2009 10:06:03 -0500 (EST)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3/Submit) id n0FF636V008705; Thu,
 15 Jan 2009 10:06:03 -0500 (EST)
Date: Thu, 15 Jan 2009 10:06:03 -0500
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: Update Sg3 utilities to 1.26 [PSARC/2009/029 FastTrack timeout
 01/22/2009]
In-reply-to: <200901151402.n0FE2Cow000173@sac.sfbay.sun.com>
To: Mark Carlson <markcarl@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, David.Zhang@sun.com, Grant.Zhang@sun.com,
        Xiao.L@sun.com
Message-id: <18799.20699.199994.142015@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901151402.n0FE2Cow000173@sac.sfbay.sun.com>
Status: RO
Content-Length: 544

Mark Carlson writes:
> Here are the detailed changes from v1.25 to v1.26:
> Features changed:
> 1) add a new command, sg_sat_phy_event
> 2) enhanced some of the existing commands(new options added, code refinement)
> 3) enriched existing manpages

This looks to me like something that should get automatic approval.

+1

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From Mark.Carlson@Sun.COM Fri Jan 23 14:59:10 2009
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 n0NMxAIq002918
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 23 Jan 2009 14:59:10 -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.2) with ESMTP id n0NMxAEK022764
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 23 Jan 2009 15:59:10 -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 <0KDY0090D56KO600@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Fri, 23 Jan 2009 15:59:08 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDY0084W56KLEE0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Fri,
 23 Jan 2009 15:59:08 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n0NMx72o001753	for
 <PSARC-ext@Sun.COM>; Fri, 23 Jan 2009 22:59:07 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KDY005014XZ1M00@mail-amer.sun.com>
 (original mail from Mark.Carlson@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Fri,
 23 Jan 2009 15:59:07 -0700 (MST)
Received: from Macintosh-335.local ([129.150.34.212])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KDY00ILW56GWE80@mail-amer.sun.com> for
 PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Fri,
 23 Jan 2009 15:59:05 -0700 (MST)
Date: Fri, 23 Jan 2009 15:59:04 -0700
From: "Mark A. Carlson" <Mark.Carlson@Sun.COM>
Subject: Re: Update Sg3 utilities to 1.26 [PSARC/2009/029 FastTrack timeout
 01/22/2009]
In-reply-to: <200901151402.n0FE2Cow000173@sac.sfbay.sun.com>
Sender: Mark.Carlson@Sun.COM
To: PSARC-ext@Sun.COM
Cc: David.Zhang@Sun.COM, Grant.Zhang@Sun.COM, Xiao.L@Sun.COM
Message-id: <497A4BB8.6060008@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901151402.n0FE2Cow000173@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 52

This case was approved at PSARC this week.

-- mark

From Holly.Costanza@sun.com Fri Jan 23 15:02:24 2009
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 n0NN2NeW003179
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 23 Jan 2009 15:02:23 -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.2) with ESMTP id n0NN2Mu0023994
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 23 Jan 2009 16:02:23 -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 <0KDY00A015BZ1A00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 23 Jan 2009 16:02:23 -0700 (MST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDY008WV5BYLEE0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 23 Jan 2009 16:02:23 -0700 (MST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n0NN2MwF029557	for
 <PSARC-ext@sun.com>; Fri, 23 Jan 2009 15:02:22 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KDY008014Z6PF00@fe-sfbay-10.sun.com>
 (original mail from Holly.Costanza@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 23 Jan 2009 15:02:22 -0800 (PST)
Received: from [10.0.1.3] ([129.150.18.57])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0KDY003WC5BF0740@fe-sfbay-10.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 23 Jan 2009 15:02:03 -0800 (PST)
Date: Fri, 23 Jan 2009 15:02:15 -0800
From: Holly Vergara <Holly.Costanza@sun.com>
Subject: Re: Update Sg3 utilities to 1.26 [PSARC/2009/029 FastTrack timeout
 01/22/2009]
In-reply-to: <497A4BB8.6060008@sun.com>
Sender: Holly.Costanza@sun.com
To: "Mark A. Carlson" <Mark.Carlson@sun.com>
Cc: PSARC-ext@sun.com, David.Zhang@sun.com, Grant.Zhang@sun.com,
        Xiao.L@sun.com
Message-id: <F024704C-B087-477D-88A3-28B8EF1602CA@sun.com>
MIME-version: 1.0
X-Mailer: Apple Mail (2.753.1)
Content-type: multipart/alternative;
 boundary="Boundary_(ID_3Oi0mD5zU9RVHqrs+nuDzg)"
X-PMX-Version: 5.4.1.325704
References: <200901151402.n0FE2Cow000173@sac.sfbay.sun.com>
 <497A4BB8.6060008@sun.com>
Status: RO
Content-Length: 8219


--Boundary_(ID_3Oi0mD5zU9RVHqrs+nuDzg)
Content-type: text/plain; format=flowed; delsp=yes; charset=UTF-8
Content-transfer-encoding: QUOTED-PRINTABLE

Great,  we just need CTeam approval.  not sure we are going to get =
=20
that anytime soon now if we haven't already.  SFW CTeam was hit hard =
=20
yesterday.
On Jan 23, 2009, at 2:59 PM, Mark A. Carlson wrote:

> This case was approved at PSARC this week.
>
> -- mark

=EF=BF=BC



Holly Vergara (Costanza)
SPSG PM
Sun Microsystems, Inc.
10 Network Circle
Menlo Park, CA 94025 US
Phone 650 786-8912
Accessline 408-404-6838 x32255
Holly.Costanza@Sun.COM











--Boundary_(ID_3Oi0mD5zU9RVHqrs+nuDzg)
Content-type: multipart/related;
 boundary="Boundary_(ID_tG/XhElmosxCdcDUVponbQ)"; type="text/html"


--Boundary_(ID_tG/XhElmosxCdcDUVponbQ)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: QUOTED-PRINTABLE

<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space;=
 -webkit-line-break: after-white-space; ">
Great, =A0we just need CTeam approval. =A0not sure we are going to ge=
t that anytime soon now if we haven't already. =A0SFW CTeam was hit h=
ard yesterday.<br><div><div>On Jan 23, 2009, at 2:59 PM, Mark A. Carl=
son wrote:</div><br class=3D"Apple-interchange-newline"><blockquote t=
ype=3D"cite"><div style=3D"margin-top: 0px; margin-right: 0px; margin=
-bottom: 0px; margin-left: 0px; ">This case was approved at PSARC thi=
s week.</div><div style=3D"margin-top: 0px; margin-right: 0px; margin=
-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div st=
yle=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin=
-left: 0px; ">-- mark</div> </blockquote></div><br><div> <span><img s=
rc=3D"cid:2E1AFDC8-258C-45AA-9E55-605C3455231B@local"></span><span cl=
ass=3D"Apple-style-span" style=3D"border-collapse: separate; color: r=
gb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: nor=
mal; font-variant: normal; font-weight: normal; letter-spacing: norma=
l; line-height: normal; orphans: 2; text-align: auto; text-indent: 0p=
x; text-transform: none; white-space: normal; widows: 2; word-spacing=
: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertica=
l-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-tex=
t-size-adjust: auto; -webkit-text-stroke-width: 0; "><div><div><br cl=
ass=3D"Apple-interchange-newline"><br class=3D"Apple-interchange-newl=
ine"><br></div><div>Holly Vergara (Costanza)</div><div>SPSG PM</div><=
div>Sun Microsystems, Inc.</div><div>10 Network Circle</div><div>Menl=
o Park, CA 94025 US</div><div>Phone 650 786-8912</div><div>Accessline=
 408-404-6838 x32255</div><div><a href=3D"mailto:Holly.Costanza@Sun.C=
OM">Holly.Costanza@Sun.COM</a></div><br class=3D"Apple-interchange-ne=
wline"><br></div><div>=A0</div><span class=3D"Apple-style-span" style=
=3D"border-collapse: separate; -webkit-border-horizontal-spacing: 0px=
; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-fam=
ily: Helvetica; font-size: 14px; font-style: normal; font-variant: no=
rmal; font-weight: normal; letter-spacing: normal; line-height: norma=
l; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webki=
t-text-size-adjust: auto; text-transform: none; orphans: 2; white-spa=
ce: normal; widows: 2; word-spacing: 0px; "><div><br></div><di=
v><br></div><div><br></div><div>=A0</div><br class=3D"Apple-interchan=
ge-newline"></span></span><br class=3D"Apple-interchange-newline"> </=
div><br></body></html>

--Boundary_(ID_tG/XhElmosxCdcDUVponbQ)
Content-id: <2E1AFDC8-258C-45AA-9E55-605C3455231B@local>
Content-type: image/gif; name=6d_top.gif; x-unix-mode=0666
Content-transfer-encoding: BASE64
Content-disposition: inline; filename=6d_top.gif

R0lGODlhiAB5AMQAALTE18vW5HmWtTRmjGWHqv///yVehaa5zythiJOqxYKdu012
mjtqkFJ6nVh+oV6DpZywyURwlkBtk4ukv9Xg6Uhyl3CQsGuMrfL1+OTq8FB9nfH1
98DO3nSTsgAAAAAAACwAAAAAiAB5AAAF/yAljmRpnmiqrmzrklshz3Rt10Gu73zv
/8CgcEgs6ii3pHJmbDqf0Kgus6zapNis9omxemWcsHhMLpvP6LR6zW6HkV+ve06v
2+9hatwK4PT/foGAg4KFhIeGiYiLio2Mh3teAJOUlZaXmJmam5ydnp8AAZF8oKWm
p6ipeqNKkweusACvsrGztrW4tLq3u7m8v77BvbQxrEoHyMiyya/MzczLydHKztPP
0tXZ0NrY297dr8ZLzuTl5ufo6err7Ogc4sft8vP09fVw8DYHEMj8/PsA//nrF5Cg
wIIIBx5cCDChQ4YMC0JclY8GhIsYM2rcyLGjx48gQ4oc2aVijZEoU/+qXMlyo0kb
LWPKnLkSwMsaCXLq3Mmzp8+fQIMKHUqUqM2bM4oqXcq0qVOe75DKeEq1qtWlExKI
klpggtevYMOKHUu2rNmzaNOmjSpVrdu3cOPKDbu17dy7ePPCpXhTgd+/gAMLHky4
sOHDiBMn5vtSsePHkCNLDszY5OTLmDNHxodUgQDPoD+LDk16tOnSqE+rTs16tevW
oStXFEC7tu3buHPr3s27t+/fv2XnA068uPHjyG+zRZq8ufPnx5ff7EC9uvXr2LNr
3869u/fv349KBU++vPnz6K+LR2qhvfv38OPLn0+/vv37+PFD4Fogv///AAYoIHwJ
8HfBgQgmqOD/ggw26OCDEEYooYQTGDjhhRhmqOGGClrI4YcghphhSUgRYOKJKKao
4oostujiizDGKCNnL8lo44045qijitKZtOOPQAap4wFcPWDkkUgmqeSSTDbp5JNQ
RillhVJJaeWVWGap5ZJFbunll2BqKZwxYZZp5plIrmeSA2y26eabcMYp55x01mnn
nXg6QOVNefbp55+ABuoAAVIJauihiPpJYz4ONNDoo45GCumkklZK6aWWZorpppp2
yuml+93UwKiklmrqqaimquqqrLbq6qujdoAUrLTWauutuJI6ZiS59urrr7aqCc+o
CzRQ7LHGJovssso2y+yzzkYL7bTSVkst/7MW3LTAttx26+234IYr7rjklmvuud3u
Gge67Lbr7rvwdiusMfHWa++9717wEr789utvuiZVIPDABBds8MEIJ6zwwgw37HDB
847y8MQUV2zxxQUrEDDGHHfs8cUkihPByCSXbPLJKKes8sost+zyyydHvAfMNNds
8804n7ynyDn37PPPOC9QkQREF2300UgnrfTSTDft9NNQIx3BopFEbfXVWGettdRE
wrP112CH/bUA+Yht9tloIy00PAy07fbbcMct99x012333XjnPbe6S+jt99+ABy74
3D3uMfjhiCeOeKjGKO7445DLra84kVduOeINsH355pznzfYADIAuev/opI9ueumo
n6566qyv7nrrsL8ue+h1jTLA7bjnrvvuvPfu++/ABy/88L0zUHsksycf+/LKN8/8
88kPwLjtxFdv/fXYZ9/79Mhr7/334H8vqzHhl2/++b1Pzgr4EoiCgQLox18+oeR/
vx788uef/drray/BAO4rCf6s5wAIcCAAAICAA/QXPnH4jwKTkAEFBIiAAVTwghbM
IAYdgIQMTKIYAfgfA7UnDgyaUIMorCADosIBOFCgGAqo4O1kmMEZDoAAMQCABREg
AT0s4IJA3KEQERBEIg6xiEg8ohKN6MATOhGFEqBABvTQQgnCUIhYNKIEYpCBGiJA
YxnAoBdtOMb/MsrwjGREoxnJOIASEvGNcIzjGxnQtSmCwYVd2IADkAjEUEEAjjcs
wAHkSMhCGvKQiJRjCVPIyAtGkQJRsWMBqlgAKRIphke84FYSoEEEEMoCTwxlI0cp
ylJa0I2JJCID4NAHGUiyihgoUAE2QIA47hABW6FAHDVQAAaoUgAT8GUiBQCBCsTx
AQowZipTicpErtKKkHSlHggQgK5hAAkCKGRdJhDHPSJgAiUZJBy38kcEcBAMb7QA
iZS5zEM285DPrGRJLHCUkhCAbAW4pgQL2bV8ehOO/ZwkHB0wAw2YsxgFCAARbTJB
GZSznYZ8ZyHj2dACJMAry5GlPitJzFru/5IGGGAnArI1AT1w8411RAADMkABWSrU
JtnsWgIg6k5jpBKPMjhAMTZwgBxEZaPRlEE247gcCgiTARtIQAUKCkc9DJIDGWDA
US5aAIMiQA9DpSkhJSrHbMkzpwjtChGpANTlYECODAgZBxaqy5S+8QEF5aVBTVqA
ofJSBiLVKhy5GsedCbIYcJgpAmoQ1Ax04axyhCsNQJmBucrgpAt1JQIikM27FiAD
4kTAUXSp163aFJERIJFOZbCVDWQlAWwprFMLubMwEtGrBYjAGyMwg8wioJ+crWAx
INvZvX4WkRo44GgTKoOkzoACPW3lZfUAAAMgwLnQJaIBamdQA7Dwuf/PFY8GnPvc
VTwAunuyYHTHi13ymnewxoCuep+7XgNoAITF1UDtKDCAOjI3uuKV7mRpcAEDtFGo
3FXsZd/o3hmsFbtULK+Cz8vgCpaQuxDWL3Y10IXSHkC+s3ThOyTZXAhzYKbjZUs2
8XlW5w5gFQfw7wO+OYMIGMC5lu3vihdM4wYbQMCjkHCEsTvhqPB0lhp1IQDuK+Gk
6te5sizAiqOS4uxWdMWTMAArIXyUMMI1wjauMQJwHIkXe/nLYPbyezcAAQvLoKwF
6PCXeZmAMGvUvwV98QQ2MDkMFFgClt2ul4uR4gy0OcyADrSXubwHQQtaA10zcz5d
OAFA64sDYZ7/qgEml4EXk+0BVOLAiVNMpQB8WcASOEAXDU3qLyd5FKUG9HtJW9yu
bQAJagZzgTYA5rtSAMmkNUCBBKBrGQBABAOQMoC9nOQCYfoAwU61oE/dZWXXGr6z
dPWfAS1LNU+tksk+9QZ4Pd0ZbMDFtJVBsl98agE8gALVdHagC/cFdT+b1UBOs6EH
UOUDAvnL+Eyong2wWRcbAJ+Q/jKVtu1eD0LA3WE+XqERLmbAysBIqR7AA3RygXF7
+QIC2PeLB5CA/pZ6AJ4Z9wM6YHGGh7XZDH/xqmfw3ZS7/OUM/296Yb7ygDMcANxG
uACmDfNUE3rhMJd4y1Md3A+/YroaoHcA/4J74TBogOkHeACiLxAAAUxRAFRvcx/4
oWkBVL3nBvArysHu7AdsQGjnnrgDPiwBsy+AA34BQAIgIAEFJFBjF5BATgxA5g3A
9QEZsDtc8w72gKKa7Op+gKcLMN2JK94BN/Z0CBWvAQBsYAAb6CLV5d5mJT9gALf2
dAIeQPWD95xqcUB84hff+NEnIAMBULwBIDDFC3QgALc+AKQh0NILZMDrOQDgdHX9
AKgqoOcyn7nqYf6/Lzd/AAt4cQD6S7QXS0DlJbf+9Xv+c6Av//teDoDpwV9qZh+e
/OhPP6lRn3r1u//9G68I/Oef/nyLg/74/77hWZH//pP95PznfwKYchvqAw8DeIDu
JjPeh4AMKGgAGIANGIFhVoDwEAIAOw==

--Boundary_(ID_tG/XhElmosxCdcDUVponbQ)--

--Boundary_(ID_3Oi0mD5zU9RVHqrs+nuDzg)--

