2008-06-28 17:40:08

by Douglas Gilbert

[permalink] [raw]
Subject: [ANNOUNCE] sdparm 1.03

sdparm is a command line utility designed to get and set
SCSI device parameters (cf hdparm for ATA disks). The
parameters are held in mode pages. Apart from SCSI devices
(e.g. disks, tapes and enclosures) sdparm can be used on
any device that uses a SCSI command set. Almost all CD/DVD
drives use the SCSI MMC set irrespective of the transport.
sdparm also can decode VPD pages including the device
identification page. Commands to start and stop the media;
load and unload removable media and some other housekeeping
functions are supported. sdparm supports both the linux
kernel 2.4 and 2.6 series with ports to FreeBSD, Solaris,
Tru64 and Windows.

The version adds commands to set the (maximum or optimal)
media speed in CD/DVD/BD drives and show the drive/media
profile. It also tracks changes in drafts from http://www.t10.org
since the previous release.


ChangeLog for sdparm-1.03 [20080623] [svn: r96]
- allow more than one DEVICE argument on command line
- add speed[=val] and profile commands for MMC
- update Extended Inquiry VPD page to spc4r15
- 'di' VPD page: decode "NAA Locally assigned"
- SAS protocol-specific port mpage (subpage=0)
- add CAWT (sas2r13) and RTOL (sas2r14)
- change 'long long' to int64_t to stress only require
64 bit integers (similar change to uint64_t)
- cleanup to use sg_cmds_mmc and PDT_* defines
- define SDPARM_MINGW when configure detects it
- sync with debian unstable files: debian/rules+changelog

ChangeLog for sdparm-1.02 [20071008] [svn: r59]
....


For more information and downloads see:
http://www.torque.net/sg/sdparm.html

A release announcement has been sent to freshmeat.net .

Doug Gilbert