summaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/piix.c
Commit message (Expand)AuthorAgeFilesLines
* ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz2008-10-101-1/+3
* ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: ->cable_detect method cannot be marked __devinitBartlomiej Zolnierkiewicz2008-08-051-1/+1
* ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz2008-07-241-2/+1
* ide: prefix messages from IDE PCI host drivers by driver nameBartlomiej Zolnierkiewicz2008-07-241-59/+47
* piix: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz2008-07-241-0/+7
* ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz2008-07-241-1/+1
* ide: remove ->dma_{status,command} fields from ide_hwif_tBartlomiej Zolnierkiewicz2008-07-231-2/+2
* piix: add Asus Eee 701 controller to short cable listBartlomiej Zolnierkiewicz2008-04-281-0/+1
* ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-261-5/+8
* ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz2008-04-261-2/+2
* ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz2008-02-021-2/+0
* ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-5/+2
* ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz2008-02-011-2/+0
* ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz2008-02-011-3/+3
* piix: remove stale commentsBartlomiej Zolnierkiewicz2008-02-011-46/+1
* ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz2008-01-251-13/+4
* piix: add HP compaq laptop to short cable listBartlomiej Zolnierkiewicz2007-11-271-0/+1
* piix: add support for ICH7 on Acer 5602aWLMisebdeg@ngi.it2007-11-051-0/+1
* ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz2007-10-201-1/+1
* ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz2007-10-201-4/+2
* ide: set drive->autotune in ide_pci_setup_ports()Bartlomiej Zolnierkiewicz2007-10-191-3/+0
* ide: add IDE_HFLAG_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz2007-10-191-14/+10
* piix: add DECLARE_ICH_DEV() macroBartlomiej Zolnierkiewicz2007-10-191-63/+47
* ide: use I/O ops directly part #2 (take 2)Bartlomiej Zolnierkiewicz2007-10-191-3/+3
* ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz2007-10-191-28/+26
* ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz2007-10-191-3/+2
* ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz2007-10-191-3/+2
* ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz2007-10-191-2/+0
* ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz2007-10-161-8/+0
* ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz2007-10-161-26/+26
* it8213/piix/slc90e66: "de-couple" PIO and UDMA modesBartlomiej Zolnierkiewicz2007-10-161-6/+5
* ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz2007-10-161-19/+0
* ide: remove ide_use_fast_pio()Bartlomiej Zolnierkiewicz2007-10-161-2/+1
* ide: remove drive->init_speed zeroingBartlomiej Zolnierkiewicz2007-10-161-2/+0
* it8213/piix/slc90e66: remove {it8213,piix,slc90e66}_dma_2_pio()Bartlomiej Zolnierkiewicz2007-10-161-33/+11
* ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz2007-10-131-31/+15
* ide: use only ->set_pio_mode method for programming PIO modes (take 2)Bartlomiej Zolnierkiewicz2007-10-111-5/+0
* it8213/piix/slc90e66: don't change DMA settings when programming PIOBartlomiej Zolnierkiewicz2007-10-111-10/+7
* ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz2007-10-111-10/+11
* ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz2007-10-111-4/+3
* piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2)Bartlomiej Zolnierkiewicz2007-08-011-9/+8
* ide: add PIO masksBartlomiej Zolnierkiewicz2007-07-201-0/+2
* ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz2007-07-201-1/+1
* ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz2007-07-201-3/+1
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-4/+2
* piix: backport short cables support from ata_piix.cBartlomiej Zolnierkiewicz2007-07-091-3/+34
* ide: add short cables supportBartlomiej Zolnierkiewicz2007-07-091-4/+4
* ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz2007-05-101-25/+1
* ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz2007-05-101-64/+2
OpenPOWER on IntegriCloud