summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-319-9/+9
* Return the right format (LBA/MSF) in TOC entries.sos2005-10-281-5/+7
* Enclose the delayed attach in Giant so we dont loose the race with othersos2005-10-271-6/+10
* Minor cleanups, no functional changessos2005-10-131-17/+2
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-124-1/+126
* Correct the former patch to the way it would have looked after review.sos2005-10-101-13/+13
* Properly react to allocation failures.sos2005-10-101-6/+11
* When breaking up a large request into smaller ones for the strategypeadar2005-10-091-1/+7
* Add support for setting the SG list segment size.sos2005-10-063-11/+19
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doimp2005-09-221-4/+7
* Fix build.glebius2005-09-221-9/+4
* Dont wait for READY on ATAPI_IDENTIFY.sos2005-09-191-1/+5
* Harden the hotplug support for SATA devices.sos2005-09-144-51/+77
* Fix problem with finding the still working disk in a broken mirror on VIA.sos2005-09-062-1/+4
* In ata_mode2str() properly list -1 as UNSUPPORTED.sos2005-08-291-0/+1
* Fix support for the VIA 6421 controller.sos2005-08-292-3/+30
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.sos2005-08-251-1/+3
* Apply fix for "pr82261 DMA-support on Sparc64 broken"sos2005-08-232-5/+42
* Fix problem on Promise "mio" controllers and 48bit mode caused by last commitsos2005-08-221-0/+9
* Add support for working around controllers that cannot do DMA in 48bit mode.sos2005-08-175-35/+97
* Use the bio field instead of the driver field as intended.sos2005-08-171-2/+2
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.sos2005-08-123-1/+7
* Add support for the ITE IT8211F controller.sos2005-08-052-6/+15
* Dont limit all transfers to DEV_BSIZE (stale dbug code)sos2005-08-041-3/+4
* Remove stale struct ata_channel declaration.sos2005-07-291-1/+0
* Zero donecount on auto request sense.sos2005-06-281-0/+1
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.sos2005-06-271-10/+11
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-7/+7
* Avoid GCC optimizations from injecting a call to memset(?) in ordermarcel2005-06-111-1/+2
* Enable SATA hotplug support.sos2005-06-101-0/+4
* Fix the long standing problem with poor transferrates on Intel ICHH typesos2005-06-091-2/+3
* Fix the register offset for the ATAPI count register thats used tosos2005-06-091-2/+2
* Use the presence of ctlr->dmainit instead of r_res1 to find out when tosos2005-06-091-1/+1
* Add support for the Intel 31244.sos2005-06-082-81/+255
* Apply the usual woodoo for 64bitness.sos2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".sos2005-06-062-7/+257
* Make nVidia SATA hotplug support DTRT.sos2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.sos2005-06-051-2/+7
* Make certain the the 48bit flag is reset if we dont translate LBA.sos2005-05-171-2/+2
* longer used (contents added to sys/ata.h)sos2005-05-161-130/+0
* Change the way ioctls are issue to ATA.sos2005-05-1611-425/+398
* Cleanup commentssos2005-05-135-22/+11
* Fix more ATAPI breakage.sos2005-05-131-3/+9
* Add new Intel PCI ID's for the ICH7 chips (untested).sos2005-05-112-2/+13
* Add support for AHCI compliant ATA devices.sos2005-05-112-14/+463
* Add back one line that got deleted in the last commit.sos2005-05-111-2/+4
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.sos2005-05-111-1/+3
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-038-329/+289
* Always attach a subdisk even if no valid metadata found.sos2005-05-021-1/+2
* Update on the last commit, the dma* funciton needs to be called withsos2005-05-014-19/+19
OpenPOWER on IntegriCloud