From 7ebc991b5d9716790168b80f58b1f721e69bb85e Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 4 Dec 2013 09:55:28 -0800 Subject: [PATCH] PDP11,VAX: Corrected the KRQ50 controller id code (from Bob Armstrong) --- PDP11/pdp11_rq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PDP11/pdp11_rq.c b/PDP11/pdp11_rq.c index d0897f54..082d9d46 100644 --- a/PDP11/pdp11_rq.c +++ b/PDP11/pdp11_rq.c @@ -677,8 +677,8 @@ x RA73 70(+1) 21 2667+ 21 1 ? 3920490 // There was actually a UNIBUS RRD50 controller too, but I don't know if it // used the same MSCP type as the QBUS version or not... #define KRQ50_CTYPE 6 // QBUS RRD40/50 CDROM controller -#define KRQ50_UQPM 13 -#define KRQ50_MODEL 13 +#define KRQ50_UQPM 16 +#define KRQ50_MODEL 16 struct drvtyp { int32 sect; /* sectors */