summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-raid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit the size of the rebuild requests to be within safety.sos2003-09-081-3/+6
* Adjust the max transfer size used.sos2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-28/+40
* Acquire Giant at the start of the raid rebuild kthreads.jhb2003-05-081-0/+1
* Change the way loadbalancing works on RAID1's.sos2003-05-041-6/+27
* Implement dump function for ATA RAID's. Minor fixes by me...sos2003-05-041-0/+128
* Add ioctl to add a spare disk to a RAID array.sos2003-05-021-26/+81
* Fix breakage on sparc64.sos2003-04-081-2/+2
* Fix a long standing bug in handling the last part of a stripesos2003-04-081-5/+42
* Minor cleanup of the ATA RAID code.sos2003-04-071-2/+6
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-0/+1
* Remove the enclose_print() call, it is already called from ata-disk.csos2003-03-101-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Convert to new disk API.sos2003-02-251-47/+21
* NO_GEOM cleanup:phk2003-02-211-1/+1
* First round off updates/fixes to the ATA driver.sos2003-02-201-13/+17
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-301-1/+0
* Update the code that deals with disk enclosures:sos2003-01-271-4/+6
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Add yet another Promise PCI id.sos2002-10-011-0/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-9/+4
* Add a couble more Promise chip ID's.sos2002-04-121-1/+2
* Add yet another chip ID for a Promise TX2 chip.sos2002-04-111-0/+1
* Fix the FreeBSD native ATA RAID code a bit.sos2002-04-101-30/+33
* Add get-status to the ATA RAID subsystem.sos2002-04-021-1/+44
* Use the raid lun not the magic when writing Promise config.sos2002-03-301-2/+1
* Fix a braino, only update LED's when a device is present.sos2002-03-281-2/+2
* OK, the old HighPoint BIOS's are braindead, they havesos2002-03-271-2/+5
* Add support for creating/deleting ATA RAID's.sos2002-03-271-99/+315
* Add some break's after default: in the end of switch statements topeter2002-03-191-0/+2
* Fix 64bit arch problems.sos2002-03-161-2/+3
* Update to the RAID1 rebuild code.sos2002-03-151-19/+35
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-4/+10
* Even more Highpoint RAID support.sos2002-03-081-61/+44
* Support newer Highpoint BIOS's extended config.sos2002-03-081-21/+16
* Oops I mixed up the patch for -current & -stable, sorry ....sos2002-03-071-4/+4
* Fix a couble of bugs in the rebuild code, return errors properly.sos2002-03-071-37/+38
* Fixed a printf format error again. Rev.127 was clobbered in rev.1.128bde2002-03-061-1/+1
* Misc little cleanups:sos2002-03-051-9/+9
* Forgot this litte patch, scale the individual disk size from thesos2002-03-031-3/+3
OpenPOWER on IntegriCloud