diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index 12debfa3259abca470b5b020d4d42538367ff64b..3412afbc463fc4e479e0535a5e3f39b84ca0f3d6 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 0504e3463f73b584867fbc3d50859b93dc11758c..47bde476118b74acddfa52214d970ff09cd8c021 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,