1 
  2 /****^  HISTORY COMMENTS:
  3   1) change(86-08-04,Beattie), approve(86-08-04,MCR7493),
  4      audit(86-09-24,Farley), install(86-09-29,MR12.0-1163):
  5      Updated for MR12.0.  Added dipper devices (tape 8200, disk 3380 and 3390,
  6      and mca), added MTH630 and removed unsupported devices.
  7                                                    END HISTORY COMMENTS */
  8 
  9 /*
 10 
 11 Standard system RTMF for MR8.0.  This RTMF includes the following volume types:
 12 tape_vol and disk_vol; and the following device types: tape_drive, disk_drive,
 13 reader, punch, printer, console and mpc.
 14 
 15 */
 16 
 17 
 18 Volume:             tape_vol;
 19 Attribute_domain:   track=9*,track=7*,den=200,den=556,den=800,
 20                       den=1600*,den=6250*;
 21 Implies:            tape_drive;
 22 Manual_clear:       no;
 23 Canonicalizer:      canon_resource_name_$tape_vol;
 24 
 25 potential_attributes:
 26                     track=9,track=7,den=200,den=556,den=800,den=1600,den=6250;
 27 attributes:         track=9,den=1600;
 28 charge_type:        tape_vol;
 29 access_range:       "system_low : system_high";
 30 
 31 /* --------------- */
 32 
 33 Device:             tape_drive;
 34 Attribute_domain:   track=7,track=9,
 35                       model=500,model=610,model=630,model=8200,
 36                       den=200,den=556,den=800,den=1600,den=6250,
 37                       speed=75,speed=125,speed=200;
 38 Accepts:            tape_vol;
 39 Manual_clear:       no;
 40 Canonicalizer:      ;                   /* No canonicalization. */
 41 
 42 potential_attributes:
 43                     track=9,model=630,den=800,den=1600,den=6250,
 44                       speed=75,speed=125,speed=200;
 45 attributes:         track=9;
 46 charge_type:        tape_drive;
 47 access_range:       "system_low : system_high";
 48 
 49 type:               tape7;
 50      potential_attributes:
 51                          track=7,model=500,den=200,den=556,den=800;
 52      attributes:         track=7;
 53 
 54 type:               tape9;
 55      potential_attributes:
 56                          track=9,model=630,den=800,den=1600,den=6250,
 57                            speed=75,speed=125,speed=200;
 58      attributes:         track=9;
 59 
 60 /* --------------- */
 61 
 62 Device:             punch;
 63 Attribute_domain:   model=201,model=300,model=301,model=401;
 64 Accepts:            ;
 65 Canonicalizer:      ;
 66 
 67 potential_attributes:
 68                     ;
 69 attributes:         ;
 70 charge_type:        punch;
 71 access_range:       "system_low : system_high";
 72 
 73 /* --------------- */
 74 
 75 Device:             reader;
 76 Attribute_domain:   model=201,model=301,model=401,model=500;
 77 Accepts:            ;
 78 Canonicalizer:      ;
 79 
 80 potential_attributes:
 81                     ;
 82 attributes:         ;
 83 charge_type:        reader;
 84 access_range:       "system_low : system_high";
 85 
 86 /* --------------- */
 87 
 88 Device:             console;
 89 Attribute_domain:   model=6001,model=6004,model=6601;
 90 Accepts:            ;
 91 Canonicalizer:      ;
 92 
 93 potential_attributes:
 94                     ;
 95 attributes:         ;
 96 charge_type:        console;
 97 access_range:       "system_low : system_high";
 98 
 99 /* --------------- */
100 
101 Device:             printer;
102 Attribute_domain:   model=1200,model=1201,model=1600,
103                       speed=1200,speed=1600;
104 Accepts:            ;
105 Canonicalizer:      ;
106 
107 potential_attributes:
108                     ;
109 attributes:         ;
110 charge_type:        printer;
111 access_range:       "system_low : system_high";
112 
113 /* --------------- */
114 
115 Volume:             disk_vol;
116 Attribute_domain:   model=400*,model=402*,model=451*,model=500*,model=501*,
117                       model=3380*,model=3390*,
118                       use=io*,use=ss*;
119 Implies:            disk_drive;
120 Manual_clear:       no;
121 Canonicalizer:      ;
122 
123 potential_attributes:
124                     model=451,use=ss,use=io;
125 attributes:         model=451,use=ss;
126 charge_type:        disk_vol;
127 access_range:       "system_low : system_high";
128 
129 /* --------------- */
130 
131 Device:             disk_drive;
132 Attribute_domain:   model=400,model=402,model=451,model=500,model=501,
133                       model=3380,model=3390,
134                       use=io,use=ss;
135 Accepts:            disk_vol;
136 Canonicalizer:      ;
137 
138 potential_attributes:
139                     model=451,use=ss,use=io;
140 attributes:         model=451,use=ss;
141 charge_type:        disk_drive;
142 access_range:       "system_low : system_high";
143 
144 /* --------------- */
145 
146 Device:             mca;
147 Attribute_domain:   ;
148 Accepts:            ;
149 Canonicalizer:      ;
150 
151 potential_attributes:
152                     ;
153 attributes:         ;
154 charge_type:        special;
155 access_range:       "system_low : system_high";
156 
157 /* --------------- */
158 
159 Device:             special;
160 Attribute_domain:   ;
161 Accepts:            ;
162 Canonicalizer:      ;
163 
164 potential_attributes:
165                     ;
166 attributes:         ;
167 charge_type:        special;
168 access_range:       "system_low : system_high";
169 
170 /* --------------- */
171 
172 end;