aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19hpt366: remove ->init_setupBartlomiej Zolnierkiewicz1-179/+127
2007-10-19cmd64x: remove ->init_setupBartlomiej Zolnierkiewicz1-27/+12
2007-10-19aec62xx: remove ->init_setupBartlomiej Zolnierkiewicz1-25/+14
2007-10-19ide: use I/O ops directly part #2 (take 2)Bartlomiej Zolnierkiewicz3-34/+31
2007-10-19ide: use pci_dev->revisionBartlomiej Zolnierkiewicz3-23/+8
2007-10-19cmd64x: Use dev->revisionAuke Kok1-10/+4
2007-10-19amd74xx: Omit PCI_REVISION_ID readAuke Kok1-1/+0
2007-10-19ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz30-177/+177
2007-10-19pdc202xx_old: remove broken SWDMA supportBartlomiej Zolnierkiewicz1-5/+1
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz2-3/+4
2007-10-19ide: remove ->init_setup_dma from ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz1-13/+1
2007-10-19ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz32-84/+23
2007-10-19ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz32-125/+99
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz32-45/+29
2007-10-19ide: add DECLARE_GENERIC_PCI_DEV() macro to generic IDE PCI host driverBartlomiej Zolnierkiewicz1-84/+29
2007-10-19siimage: bump driver versionBartlomiej Zolnierkiewicz1-1/+1
2007-10-19ide: Fix cs5535 driver accessing beyond array boundaryBenjamin Herrenschmidt1-1/+1
2007-10-19ide: Fix siimage driver accessing beyond array boundaryBenjamin Herrenschmidt1-1/+1
2007-10-16amd74xx: remove /proc/ide/amd74xxBartlomiej Zolnierkiewicz1-129/+1
2007-10-16amd74xx/via82cxxx: don't initialize drive->dnBartlomiej Zolnierkiewicz2-2/+0
2007-10-16sis5513: remove /proc/ide/sisBartlomiej Zolnierkiewicz1-248/+1
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz32-215/+13
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz31-170/+168
2007-10-16sis5513: clear prefetch and postwrite for ATAPI devicesBartlomiej Zolnierkiewicz1-7/+6
2007-10-16it8213/piix/slc90e66: "de-couple" PIO and UDMA modesBartlomiej Zolnierkiewicz3-17/+13
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz32-414/+25
2007-10-16sl82c105: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz1-0/+2
2007-10-16cs5530/sc1200: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz2-4/+8
2007-10-16ide: remove ide_use_fast_pio()Bartlomiej Zolnierkiewicz15-30/+15
2007-10-16ide: remove drive->init_speed zeroingBartlomiej Zolnierkiewicz11-22/+0
2007-10-16it8213/piix/slc90e66: remove {it8213,piix,slc90e66}_dma_2_pio()Bartlomiej Zolnierkiewicz3-88/+33
2007-10-16atiixp: DMA setup fixesBartlomiej Zolnierkiewicz1-48/+5
2007-10-16sc1200: always tune PIOBartlomiej Zolnierkiewicz1-1/+4
2007-10-16cs5530: always tune PIOBartlomiej Zolnierkiewicz1-13/+6
2007-10-16slc90e66: always tune PIOBartlomiej Zolnierkiewicz1-5/+5
2007-10-16aec62xx: always tune PIOBartlomiej Zolnierkiewicz1-4/+4
2007-10-16sis5513: always tune PIOBartlomiej Zolnierkiewicz1-10/+5
2007-10-16sis5513: DMA setup fixesBartlomiej Zolnierkiewicz1-108/+106
2007-10-16hpt366: always tune PIOBartlomiej Zolnierkiewicz1-4/+4
2007-10-16ide: fix serverworks.c UDMA regressionTony Battersby1-0/+1
2007-10-16IDE: sg chaining supportJens Axboe1-1/+2
2007-10-13alim15x3: remove redundant m5229_revision checkBartlomiej Zolnierkiewicz1-12/+13
2007-10-13sc1200: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz1-10/+14
2007-10-13cs5520: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz1-10/+9
2007-10-13sgiioc4: add missing ->dma_base checkBartlomiej Zolnierkiewicz1-6/+10
2007-10-13cs5535: add missing ->dma_base checkBartlomiej Zolnierkiewicz1-7/+7
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz27-444/+209
2007-10-13pdc202xx_new: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz1-3/+3
2007-10-13cs5535: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz1-2/+6
2007-10-13amd74xx/via82cxxx: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz2-14/+6