| Commit message (Expand) | Author | Age | Files | Lines |
| * | Limit the size of the rebuild requests to be within safety. | Søren Schmidt | 2003-09-08 | 1 | -3/+6 |
| * | Adjust the max transfer size used. | Søren Schmidt | 2003-09-02 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | This is a major rework of the ATA driver (ATAng) | Søren Schmidt | 2003-08-24 | 1 | -28/+40 |
| * | Acquire Giant at the start of the raid rebuild kthreads. | John Baldwin | 2003-05-08 | 1 | -0/+1 |
| * | Change the way loadbalancing works on RAID1's. | Søren Schmidt | 2003-05-04 | 1 | -6/+27 |
| * | Implement dump function for ATA RAID's. Minor fixes by me... | Søren Schmidt | 2003-05-04 | 1 | -0/+128 |
| * | Add ioctl to add a spare disk to a RAID array. | Søren Schmidt | 2003-05-02 | 1 | -26/+81 |
| * | Fix breakage on sparc64. | Søren Schmidt | 2003-04-08 | 1 | -2/+2 |
| * | Fix a long standing bug in handling the last part of a stripe | Søren Schmidt | 2003-04-08 | 1 | -5/+42 |
| * | Minor cleanup of the ATA RAID code. | Søren Schmidt | 2003-04-07 | 1 | -2/+6 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+1 |
| * | Remove the enclose_print() call, it is already called from ata-disk.c | Søren Schmidt | 2003-03-10 | 1 | -1/+0 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | Convert to new disk API. | Søren Schmidt | 2003-02-25 | 1 | -47/+21 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-21 | 1 | -1/+1 |
| * | First round off updates/fixes to the ATA driver. | Søren Schmidt | 2003-02-20 | 1 | -13/+17 |
| * | NO_GEOM cleanup: retire disk_invalidate() | Poul-Henning Kamp | 2003-01-30 | 1 | -1/+0 |
| * | Update the code that deals with disk enclosures: | Søren Schmidt | 2003-01-27 | 1 | -4/+6 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Add yet another Promise PCI id. | Søren Schmidt | 2002-10-01 | 1 | -0/+1 |
| * | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 1 | -9/+4 |
| * | Add a couble more Promise chip ID's. | Søren Schmidt | 2002-04-12 | 1 | -1/+2 |
| * | Add yet another chip ID for a Promise TX2 chip. | Søren Schmidt | 2002-04-11 | 1 | -0/+1 |
| * | Fix the FreeBSD native ATA RAID code a bit. | Søren Schmidt | 2002-04-10 | 1 | -30/+33 |
| * | Add get-status to the ATA RAID subsystem. | Søren Schmidt | 2002-04-02 | 1 | -1/+44 |
| * | Use the raid lun not the magic when writing Promise config. | Søren Schmidt | 2002-03-30 | 1 | -2/+1 |
| * | Fix a braino, only update LED's when a device is present. | Søren Schmidt | 2002-03-28 | 1 | -2/+2 |
| * | OK, the old HighPoint BIOS's are braindead, they have | Søren Schmidt | 2002-03-27 | 1 | -2/+5 |
| * | Add support for creating/deleting ATA RAID's. | Søren Schmidt | 2002-03-27 | 1 | -99/+315 |
| * | Add some break's after default: in the end of switch statements to | Peter Wemm | 2002-03-19 | 1 | -0/+2 |
| * | Fix 64bit arch problems. | Søren Schmidt | 2002-03-16 | 1 | -2/+3 |
| * | Update to the RAID1 rebuild code. | Søren Schmidt | 2002-03-15 | 1 | -19/+35 |
| * | Add new support for locking an ATA channel and use that throughout | Søren Schmidt | 2002-03-11 | 1 | -4/+10 |
| * | Even more Highpoint RAID support. | Søren Schmidt | 2002-03-08 | 1 | -61/+44 |
| * | Support newer Highpoint BIOS's extended config. | Søren Schmidt | 2002-03-08 | 1 | -21/+16 |
| * | Oops I mixed up the patch for -current & -stable, sorry .... | Søren Schmidt | 2002-03-07 | 1 | -4/+4 |
| * | Fix a couble of bugs in the rebuild code, return errors properly. | Søren Schmidt | 2002-03-07 | 1 | -37/+38 |
| * | Fixed a printf format error again. Rev.127 was clobbered in rev.1.128 | Bruce Evans | 2002-03-06 | 1 | -1/+1 |
| * | Misc little cleanups: | Søren Schmidt | 2002-03-05 | 1 | -9/+9 |
| * | Forgot this litte patch, scale the individual disk size from the | Søren Schmidt | 2002-03-03 | 1 | -3/+3 |
| * | Major update of the ATA RAID code, part 3: | Søren Schmidt | 2002-03-03 | 1 | -224/+359 |
| * | Fixed a printf format error. | Bruce Evans | 2002-03-02 | 1 | -1/+3 |
| * | Add support for the Highpoint HPT372 based cards (rocketraid 133). | Søren Schmidt | 2002-02-18 | 1 | -0/+1 |
| * | Dont try to attach ATA RAID's if none found. | Søren Schmidt | 2002-02-16 | 1 | -0/+3 |
| * | Major update of the ATA RAID code, part 2: | Søren Schmidt | 2002-02-12 | 1 | -127/+398 |
| * | 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 | -268/+476 |
| * | Update with latest ATA/ATAPI ver 6 rev 2 items. | Søren Schmidt | 2001-10-06 | 1 | -3/+2 |
| * | Update the promise raid structure with some of the info I've gathered | Søren Schmidt | 2001-10-04 | 1 | -2/+7 |