From 84f1e7104e1e2f6b7638f9f7da5a6ff2d2c59f7b Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 10 Feb 2017 11:23:29 -0800 Subject: [PATCH] VAX: Fix help text for MBA devices to describe their device relationships --- VAX/vax7x0_mba.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VAX/vax7x0_mba.c b/VAX/vax7x0_mba.c index 8f5ac257..ca842d96 100644 --- a/VAX/vax7x0_mba.c +++ b/VAX/vax7x0_mba.c @@ -863,8 +863,9 @@ return build_dib_tab(); t_stat mba_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr) { fprintf (st, "Massbus Adapters (MBA0, MBA1)\n\n"); -fprintf (st, "The Massbus adapters (MBA0, MBA1) simulate RH780's. MBA0 is assigned to the\n"); -fprintf (st, "RP disk drives, MBA1 to the TU tape drives.\n"); +fprintf (st, "The Massbus adapters (MBA0, MBA1) simulate RH780's. RP disk drives get\n"); +fprintf (st, "assigned to MBA0 if it is enabled, and TU tape drives get assigned to\n"); +fprintf (st, "MBA1 if RP is enabled, and MBA0 otherwise.\n"); fprint_set_help (st, dptr); fprint_show_help (st, dptr); fprint_reg_help (st, dptr);