summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_engine.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put raidframe in the attic.jsing2012-04-061-973/+0
|
* The obvious bzero/memset -> M_ZERO changes.krw2007-09-091-5/+3
|
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-7/+2
|
* Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), untiltdeval2003-01-191-10/+11
| | | | | I find time to really follow all cases. At least it works here, and doesn't add new problems, it seems.
* Major KNF. Incentive from Tedutdeval2002-12-161-288/+382
|
* No need to disestablish the startuphook.art2002-07-151-6/+1
| | | | It's done automatically now.
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
|
* numraid is needed, always.tdeval2002-03-081-5/+5
|
* Implement a shutdown hook.tdeval2002-03-061-15/+25
| | | | We now can safely swap on raid.
* Cope with the new pid allocation semantic from nordin@tdeval2002-02-161-6/+3
| | | | ok nordin@, deraadt@
* Enable the RAIDFrame auto-configuration feature.tdeval2001-12-291-21/+106
| | | | | | | | | | | This permits one to setup a kernel able to automatically retrieve, during boot, the raid configuration from disks previously used in a RAIDFrame set. Moreover, one can define a raid set to contain a bootable partition that will be mounted on / before the system has started. A new RAID_AUTOCONFIG kernel option is used, in conjunction with the raid pseudo-device, to activate the feature. ok drahn@, deraadt@
* occured->occurredmpech2001-09-201-2/+2
| | | | | idea from deraadt@ via NetBSD millert@ ok
* sync with NetBSDpeter2000-01-111-44/+20
| | | | | | | | | | | - removed threadid stuff - removed unused files - general tidyup - you can no longer configure the same unit twice (without de-configuring first of course). Again, this has only been tested locally on IDE disks. Further testing and feedback would be appreciated.
* sync with work by Greg Oster on NetBSDpeter2000-01-071-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | Please note: This update has *only* been tested on i386 with IDE disks. Could someone with a spare box please make sure all is OK with SCSI and maybe other arches ? sparc testing will follow locally. * remove rf_sys.h * many changes to make it more stable * some performance increases * All raid threads now get their own kernel process and the calling raidctl(8) program will show status progress through a meter. * In theory FFS_SOFTUPDATES and RAIDframe will now work together - NOT TESTED YET See http://www.cs.usask.ca/staff/oster/raid.html This updates include Greg's changes to Jan 4th 2000. TODO: * some odd behaviour when running raictl -c on an already config'ed raid set - problem founf, fix being done * progress meter is in raidctl(8) - seperate commit, but could do with sync'ing with OpenBSD ftp version
* Update RAIDframe from NetBSD-current as of 1999/07/26.peter1999-07-301-3/+3
| | | | | | | | Please note that you *must* follow the upgrade instructions at http://www.cs.usask.ca/staff/oster/clabel_upgrade.html before installing the new raidctl and new kernel using this code.
* Merge from NetBSD, mostly indentationniklas1999-02-161-873/+603
|
* Import of CMU's RAIDframe via NetBSD.niklas1999-01-111-0/+1096