PDP11,VAX: Corrected the KRQ50 controller id code (from Bob Armstrong)
This commit is contained in:
parent
577f921014
commit
7ebc991b5d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
// 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...
|
// used the same MSCP type as the QBUS version or not...
|
||||||
#define KRQ50_CTYPE 6 // QBUS RRD40/50 CDROM controller
|
#define KRQ50_CTYPE 6 // QBUS RRD40/50 CDROM controller
|
||||||
#define KRQ50_UQPM 13
|
#define KRQ50_UQPM 16
|
||||||
#define KRQ50_MODEL 13
|
#define KRQ50_MODEL 16
|
||||||
|
|
||||||
struct drvtyp {
|
struct drvtyp {
|
||||||
int32 sect; /* sectors */
|
int32 sect; /* sectors */
|
||||||
|
|
Loading…
Add table
Reference in a new issue