Fixed typo referring to auto configuration information

This commit is contained in:
Mark Pizzolato 2013-01-22 16:06:04 -08:00
parent 517e1e2bd1
commit 115f8608c3
7 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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