aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Fix the ata_composite/ata_request leak when using RAID0+1.Søren Schmidt2005-11-292-9/+18
* Fix SiS SATA support, the SATA registers was off.Søren Schmidt2005-11-283-44/+243
* Fix two identical harmless typos in ata error messages:Giorgos Keramidas2005-11-281-2/+2
* When IOCATAGPARM is called, update the capabilities page that is storedSøren Schmidt2005-11-252-18/+29
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-319-9/+9
* Return the right format (LBA/MSF) in TOC entries.Søren Schmidt2005-10-281-5/+7
* Enclose the delayed attach in Giant so we dont loose the race with otherSøren Schmidt2005-10-271-6/+10
* Minor cleanups, no functional changesSøren Schmidt2005-10-131-17/+2
* Add support for the ATI IXP[234]00 series chipsets.Søren Schmidt2005-10-124-1/+126
* Correct the former patch to the way it would have looked after review.Søren Schmidt2005-10-101-13/+13
* Properly react to allocation failures.Søren Schmidt2005-10-101-6/+11
* When breaking up a large request into smaller ones for the strategyPeter Edwards2005-10-091-1/+7
* Add support for setting the SG list segment size.Søren Schmidt2005-10-063-11/+19
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doWarner Losh2005-09-221-4/+7
* Fix build.Gleb Smirnoff2005-09-221-9/+4
* Dont wait for READY on ATAPI_IDENTIFY.Søren Schmidt2005-09-191-1/+5
* Harden the hotplug support for SATA devices.Søren Schmidt2005-09-144-51/+77
* Fix problem with finding the still working disk in a broken mirror on VIA.Søren Schmidt2005-09-062-1/+4
* In ata_mode2str() properly list -1 as UNSUPPORTED.Søren Schmidt2005-08-291-0/+1
* Fix support for the VIA 6421 controller.Søren Schmidt2005-08-292-3/+30
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.Søren Schmidt2005-08-251-1/+3
* Apply fix for "pr82261 DMA-support on Sparc64 broken"Søren Schmidt2005-08-232-5/+42
* Fix problem on Promise "mio" controllers and 48bit mode caused by last commitSøren Schmidt2005-08-221-0/+9
* Add support for working around controllers that cannot do DMA in 48bit mode.Søren Schmidt2005-08-175-35/+97
* Use the bio field instead of the driver field as intended.Søren Schmidt2005-08-171-2/+2
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.Søren Schmidt2005-08-123-1/+7
* Add support for the ITE IT8211F controller.Søren Schmidt2005-08-052-6/+15
* Dont limit all transfers to DEV_BSIZE (stale dbug code)Søren Schmidt2005-08-041-3/+4
* Remove stale struct ata_channel declaration.Søren Schmidt2005-07-291-1/+0
* Zero donecount on auto request sense.Søren Schmidt2005-06-281-0/+1
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.Søren Schmidt2005-06-271-10/+11
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-7/+7
* Avoid GCC optimizations from injecting a call to memset(?) in orderMarcel Moolenaar2005-06-111-1/+2
* Enable SATA hotplug support.Søren Schmidt2005-06-101-0/+4
* Fix the long standing problem with poor transferrates on Intel ICHH typeSøren Schmidt2005-06-091-2/+3
* Fix the register offset for the ATAPI count register thats used toSøren Schmidt2005-06-091-2/+2
* Use the presence of ctlr->dmainit instead of r_res1 to find out when toSøren Schmidt2005-06-091-1/+1
* Add support for the Intel 31244.Søren Schmidt2005-06-082-81/+255
* Apply the usual woodoo for 64bitness.Søren Schmidt2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".Søren Schmidt2005-06-062-7/+257
* Make nVidia SATA hotplug support DTRT.Søren Schmidt2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.Søren Schmidt2005-06-051-2/+7
* Make certain the the 48bit flag is reset if we dont translate LBA.Søren Schmidt2005-05-171-2/+2
* longer used (contents added to sys/ata.h)Søren Schmidt2005-05-161-130/+0
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-1611-414/+387
* Cleanup commentsSøren Schmidt2005-05-135-22/+11
* Fix more ATAPI breakage.Søren Schmidt2005-05-131-3/+9
* Add new Intel PCI ID's for the ICH7 chips (untested).Søren Schmidt2005-05-112-2/+13
* Add support for AHCI compliant ATA devices.Søren Schmidt2005-05-112-14/+463
* Add back one line that got deleted in the last commit.Søren Schmidt2005-05-111-2/+4