| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | Alexander Motin | 2013-04-04 | 1 | -817/+0 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
| * | Add basic support for DDF, often found on Adaptec HostRAID controllers. | Scott Long | 2009-02-20 | 1 | -1/+5 |
| * | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 1 | -1/+1 |
| * | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |
| * | Format mask lacks one bit. | Søren Schmidt | 2006-09-12 | 1 | -1/+1 |
| * | Add r/w support for JMicron ATA RAID metadata. | Søren Schmidt | 2006-02-17 | 1 | -7/+52 |
| * | Whitespace cleanup. | Søren Schmidt | 2006-01-18 | 1 | -59/+59 |
| * | Get rid of the advertising clause in the copyright. | Søren Schmidt | 2006-01-05 | 1 | -3/+1 |
| * | Add support for writing VIA metadata. | Søren Schmidt | 2005-12-15 | 1 | -3/+4 |
| * | Add RAID0+1 and RAID5 support to VIA RAID code. | Søren Schmidt | 2005-12-14 | 1 | -1/+5 |
| * | Correct calculation of RAID0 sizes on VIA RAID arrays. | Søren Schmidt | 2005-12-14 | 1 | -1/+1 |
| * | Add support for writing Intel MatrixRAID arrays. | Søren Schmidt | 2005-12-05 | 1 | -11/+17 |
| * | Update the ICH7 support so it deals better with chips without AHCI. | Søren Schmidt | 2005-12-02 | 1 | -1/+2 |
| * | Fix SiS SATA support, the SATA registers was off. | Søren Schmidt | 2005-11-28 | 1 | -40/+72 |
| * | Fix problem with finding the still working disk in a broken mirror on VIA. | Søren Schmidt | 2005-09-06 | 1 | -0/+3 |
| * | Add support for nVidia's software RAID "MediaShield". | Søren Schmidt | 2005-06-06 | 1 | -4/+59 |
| * | Go back to the old way of finding the Promise metadata, the new way was | Søren Schmidt | 2005-05-01 | 1 | -1/+1 |
| * | Take newbusification one step further, ie use the device_t more consequently | Søren Schmidt | 2005-04-30 | 1 | -24/+24 |
| * | Adjust the RAID type pickup code for the VIA, we dont actually care | Søren Schmidt | 2005-04-18 | 1 | -0/+2 |
| * | Better use the right name for the VIA software RAID. | Søren Schmidt | 2005-04-12 | 1 | -1/+1 |
| * | Add support for VIA Tech metadata as used on thier SATA parts. | Søren Schmidt | 2005-04-12 | 1 | -26/+50 |
| * | This is the much rumoured ATA mkIII update that I've been working on. | Søren Schmidt | 2005-03-30 | 1 | -221/+562 |
| * | Add support for LSI type software RAID's. | Søren Schmidt | 2004-06-25 | 1 | -16/+85 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 1 | -1/+1 |
| * | This is a major rework of the ATA driver (ATAng) | Søren Schmidt | 2003-08-24 | 1 | -1/+1 |
| * | Change the way loadbalancing works on RAID1's. | Søren Schmidt | 2003-05-04 | 1 | -0/+1 |
| * | Add ioctl to add a spare disk to a RAID array. | Søren Schmidt | 2003-05-02 | 1 | -0/+1 |
| * | Fix a long standing bug in handling the last part of a stripe | Søren Schmidt | 2003-04-08 | 1 | -2/+1 |
| * | Convert to new disk API. | Søren Schmidt | 2003-02-25 | 1 | -2/+1 |
| * | First round off updates/fixes to the ATA driver. | Søren Schmidt | 2003-02-20 | 1 | -1/+1 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -5/+5 |
| * | Only calculate Promise magic if a device is there for info. | Søren Schmidt | 2002-04-11 | 1 | -2/+2 |
| * | Add get-status to the ATA RAID subsystem. | Søren Schmidt | 2002-04-02 | 1 | -0/+1 |
| * | Add support for creating/deleting ATA RAID's. | Søren Schmidt | 2002-03-27 | 1 | -3/+7 |
| * | Fix 64bit arch problems. | Søren Schmidt | 2002-03-16 | 1 | -3/+3 |
| * | Update to the RAID1 rebuild code. | Søren Schmidt | 2002-03-15 | 1 | -2/+2 |
| * | Even more Highpoint RAID support. | Søren Schmidt | 2002-03-08 | 1 | -8/+5 |
| * | Support newer Highpoint BIOS's extended config. | Søren Schmidt | 2002-03-08 | 1 | -2/+9 |
| * | Fix a couble of bugs in the rebuild code, return errors properly. | Søren Schmidt | 2002-03-07 | 1 | -5/+11 |
| * | Major update of the ATA RAID code, part 3: | Søren Schmidt | 2002-03-03 | 1 | -1/+5 |
| * | Major update of the ATA RAID code, part 2: | Søren Schmidt | 2002-02-12 | 1 | -12/+15 |
| * | Make LINT compile after fruitless attempts to get the authors | Julian Elischer | 2002-02-06 | 1 | -1/+1 |
| * | Major update of the ATA RAID code, part 1: | Søren Schmidt | 2002-02-04 | 1 | -80/+116 |
| * | Update the promise raid structure with some of the info I've gathered | Søren Schmidt | 2001-10-04 | 1 | -17/+17 |
| * | Overhaul to minimize stack usage, in some places >2K was used | Søren Schmidt | 2001-09-20 | 1 | -1/+1 |
| * | Add session argument to *close_disk, allowing to set session type on fixate. | Søren Schmidt | 2001-01-10 | 1 | -1/+1 |
| * | Update the config gathering code for both Promise & HPT | Søren Schmidt | 2000-11-01 | 1 | -20/+14 |
| * | Clean up the raid code a bit, also allow disks on HPT controllers to | Søren Schmidt | 2000-10-22 | 1 | -1/+3 |
| * | Add support for ATA "pseudo" RAID controllers as the Promise Fasttrak | Søren Schmidt | 2000-10-13 | 1 | -0/+178 |