mirror of
https://github.com/simh/simh.git
synced 2026-01-14 07:39:29 +00:00
PDP11, VAX: Allow RQ RA8U disk type which is verified as valid at attach time
This commit is contained in:
parent
13dc1b54cd
commit
42938b9c83
@ -1080,6 +1080,8 @@ MTAB rq_mod[] = {
|
||||
&rq_set_type, NULL, NULL, "Set RA80 Disk Type" },
|
||||
{ MTAB_XTD|MTAB_VUN|MTAB_VALR, RA8U_DTYPE, NULL, "RAUSER=SizeInMB",
|
||||
&rq_set_type, NULL, NULL, "Set RAUSER Disk Type and its size" },
|
||||
{ MTAB_XTD|MTAB_VUN, RA8U_DTYPE, NULL, "RA8U",
|
||||
&rq_set_type, NULL, NULL, NULL },
|
||||
{ MTAB_XTD|MTAB_VUN, 0, "TYPE", NULL,
|
||||
NULL, &rq_show_type, NULL, "Display device type" },
|
||||
{ MTAB_XTD|MTAB_VUN|MTAB_VALR, 0, "UNIT", "UNIT=val (0-65534)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user