summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumutil.c
Commit message (Collapse)AuthorAgeFilesLines
* plex_org: Add case for RAID-4.grog2000-02-291-14/+18
| | | | Approved-by: jkh
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update a comment.grog1999-08-071-3/+8
|
* Modify to work with new style dev_t.grog1999-05-151-12/+7
| | | | | With_copious_input_from: peter phk
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-6/+3
| | | | | | away). Submitted-by: phk
* sizespec:grog1999-05-021-1/+3
| | | | Implement scaling letter 's' to mean 'sectors' (of 512 bytes).
* VolState: return an enum volumestate, not a (non-existent) enum volstate.grog1999-03-191-1/+1
| | | | | | Strangely, neither gcc nor EGCS noticed this bug. Eagle-eyed by: arno@heho.snv.jussieu.fr (Arno J. Klaassen)
* sizespec: allow negative values (which signal error conditions).grog1999-03-021-23/+36
| | | | catch missing (NULL) parameters.
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-10/+20
| | | | | | apparently in accordance with style(9). Complained-about-by: bde
* Retain some of the RAID5 texts even in the non-RAID5 versions.grog1999-01-211-1/+67
| | | | | | | | Previously, accidentally starting the wrong version could corrupt the RAID5 configuration. Add functions Volno, Plexno and Sdno to replace the old defines VOLNO, PLEXNO and SDNO.
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-3/+6
| | | | | | | | | | | | | | | | kernel as a pseudo-device. The changes were: - #ifdef DEBUG -> #ifdef VINUMDEBUG - opt_vinum.h for holding above config variable - Fixing up a few stray problems where DEBUG wasn't optional. - config.c -> vinumconfig.c (there's already a config.o) - Other *.c -> vinum*.c (wasn't strictly necessary, but done in case we end up with something else conflicting later on and we might have to have yet more repository copies of files). - include file paths fixups.. (ie: get them all from the kernel tree instead of partly from the kernel and partly from /usr/include/machine) I've spoken with Greg about this.. I hope this doesn't mess him around too much..
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+211
| | | | was savaged in the blood bath a few hours ago.
* Remove LKM's depricated by modules.sos1998-12-271-211/+0
|
* Import base vinum lkm sourcesgrog1998-09-161-0/+211
OpenPOWER on IntegriCloud