From 6998276aecdf9310d20e95a329428f56e73c7b54 Mon Sep 17 00:00:00 2001 From: Timothe Litt Date: Wed, 10 Jul 2013 12:46:33 -0400 Subject: [PATCH] DUP: Add show dup connections It's useful to know DUP connection state. --- PDP11/pdp11_dup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PDP11/pdp11_dup.c b/PDP11/pdp11_dup.c index 24ff9bfd..6dc05dcb 100644 --- a/PDP11/pdp11_dup.c +++ b/PDP11/pdp11_dup.c @@ -363,6 +363,8 @@ static MTAB dup_mod[] = { &set_addr, &show_addr, NULL, "Bus address" }, { MTAB_XTD|MTAB_VDV|MTAB_VALR, 1, "VECTOR", "VECTOR", &set_vec, &show_vec_mux, (void *) &dup_desc, "Interrupt vector" }, + { MTAB_XTD|MTAB_VDV|MTAB_NMO, 1, "CONNECTIONS", NULL, + NULL, &tmxr_show_cstat, (void *) &dup_desc, "Display current connections" }, { MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, "LINES", "LINES=n", &dup_setnl, &tmxr_show_lines, (void *) &dup_desc, "Display number of lines" }, { 0 }