mirror of
https://github.com/simh/simh.git
synced 2026-05-04 15:05:39 +00:00
PDP11: Properly range check DMA access to the I/O page
Make sure that DMA access to the I/O page can only see addresses on the Qbus/Unibus and not internal CPU registers
This commit is contained in:
@@ -528,6 +528,8 @@ struct pdp_dib {
|
||||
/* DEVICE structure (e.g., DZ, VH, DL, DC). */
|
||||
/* Populated by auto-configure */
|
||||
struct pdp_dib *next; /* devices with more than one DIB can chain them */
|
||||
DEVICE *dptr; /* back pointer to related device */
|
||||
/* Populated by auto-configure */
|
||||
};
|
||||
|
||||
typedef struct pdp_dib DIB;
|
||||
|
||||
Reference in New Issue
Block a user