Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide-atapi: assign taskfile flags per device type | Borislav Petkov | 2008-10-13 | 1 | -2/+9 |
* | ide: add ide_drive_t.dma flag | Borislav Petkov | 2008-10-13 | 1 | -4/+5 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -10/+11 |
* | ide: make ide_transfer_pc() static | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -7/+34 |
* | ide: make ide_pc_intr() static | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -6/+9 |
* | ide: add ->pc_{update,io}_buffers methods | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -8/+6 |
* | ide: add ide_retry_pc() helper | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -5/+34 |
* | ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -7/+27 |
* | ide: add pointer to the current packet command to ide_drive_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -3/+6 |
* | ide: drop dsc_handle argument from ide_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -9/+7 |
* | ide: add ide_do_test_unit_ready() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+11 |
* | ide: add ide_do_start_stop() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+15 |
* | ide: add ide_set_media_lock() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+15 |
* | ide: add ide_queue_pc_tail() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+23 |
* | ide: add ide_queue_pc_head() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+20 |
* | ide: add ide_init_pc() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+8 |
* | ide: add ide_io_buffers() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -4/+59 |
* | ide: add ide_check_atapi_device() helper | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+47 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -15/+17 |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: remove unused PC_FLAG_DRQ_INTERRUPT | Borislav Petkov | 2008-07-23 | 1 | -2/+1 |
* | ide-floppy: convert to using the new atapi_flags (take 2) | Borislav Petkov | 2008-07-23 | 1 | -2/+3 |
* | ide: use rq->cmd instead of pc->c in atapi common code | Borislav Petkov | 2008-07-23 | 1 | -5/+13 |
* | ide-scsi: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2008-07-23 | 1 | -8/+2 |
* | ide-tape: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2008-07-23 | 1 | -2/+2 |
* | ide-floppy: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2008-07-23 | 1 | -2/+8 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -6/+7 |
* | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -4/+2 |
* | ide: add ide_read_ireason() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+14 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+1 |
* | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+177 |
* | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+49 |
* | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+70 |