From 235ffdb6f02a6cabc8403fbeb24dbbcb42d9bc14 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 30 Jan 2014 16:29:40 -0800 Subject: [PATCH] PDP10: Change default bus address and vector for DMR device to be what the TOPS-10 expects (address 764000 and vector 610) --- PDP10/pdp10_ksio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/pdp10_ksio.c b/PDP10/pdp10_ksio.c index 6afcfee4..1737332b 100644 --- a/PDP10/pdp10_ksio.c +++ b/PDP10/pdp10_ksio.c @@ -1709,7 +1709,7 @@ AUTO_CON auto_tab[] = {/*c #v am vm fxa fxv */ { { "KDP" }, 1, 2, 0, 0, {0000540}, {0540} }, /* KMC11-A comm IOP-DUP ucode - fx CSR, fx VEC */ { { "DMR" }, 1, 2, 0, 0, - {0000700}, {0440} }, /* DMR11 comm - fx CSR, fx VEC */ + {0004000}, {0610} }, /* DMR11 comm - fx CSR, fx VEC */ #else { { "QBA" }, 1, 0, 0, 0, {017500} }, /* doorbell - fx CSR, no VEC */