1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

PDP11, VAX scsi systems: Migrate DEV_DISK devices using common autosize code

This commit is contained in:
Mark Pizzolato
2022-02-11 15:26:21 -08:00
parent 1196827c2d
commit 49b6e52d48
8 changed files with 43 additions and 50 deletions

View File

@@ -229,9 +229,8 @@
#define UNIT_V_DTYPE (DKUF_V_UF + 0) /* drive type */
#define UNIT_W_DTYPE 3 /* 3b drive type encode */
#define UNIT_M_DTYPE ((1u << UNIT_W_DTYPE) - 1)
#define UNIT_V_NOAUTO (UNIT_V_DTYPE + UNIT_W_DTYPE) /* noautosize */
#define UNIT_DTYPE (UNIT_M_DTYPE << UNIT_V_DTYPE)
#define UNIT_NOAUTO (1 << UNIT_V_NOAUTO)
#define UNIT_NOAUTO DKUF_NOAUTOSIZE
struct drvtyp {
int32 sect; /* sectors */