[BACK]Return to atactl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / atactl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sbin/atactl/atactl.c between version 1.13 and 1.14

version 1.13, 2001/09/07 02:17:30 version 1.14, 2001/09/07 16:33:50
Line 387  device_identify(int argc, char *argv[])
Line 387  device_identify(int argc, char *argv[])
   
         if (inqbuf->atap_cmd_def != 0 && inqbuf->atap_cmd_def != 0xffff) {          if (inqbuf->atap_cmd_def != 0 && inqbuf->atap_cmd_def != 0xffff) {
                 printf("Command sets/features enabled:\n");                  printf("Command sets/features enabled:\n");
                 print_bitinfo("\t", "\n", inqbuf->atap_cmd_set1 &                  print_bitinfo("\t", "\n", inqbuf->atap_cmd1_en &
                               (WDC_CMD1_SRV | WDC_CMD1_RLSE | WDC_CMD1_AHEAD |                                (WDC_CMD1_SRV | WDC_CMD1_RLSE | WDC_CMD1_AHEAD |
                                WDC_CMD1_CACHE | WDC_CMD1_SEC | WDC_CMD1_SMART),                                 WDC_CMD1_CACHE | WDC_CMD1_SEC | WDC_CMD1_SMART),
                                ata_cmd_set1);                                 ata_cmd_set1);
                 print_bitinfo("\t", "\n", inqbuf->atap_cmd_set2 &                  print_bitinfo("\t", "\n", inqbuf->atap_cmd2_en &
                               (WDC_CMD2_RMSN | ATA_CMD2_APM), ata_cmd_set2);                                (WDC_CMD2_RMSN | ATA_CMD2_APM), ata_cmd_set2);
         }          }
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>