mirror of
https://github.com/simh/simh.git
synced 2026-04-24 19:33:40 +00:00
Removed IOBA_FLOAT and replaced with IOBA_AUTO
This commit is contained in:
@@ -190,7 +190,6 @@ typedef struct {
|
||||
/* Qbus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
|
||||
/* The KA610 maintains 4 separate hardware IPL levels, IPL 17 to IPL 14;
|
||||
|
||||
@@ -235,7 +235,6 @@ typedef struct {
|
||||
/* Qbus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
|
||||
/* The KA620/KA630 maintains 4 separate hardware IPL levels, IPL 17 to IPL 14;
|
||||
|
||||
@@ -234,7 +234,6 @@ typedef struct {
|
||||
/* Unibus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
/* Interrupt assignments; within each level, priority is right to left */
|
||||
|
||||
|
||||
@@ -270,7 +270,6 @@ typedef struct {
|
||||
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
|
||||
/* Interrupt assignments; within each level, priority is right to left */
|
||||
|
||||
@@ -288,7 +288,6 @@ typedef struct {
|
||||
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
|
||||
/* Interrupt assignments; within each level, priority is right to left */
|
||||
|
||||
@@ -322,7 +322,6 @@ typedef struct {
|
||||
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
|
||||
/* Interrupt assignments; within each level, priority is right to left */
|
||||
|
||||
@@ -285,7 +285,6 @@ typedef struct {
|
||||
/* Qbus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
||||
|
||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||
#define IOBA_FLOAT (0) /* Assigned by Auto Configure */
|
||||
|
||||
|
||||
/* The KA65x maintains 4 separate hardware IPL levels, IPL 17 to IPL 14;
|
||||
|
||||
Reference in New Issue
Block a user