I1401: Properly set device class for tape device so help info is provided
This commit is contained in:
parent
17abb1223a
commit
a1fe7934b6
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ DEVICE mt_dev = {
|
|||
MT_NUMDR, 10, 31, 1, 8, 8,
|
||||
NULL, NULL, &mt_reset,
|
||||
&mt_boot, &sim_tape_attach, &sim_tape_detach,
|
||||
NULL, DEV_DEBUG
|
||||
NULL, DEV_DEBUG | DEV_TAPE
|
||||
};
|
||||
|
||||
/* Function routine
|
||||
|
|
Loading…
Add table
Reference in a new issue