summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-raid.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of all the "long long"/"maxint" casting around in printf's.sos2006-03-091-36/+27
* Add r/w support for JMicron ATA RAID metadata.sos2006-02-171-0/+294
* Whitespace cleanup.sos2006-01-181-10/+10
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-181-2/+31
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Fix rebuilds of arrays that got stuck.sos2005-12-271-3/+11
* 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-151-16/+198
* Add RAID0+1 and RAID5 support to VIA RAID code.sos2005-12-141-2/+23
* Correct calculation of RAID0 sizes on VIA RAID arrays.sos2005-12-141-6/+8
* Add support for writing SiS metadata.sos2005-12-121-7/+109
* Switch off debugging that was left on in last commit.sos2005-12-051-1/+1
* Add support for writing Intel MatrixRAID arrays.sos2005-12-051-56/+190
* Update the ICH7 support so it deals better with chips without AHCI.sos2005-12-021-17/+34
* Fix the ata_composite/ata_request leak when using RAID0+1.sos2005-11-291-9/+17
* Fix SiS SATA support, the SATA registers was off.sos2005-11-281-1/+167
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Minor cleanups, no functional changessos2005-10-131-17/+2
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-121-0/+1
* Fix problem with finding the still working disk in a broken mirror on VIA.sos2005-09-061-1/+1
* Dont limit all transfers to DEV_BSIZE (stale dbug code)sos2005-08-041-3/+4
* Avoid GCC optimizations from injecting a call to memset(?) in ordermarcel2005-06-111-1/+2
* Apply the usual woodoo for 64bitness.sos2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".sos2005-06-061-3/+198
* Change the way ioctls are issue to ATA.sos2005-05-161-41/+44
* Cleanup commentssos2005-05-131-4/+4
* Always attach a subdisk even if no valid metadata found.sos2005-05-021-1/+2
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-1/+1
* Fix a bug introduced in r1.89 thats caused leak of requests, and possiblysos2005-04-261-1/+1
* When a rebuild is done, properly mark the arrays as functional again.sos2005-04-201-1/+17
* Fix indentation problem in the last commitsos2005-04-191-16/+18
* Add uma zone for composite ops.sos2005-04-181-10/+17
* Adjust the RAID type pickup code for the VIA, we dont actually caresos2005-04-181-8/+16
* On amd64 int64_t != long long.sos2005-04-121-1/+2
* Better use the right name for the VIA software RAID.sos2005-04-121-2/+2
* Add support for VIA Tech metadata as used on thier SATA parts.sos2005-04-121-16/+185
* Fix FreeBSD native SPAN arrays.sos2005-04-101-8/+8
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-1390/+3045
* Fix bad free() usage.sos2004-08-091-2/+8
* Remove leftover debug output.sos2004-06-301-2/+2
* Add support for LSI type software RAID's.sos2004-06-251-13/+250
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-20/+23
* Fix botch in last commit.sos2004-01-181-2/+2
* Add missing free's.sos2004-01-181-0/+4
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-4/+5
* Correct the former patch, I accidently committed the wrong version.sos2003-11-241-2/+2
* Fix panic on certain failed configs.sos2003-11-241-4/+11
* Remove the NOGIANT flag again, it was premature.sos2003-11-081-1/+1
* Pull ataraid out from under giant.sos2003-11-051-3/+3
OpenPOWER on IntegriCloud