summaryrefslogtreecommitdiff
path: root/drivers/ide/pci
AgeCommit message (Expand)Author
2007-10-19ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz
2007-10-19ide: add DECLARE_GENERIC_PCI_DEV() macro to generic IDE PCI host driverBartlomiej Zolnierkiewicz
2007-10-19siimage: bump driver versionBartlomiej Zolnierkiewicz
2007-10-19ide: Fix cs5535 driver accessing beyond array boundaryBenjamin Herrenschmidt
2007-10-19ide: Fix siimage driver accessing beyond array boundaryBenjamin Herrenschmidt
2007-10-16amd74xx: remove /proc/ide/amd74xxBartlomiej Zolnierkiewicz
2007-10-16amd74xx/via82cxxx: don't initialize drive->dnBartlomiej Zolnierkiewicz
2007-10-16sis5513: remove /proc/ide/sisBartlomiej Zolnierkiewicz
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz
2007-10-16sis5513: clear prefetch and postwrite for ATAPI devicesBartlomiej Zolnierkiewicz
2007-10-16it8213/piix/slc90e66: "de-couple" PIO and UDMA modesBartlomiej Zolnierkiewicz
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz
2007-10-16sl82c105: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz
2007-10-16cs5530/sc1200: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz
2007-10-16ide: remove ide_use_fast_pio()Bartlomiej Zolnierkiewicz
2007-10-16ide: remove drive->init_speed zeroingBartlomiej Zolnierkiewicz
2007-10-16it8213/piix/slc90e66: remove {it8213,piix,slc90e66}_dma_2_pio()Bartlomiej Zolnierkiewicz
2007-10-16atiixp: DMA setup fixesBartlomiej Zolnierkiewicz
2007-10-16sc1200: always tune PIOBartlomiej Zolnierkiewicz
2007-10-16cs5530: always tune PIOBartlomiej Zolnierkiewicz
2007-10-16slc90e66: always tune PIOBartlomiej Zolnierkiewicz
2007-10-16aec62xx: always tune PIOBartlomiej Zolnierkiewicz
2007-10-16sis5513: always tune PIOBartlomiej Zolnierkiewicz
2007-10-16sis5513: DMA setup fixesBartlomiej Zolnierkiewicz
2007-10-16hpt366: always tune PIOBartlomiej Zolnierkiewicz
2007-10-16ide: fix serverworks.c UDMA regressionTony Battersby
2007-10-16IDE: sg chaining supportJens Axboe
2007-10-13alim15x3: remove redundant m5229_revision checkBartlomiej Zolnierkiewicz
2007-10-13sc1200: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz
2007-10-13cs5520: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz
2007-10-13sgiioc4: add missing ->dma_base checkBartlomiej Zolnierkiewicz
2007-10-13cs5535: add missing ->dma_base checkBartlomiej Zolnierkiewicz
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz
2007-10-13pdc202xx_new: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz
2007-10-13cs5535: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz
2007-10-13amd74xx/via82cxxx: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz
2007-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2007-10-11ide: use only ->set_pio_mode method for programming PIO modes (take 2)Bartlomiej Zolnierkiewicz
2007-10-11sis5513: don't change UDMA settings when programming PIOBartlomiej Zolnierkiewicz
2007-10-11it8213/piix/slc90e66: don't change DMA settings when programming PIOBartlomiej Zolnierkiewicz
2007-10-11alim15x3: PIO mode setup fixesBartlomiej Zolnierkiewicz
2007-10-11siimage: fix ->set_pio_mode method to select PIO data transferBartlomiej Zolnierkiewicz
2007-10-11cs5520: don't enable VDMA in ->speedprocBartlomiej Zolnierkiewicz
2007-10-11sc1200: remove redundant warning message from sc1200_tune_chipset()Bartlomiej Zolnierkiewicz
2007-10-11sgiioc4: use ide_tune_dma()Bartlomiej Zolnierkiewicz
2007-10-11amd74xx/via82cxxx: use ide_tune_dma()Bartlomiej Zolnierkiewicz
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz