I7000: Added UNIT_SEQ to card punch and line printer to support append.
This commit is contained in:
parent
8a7c732df0
commit
cfa7163269
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
#include "sim_defs.h"
|
||||
#ifdef NUM_DEVS_CDP
|
||||
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | MODE_026
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | UNIT_SEQ | MODE_026
|
||||
|
||||
|
||||
/* Flags for punch and reader. */
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "sim_defs.h"
|
||||
#ifdef NUM_DEVS_LPR
|
||||
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE | UNIT_SEQ
|
||||
|
||||
|
||||
/* Flags for line printer. */
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "i7090_defs.h"
|
||||
#include "sim_card.h"
|
||||
#ifdef NUM_DEVS_CDP
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | UNIT_SEQ
|
||||
|
||||
|
||||
/* std devices. data structures
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#ifdef NUM_DEVS_LPR
|
||||
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE | UNIT_SEQ
|
||||
#define ECHO (1 << UNIT_V_LOCAL)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue