summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-raid.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* Merge 188840: Add DDF metadata support, found commonly on motherboards withScott Long2009-03-011-1/+5
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Format mask lacks one bit.Søren Schmidt2006-09-121-1/+1
* Add r/w support for JMicron ATA RAID metadata.Søren Schmidt2006-02-171-7/+52
* Whitespace cleanup.Søren Schmidt2006-01-181-59/+59
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* Add support for writing VIA metadata.Søren Schmidt2005-12-151-3/+4
* Add RAID0+1 and RAID5 support to VIA RAID code.Søren Schmidt2005-12-141-1/+5
* Correct calculation of RAID0 sizes on VIA RAID arrays.Søren Schmidt2005-12-141-1/+1
* Add support for writing Intel MatrixRAID arrays.Søren Schmidt2005-12-051-11/+17
* Update the ICH7 support so it deals better with chips without AHCI.Søren Schmidt2005-12-021-1/+2
* Fix SiS SATA support, the SATA registers was off.Søren Schmidt2005-11-281-40/+72
* Fix problem with finding the still working disk in a broken mirror on VIA.Søren Schmidt2005-09-061-0/+3
* Add support for nVidia's software RAID "MediaShield".Søren Schmidt2005-06-061-4/+59
* Go back to the old way of finding the Promise metadata, the new way wasSøren Schmidt2005-05-011-1/+1
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-27/+27
* Adjust the RAID type pickup code for the VIA, we dont actually careSøren Schmidt2005-04-181-0/+2
* Better use the right name for the VIA software RAID.Søren Schmidt2005-04-121-1/+1
* Add support for VIA Tech metadata as used on thier SATA parts.Søren Schmidt2005-04-121-26/+50
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-238/+579
* Add support for LSI type software RAID's.Søren Schmidt2004-06-251-16/+85
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-1/+1
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-1/+1
* Change the way loadbalancing works on RAID1's.Søren Schmidt2003-05-041-0/+1
* Add ioctl to add a spare disk to a RAID array.Søren Schmidt2003-05-021-0/+1
* Fix a long standing bug in handling the last part of a stripeSøren Schmidt2003-04-081-2/+1
* Convert to new disk API.Søren Schmidt2003-02-251-2/+1
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-1/+1
* use __packed.Alfred Perlstein2002-09-231-5/+5
* Only calculate Promise magic if a device is there for info.Søren Schmidt2002-04-111-2/+2
* Add get-status to the ATA RAID subsystem.Søren Schmidt2002-04-021-0/+1
* Add support for creating/deleting ATA RAID's.Søren Schmidt2002-03-271-3/+7
* Fix 64bit arch problems.Søren Schmidt2002-03-161-3/+3
* Update to the RAID1 rebuild code.Søren Schmidt2002-03-151-2/+2
* Even more Highpoint RAID support.Søren Schmidt2002-03-081-8/+5
* Support newer Highpoint BIOS's extended config.Søren Schmidt2002-03-081-2/+9
* Fix a couble of bugs in the rebuild code, return errors properly.Søren Schmidt2002-03-071-5/+11
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-031-1/+5
* Major update of the ATA RAID code, part 2:Søren Schmidt2002-02-121-12/+15
* Make LINT compile after fruitless attempts to get the authorsJulian Elischer2002-02-061-1/+1
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-81/+117
* Update the promise raid structure with some of the info I've gatheredSøren Schmidt2001-10-041-17/+17
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-1/+1
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-101-1/+1
* Update the config gathering code for both Promise & HPTSøren Schmidt2000-11-011-20/+14
* Clean up the raid code a bit, also allow disks on HPT controllers toSøren Schmidt2000-10-221-1/+3
* Add support for ATA "pseudo" RAID controllers as the Promise FasttrakSøren Schmidt2000-10-131-0/+178