1. 16 6月, 2009 1 次提交
  2. 28 4月, 2009 1 次提交
  3. 19 4月, 2009 1 次提交
  4. 08 4月, 2009 2 次提交
  5. 27 3月, 2009 2 次提交
    • B
      ide: use ata_tf_protocols enums · 0dfb991c
      Bartlomiej Zolnierkiewicz 提交于
      * Add IDE_TFLAG_MULTI_PIO taskfile flag and set it for commands
        using multi-PIO protocol.
      
      * Use ata_tf_protocols enums instead of TASKFILE_* defines to
        denote command's protocol and then rename ->data_phase field
        to ->protocol.
      
      * Remove no longer needed <linux/hdreg.h> includes.
      
      There should be no functional changes caused by this patch.
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      0dfb991c
    • B
      ide: remove ide_task_t typedef · 22aa4b32
      Bartlomiej Zolnierkiewicz 提交于
      While at it:
      - rename struct ide_task_s to struct ide_cmd
      - remove stale comments from idedisk_{read_native,set}_max_address()
      - drop unused 'cmd' argument from ide_{cmd,task}_ioctl()
      - drop unused 'task' argument from tx4939ide_tf_load_fixup()
      - rename ide_complete_task() to ide_complete_cmd()
      - use consistent naming for struct ide_cmd variables
      
      There should be no functional changes caused by this patch.
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      22aa4b32
  6. 02 1月, 2009 1 次提交
  7. 30 12月, 2008 2 次提交
  8. 21 10月, 2008 1 次提交
  9. 14 10月, 2008 1 次提交
  10. 11 10月, 2008 2 次提交