I1401: Properly set device class for tape device so help info is provided

This commit is contained in:
Mark Pizzolato 2016-10-20 13:33:40 -07:00
parent 17abb1223a
commit a1fe7934b6

View file

@ -172,7 +172,7 @@ DEVICE mt_dev = {
MT_NUMDR, 10, 31, 1, 8, 8, MT_NUMDR, 10, 31, 1, 8, 8,
NULL, NULL, &mt_reset, NULL, NULL, &mt_reset,
&mt_boot, &sim_tape_attach, &sim_tape_detach, &mt_boot, &sim_tape_attach, &sim_tape_detach,
NULL, DEV_DEBUG NULL, DEV_DEBUG | DEV_TAPE
}; };
/* Function routine /* Function routine