Fixed the auto configure IO page base address
This commit is contained in:
parent
0c436c1515
commit
8395db0573
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ typedef struct pdp_dib DIB;
|
|||
|
||||
/* I/O page layout */
|
||||
|
||||
#define IOPAGEBASE (IO_UBA3) /* I/O page base */
|
||||
#define IOPAGEBASE (IO_UBA3 + 0760000) /* I/O page base */
|
||||
#define IOBA_UBMAP 0763000
|
||||
|
||||
#define IOBA_UBMAP1 (IO_UBA1 + IOBA_UBMAP) /* Unibus 1 map */
|
||||
|
|
Loading…
Add table
Reference in a new issue