aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide.c
AgeCommit message (Expand)Author
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz
2007-10-16ide: add "hdx=nodma" kernel parameterBartlomiej Zolnierkiewicz
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz
2007-10-16ide: remove "idex=dma" kernel parameterBartlomiej Zolnierkiewicz
2007-10-16ide: unexport noautodmaAdrian Bunk
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz
2007-10-11ide: hook ACPI _PSx method to IDE power on/offShaohua Li
2007-10-11hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov
2007-07-20ide: add support for SCSI ioctls to ide-floppyBartlomiej Zolnierkiewicz
2007-07-20ide: remove stale changelog/comments/TODO from ide.cBartlomiej Zolnierkiewicz
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz
2007-07-20ide: remove ide_find_best_pio_mode()Bartlomiej Zolnierkiewicz
2007-07-17Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changesLinus Torvalds
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke
2007-07-09ide: use mutex instead of ide_cfg_sem semaphore in IDE driverMatthias Kaehlcke
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov
2007-06-16Resume from RAM on HPC nx6325 brokenRafael J. Wysocki
2007-06-08ide: HPA detect from resumeLee Trager
2007-05-16ide: always disable DMA before tuning itBartlomiej Zolnierkiewicz
2007-05-10ide: legacy PCI bus order probing fixesBartlomiej Zolnierkiewicz
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz
2007-05-10ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz
2007-05-10ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz
2007-05-10ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz
2007-04-10ide: add "optical" to sysfs "media" attributeDanny Kukawka
2007-03-26ide: fix locking for manual DMA enable/disable ("hdparm -d")Bartlomiej Zolnierkiewicz
2007-03-17ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config optionsBartlomiej Zolnierkiewicz
2007-03-03ide: make legacy IDE VLB modules check for the "probe" kernel params (v2)Bartlomiej Zolnierkiewicz
2007-03-03ide: remove some obsoleted kernel params (v2)Bartlomiej Zolnierkiewicz
2007-03-03ide: remove a ton of pointless #undef REALLY_SLOW_IOAlan Cox
2007-03-03ide: fix pmac breakageAndrew Morton
2007-02-17ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: remove write-only ide_hwif_t.no_dsc flagBartlomiej Zolnierkiewicz
2007-02-17ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee
2007-02-07ACPI support for IDE devicesHannes Reinecke