From 60c750e61bf79f44d113e1bc3e78b4df59c72225 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sun, 6 Jul 1986 00:37:41 -0800 Subject: [PATCH] date and time created 86/07/05 17:37:41 by sam SCCS-vsn: sys/tahoe/stand/vdformat/start.c 1.1 SCCS-vsn: sys/tahoe/stand/vdformat/status.c 1.1 --- usr/src/sys/tahoe/stand/vdformat/start.c | 33 ++++++++++ usr/src/sys/tahoe/stand/vdformat/status.c | 78 +++++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 usr/src/sys/tahoe/stand/vdformat/start.c create mode 100644 usr/src/sys/tahoe/stand/vdformat/status.c diff --git a/usr/src/sys/tahoe/stand/vdformat/start.c b/usr/src/sys/tahoe/stand/vdformat/start.c new file mode 100644 index 0000000000..c82180f742 --- /dev/null +++ b/usr/src/sys/tahoe/stand/vdformat/start.c @@ -0,0 +1,33 @@ +#ifndef lint +static char sccsid[] = "@(#)start.c 1.1 (Berkeley/CCI) %G%"; +#endif + +#include "vdfmt.h" + +/* +** +*/ + +start_commands() +{ + register int ctlr, drive, cur_op; + + indent(); + for(ctlr=0; ctlr