1
0
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:
Mark Pizzolato
2012-12-28 12:15:08 -08:00
parent 0a0b8dbe31
commit b2ed63f31a
12 changed files with 10 additions and 18 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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;