Skip to content
Snippets Groups Projects
Commit cffdc87e authored by ballen4705's avatar ballen4705
Browse files

Added a couple SATA commands to the tables -- thanks DG!

Phil -- how about going through and systematically adding
these new commands to atacmdnames.cpp?


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2301 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 197ebc14
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.577 2006/10/22 11:50:47 ballen4705 Exp $ $Id: CHANGELOG,v 1.578 2006/10/22 18:39:39 ballen4705 Exp $
The most recent version of this file is: The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
...@@ -33,6 +33,10 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -33,6 +33,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[BA] Added a couple SATA commands to the tables -- thanks DG!
Phil -- how about going through and systematically adding
these new commands to atacmdnames.cpp?
[BA] Linux s86_64: get rid of some compiler warnings on [BA] Linux s86_64: get rid of some compiler warnings on
x86_64 Linux systems. x86_64 Linux systems.
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define COMMAND_TABLE_SIZE 256 #define COMMAND_TABLE_SIZE 256
const char *atacmdnames_c_cvsid="$Id: atacmdnames.cpp,v 1.14 2006/08/09 20:40:19 chrfranke Exp $" ATACMDNAMES_H_CVSID; const char *atacmdnames_c_cvsid="$Id: atacmdnames.cpp,v 1.15 2006/10/22 18:39:39 ballen4705 Exp $" ATACMDNAMES_H_CVSID;
const char cmd_reserved[] = "[RESERVED]"; const char cmd_reserved[] = "[RESERVED]";
const char cmd_vendor_specific[] = "[VENDOR SPECIFIC]"; const char cmd_vendor_specific[] = "[VENDOR SPECIFIC]";
...@@ -140,8 +140,8 @@ const char *command_table[COMMAND_TABLE_SIZE] = { ...@@ -140,8 +140,8 @@ const char *command_table[COMMAND_TABLE_SIZE] = {
cmd_reserved, cmd_reserved,
cmd_reserved, cmd_reserved,
/*-------------------------------------------------- 60h-6Fh -----*/ /*-------------------------------------------------- 60h-6Fh -----*/
cmd_reserved_sa, "READ FPDMA QUEUED",
cmd_reserved_sa, "WRITE FPDMA QUEUED",
cmd_reserved_sa, cmd_reserved_sa,
cmd_reserved_sa, cmd_reserved_sa,
cmd_reserved_sa, cmd_reserved_sa,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment