summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-raid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major update of the ATA RAID code, part 3:sos2002-03-031-224/+359
* Fixed a printf format error.bde2002-03-021-1/+3
* Add support for the Highpoint HPT372 based cards (rocketraid 133).sos2002-02-181-0/+1
* Dont try to attach ATA RAID's if none found.sos2002-02-161-0/+3
* Major update of the ATA RAID code, part 2:sos2002-02-121-127/+398
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-061-1/+1
* Major update of the ATA RAID code, part 1:sos2002-02-041-268/+476
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-061-3/+2
* Update the promise raid structure with some of the info I've gatheredsos2001-10-041-2/+7
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-68/+83
* KSE Milestone 2julian2001-09-121-1/+1
* Add support for the newer Promise chips here as well.sos2001-08-211-0/+2
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-7/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Handle the case where the last piece of a RAID0 (striped) disk issos2001-03-211-4/+16
* Add sysctls for reading the tunables as suggested by des.sos2001-03-191-13/+2
* Provide the interface to atacontrol and associated logic.sos2001-03-151-0/+1
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-2/+4
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Proberly calculate the RAID structure on the Promise Fasttrak.sos2001-01-041-1/+2
* Use M_ZERO flag on malloc when approbiate.sos2000-12-261-4/+3
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Only offset raid disks > 1 on the HPT, this should solve thesos2000-11-121-1/+2
* Update the config gathering code for both Promise & HPTsos2000-11-011-138/+103
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
* Clean up the raid code a bit, also allow disks on HPT controllers tosos2000-10-221-65/+95
OpenPOWER on IntegriCloud