summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the advertising clause in the copyright.sos2006-01-0522-66/+22
* Return the proper rmi field in DVDIOCREADSTRUCTURE.sos2006-01-041-1/+1
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Fix promise probe printing.sos2006-01-041-3/+3
* Add hotplug support for Marvell chips.sos2005-12-301-15/+42
* Further updates to the Marvell support code.sos2005-12-281-13/+24
* Change the probes in ATA to return a negative value on success.sos2005-12-272-26/+24
* Update the last commit to also take 48Bit access functions.sos2005-12-271-1/+3
* Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips.sos2005-12-273-0/+456
* Fix rebuilds of arrays that got stuck.sos2005-12-273-9/+30
* Cleanup the strings for printing chipset names, saves quite some space.sos2005-12-162-183/+206
* Make this compile on 64bit systems. It likely isn't correct, but that canscottl2005-12-161-1/+1
* Add support for writing VIA metadata.sos2005-12-152-19/+202
* Add RAID0+1 and RAID5 support to VIA RAID code.sos2005-12-142-3/+28
* Add support for VIA VT8251 southbridge.sos2005-12-142-23/+20
* Correct calculation of RAID0 sizes on VIA RAID arrays.sos2005-12-142-7/+9
* Add support for writing SiS metadata.sos2005-12-121-7/+109
* Unbreak hotplug support on the ICH6 and ICH7 chipsets.sos2005-12-091-3/+4
* Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and returnsos2005-12-052-15/+19
* Switch off debugging that was left on in last commit.sos2005-12-051-1/+1
* Add support for writing Intel MatrixRAID arrays.sos2005-12-052-67/+207
* Update the ICH7 support so it deals better with chips without AHCI.sos2005-12-024-84/+115
* Fix the ata_composite/ata_request leak when using RAID0+1.sos2005-11-292-9/+18
* Fix SiS SATA support, the SATA registers was off.sos2005-11-283-44/+243
* Fix two identical harmless typos in ata error messages:keramida2005-11-281-2/+2
* When IOCATAGPARM is called, update the capabilities page that is storedsos2005-11-252-18/+29
* 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
OpenPOWER on IntegriCloud