1 01/12/2018  GB60 (Multics HASP Service and Utility Manual)
 2           Errata Information for MR12.6g
 3 
 4 
 5 pg 3-2: Replace the device definition for vax_rdr1 with the following:
 6 
 7    Device:                    vax_rdr1;
 8      line:                    a.h014.rdr1;
 9      driver_module:           remote_driver_;
10      args:                    "station= vax, slave= no,
11                               desc= -terminal hasp_workstation_ -comm hasp";
12     minor_device:             rdr1;
13       default_type: vax_dummy;
14       minor_args:             "dev= reader";
15 
16 Replace the device definition for vax_ptr1 with the following:
17 
18    Device:                    vax_prt1;
19      line:                    a.h014.prt1;
20      driver_module:           remote_driver_;
21      args:                    "station= vax, slave= no,
22                               desc= -terminal hasp_workstation_ -comm hasp";
23     minor_device:             prt1;
24       default_type: vax_prt;
25       minor_args:             "dev= printer";
26 
27 Replace the device definition for vax_prt2 with the following:
28 
29    Device:                    vax_prt2;
30      line:                    a.h014.prt2;
31      driver_module:           remote_driver_;
32      args:                    "station= vax, slave= no,
33                               desc= -terminal hasp_workstation_ -comm hasp";
34     minor_device:             prt2;
35       default_type: manuals;
36       minor_args:             "dev= printer";
37 
38 pg 3-3:  Replace the device definition for vax_pun1 with the following:
39 
40    Device:                    vax_pun1;
41      line:                    a.h014.pun1;
42      driver_module:           remote_driver_;
43      args:                    "station= vax, slave= no,
44                               desc= -terminal hasp_workstation_ -comm hasp";
45     minor_device:             pun1;
46       default_type: vax_pun;
47       minor_args:             "dev= punch";
48 
49 Replace the request type definition for vax_dummy with the following:
50 
51    Request_type:              vax_dummy;
52      driver_userid:           HASP.SysDaemon;
53      generic_type:            none;
54      max_queues:              1;
55      device:                  vax_rdr1.rdr1;
56 
57 Replace the request type definition for vax_prt with the following:
58 
59    Request_type:              vax_prt;
60      driver_userid:           HASP.SysDaemon;
61      generic_type:            printer;
62      device:                  vax_prt1.prt1;
63 
64 Replace the request type definition for manuals with the following:
65 
66    Request_type:              manuals;
67      driver_userid:           HASP.SysDaemon;
68      generic_type:            printer;
69      max_queues:              2;
70      device:                  vax_prt2.prt2;
71      rqti_seg:                manuals_info;