mirror of
https://github.com/simh/simh.git
synced 2026-05-03 06:28:41 +00:00
Fixed typo referring to auto configuration information
This commit is contained in:
@@ -515,7 +515,7 @@ struct pdp_dib {
|
|||||||
|
|
||||||
typedef struct pdp_dib DIB;
|
typedef struct pdp_dib DIB;
|
||||||
|
|
||||||
/* Unibus I/O page layout - see pdp11_ui_lib.c for address layout details
|
/* Unibus I/O page layout - see pdp11_io_lib.c for address layout details
|
||||||
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ typedef struct {
|
|||||||
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
||||||
} DIB;
|
} DIB;
|
||||||
|
|
||||||
/* Qbus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
/* Qbus I/O page layout - see pdp11_io_lib.c for address layout details */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ typedef struct {
|
|||||||
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
||||||
} DIB;
|
} DIB;
|
||||||
|
|
||||||
/* Qbus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
/* Qbus I/O page layout - see pdp11_io_lib.c for address layout details */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ typedef struct {
|
|||||||
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
||||||
} DIB;
|
} DIB;
|
||||||
|
|
||||||
/* Unibus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
/* Unibus I/O page layout - see pdp11_io_lib.c for address layout details */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ typedef struct {
|
|||||||
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
||||||
} DIB;
|
} DIB;
|
||||||
|
|
||||||
/* Unibus I/O page layout - see pdp11_ui_lib.c for address layout details
|
/* Unibus I/O page layout - see pdp11_io_lib.c for address layout details
|
||||||
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ typedef struct {
|
|||||||
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
||||||
} DIB;
|
} DIB;
|
||||||
|
|
||||||
/* Unibus I/O page layout - see pdp11_ui_lib.c for address layout details
|
/* Unibus I/O page layout - see pdp11_io_lib.c for address layout details
|
||||||
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
Massbus devices (RP, TU) do not appear in the Unibus IO page */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ typedef struct {
|
|||||||
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
int32 (*ack[VEC_DEVMAX])(void); /* ack routine */
|
||||||
} DIB;
|
} DIB;
|
||||||
|
|
||||||
/* Qbus I/O page layout - see pdp11_ui_lib.c for address layout details */
|
/* Qbus I/O page layout - see pdp11_io_lib.c for address layout details */
|
||||||
|
|
||||||
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
#define IOBA_AUTO (0) /* Assigned by Auto Configure */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user