Clarify the difference betweeen speed as it is defined in the MMC spec

and drive unit speeds. Add a new mmc routine for the latter.
This commit is contained in:
rocky
2006-04-04 02:06:12 +00:00
parent 380b9322ee
commit edc8056ec9
8 changed files with 105 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: mmc-tool.c,v 1.1 2006/04/04 00:20:48 rocky Exp $
$Id: mmc-tool.c,v 1.2 2006/04/04 02:06:13 rocky Exp $
Copyright (C) 2006 Rocky Bernstein <rocky@panix.com>
@@ -87,7 +87,7 @@ parse_options (int argc, char *argv[])
" current setting.\n"
" -e, --eject eject drive\n"
" -m, --mcn get media catalog number (AKA UPC)\n"
" -s, --speed=INT Set drive speed to SPEED Kb/s\n"
" -s, --speed=INT Set drive speed to SPEED K bytes/sec\n"
" Note: 1x = 4234KB/s \n"
" -V, --version display version and copyright information\n"
" and exit\n"