aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-11libata: limit post SRST nsect/lbal wait to ~100msTejun Heo1-13/+19
2007-06-11libata: force PIO on IOMEGA ZIP 250 ATAPITejun Heo1-0/+1
2007-06-09libata passthru: update cached device paramtersAlbert Lee1-6/+16
2007-06-09libata passthru: always enforce correct DEV bitAlbert Lee1-6/+4
2007-06-09libata passthru: map UDMA protocolsAlbert Lee1-2/+2
2007-06-09libata passthru: support PIO multi commandsAlbert Lee1-4/+16
2007-06-09libata passthru: update protocol numbersAlbert Lee1-8/+7
2007-06-09libata: Correct abuse of languageAlan Cox1-1/+1
2007-06-09libata-core/sff: Fix multiple assumptions about DMAAlan Cox2-8/+30
2007-06-09ahci: Add MCP73/MCP77 support to AHCI driverPeer Chen1-0/+24
2007-06-09libata: fix hw_sata_spd_limit initializationTejun Heo1-1/+2
2007-06-09libata: print device model and firmware revision for ATAPI devicesAlbert Lee1-8/+10
2007-06-09libata: fix probe time irq printoutsOlof Johansson1-0/+3
2007-06-09libata: disable NCQ for HITACHI HTS541680J9SA00/SB21C7EPTejun Heo1-0/+2
2007-06-09remove unused variable in pata_isapnpYoichi Yuasa1-1/+0
2007-06-08sata_promise: use TF interface for polling NODATA commandsTejun Heo1-3/+6
2007-06-04[ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends.David S. Miller1-1/+0
2007-06-04libata: always use polling SETXFERTejun Heo2-15/+10
2007-06-03[ATA]: Don't allow to enable this for SPARC64 without PCI.David S. Miller1-0/+1
2007-05-28[libata] Add drive to NCQ blacklistJeff Garzik1-0/+1
2007-05-25pata_hpt37x: Further improvements based on the IDE updates and vendor driversAlan Cox1-16/+11
2007-05-25pata: TriviaAlan Cox2-3/+2
2007-05-25[libata] sata_via, pata_via: Add PCI IDs.Jeff Garzik2-4/+8
2007-05-25[libata] Fix decoding of 6-byte commandsJeff Garzik1-2/+3
2007-05-25libata: sata_sis fixesUwe Koziolek1-1/+1
2007-05-25Fix build failure for drivers/ata/pata_scc.cTony Breeds1-18/+28
2007-05-24[libata] sata_mv: add TODO listJeff Garzik1-0/+44
2007-05-24[libata] sata_promise: fix flags typoJeff Garzik1-1/+1
2007-05-24pata_via: Handle laptops via DMIAlan Cox1-0/+29
2007-05-24libata: -ENODEV during prereset isn't an errorTejun Heo1-1/+1
2007-05-24libata: don't consider 0xff as port empty if SStatus is availableTejun Heo1-1/+1
2007-05-24ata_piix: add short 40c quirk for Acer Aspire 2030, take #2Tejun Heo1-0/+1
2007-05-24pata_sis: Fix and clean up some timing setupsAlan Cox1-23/+23
2007-05-24hpt3x2n: Correct revision boundaryAlan Cox1-2/+2
2007-05-21libata: bump versionsJeff Garzik35-35/+35
2007-05-21libata: Trim trailing whitespaceJeff Garzik8-17/+17
2007-05-21libata: Kiss post_set_mode goodbyeAlan Cox1-3/+0
2007-05-21ata_piix: clean upAlan Cox1-8/+1
2007-05-21pata_hpt366: Enable bits are unreliable so don't use themAlan Cox1-27/+1
2007-05-21libata: Add Seagate STT20000A to DMA blacklist.Dave Jones1-0/+1
2007-05-21ahci: disable 64bit dma on sb600Tejun Heo1-1/+10
2007-05-17sata_via: pcim_iomap_regions() conversion missed BAR5Tejun Heo1-1/+1
2007-05-17libata: remove libata.spindown_compatTejun Heo3-12/+4
2007-05-17sata_nv: fix fallout of devres conversionTejun Heo1-11/+1
2007-05-17drivers/ata: remove the wildcard from sata_nv driverPeer Chen1-6/+0
2007-05-16libata: track spindown status and skip spindown_compat if possibleTejun Heo1-0/+9
2007-05-16libata: fix shutdown warning message printingTejun Heo1-8/+27
2007-05-16libata-acpi: add ATA_FLAG_ACPI_SATA port flagTejun Heo3-7/+9
2007-05-16libata: during revalidation, check n_sectors after device is configuredTejun Heo1-18/+15
2007-05-16libata: separate out ata_dev_reread_id()Tejun Heo2-14/+36