aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum/statetexts.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused vinum files.Poul-Henning Kamp2004-11-041-91/+0
| | | | Notes: svn path=/head/; revision=137198
* Cosmetic changes.Greg Lehey2000-02-291-2/+3
| | | | | | | Approved-by: jkh Notes: svn path=/head/; revision=57588
* Add 'initialized' state for subdisks. After initializing, the subdiskGreg Lehey1999-08-151-2/+3
| | | | | | | | | | | | | | goes into initialized state, not 'up'. This makes it easier to ensure consistency in multi-plex volumes. update_plex_state: redo transitions from empty and initialized subdisks to up or reviving, depending on the number of plexes. Reported-by: Bernd Walter <ticso@cicely.de> Remy Nonnenmacher <remy@synx.com> Notes: svn path=/head/; revision=49815
* Add 'referenced' states to subdisks and plexes.Greg Lehey1999-03-281-1/+3
| | | | Notes: svn path=/head/; revision=45077
* Change the name of drive state "uninit" to "referenced": it onlyGreg Lehey1999-03-021-2/+2
| | | | | | | occurs if we have a dangling pointer to a drive. Notes: svn path=/head/; revision=44399
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-1/+1
| | | | | | | | | apparently in accordance with style(9). Complained-about-by: bde Notes: svn path=/head/; revision=43369
* Reflect changes in vinumstate.hGreg Lehey1999-01-211-5/+4
| | | | Notes: svn path=/head/; revision=42926
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-281-0/+88
| | | | | | | was savaged in the blood bath a few hours ago. Notes: svn path=/head/; revision=42115
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-88/+0
| | | | Notes: svn path=/head/; revision=42098
* Import base vinum lkm sourcesGreg Lehey1998-09-161-0/+88
Notes: svn path=/cvs2svn/branches/VINUM/; revision=39330