mirror of
https://github.com/open-simh/simh.git
synced 2026-04-24 19:40:22 +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:
@@ -308,6 +308,8 @@ typedef struct {
|
||||
/* simulated through a single */
|
||||
/* DEVICE structure (e.g., DZ, VH, DL, DC). */
|
||||
/* Populated by auto-configure */
|
||||
DEVICE *dptr; /* back pointer to related device */
|
||||
/* Populated by auto-configure */
|
||||
} DIB;
|
||||
|
||||
/* Qbus I/O page layout - see pdp11_io_lib.c for address layout details */
|
||||
|
||||
Reference in New Issue
Block a user