summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/vext.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-08-07 08:20:07 +0000
committergrog <grog@FreeBSD.org>1999-08-07 08:20:07 +0000
commite66df31c62535f6e3bdee3921c28492a03215ecd (patch)
tree3d0449eb1423536d06702dfdc9f04aa219a74a69 /sbin/vinum/vext.h
parent14c3e50601cf7d55f1b6cf4d9f8a09f71aa65bda (diff)
downloadFreeBSD-src-e66df31c62535f6e3bdee3921c28492a03215ecd.zip
FreeBSD-src-e66df31c62535f6e3bdee3921c28492a03215ecd.tar.gz
Remove code to detect RAID-5/non-RAID-5 kernel modules.
Diffstat (limited to 'sbin/vinum/vext.h')
-rw-r--r--sbin/vinum/vext.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index da9e6c9..fdf2c1c 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -35,7 +35,7 @@
*
*/
-/* $Id: vext.h,v 1.11 1999/03/02 04:10:00 grog Exp grog $ */
+/* $Id: vext.h,v 1.12 1999/07/03 05:51:19 grog Exp grog $ */
#define MAXARGS 64 /* maximum number of args on a line */
#define PLEXINITSIZE 61440 /* this is what the system does somewhere */
@@ -47,13 +47,7 @@ enum {
GIGABYTE = 1073741824
};
-#if RAID5
-#define VINUMMOD "Vinum"
-#define WRONGMOD "vinum" /* don't want this one */
-#else
#define VINUMMOD "vinum"
-#define WRONGMOD "Vinum" /* don't want this one */
-#endif
#define DEFAULT_HISTORYFILE "/var/tmp/vinum_history" /* default name for history stuff */
@@ -81,6 +75,8 @@ void vinum_makedev(int argc, char *argv[], char *arg0[]);
void vinum_help(int argc, char *argv[], char *arg0[]);
void vinum_quit(int argc, char *argv[], char *arg0[]);
void vinum_setdaemon(int argc, char *argv[], char *arg0[]);
+void vinum_replace(int argc, char *argv[], char *arg0[]);
+void vinum_readpol(int argc, char *argv[], char *arg0[]);
void reset_volume_stats(int volno, int recurse);
void reset_plex_stats(int plexno, int recurse);
void reset_sd_stats(int sdno, int recurse);
@@ -110,6 +106,10 @@ void vinum_debug(int argc, char *argv[], char *arg0[]);
#endif
struct drive *find_drive_by_devname(char *name);
void make_devices(void);
+void make_vol_dev(int, int);
+void make_plex_dev(int, int);
+void make_sd_dev(int);
+void list_defective_objects();
void get_drive_info(struct drive *drive, int index);
void get_sd_info(struct sd *sd, int index);
void get_plex_sd_info(struct sd *sd, int plexno, int sdno);
OpenPOWER on IntegriCloud