From cffdc87ed0803a329ad3ebf87028c943d7a4ab2e Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 22 Oct 2006 18:39:39 +0000
Subject: [PATCH] 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
---
 sm5/CHANGELOG       | 6 +++++-
 sm5/atacmdnames.cpp | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index 12debfa32..3412afbc4 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 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:
 http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
@@ -33,6 +33,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <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
        x86_64 Linux systems.
 
diff --git a/sm5/atacmdnames.cpp b/sm5/atacmdnames.cpp
index 0504e3463..47bde4761 100644
--- a/sm5/atacmdnames.cpp
+++ b/sm5/atacmdnames.cpp
@@ -26,7 +26,7 @@
 
 #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_vendor_specific[] = "[VENDOR SPECIFIC]";
@@ -140,8 +140,8 @@ const char *command_table[COMMAND_TABLE_SIZE] = {
   cmd_reserved,
   cmd_reserved,
 /*-------------------------------------------------- 60h-6Fh -----*/
-  cmd_reserved_sa,
-  cmd_reserved_sa,
+  "READ FPDMA QUEUED",
+  "WRITE FPDMA QUEUED",  
   cmd_reserved_sa,
   cmd_reserved_sa,
   cmd_reserved_sa,
-- 
GitLab