]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - atacmdnames.cpp
Updated changelog
[mirror_smartmontools-debian.git] / atacmdnames.cpp
index 0504e3463f73b584867fbc3d50859b93dc11758c..ecd483bbef39bf7c2e7a657ff1d01d31bce56802 100644 (file)
@@ -7,7 +7,7 @@
  * Home page of code is: http://smartmontools.sourceforge.net
  * Address of support mailing list: smartmontools-support@lists.sourceforge.net
  *
- * Copyright (C) 2003-6 Philip Williams
+ * Copyright (C) 2003-8 Philip Williams
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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.17 2008/03/29 23:41:28 shattered 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,
@@ -289,7 +289,7 @@ const char *command_table[COMMAND_TABLE_SIZE] = {
                             f_reg is used in look_up_ata_command().  If this
                             command code is reclaimed in a future standard then
                             be sure to update look_up_ata_command(). */
-  "FLUSH CACHE EXIT",
+  "FLUSH CACHE EXT",
   cmd_reserved,
   "IDENTIFY DEVICE",
   "MEDIA EJECT",