1
0
mirror of https://github.com/simh/simh.git synced 2026-01-31 13:53:10 +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

@@ -70,7 +70,7 @@
#define SCSI_V_NOAUTO ((DKUF_V_UF > MTUF_V_UF) ? DKUF_V_UF : MTUF_V_UF)/* noautosize */
#define SCSI_V_UF (SCSI_V_NOAUTO + 1)
#define SCSI_WLK (UNIT_WLK|UNIT_RO) /* hwre write lock */
#define SCSI_NOAUTO (1 << SCSI_V_NOAUTO)
#define SCSI_NOAUTO DKUF_NOAUTOSIZE
struct scsi_dev_t {