 composer was trying (unnecessarily)
# to force both magic cookie glitches off.  Once upon a time, I
# used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
# function keys; thus the "Al" value for HM was certainly an error.  I renamed
# EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.
# I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
# "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
# names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
fos|fortune|Fortune system:\
	:am:bs:bw:\
	:co#80:li#25:\
	:@7=^Ak\r:@8=^Aq:ac=j*k(l m"q&v%w#x-:ae=^O:al=\034E:\
	:as=\Eo:bl=^G:cd=\034Y:ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:\
	:dc=\034W:dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
	:k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:k6=^Af\r:\
	:k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:kd=^Ay\r:\
	:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:mb=\EN:me=\EI:\
	:mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:ta=^Z:ue=^\IP:up=\013:\
	:us=^\HP:ve=\E\\:vi=\E]:vs=\E\::

#### Masscomp consoles
#
# Masscomp has gone out of business.  Their product line was purchased by
# comany in Georgia (US) called "XS International", parts and service may
# still be available through them.
#

# (masscomp: ":MT:" changed to ":km:";  -- esr)
masscomp|masscomp workstation console:\
	:bs:km:mi:\
	:co#80:it#8:li#24:\
	:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:dc=\E[P:\
	:dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:kb=^H:\
	:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:nd=\E[C:se=\E[m:\
	:so=\E[7m:ta=^I:ue=\EGau:up=\E[A:us=\EGu:
masscomp1|masscomp large screen version 1:\
	:co#104:li#36:tc=masscomp:
masscomp2|masscomp large screen version 2:\
	:co#64:li#21:tc=masscomp:

######## OTHER OBSOLETE TYPES
#
# These terminals are *long* dead -- these entries are retained for
# historical interest only.
#

#### Obsolete non-ANSI software emulations
#

# CTRM terminal emulator
# 1. underlining is not allowed with colors: first, is is simulated by
# black on white, second, it disables background color manipulations.
# 2. BLINKING, REVERSE and BOLD are allowed with colors,
# so we have to save their status in the static registers A, B and H
# respectively, to be able to restore them when color changes
# (because any color change turns off ALL attributes)
# 3. :md: and :mr: sequences alternate modes,
# rather than simply  entering them.  Thus we have to check the
# static register B and H to determine the status, before sending the
# escape sequence.
# 4. :me: now must set the status of all 3 register (A,B,H) to zero
# and then reset colors
# 5. implementation of the protect mode would badly penalize the performance.
# we would have to use \E&bn sequence to turn off colors (as well as all
# other attributes), and keep the status of protect mode in yet another
# static variable.  If someone really needs this mode, they would have to
# create another terminfo entry.
# 6. original color-pair is white on black.
# store the information about colors into static registers
# 7. set foreground color.  it performs the following steps.
#   1) turn off all attributes
#   2) turn on the background and video attributes that have been turned
#      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
#   3) turn on foreground attributes
#   4) store information about foreground into U,V,W static registers
# 8. turn on background: similar to turn on foreground above
ctrm|C terminal emulator:\
	:am:ut:xo:\
	:Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:pb#19200:vt#6:\
	:al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
	:cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
	:do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:k1=\Ep\r:k2=\Eq\r:\
	:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:\
	:kb=^H:kd=\Ew\r:ke=\E&jA:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
	:ks=\E&jB:ku=\Et\r:le=^H:mb=\E&dA%{1}%PA:\
	:md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
	:me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
	:mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
	:op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU:\
	:sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:

# gs6300 - can't use blue foreground, it clashes with underline;
# it's simulated with cyan
# Bug: The <op> capability probably resets attributes.
# (gs6300: commented out <rmln> (no <smln>) --esr)
gs6300|emots|AT&T PC6300 with EMOTS terminal emulator:\
	:am:ms:ut:xo:\
	:Co#8:co#80:it#8:li#24:pa#63:\
	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
	:LE=\E[%dD:RI=\E[%dC:Sb=\E[?;%dm:UP=\E[%dA:\
	:ac=++,,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
	:ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
	:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:\
	:ei=:ho=\E[H:ic=\E[@:im=:is=\E[m:k1=\E[0s:k2=\E[24s:\
	:k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:k7=\E[3s:k8=\E[21s:\
	:kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
	:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E[10m:mr=\E[7m:nd=\E[C:\
	:op=\E[?;m:pf=\E[4i:po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:\
	:ta=^I:up=\E[A:us=\E[4m:

# From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
# MS-Kermit with Heath-19 emulation mode enabled
# (h19k: changed ":pt@:" to ":it@"
h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
	:am@:da:db:xt:\
	:it@:\
	:ta@:tc=h19-u:

# Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
# Software (formerly Peripherals Computers & Supplies, Inc) of
# 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376.  They can
# also be reached at support@synergy.com.
versaterm|versaterm vt100 emulator for the macintosh:\
	:am:xn:\
	:co#80:it#8:li#24:\
	:al=9\E[1L:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
	:cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=7\E[1P:\
	:dl=9\E[1M:do=^J:ei=:ho=\E[H:ic=7\E[1@:im=:\
	:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
	:kb=^H:kd=\EOB:ke=\E>\E[?1l:kl=\EOD:kr=\EOC:ks=\E=\E[?1h:\
	:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
	:nd=2\E[C:nw=^M^J:r1=\E>:rc=\E8:\
	:rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:so=2\E[7m:\
	:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:

# From: Rick Thomas <ihnp4!btlunix!rbt>
# (xtalk: I added <rmam>/<smam> based on the init string.
xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
	:am:mi:ms:xo:\
	:co#80:it#8:li#24:sg#1:vt#3:\
	:DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
	:UP=\E[%dA:\
	:ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
	:ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
	:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
	:eA=\E(B\E)0:ho=\E[H:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
	:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:nd=\E[C:\
	:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m\s:sf=^J:\
	:so=\E[7m\s:sr=\EM:st=\EH:ta=^I:up=\E[A:tc=vt100+fnkeys:

# The official PC terminal emulator program of the AT&T Product Centers.
# Note - insert mode commented out - doesn't seem to work on AT&T PC.
simterm|attpc running simterm:\
	:am:\
	:co#80:li#24:\
	:al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :cr=^M:\
	:dc=\ER:dl=\EM:do=\EB:ho=\EH:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
	:sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:

#### Daisy wheel printers
#
# This section collects Diablo, DTC, Xerox, Qume, and other daisy
# wheel terminals.  These are now largely obsolete.
#

# (diablo1620: removed :if=/usr/share/tabset/xerox1720:, no such file -- esr)
diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
	:hc:os:\
	:co#132:it#8:\
	:ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:kb=^H:le=^H:\
	:st=\E1:ta=^I:up=\E^J:
diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
	:co#124:\
	:is=\r        \E9:tc=diablo1620:
# (diablo1640: removed :if=/usr/share/tabset/xerox1730:, no such file -- esr)
diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
	:bl=^G:se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
# (diablo1640-lm: removed :if=/usr/share/tabset/xerox1730-lm:, no such
# file -- esr)
diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
	:co#124:\
	:se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer:\
	:tc=diablo1640-lm:
# DTC 382 with VDU.  Has no :cd: so we fake it with :ce:.  Standout
# :so=^P\s\002^PF: works but won't go away without dynamite :se=^P\s\0:.
# The terminal has tabs, but I'm getting tired of fighting the braindamage.
# If no tab is set or the terminal's in a bad mood, it glitches the screen
# around all of memory.  Note that return puts a blank ("a return character")
# in the space the cursor was at, so we use ^P return (and thus ^P newline for
# newline).  Note also that if you turn off :pt: and let Unix expand tabs,
# curses won't work (some old BSD versions) because it doesn't clear this bit,
# and cursor addressing sends a tab for row/column 9.  What a losing terminal!
# I have been unable to get tabs set in all 96 lines - it always leaves at
# least one line with no tabs in it, and once you tab through that line,
# it completely weirds out.
# (dtc382: change :te: to :ti: -- it  just does a clear --esr)
dtc382|DTC 382:\
	:am:da:db:xs:\
	:co#80:li#24:lm#96:\
	:al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
	:cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
	:ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:te=:\
	:ti=\020\035:ue=^P \0:up=^P^L:us=^P ^P:ve=^Pb:vs=^PB:
dtc300s|DTC 300s:\
	:hc:os:\
	:co#132:\
	:bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
	:sf=^J:st=\E1:ta=^I:up=^Z:
gsi|mystery gsi terminal:\
	:hc:os:\
	:co#132:\
	:bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:up=^Z:
aj830|aj832|aj|anderson jacobson:\
	:hc:os:\
	:bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
# From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
aj510|Anderson-Jacobson model 510:\
	:am:mi:\
	:co#80:li#24:\
	:al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :dc=.1*\E'D:\
	:dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:kd=\EZ:kl=\EW:kr=\EX:\
	:ku=\EY:le=^H:nd=\EX:pc=\177:se=\E"I:so=\E"I:te=\E"N:\
	:ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
# From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
# This is incomplete, but it's a start.
nec5520|nec|spinwriter|nec 5520:\
	:hc:os:\
	:co#132:it#8:\
	:bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
	:hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E9:
qume5|qume|Qume Sprint 5:\
	:hc:os:\
	:co#80:it#8:\
	:bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
	:sf=^J:st=\E1:ta=^I:up=^Z:
# I suspect the xerox 1720 is the same as the diablo 1620.
xerox1720|x1720|x1750|xerox 1720:\
	:hc:os:\
	:co#132:it#8:\
	:bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:ta=^I:

#### Miscellaneous obsolete terminals, manufacturers unknown
#
# If you have any information about these (like, a manufacturer's name,
# and a date on the serial-number plate) please send it!

cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
	:am:bs:\
	:co#73:li#36:\
	:cl=^Z:ho=^^:le=^H:nd=^L:up=^K:
cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
	:am:bs:\
	:co#85:li#39:\
	:cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:\
	:kr=\E4:ku=\E1:le=^H:nd=^L:se=\Em^C:so=\Em^L:up=^K:
cops10|cops|cops-10|cops 10:\
	:am:bw:\
	:co#80:li#24:\
	:bl=^G:cd=^W:ce=^V:cl=30\030:cm=\020%+ %+ :cr=^M:do=^J:\
	:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
# (d132: removed duplicate :ic=\E5:,
# merged in capabilities from a BRL entry -- esr)
d132|datagraphix|datagraphix 132a:\
	:da:db:in:\
	:co#80:li#30:\
	:al=\E3:bl=^G:cl=^L:cm=\E8%i%3%3:cr=^M:dc=\E6:do=^J:ei=:\
	:ho=\ET:ic=\E5:im=:kb=^H:kd=^J:kl=^H:le=^H:nd=\EL:nw=^M^J:\
	:sf=^J:sr=\Ew:ta=^I:up=\EK:ve=\Em\En:vs=\Ex:
# The d800 was an early portable terminal from c.1984-85 that looked a lot
# like the original Compaq `lunchbox' portable (but no handle).  It had a vt220
# mode (which is what this entry looks like) and several other lesser-known
# emulations.
d800|Direct 800/A:\
	:am:bs:da:db:ms:xs:\
	:co#80:it#8:li#24:\
	:ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
	:ae=\E[m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[2J:\
	:cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:\
	:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kd=\E[B:kl=\E[D:\
	:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\ED:\
	:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[>12h:\
	:vs=\E[>12l:
digilog|digilog 333:\
	:bs:\
	:co#80:li#16:\
	:bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:up=^O:
# The DWK was a terminal manufactured in the Soviet Union c.1986
dwk|dwk-vt|dwk terminal:\
	:am:\
	:co#80:it#8:li#24:\
	:ac=+^,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_:\
	:ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
	:cr=^M:dc=\EP:do=^J:ei=:ho=\EH:ic=\EQ:im=:k1=\Ef1:k2=\Ef2:\
	:k3=\Ef3:k4=\Ef4:k5=\Ef5:k6=\Ef6:k7=\Ef7:k8=\Ef8:k9=\Ef9:\
	:k;=\Ef0:kD=\Ee:kI=\Ed:kN=\Eh:kP=\Eg:kb=\177:kd=\EB:kl=\ED:\
	:kr=\EC:ku=\EA:le=^H:me=\EX:mr=\ET:nd=\EC:nw=^M^J:se=\EX:\
	:sf=^J:so=\ET:sr=\ES:ta=^I:up=\EA:
env230|envision230|envision 230 graphics terminal:\
	:xn@:\
	:pf=\E[4i:po=\E[5i:ps=\E[0i:tc=vt100:
# These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
# coupler attached, the whole rig fitting in a suitcase and more or less
# portable.  Hot stuff for c.1977 :-) -- esr
ep48|ep4080|execuport 4080:\
	:am:bs:os:\
	:co#80:\
	:bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
ep40|ep4000|execuport 4000:\
	:co#136:tc=ep4080:
# Adam Thompson <athompso@pangea.ca> tells us:
# Informer series - these are all portable units, resembling older
# automatic bread-baking machines.  The terminal looks like a `clamshell'
# design, but isn't.  The structure is similar to the Direct terminals,
# but only half the width.  The entire unit is only about 10" wide.
# It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
# keyboard.  All the keys are crammed together, much like some laptop
# PCs today, but perhaps less well organized...all these units have a
# bewildering array of plugs on the back, including a built-in modem.
# The 305 was a color version of the 304; the 306 and 307 were mono and
# color terminals built for IBM bisync protocols.
# From: Paul Leondis <unllab@amber.berkeley.edu>
ifmr|Informer D304:\
	:am:bs:\
	:co#80:li#24:\
	:cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:ei=:\
	:ho=\EH:ic=\E[:im=:le=^H:me=\EK:nd=\EC:se=\EK:so=\EJ:sr=\En:\
	:up=\EA:
# Entry largely based on wy60 and has the features of wy60ak.
# (sgr removed to fit entry within 1023 bytes)
# (rmacs/smacs removed for consistency)
# (acsc removed to fit entry within 1023 bytes)
# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys:\
	:am:bw:hs:km:mi:ms:ul:xo:\
	:co#80:li#24:ws#80:\
	:al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:cm=\Ea%i%dR%dC:\
	:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\Ez(\r:ei=\Er:fs=^M:\
	:ho=\036:if=/usr/share/tabset/std:im=\Eq:ip=:\
	:is=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177\Ezz`\E[F\177\EA1*\EZH12:\
	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
	:k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
	:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\EG2:\
	:me=\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=^J:sr=\Ej:st=\E1:ta=\011:\
	:te=:\
	:ti=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177:\
	:ts=\Ez(:uc=\EG8\EG0:up=^K:ve=\E`1:vi=\E`0:tc=adm+sgr:
teletec|Teletec Datascreen:\
	:am:bs:\
	:co#80:li#24:\
	:bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:up=^K:
# From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
# This description is for the LANPAR Technologies VISION 3220
# terminal from 1984/85.  The function key definitions k0-k5 represent the
# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
#
# Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
# I had a couple of scopes (3221) like this once where I used to work, around
# the 1987 time frame if memory serves me correctly.  These scopes were made
# by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
# compatible.  The 3220 was a plain text terminal like the VT-220, the 3221
# was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
# was like the VT-241 (color with Regis + Sixel Graphics).  These terminals
# (3221) cost about $1500 each, and one was always broken -- had to be sent
# back to the shop for repairs.
# The only real advantage these scopes had over the VT-240's were:
# 1) They were faster in the Regis display, or at least the ones I did
# 2) They had a handy debugging feature where you could split-screen the
# scope, the graphics would appear on the top, and the REGIS commands would
# appear on the bottom.  I don't remember the VT-240s being able to do that.
# I would swear that LANPAR Technologies was in MA someplace, but since I
# don't work at the same place anymore, and those terminals and manuals were
# long since junked, I cannot be any more sure than that.
#
# (v3220: removed obsolete ":kn#10:",
# I added <rmam>/<smam> based on the init string -- esr)
v3220|LANPAR Vision II model 3220/3221/3222:\
	:am:bs:mi:xn:\
	:co#80:it#8:li#24:\
	:RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
	:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
	:is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
	:k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:k7=\E[OQ:\
	:k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
	:ks=\E=:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:\
	:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
######## ICH/ICH1 VERSUS RMIR/SMIR
#
# Some non-curses applications get confused if both ich/ich1 and rmir/smir
# are present; the symptom is doubled characters in an update using insert.
# These applications are technically correct; in both 4.3BSD termcap and
# terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
# unless the terminal needs both.  To my knowledge, no terminal still in this
# file requires both other than the very obsolete dm2500.
#
# For ncurses-based applications this is not a problem, as ncurses uses
# one or the other as appropriate but never mixes the two.  Therefore we
# have not corrected entries like `linux' and `xterm' that specify both.
# If you see doubled characters from these, use the linux-nic and xterm-nic
# entries that suppress ich/ich1.  And upgrade to ncurses!
#

######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
#
# ANSI X3.64 has been withdrawn and replaced by ECMA-48.  The ISO 6429 and
# ECMA-48 standards are said to be almost identical, but are not the same
# as X3.64 (though for practical purposes they are close supersets of it).
#
# You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
# requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
# Coded Character Sets"), include your snail-mail address, and you should
# receive the document in due course.  Don't expect an email acknowledgement.
#
# Related standards include "X3.4-1977: American National Standard Code for
# Information Interchange" (the ASCII standard) and "X3.41.1974:
# Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
# American National Standard for Information Interchange."  I believe (but
# am not certain) that these are effectively identical to ECMA-6 and ECMA-35
# respectively.
#

#### VT100/ANSI/ECMA-48
#
# ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
# and ECMA-48 Control Functions for Coded Character Sets.
#
# Much of the content of this comment is adapted from a table prepared by
# Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences,
# discussion of some terminfo-related issues, and updates to capture ECMA-48
# have been added.  Control functions described in ECMA-48 only are tagged
# with * after their names.
#
# The table is a complete list of the defined ANSI X3.64/ECMA-48 control
# sequences.  In the main table, \E stands for an escape (\033) character,
# SPC for space.  Pn stands for a single numeric parameter to be inserted
# in decimal ASCII.  Ps stands for a list of such parameters separated by
# semicolons.  Parameter meanings for most parametrized sequences are
# decribed in the notes.
#
# Sequence     Sequence                             Parameter   or
# Mnemonic     Name              Sequence           Value      Mode   terminfo
# -----------------------------------------------------------------------------
# APC  Applicatn Program Command \E _                -         Delim  -
# BEL  Bell *                    ^G                  -         -      bel
# BPH  Break Permitted Here *    \E B                -         *      -
# BS   Backpace *                ^H                  -         EF     -
# CAN  Cancel *                  ^X                  -         -      -   (A)
# CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
# CCH  Cancel Previous Character \E T                -         -      -
# CHA  Cursor Horizntal Absolute \E [ Pn G           1         eF     hpa (B)
# CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (C)
# CMD  Coding Method Delimiter * \E
# CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (D)
# CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
# CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -   (E)
# CSI  Control Sequence Intro    \E [                -         Intro  -
# CTC  Cursor Tabulation Control \E [ Ps W           0         eF     -   (F)
# CUB  Cursor Backward           \E [ Pn D           1         eF     cub
# CUD  Cursor Down               \E [ Pn B           1         eF     cud
# CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
# CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (G)
# CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
# CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -   (H)
# DA   Device Attributes         \E [ Pn c           0         -      -
# DAQ  Define Area Qualification \E [ Ps o           0         -      -
# DCH  Delete Character          \E [ Pn P           1         eF     dch
# DCS  Device Control String     \E P                -         Delim  -
# DL   Delete Line               \E [ Pn M           1         eF     dl
# DLE  Data Link Escape *        ^P                  -         -      -
# DMI  Disable Manual Input      \E \                -         Fs     -
# DSR  Device Status Report      \E [ Ps n           0         -      -   (I)
# DTA  Dimension Text Area *     \E [ Pn ; Pn SPC T  -         PC     -
# EA   Erase in Area             \E [ Ps O           0         eF     -   (J)
# ECH  Erase Character           \E [ Pn X           1         eF     ech
# ED   Erase in Display          \E [ Ps J           0         eF     ed  (J)
# EF   Erase in Field            \E [ Ps N           0         eF     -
# EL   Erase in Line             \E [ Ps K           0         eF     el  (J)
# EM   End of Medium *           ^Y                  -         -      -
# EMI  Enable Manual Input       \E b                          Fs     -
# ENQ  Enquire                   ^E                  -         -      -
# EOT  End Of Transmission       ^D                  -         *      -
# EPA  End of Protected Area     \E W                -         -      -   (K)
# ESA  End of Selected Area      \E G                -         -      -
# ESC  Escape                    ^[                  -         -      -
# ETB  End Transmission Block    ^W                  -         -      -
# ETX  End of Text               ^C                  -         -      -
# FF   Form Feed                 ^L                  -         -      -
# FNK  Function Key *            \E [ Pn SPC W       -         -      -
# GCC  Graphic Char Combination* \E [ Pn ; Pn SPC B  -         -      -
# FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
# GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -   (L)
# GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
# HPA  Horz Position Absolute    \E [ Pn `           1         FE     -   (B)
# HPB  Char Position Backward    \E [ j              1         FE     -
# HPR  Horz Position Relative    \E [ Pn a           1         FE     -   (M)
# HT   Horizontal Tab *          ^I                  -         FE     -   (N)
# HTJ  Horz Tab w/Justification  \E I                -         FE     -
# HTS  Horizontal Tab Set        \E H                -         FE     hts
# HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     -   (G)
# ICH  Insert Character          \E [ Pn @           1         eF     ich
# IDCS ID Device Control String  \E [ SPC O          -         *      -
# IGS  ID Graphic Subrepertoire  \E [ SPC M          -         *      -
# IL   Insert Line               \E [ Pn L           1         eF     il
# IND  Index                     \E D                -         FE     -
# INT  Interrupt                 \E a                -         Fs     -
# JFY  Justify                   \E [ Ps SPC F       0         FE     -
# IS1  Info Separator #1 *       ^_                  -         *      -
# IS2  Info Separator #1 *       ^^                  -         *      -
# IS3  Info Separator #1 *       ^]                  -         *      -
# IS4  Info Separator #1 *       ^\                  -         *      -
# LF   Line Feed                 ^J                  -         -      -
# LS1R Locking Shift Right 1 *   \E ~                -         -      -
# LS2  Locking Shift 2 *         \E n                -         -      -
# LS2R Locking Shift Right 2 *   \E }                -         -      -
# LS3  Locking Shift 3 *         \E o                -         -      -
# LS3R Locking Shift Right 3 *   \E |                -         -      -
# MC   Media Copy                \E [ Ps i           0         -      -   (S)
# MW   Message Waiting           \E U                -         -      -
# NAK  Negative Acknowledge *    ^U                  -         *      -
# NBH  No Break Here *           \E C                -         -      -
# NEL  Next Line                 \E E                -         FE     nel (D)
# NP   Next Page                 \E [ Pn U           1         eF     -
# NUL  Null *                    ^@                  -         -      -
# OSC  Operating System Command  \E ]                -         Delim  -
# PEC  Pres. Expand/Contract *   \E Pn SPC Z         0         -      -
# PFS  Page Format Selection *   \E Pn SPC J         0         -      -
# PLD  Partial Line Down         \E K                -         FE     -   (T)
# PLU  Partial Line Up           \E L                -         FE     -   (U)
# PM   Privacy Message           \E ^                -         Delim  -
# PP   Preceding Page            \E [ Pn V           1         eF     -
# PPA  Page Position Absolute *  \E [ Pn SPC P       1         FE     -
# PPB  Page Position Backward *  \E [ Pn SPC R       1         FE     -
# PPR  Page Position Forward *   \E [ Pn SPC Q       1         FE     -
# PTX  Parallel Texts *          \E [ \              -         -      -
# PU1  Private Use 1             \E Q                -         -      -
# PU2  Private Use 2             \E R                -         -      -
# QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
# REP  Repeat Char or Control    \E [ Pn b           1         -      rep
# RI   Reverse Index             \E M                -         FE     -   (V)
# RIS  Reset to Initial State    \E c                -         Fs     -
# RM   Reset Mode *              \E [ Ps l           -         -      -   (W)
# SACS Set Add. Char. Sep. *     \E [ Pn SPC /       0         -      -
# SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ]       0         -      -   (X)
# SCI  Single-Char Introducer    \E Z                -         -      -
# SCO  Sel. Char. Orientation *  \E [ Pn ; Pn SPC k  -         -      -
# SCS  Set Char. Spacing *       \E [ Pn SPC g       -         -      -
# SD   Scroll Down               \E [ Pn T           1         eF     rin
# SDS  Start Directed String *   \E [ Pn ]           1         -      -
# SEE  Select Editing Extent     \E [ Ps Q           0         -      -   (Y)
# SEF  Sheet Eject & Feed *      \E [ Ps ; Ps SPC Y  0,0       -      -
# SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (O)
# SHS  Select Char. Spacing *    \E [ Ps SPC K       0         -      -
# SI   Shift In                  ^O                  -         -      -   (P)
# SIMD Sel. Imp. Move Direct. *  \E [ Ps ^           -         -      -
# SL   Scroll Left               \E [ Pn SPC @       1         eF     -
# SLH  Set Line Home *           \E [ Pn SPC U       -         -      -
# SLL  Set Line Limit *          \E [ Pn SPC V       -         -      -
# SLS  Set Line Spacing *        \E [ Pn SPC h       -         -      -
# SM   Select Mode               \E [ Ps h           none      -      -   (W)
# SO   Shift Out                 ^N                  -         -      -   (Q)
# SOH  Start Of Heading *        ^A                  -         -      -
# SOS  Start of String *         \E X                -         -      -
# SPA  Start of Protected Area   \E V                -         -      -   (Z)
# SPD  Select Pres. Direction *  \E [ Ps ; Ps SPC S  0,0       -      -
# SPH  Set Page Home *           \E [ Ps SPC G       -         -      -
# SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
# SPL  Set Page Limit *          \E [ Ps SPC j       -         -      -
# SPQR Set Pr. Qual. & Rapid. *  \E [ Ps SPC X       0         -      -
# SR   Scroll Right              \E [ Pn SPC A       1         eF     -
# SRCS Set Reduced Char. Sep. *  \E [ Pn SPC f       0         -      -
# SRS  Start Reversed String *   \E [ Ps [           0         -      -
# SSA  Start of Selected Area    \E F                -         -      -
# SSU  Select Size Unit *        \E [ Pn SPC I       0         -      -
# SSW  Set Space Width *         \E [ Pn SPC [       none      -      -
# SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
# SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
# ST   String Terminator         \E \                -         Delim  -
# STAB Selective Tabulation *    \E [ Pn SPC ^       -         -      -
# STS  Set Transmit State        \E S                -         -      -
# STX  Start pf Text *           ^B                  -         -      -
# SU   Scroll Up                 \E [ Pn S           1         eF     indn
# SUB  Substitute *              ^Z                  -         -      -
# SVS  Select Line Spacing *     \E [ Pn SPC \       1         -      -
# SYN  Synchronous Idle *        ^F                  -         -      -
# TAC  Tabul. Aligned Centered * \E [ Pn SPC b       -         -      -
# TALE Tabul. Al. Leading Edge * \E [ Pn SPC a       -         -      -
# TATE Tabul. Al. Trailing Edge* \E [ Pn SPC `       -         -      -
# TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
# TCC  Tabul. Centered on Char * \E [ Pn SPC c       -         -      -
# TSR  Tabulation Stop Remove  * \E [ Pn SPC d       -         FE     -
# TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
# VPA  Vert. Position Absolute   \E [ Pn d           1         FE     vpa
# VPB  Line Position Backward *  \E [ Pn k           1         FE     -
# VPR  Vert. Position Relative   \E [ Pn e           1         FE     -   (R)
# VT   Vertical Tabulation *     ^K                  -         FE     -
# VTS  Vertical Tabulation Set   \E J                -         FE     -
#
# ---------------------------------------------------------------------------
#
# Notes:
#
# Some control characters are listed in the ECMA-48 standard without
# being assigned functions relevant to terminal control there (they
# referred to other standards such as ISO 1745 or ECMA-35).  They are listed
# here anyway for completeness.
#
# (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
#
# (B) There seems to be some confusion abroad between CHA and HPA.  Most
# `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
# the capability (hpa).  ECMA-48 calls this "Cursor Character Absolute" but
# preserved the CHA abbreviation.
#
# (C) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
# Occasionally (as on, for example, certain HP terminals) this has the HTJ
# value.  ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
# CHT abbreviation.
#
# (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
#
# (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
# abbreviation.
#
# (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
# char tab, 3 = clear line tab, 4 = clear all char tabs on current line,
# 5 = clear all char tabs, 6 = clear all line tabs.
#
# (G) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
# HVP, but always allow CUP as an alternate.  ECMA-48 calls HVP "Character
# Position Absolute" but retains the HVP abbreviation.
#
# (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
# abbreviation.
#
# (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
# later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
# DSR, 6 = request CPR response.
#
# (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
# 1 = clear from beginning, 2 = clear.
#
# (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
#
# (L) The GSM parameters are vertical and horizontal parameters to scale by.
#
# (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
# use CUF for this function and ignore HPR.  ECMA-48 calls this "Character
# Position Relative" but retains the HPR abbreviation.
#
# (N) ECMA-48 calls this "Character Tabulation" but retains the HT
# abbreviation.
#
# (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
# 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
# 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
# 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
# 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
# 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
# 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
# fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
# fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
# 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
# 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
# default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
# overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
# 61-65 = variable highlights for ideograms.
#
# (P) SI is also called LSO, Locking Shift Zero.
#
# (Q) SI is also called LS1, Locking Shift One.
#
# (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
# use CUD for this function and ignore VPR.  ECMA calls it `Line Position
# Absolute' but retains the VPA abbreviation.
#
# (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
# primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
# from secondary aux device, 4 = stop relay to primary aux device, 5 =
# start relay to primary aux device, 6 = stop relay to secondary aux device,
# 7 = start relay to secondary aux device.
#
# (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
# abbreviation.
#
# (U) ECMA-48 calls this "Partial Line Backward" but retains the PLU
# abbreviation.
#
# (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
#
# (W) RM/SM modes are as follows: 1 = Guarded Area Transfer Mode (GATM),
# 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM),
# 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
# 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
# Support Mode (BDSM), 9 = Device Component Select Mode (DCSM),
# 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
# 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM),
# 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
# Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
# Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
# New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
# Zero Default Mode (ZDM).  The EBM and LF/NL modes have actually been removed
# from ECMA-48's 5th edition but are listed here for reference.
#
# (X) Select Alternate Presentation Variants is used only for non-Latin
# alphabets.
#
# (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
#
# (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
# abbreviation.
#
# ---------------------------------------------------------------------------
#
# Abbreviations:
#
# Intro  an Introducer of some kind of defined sequence; the normal 7-bit
#        X3.64 Control Sequence Introducer is the two characters "Escape ["
#
# Delim  a Delimiter
#
# x/y    identifies a character by position in the ASCII table (column/row)
#
# eF     editor function (see explanation)
#
# FE     format effector (see explanation)
#
# F      is a Final character in
#             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
#             a control sequence (F from 4/0 to 7/14)
#
# Gs     is a graphic character appearing in strings (Gs ranges from
#        2/0 to 7/14) in the ASCII table
#
# Ce     is a control represented as a single bit combination in the C1 set
#        of controls in an 8-bit character set
#
# C0     the familiar set of 7-bit ASCII control characters
#
# C1     roughly, the set of control chars available only in 8-bit systems.
#        This is too complicated to explain fully here, so read Jim Fleming's
#        article in the February 1983 BYTE, especially pages 214 through 224.
#
# Fe     is a Final character of a 2-character Escape sequence that has an
#        equivalent representation in an 8-bit environment as a Ce-type
#        (Fe ranges from 4/0 to 5/15)
#
# Fs     is a Final character of a 2-character Escape sequence that is
#        standardized internationally with identical representation in 7-bit
#        and 8-bit environments and is independent of the currently
#        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
#
# I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
#        ASCII table
#
# P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
#        table
#
# Pn     is a numeric parameter in a control sequence, a string of zero or
#        more characters ranging from 3/0 to 3/9 in the ASCII table
#
# Ps     is a variable number of selective parameters in a control sequence
#        with each selective parameter separated from the other by the code
#        3/11 (which usually represents a semicolon); Ps ranges from
#        3/0 to 3/9 and includes 3/11
#
# *      Not relevant to terminal control, listed for completeness only.
#
# Format Effectors versus Editor Functions
#
# A format effector specifies how following output is to be displayed.
# An editor function allows you to modify the display.  Informally
# format effectors may be destructive; format effectors should not be.
#
# For instance, a format effector that moves the "active position" (the
# cursor or equivalent) one space to the left would be useful when you want to
# create an overstrike, a compound character made of two standard characters
# overlaid. Control-H, the Backspace character, is actually supposed to be a
# format effector, so you can do this. But many systems use it in a
# nonstandard fashion, as an editor function, deleting the character to the
# left of the cursor and moving the cursor left. When Control-H is assumed to
# be an editor function, you cannot predict whether its use will create an
# overstrike unless you also know whether the output device is in an "insert
# mode" or an "overwrite mode". When Control-H is used as a format effector,
# its effect can always be predicted. The familiar characters carriage
# return, linefeed, formfeed, etc., are defined as format effectors.
#
# NOTES ON THE DEC VT100 IMPLEMENTATION
#
# Control sequences implemented in the VT100 are as follows:
#
#      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
#      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
#
# plus several private DEC commands.
#
# Erasing parts of the display (EL and ED) in the VT100 is performed thus:
#
#      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
#      Erase from beginning of line to cursor     Esc [ 1 K
#      Erase line containing cursor               Esc [ 2 K
#      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
#      Erase from beginning of screen to cursor   Esc [ 1 J
#      Erase entire screen                        Esc [ 2 J
#
# Some brain-damaged terminal/emulators respond to Esc [ J as if it were
# Esc [ 2 J, but this is wrong; the default is 0.
#
# The VT100 responds to receiving the DA (Device Attributes) control
#
#      Esc [ c    (or Esc [ 0 c)
#
# by transmitting the sequence
#
#      Esc [ ? l ; Ps c
#
# where Ps is a character that describes installed options.
#
# The VT100's cursor location can be read with the DSR (Device Status
# Report) control
#
#      Esc [ 6 n
#
# The VT100 reports by transmitting the CPR sequence
#
#      Esc [ Pl ; Pc R
#
# where Pl is the line number and Pc is the column number (in decimal).
#
# The specification for the DEC VT100 is document EK-VT100-UG-003.

#### ANSI.SYS
#
# Here is a description of the color and attribute controls supported in the
# the ANSI.SYS driver under MS-DOS.  Most console drivers and ANSI
# terminal emulators for Intel boxes obey these.  They are a proper subset
# of the ECMA-48 escapes.
#
# 0	all attributes off
# 1	foreground bright
# 4	underscore on
# 5	blink on/background bright (not reliable with brown)
# 7	reverse-video
# 8	set blank (non-display)
# 10	set primary font
# 11	set first alternate font (on PCs, display ROM characters 1-31)
# 12	set second alternate font (on PCs, display IBM high-half chars)
#
#			Color attribute sets
# 3n	set foreground color       / 0=black, 1=red,     2=green, 3=brown,
# 4n	set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
# Bright black becomes gray.  Bright brown becomes yellow,
# These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
#
# * If the 5 attribute is on and you set a background color (40-47) it is
#   supposed to enable bright background.
#
# * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
#   when you try to set a "bright brown" (yellow) background with attribute
#   5 (you get a blinking yellow foreground instead).  A few displays
#   (including the System V console) support an attribute 6 that undoes this
#   braindamage (this is required by iBCS2).
#
# * Some older versions of ANSI.SYS have a bug that causes thems to require
#   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.  (This is not ECMA-48
#   compatible.)

#### Intel Binary Compatibility Standard
#
# For comparison, here are the capabilities implied by the Intel Binary
# Compatibility Standard for UNIX systems (Intel order number 468366-001).
# These recommendations are optional.  IBCS2 allows the leading escape to
# be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
# the ANSI X.364/ISO 6429/ECMA-48 standard.  Here are the iBCS2 capabilities
# (as described in figure 9-3 of the standard).  Those expressed in the ibcs2
# terminfo entry are followed with the corresponding capability in parens:
#
#	CSI <n>k		disable (n=0) or enable (n=1) keyclick
#	CSI 2h   		lock keyboard
#	CSI 2i  		send screen as input
#	CSI 2l  		unlock keyboard
#	CSI 6m  		enable background color intensity
#	CSI <0-2>c		reserved
#	CSI <0-59>m		select graphic rendition
#	CSI <n>;<m>H	(cup)	cursor to line n and column m
#	CSI <n>;<m>f		cursor to line n and column m
#	CSI <n>@	(ich)	insert characters
#	CSI <n>A	(cuu)	cursor up n lines
#	CSI <n>B	(cud)	cursor down n lines
#	CSI <n>C	(cuu)	cursor right n characters
#	CSI <n>D	(cud)	cursor left n characters
#	CSI <n>E		cursor down n lines and in first column
#	CSI <n>F		cursor up n lines and in first column
#	CSI <n>G	(hpa)	position cursor at column n-1
#	CSI <n>J	(ed)	erase in display
#	CSI <n>K	(el)	erase in line
#	CSI <n>L	(il)	insert line(s)
#	CSI <n>P	(dch)	delete characters
#	CSI <n>S	(indn)	scroll up n lines
#	CSI <n>T	(rin)	scroll down n lines
#	CSI <n>X	(ech)	erase characters
#	CSI <n>Z	(cbt)	back up n tab stops
#	CSI <n>`		cursor to column n on line
#	CSI <n>a	(cuu)	cursor right n characters
#	CSI <n>d	(vpa)	cursor to line n
#	CSI <n>e		cursor down n lines and in first column
#	CSI <n>g	(cbt)	clear all tabs
#	CSI <n>z		make virtual terminal n active
#	CSI ?7h 	(smam)	turn automargin on
#	CSI ?7l 	(rmam)	turn automargin off
#	CSI s     		save cursor position
#	CSI u   		restore cursor position to saved value
#	CSI =<c>A		set overscan color
#	CSI =<c>F		set normal foreground color
#	CSI =<c>G		set normal background color
#	CSI =<c>H		set reverse foreground color
#	CSI =<c>I		set reverse foreground color
#	CSI =<c>J		set graphic foreground color
#	CSI =<c>K		set graphic foreground color
#	CSI =<n>g	(dispc) display n from alternate graphics character set
#	CSI =<p>;<d>B		set bell parameters
#	CSI =<s>;<e>C		set cursor parameters
#	CSI =<x>D		enable/disable intensity of background color
#	CSI =<x>E		set/clear blink vs. bold background
#	CSI 7     	(sc)	(sc) save cursor position
#	CSI 8   	(rc)	(rc) restore cursor position to saved value
#	CSI H		(hts)	(hts) set tab stop
#	CSI Q<n><string>	define function key string
#				(string must begin and end with delimiter char)
#	CSI c   	(clear) clear screen
#
# The lack of any specification for attributes in SGR (among other things)
# makes this a wretchedly weak standard. The table above is literally
# everything iBSC2 has to say about terminal escape sequences; there is
# no further discussion of their meaning or how to set the parameters
# in these sequences at all.
#

######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
#
# The historical termcap file entries were written primarily in 4.4BSD termcap.
# The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
# with the extension names chosen for compatibility with the termcap names
# assigned in System V terminfo.  There are some variant extension sets out
# there.  We try to describe them here.
#
# XENIX extensions:
#
# The XENIX extensions include a set of function-key capabilities as follows:
#
#       code	XENIX variable name	terminfo name	name clashes?
#	----	-------------------	-------------	-----------------------
#	CL	key_char_left
#	CR	key_char_right
#	CW	key_change_window			create_window
#	EN	key_end          	kend
#	HM	key_home		khome
#	HP	??
#	LD	key_delete_line  	kdl1
#	LF	key_linefeed     			label_off
#	NU	key_next_unlocked_cell
#	PD	key_page_down   	knp
#	PL	??
#	PN	start_print		mc5
#	PR	??
#	PS	stop_print		mc4
#	PU	key_page_up     	kpp		pulse
#	RC	key_recalc				remove_clock
#	RF	key_toggle_ref				req_for_input
#	RT	key_return      	kent
#	UP	key_up_arrow           	kcuu1   	parm_up_cursor
#	WL	key_word_left
#	WR	key_word_right
#
# The XENIX extensions also include the following character-set and highlight
# capabilities:
#
#	XENIX	terminfo	function
#	-----	--------	------------------------------
#	GS	smacs		start alternate character set
#	GE	rmacs		end alternate character set
#	GG			:as:/:ae: glitch (analogous to :sg:/:ug:)
#	bo	blink		begin blink (not used in /etc/termcap)
#	be			end blink (not used in /etc/termcap)
#	bb			blink glitch  (not used in /etc/termcap)
#	it	dim		begin dim (not used in /etc/termcap)
#	ie			end dim (not used in /etc/termcap)
#	ig			dim glitch  (not used in /etc/termcap)
#
# Finally, XENIX also used the following forms-drawing capabilities:
#
#	single	double  type             ASCII approximation
#	------	------	-------------    -------------------
#	GV	Gv	vertical line             |
#	GH	Gv	horizontal line       -   _
#	G1	G5	top right corner       _   |
#	G2	G6	top left corner       |
#	G3	G7	bottom left corner         |_
#	G4	G8	bottom right corner   _|
#	GD	Gd	down-tick character        T
#	GL	Gl	left-tick character   -|
#	GR	Gr	right-tick character       |-
#	GC	Gc	middle intersection   -|-
#	GU	Gu	up-tick character          _|_
#
# These were invented to take advantage of the IBM PC ROM character set.  One
# can compose an acsc string from the single-width characters as follows
#	"j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
# When translating a termcap file, ncurses tic will do this automatically.
# The double forms characters don't fit the SVr4 terminfo model.
#
# AT&T Extensions:
#
# The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
# nonstandard capabilities.  Its signature is the KM capability, used to name
# some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
# set.  Comments in the original, and a little cross-checking with other AT&T
# documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
# (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
# FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
# cursor invisible), and CV=:ve: (make cursor normal).
#
# HP Extensions
#
# The HP library (as of mid-1995, their term.h file version 70.1) appears to
# have the System V capabilities up to SVr1 level.  After that, it supports
# two nonstandard caps meml and memu corresponding to the old termcap :ml:,
# :mu: capabilities.  After that, it supports caps plab_norm, label_on,
# label_off, and key_f11..key_f63 capabilities like SVr4's.  This makes the
# HP binary format incompatible with SVr4's.
#
# IBM Extensions
#
# There is a set of nonstandard terminfos used by IBM's AIX operating system.
# The AIX terminfo library diverged from SVr1 terminfo, and replaces all
# capabilities following prtr_non with the following special capabilties:
# box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
# kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
# ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
# rvert, lvert.   Some of these are identical to XPG4/SVr4 equivalents:
# kcmd, kend, khlp, and kf11...kf63.  Two others (kbtab and ksel) can be
# renamed (to kcbt and kslt).  The places in the box[12] capabilities
# correspond to acsc chars, here is the mapping:
#
#	box1[0]  = ACS_ULCORNER
#	box1[1]  = ACS_HLINE
#	box1[2]  = ACS_URCORNER
#	box1[3]  = ACS_VLINE
#	box1[4]  = ACS_LRCORNER
#	box1[5]  = ACS_LLCORNER
#	box1[6]  = ACS_TTEE
#	box1[7]  = ACS_RTEE
#	box1[8]  = ACS_BTEE
#	box1[9]  = ACS_LTEE
#	box1[10] = ACS_PLUS
#
# The box2 characters are the double-line versions of these forms graphics.
# The AIX binary terminfo format is incompatible with SVr4's.
#
# Iris console extensions:
#
# HS is half-intensity start; HE is half-intensity end
# CT is color terminal type (for Curses & rogue)
# CP is color change escape sequence
# CZ are color names (for Curses & rogue)
#
# The ncurses tic utility recognizes HS as an alias for mh <dim>.
#
# TC Extensions:
#
# There is a set of extended termcaps associated with something
# called the "Terminal Control" or TC package created by MainStream Systems,
# Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
# CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
# that flags color terminals.
#
######## CHANGE HISTORY
#
# The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
# Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
# project.
#
# This file contains all the capability information present in John Kunze's
# last version of the termcap master file, except as noted in the change
# comments at end of file.  Some information about very ancient obsolete
# capabilities has been moved to comments.  Some all-numeric names of older
# terminals have been retired.
#
# I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
# capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
# used by BSD curses.
#
# The 9.1.0 version of this file was translated from my lightly-edited copy of
# 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
# the purpose.  Unless the ncurses tic implementation and the Lisp code were
# making perfectly synchronized mistakes which I then failed to catch by
# eyeball, the translation was correct and perfectly information-preserving.
#
# Major version number bumps correspond to major version changes in ncurses.
#
# Here is a log of the changes since then:
#
# 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
#	* First terminfo master translated from 8.3.
# 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
#	* Replaced Wyse entries with updated entries supplied by vendor.
#
# 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
#	* Added contact & status info from G. Clark Brown <clark@sssi.com>.
# 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
#	* Better XENIX keycap translation.  Describe TC termcaps.
#	* Contact and history info supplied by Qume.
# 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
#	* Raided the Shuford FTP site for recent termcaps/terminfos.
#	* Added information on X3.64 and VT100 standard escape sequences.
# 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
#	* Added a correct X11R6 xterm entry.
#	* Fixed terminfo translations of padding.
# 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
#	* Added correct acsc/smacs/rmacs strings for vt100 and xterm.
#	* Added u6/u7/u8/u9 capabilities.
#	* Added PCVT entry.
# 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
#	* Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
#	  to use reverse-video standout so Emacs will look right.
#	* Added el1 capability to ansi.
#	* Added smacs/rmacs to ansi.sys.
#
# 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
#	* New mt70 entry.
#	* Added COPYRIGHTS AND OTHER DELUSIONS.
#	* Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
#	  smartvid & smarterm, ampex 175 & 219 & 232,
#	  env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
#	  ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
#	  screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
#	  adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
#	* Replaced the Perkin-Elmer entries with vendor's official ones.
#	* Restored the old minimal-ansi entry, luna needs it.
#	* Fixed some incorrect ip and proportional-padding translations.
# 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
#	* Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
#	* Make the xterm entry 65 lines again; create xterm25 and xterm24
#	  to force a particular height.
#	* Added beehive4 and reorganized other Harris entries.
# 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
#	* Merged in DEC's official entries for its terminals.  The only old
#	  entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
#	* Replaced the translated BBN Bitgraph entries with purpose-built
#	  ones from AT&T's SVr3.
#	* Replaced the AT&T entries with AT&T's official terminfos.
#	* Added teleray 16, vc415, cops10.
#	* Merged in many individual capabilities from SCO terminfo files.
# 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
#	* Typo fixes.
#	* Change linux entry so A_PROTECT enables IBM-PC ROM characters.
# 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
#	* Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
#	  pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
#	  simterm, citoh and variants.
#	* Replaced sol entry with sol1 and sol2.
#	* Replaced Qume QVT and Freedom-series entries with purpose-built
#	  terminfo entries.
#	* Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
#	  and dg200 entries using caps from from SCO.
#	* Added the usual set of function-key mappings to ANSI entry.
#	* Corrected xterm's function-key capabilities.
# 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
#	* Fix in xterm entry, cub and cud are not reliable under X11R6.
# 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
#	* Fix in xterm entry, get the arrow keys right.
#	* Change some \0 escapes to \200.
# 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
#	* Added apple (Videx card), adm1a, oadm31.
#	* Fixed malformed ampex csr.
#	* Fixed act4, cyb110; they had old-style prefix padding left in.
#	* Changed mandatory to advisory padding in many entries.
#	* Replaced HP entries up to hpsub with purpose-built ones.
#	* Blank rmir/smir/rmdc/smdc capabilities removed.
#	* Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
# 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
#	* Replaced the Ann Arbor entries with SCO's, the init strings are
#	  more efficient (but the entries otherwise identical).
#	* Added dg211 from Shuford archive.
#	* Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
#	  adm42-nl, pc52, gs6300, xerox820, uts30.
#	* Pull SCO's padding into vi200 entry.
#	* Improved capabilities for tvi4107 and other Televideo and Viewpoint
#	  entries merged in from SCO's descriptions.
#	* Fixed old-style prefix padding on zen50, h1500.
#	* Moved old superbee entry to superbee-xsb, pulled in new superbee
#	  entry from SCO's description.
#	* Reorganized the special entries.
#	* Added lm#0 to cbunix and virtual entries.
#
# 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
#	* Restored cdc456tst.
#	* Fixed sb1 entry, SCO erroneously left out the xsb glitch.
#	* Added megatek, beacon, microkit.
#	* Freeze for ncurses-1.9 release.
# 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
#	* Added historical data for TAB.
#	* Comment fixes from David MacKenzie.
#	* Added the new BSDI pc3 entry.
# 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
#	* A change in the tic -C logic now ensures that all entries in
#	  the termcap translation will fit in < 1024 bytes.
#	* Added `bobcat' and `gator' HP consoles and the Nu machine entries
#	  from GNU termcap file.  This merges in all their local information.
# 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
#	* Changed tic -C logic to dump all capabilities used by GNU termcap.
#	* Added warnings about entries with long translations (restoring
#	  all the GNU termcaps pushes a few over the edge).
# 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
#	* Yet another tic change, and a couple of entry tweaks, to reduce the
#	  number of long (> 1024) termcap translations back to 0.
#
# 9.6.0 (Mon May  1 10:35:54 EDT 1995)
#	* Added kf13-kf20 to Linux entry.
#	* Regularize Prime terminal names.
#	* Historical data on Synertek.
#	* Freeze for ncurses-1.9.1.
# 9.6.1 (Sat May  6 02:00:52 EDT 1995):
#	* Added true xterm-color entry, renamed djm's pseudo-color entry.
#	* Eliminate whitespace in short name fields, this tanks some scripts.
#	* Name field changes to shorten some long entries.
#	* Termcap translation now automatically generates empty rmir/smir
#	  when ich1/ich is present (copes with an ancient vi bug).
#	* Added `screen' entries from FSF's screen-3.6.2.
#	* Added linux-nic and xterm-nic entries.
# 9.6.2 (Sat May  6 17:00:55 EDT 1995):
#	* Change linux entry to use smacs=\E[11m and have an explicit acsc,
#	  eliminating some special-case code in ncurses.
#
# 9.7.0 (Tue May  9 18:03:12 EDT 1995):
#	* Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
#	  that captures everything unique from it.
#	* Added reorder script generator.
#	* Freeze for ncurses 1.9.2 release.
# 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
#	* Added Sean Farley's kspd, flash, rs1 capabilities for linux.
#	* Added Olaf Siebert's corrections for adm12.
#	* ansi-pc-color now includes the colors and pairs caps, so that
#	  entries which use it will inherit them automatically.
#	* The linux entry can now recognize the center (keypad 5) key.
#	* Removed some junk that found its way into Linux acsc.
#
# 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
#	* Add 50% cut mark as a desperate hack to reduce tic's core usage.
#	* xterm doesn't try to use application keypad mode any more.
#	* Freeze for ncurses-1.9.3 release.
# 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
#	* Added corrected sun entry from vendor.
#	* Added csr capability to linux entry.
#	* Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
#	* Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
#	* Some commented-out caps in long entries come back in, my code
#	  for computing string-table lengths had a bug in it.
#	* pcansi series modified to fit comm-program reality better.
# 9.8.2 (Sat Sep  9 23:35:00 EDT 1995):
#	* BSD/OS actually ships the ibmpc3 bold entry as its console.
#	* Correct some bad aliases in the pcansi series
#	* Added entry for QNX console.
#	* Clean up duplicate long names for use with 4.4 library.
#	* Change vt100 standout to be normal reverse vide, not bright reverse;
#	  this makes the Emacs status line look better.
# 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
#	* Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
#	* Minor surgery, mostly on name strings, to shorten termcap version.
#
# 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
#	* Added dec-vt100 for use with the EWAN emulator.
#	* Added kmous to xterm for use with xterm's mouse-tracking facility.
#	* Freeze for 1.9.5 alpha release.
# 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
#	* Changed xterm lines to 24, the X11R6 default.
# 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
#	* Added 7 newly discovered, undocumented acsc characters to linux
#	  entry (the pryz{|} characters).
#	* ncurses no longer steals A_PROTECT.  Simplify linux sgr accordingly.
#	* Correct two typos in the xterm entries introduced in 9.9.1.
#	* I finally figured out how to translate ko capabilities.  Done.
#	* Added tvi921 entries from Tim Theisen.
#	* Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
#	* Removed mystery tec entry, it was neither interesting nor useful.
#	* shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
#	  vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
#	  trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
#	  by making them relative to use capabilities
#	* Added cuf1=^L to tvi925 from deleted variant tvi925a.
#	* fixed cup in adm22 entry and parametrized strings in vt320-k3.
#	* added it#8 to entries that used to have :pt: -- tvi912, vi200,
#	  ampex80,
#	* Translate all home=\E[;H capabilities to home=\E[H, they're
#	  equivalent.
#	* Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
#	  vt100 and ANSI-like terminals.
# 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
#	* Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
#	  does this now, too.
#	* fviewpoint is gone, it duplicated screwpoint.
#	* Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
#	  ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
#	  versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
#	  The UW vi50 replaces the old one, which becomes vi50adm,
#	* No more embedded commas in name fields.
#
# 9.10.0 (Wed Oct  4 15:39:37 EDT 1995):
#	* XENIX forms characters in fos, trs16, scoansi become acsc strings,
#	* Introduced klone+* entries for describing Intel-console behavior.
#	* Linux kbs is default-mapped to delete for some brain-dead reason.
#	* -nsl -> -ns.  The -pp syntax is obsolete.
#	* Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
#	* Make xterm entry do application-keypad mode again.  I got complaints
#	  that it was messing up someone's 3270 emulator.
#	* Added some longname fields in order to avoid warning messages from
#	  older tic implementations.
#	* According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
#	  it! (This gives us pi, greater than, less than, and a few more.)
#	* Freeze for ncurses-1.9.6 release.
# 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
#	* Add xon to a number of console entries, they're memory-mapped and
#	  don't need padding.
#	* Correct the use dependencies in the ansi series.
#	* Hand-translate more XENIX capabilities.
#	* Added hpterm entry for HP's X terminal emulator.
#	* Added aixterm entries.
#	* Shortened four names so everything fits in 14 chars.
#
# 9.11.0 (Thu Nov  2 17:29:35 EST 1995):
#	* Added ibcs2 entry and info on iBCS2 standard.
#	* Corrected hpa/vpa in linux entry.  They still fail the worm test.
#	* We can handle the HP meml/memu capability now.
#	* Added smacs to klone entries, just as documentation.
#	* Carrected ansi.sys and cit-500 entries.
#	* Added z39, vt320-k311, v220c, and avatar entries.
#	* Make pcansi use the ansi.sys invis capability.
#	* Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
#	  tvi925, tvi950, dt80, ncr7900i, h19.
#	* X3.64 has been withdrawn, change some references.
#	* Removed function keys from ansi-m entry.
#	* Corrected ansi.sys entry.
#	* Freeze for ncurses-1.9.7 release.
# 9.11.1 (Tue Nov  6 18:18:38 EST 1995):
#	* Added rmam/smam capabilities to many entries based on init strings.
#	* Added correct hpa/vpa to linux.
#	* Reduced several entries relative to vt52.
# 9.11.2 (Tue Nov  7 00:21:06 EST 1995):
#	* Exiled some utterly unidentifiable custom and homebrew types to the
#	  UFO file; also, obsolete small-screen hardware; also, entries which
#	  look flat-out incorrect, garbled, or redundant.  These include the
#	  following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec,
#	  tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
#	  apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
#	  fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
#	  yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
#	  vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200,
#	  trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
#	  att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
#	  tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
#	  c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
#	  regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
#	  vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
#	  vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
#	* Corrected pcvt25h as suggested by Brian C. Grayson
#	  <bgrayson@pine.ece.utexas.edu>.
# 9.11.3 (Thu Nov  9 12:14:40 EST 1995):
#	* Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
#	* Added kent=\EOM to xterm entry.
#
# 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
#	* Corrected gigi entry.
#	* Restored cuf/cud1 to xterm, their apparent bugginess was due to
#	  bad hpa/vpa capabilities.
#	* Corrected flash strings to have a uniform delay of .2 sec.  No
#	  more speed-dependent NUL-padding!
#	* terminfo capabilities in comments bracketed with <>.
# 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
#	* Replaced pcvt with the 3.31 pcvt entries.
#	* Freeze for 1.9.7a.
# 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
#	* Added emu entry from the X11R6 contrib tape sources.
#
# 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
#	* Improved iris-ansi and sun entries.
#	* More flash string improvements.
#	* Corrected wy160 & wy160 as suggested by Robert Dunn
#	* Added dim to at386.
#	* Reconciled pc3 and ibmpc3 with the BSDI termcap file.  Keith says
#	  he's ready to start using the termcap generated from this one.
#	* Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
#	  ln03, lno3-w, h19-g, z29a*, qdss.  Made vt200 an alias of vt220.
#	* Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
#	  att610, att620, att630,
#	* Changed hazeltine name prefix from h to hz.
#	* Sent t500 to the UFI file.
#	* I think we've sucked all the juice out of BSDI's termcap file now.
#	* Freeze for ncurses 1.9.8 release
# 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
#	* Unfreeze, linux kbs needed to be fixed.
#	* Tim Theisen pinned down a bug in the DMD firmware.
# 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
#	* Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
#	  (The broken ones had been shadowed by sgr.)
# 9.12.3 (Thu Dec  7 17:47:22 EST 1995):
#	* Added documentation on ECMA-48 standard.
#	* New Amiga entry.
# 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
#	* More ECMA-48 stuff
#	* Corrected typo in minix entry, added pc-minix.
#	* Corrected khome/kend in xterm (thank you again, Aaron Ucko).
#	* Added rxvt entry.
#	* Added 1.3.x color-change capabilities to linux entry.
# 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
#	* Corrected rxvt entry khome/kend.
#	* Corrected linux color change capabilities.
#	* NeXT entries from Dave Wetzel.
#	* Cleaned up if and rf file names (all in /usr/share now).
#	* Changed linux op capability to avoid screwing up a background color
#	  pair set by setterm.
# 9.12.6 (Wed Feb  7 16:14:35 EST 1996):
#	* Added xterm-sun.
# 9.12.7 (Fri Feb  9 13:27:35 EST 1996):
#	* Added visa50.
#
# 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
#	* Another sweep through the Shuford archive looking for new info.
#	* Added dg100 alias to dg6053 based on a comp.terminals posting.
# 	* Added st52 from Per Persson.
#	* Added eterm from the GNU Emacs 19.30 distribution.
#	* Freeze for 1.9.9.
# 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
#	* FreeBSD console entries from Andrew Chernov.
#	* Removed duplicate Atari st52 name.
# 9.13.2 (Tue May  7 16:10:06 EDT 1996)
#	* xterm doesn't actually have ACS_BLOCK.
#	* Change klone+color setf/setb to simpler forms that can be
#	  translated into termcap.
#	* Added xterm1.
#	* Removed mechanically-generated junk capabilities from cons* entries.
#	* Added color support to bsdos.
# 9.13.3 (Thu May  9 10:35:51 EDT 1996):
#	* Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
#	* Created ecma+color, linux can use it.  Also added ech to linux.
#	* Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
#	* Add descriptions to FreeBSD console entries.  Also shorten
#	  some aliases to <= 14 chars for portability.
#	* Added x68k console
#	* Added OTbs to several VT-series entries.
# 9.13.4 (Wed May 22 10:54:09 EDT 1996):
#	* screen entry update for 3.7.1 from Michael Alan Dorfman.
# 9.13.5 (Wed Jun  5 11:22:41 EDT 1996):
#	* kterm correction due to Kenji Rikitake.
#	* ACS correction in vt320-kll due to Phillippe De Muyter.
# 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
#	* Sun console entry correction from J.T. Conklin.
#	* Changed all DEC VT300 and up terminals to use VT300 tab set
# 9.13.7 (Mon Jul  8 20:14:32 EDT 1996):
#	* Added smul to linux entry (we never noticed it was missing
#	  because of sgr!).
#	* Added rmln to hp+labels (deduced from other HP entries).
#	* Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
#	  pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
#	* Corrected vt220 acsc.
#	* The klone+sgr and klone+sgr-dumb entries now use klone+acs;
#	  this corresponds to reality and helps prevent some tic warnings.
#	* Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
#	  hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
#	  adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
#	  qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
#	  wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
#	  adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
#	  f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
#	  owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
#	  lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
#	  dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
#	  ifmr, v3220, wy100q, tandem653, ibmaed.
#	* Added DWK terminal description.
# 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
#	* Many entries now have highlights inherited from adm+sgr.
#	* xterm entry now corresponds to XFree86 3.1.2E, with color.
#	* xtitle and xtitle-twm enable access to the X status line.
#	* Added linux-1.3.6 color palette caps in conventional format.
#	* Added adm1178 terminal.
#	* Move fos and apollo terminals to obsolete category.
#	* Aha! The BRL terminals file told us what the Iris extensions mean.
#	* Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
#	  commodore, cdc721-esc, excel62, osexec.  Replaced from the BRL file:
#	  cit500, adm11.
# 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
#	* Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
#	  aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
#	* Corrected, from BRL termcap file: vi50.
#	* Better rxvt entry & corrected xterm entries from Thomas Dickey.
# 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
#	* Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
#	  att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
#	  (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
#	  tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
#	  apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
#	* Paired-attribute fixes to various terminals.
#	* Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
#	* xterm entry corrections from Thomas Dickey.
# 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
#	* Added t916 entry, translated from a termcap in SCO's support area.
#	* New qnx entry from Michael Hunter.
# 9.13.12 (Mon Aug  5 14:31:11 EDT 1996):
#	* Added hpex2 from Ville Sulko.
#	* Fixed a bug that ran the qnx and pcvtXX together.
# 9.13.13 (Fri Aug  9 01:16:17 EDT 1996):
#	* Added dtterm entry from Solaris CDE.
# 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
#	* corrected pairs#8 typo in dtterm entry.
#	* added tvi9065.
# 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
#	* updated xterm entry to cover 3.1.2E's new features.
# 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
#	* Added new minix entry
#	* Removed aliases of the form ^[0-9]* for obsolete terminals.
#	* Commented out linux-old, nobody's using pre-1.2 kernels now.
# 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
#	* Added Prism entries and kt7ix.
#	* Caution notes about EWAN and tabset files.
#	* Changed /usr/lib/tabset -> /usr/share/tabset.
#	* Added acsc/rmacs/smacs to vt52.
# 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
#	* Merged in Thomas Dickey's reorganization of the xterm entries;
#	  added technical corrections to avoid warning messages.
# 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
#	* Added rmso=\E[27m in Linux entry.
#	* Added koi8-r support for Linux console.
#	* Replace xterm entries with canonical ones from XFree86 3.2.
# 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
#	* Added color_xterm from Jacob Mandelson
# 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
#	* Back off the xterm entry to use r6 as a base.
# 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
#	* Added dec-vt220 at Adrian Garside's request.
# 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
#	* Replaced minitel-2 entry.
#	* Added MGR, ansi-nt.
#	* Minor corrections to xterm entries.
#	* Replaced EWAN telnet entry.
#	* Dropped the reorder script generator.  It was a fossil.
# 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
#	* Thorsten Lockert added termcap `bs' to a lot of types, working from
#	  the 4.4BSD Lite2 file.
# 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
#	* Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
#	* Updated iris-ansi; corrected vt102-w.
#	* Switch base xterm entry to 3.3 level.
# 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
#	* Added basic4.
#	* Removed rmir/smir from tv92B.
#
# 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
#	* add hds200 description (Walter Skorski)
#	* add beterm entry (Fred Fish)
#	* add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
#	  iris-color entries.
#	* add emx entries.
#	* Replaced unixpc entry with Benjamin Sittler's corrected version.
#	* Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
#	  versions.
#	* remove sgr string from qnx based on report by Xiaodan Tang
#	* Added u8/u9, removed rmul/smul from sun-il.
#	* 4.2 tic displays \0 rather than \200.
#	* add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
#	  apparently based on cp-866).
#	* Merged in Pavel Roskin's acsc for linux-koi8
#	* Corrected some erroneous \\'s to \.
#	* 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
#	* II -> ii in pcvtXX, screen, xterm.
#	* Removed \n chars following ANSI escapes in sgr & friends.
#	* Updated Wyse entries.
#	* h19 corrections from Tim Pierce.
#	* Noted that the dm2500 has both ich and smir.
#	* added pccons for the Alpha under OSF/1.
#	* Added Sony NEWS workstation entries and cit101e-rv.
#	* Reverted `amiga'; to Kent Polk's version, as I'm told
#	  the Verkuil entry messes up with Amiga Telnet.
# 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
#	* Corrected attributions in 10.2.0 release notes.
#	* Scanned the Shuford archive for new terminfos and information.
#	* Removed sgr from qnx entry (Thomas Dickey).
#	* Added entries for ICL and Kokusai Data Systems terminals.
#	* Incorporated NCR terminfos from the Boundless Technology FTP site.
#	* Incorporated att700 from the Boundless Technology FTP site.
#	* Miscellaneous contact-address and Web-page updates.
#
# 1998/5/9
#	* add nxterm and xterm-color terminfo description (request by Cristian
#	  Gafton <gafton@redhat.com>).
#	* modify rxvt terminfo description to clear alternate screen before
#	  switching back to normal screen, for compatibility with applications
#	  which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
#	* modify linux terminfo description to reset color palette (reported
#	  by Telford Tendys <telford@eng.uts.edu.au>).
#
# 1998/7/4
#	* merge changes from current XFree86 xterm terminfo descriptions.
#
# 1998/7/25
#	* Added minitel1 entries from Alexander Montaron.
#	* Added qnxt2 from Federico Bianchi.
#	* Added arm100 terminfo entries from Dave Millen.
#
# 1998/8/6
#	* Added ncsa telnet entries from Francesco Potorti
#
# 1998/8/15
#	* modify ncsa telnet entry to reflect color, other capabilities based on
#	  examination of the source code - T.Dickey.
#
# 1998/8/22
#	* Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
#
# 1998/8/29
#	* Added Francesco Potorti's tuned Wyse 99 entries.
#	* dtterm enacs correction from Alexander V. Lukyanov.
#	* Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
#	* correct a typo in icl6404 entry.
#	* add xtermm and xtermc
#
# 1998/9/26
#	* format most %'char' sequences to %{number}
#	* adapt IBM AIX 3.2.5 terminfo - T.Dickey
#	* merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
#
# 1998/10/10
#	* update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
#	* correct initialization string in xterm-r5, add misc other features
#	  to correspond with xterm patch 84 - TD
#
# 1998/12/19
#	* update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
#	* add Mathew Vernon's mach console entries
#	* corrections for ncsa function-keys (report by Larry Virden)
#
# 1998/12/19
#	* change linux to use ncv#2, since underline does not work with color - TD
#
# 1999/1/9
#	* add kbt to iris-ansi, document other shift/control functionkeys - TD
#	* correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
#	  application modes, change kent to use the correct keypad code - TD
#
# 1999/1/10
#	* add entry for Tera Term - TD
#
# 1999/1/23
#	* minor improvements for teraterm entry - TD
#	* rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
#	  and bsdos-bold to bsdos-pc (Jeffrey C Honig)
#
# 1999/2/20
#	* resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
#	  xterm and ncsa entries by removing the unneeded ones.  Note that
#	  some entries will return kend & khome versus kslt and kfnd, for
#	  PC-style keyboards versus strict vt220 compatiblity - TD
#
# 1999/3/13
#	* adjust xterm-xfree86 khome/kend to match default PC-style keyboard
#	  tables - TD
#	* add 'crt' entry - TD
#	* correct typos in 'linux-c' entry - TD
#
# 1999/3/14
#	* update entries for BSD/OS console to use klone+sgr and klone+color
#	  (Jeffrey C Honig)
#
# 1999/3/27
#	* adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
#
# 1999/4/10
#	* add linux-lat, from RedHat patches to ncurses 4.2
#
# 1999/4/17
#	* add complete set of default function-key definitions for scoansi - TD.
#
# 1999/7/3
#	* add cnorm, cvvis for Linux 2.2 kernels
#
# 1999/7/24
#	* add kmous to xterm-r5 -TD
#	* correct entries xterm+sl and xterm+sl-twm, which were missing the
#	  parent "use" clause -TD
#
# 1999/7/31
#	* corrected cnorm, added el1 in 'screen' description -TD
#
# 1999/8/14
#	* add ms-vt100 -TD
#
# 1999/8/21
#	* corrections to beterm entry -TD
#
# 1999/8/28
#	* add cygwin entry -TD
#
# 1999/9/4
#	* minor corrections for beterm entry -TD
#
# 1999/9/18
#	* add acsc string to HP 70092 terminfo entry -Joerg Wunsch
#
# 1999/9/25
#	* add amiga-8bit entry
#	* add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
#	  rcons-color, based on
#	  ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
#	* add alias for iris-ansi-net
#
# 1999/10/2
#	* corrected scoansi entry's acsc, some function keys, add color -TD
#
# 1999/10/23
#	* add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
#	* reorder ncsa entries to make ncsa-vt220 use the alternate function
#	  key mapping, leaving Potorti's entries more like he named them -TD
#	* remove enter/exit am-mode from cygwin -TD
#
# 1999/10/30
#	* correct typos in several entries (missing '[' from CSI):
#	  mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
#	  strings for avt-ns -TD
#	* add 'dim' to ncv mask for linux (report by Klaus Weide).
#
# 1999/11/27
#	* correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
#	* add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
#	* add xterm-88color and xterm-256color -TD
#
# 1999/12/4
#	* add "obsolete" termcap strings -TD
#	* add kvt and gnome entries -TD
#
# 1999/12/11
#	* correct cup string for regent100 -TD
#
# 2000/1/1
#	* update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
#	* add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
#	* change OTrs capabilities to rs2 -TD
#	* add obsolete and extended capabilities to 'screen' -TD
#
# 2000/1/5
#	* remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
#	  with kf10 -TD
#	* updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
#	  and adding kcbt -TD
#
# 2000/1/12
#	* remove incorrect khome/kend from xterm-xf86-v333, which was based on
#	  nonstandard resource settings -TD
#
# 2000/2/26
#	* minor fixes for xterm-*, based on Debian #58530 -TD
#
# 2000/3/4
#	* add several terminal types from esr's "11.0", as well as comments.
#	  bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
#	  vt220-8bit, vt220-old, wy85-8bit
#
# 2000/3/18
#	* add several terminal types from esr's "11.0.1" (ansi-*).
#	* update OTxx capabilities for changes on 2000/3/4.
#	* revert part of vt220 change (request by Todd C Miller for OpenBSD)
#
# 2000/3/26
#	* move screen's AX extension to ecma+color, modify several entries to
#	  use that, adjusting ncv as needed -TD
#
# 2000/4/8
#	* add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
#	* correct spelling error in entry name: bq300-rv was given as bg300-rv
#	  in esr's version.
#
# 2000/4/15
#	* add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
#	* correct color definition for ibm3164, make minor changes to other
#	  IBM terminal definitions based on recent terminfo descriptions -TD
#
# 2000/4/22
#	* add mgterm, from NetBSD -TD
#	* add alias sun-cgsix for sun-ss5 as per NetBSD
#	* change cons25w to use rs2 for reset rather than rs1 -TD
#	* add rc/sc to aixterm based on manpage -TD
#
# 2000/5/13
#	* remove ncv from xterm-16color, xterm-256color
#
# 2000/6/10
#	* add kmous capability to linux to use Joerg Schoen's gpm patch.
#
# 2000/7/1
#	* add Eterm (Michael Jennings)
#
# 2000-07-18
#       * add amiga-vnc entry.
#
# 2000-08-12
#	* correct description of Top Gun Telnet.
#	* add kterm-color
#
# 2000-08-26
#	* add qansi* entries from QNX ftp site.
#
# 2000-09-16
#	* add Matrix Orbital entries by Eric Z. Ayers).
#	* add xterm-basic, xterm-sco entries, update related entries to XFree86
#	  4.0.1c -TD
#
# 2000-09-17
#	* add S0, E0 extensions to screen's entry -TD
#
# 2000-09-23
#	* several corrections based on tic's new parameter-checking code -TD
#	* modify xterm-r6 and similar rs2 sequences which had \E7...\E8
#	  bracketing sequences that reset video attributes (\E8 would restore
#	  them) -TD
#
# 2000-11-11
#	* rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
#
# 2000-12-16
#	* improved scoansi, based on SCO man-page, and testing console,
#	  scoterm with tack -TD
#
# 2001-01-27
#	* modify kterm to use acsc via SCS controls.
#
# 2001-02-10
#	* screen 3.9.8 allows xterm mouse controls to pass-through
#
# 2001-03-11
#	* remove spurious "%|" from some xterm entries.
#
# 2001-03-31
#	* modify 'screen' khome/kend to match screen 3.09.08
#	* add examples of 'screen' customization (screen.xterm-xfree86,
#	  screen.xterm-r6, screen.teraterm) -TD
#
# 2001-04-14
#	* correct definitions of shifted editing keys for xterm-xfree86 -TD
#	* add "Apple_Terminal" entries -Benjamin Sittler
#	* remove time-delays from "Apple_Terminal" entries -TD
#	* make sgr entries time-delays consistent with individual caps -TD
#
# 2001-05-05
#	* corrected/updated screen.xterm-xfree86
#
# 2001-05-19
#	* ELKS descriptions, from Federico Bianchi
#	* add u6 (CSR) to Eterm (Michael Jennings).
#
# 2001-07-21
#	* renamed "Apple_Terminal" entries to "nsterm" to work with Solaris's
#	  tic which handles names no longer than 14 characters.  Add
#	  corresponding descriptions for the Darwin PowerPC console named
#	  "xnuppc" -Benjamin Sittler
#
# 2001-09-01
#	* change kbs in mach entries to ^? (Marcus Brinkmann).
#
# 2001-11-17
#	* add "putty" entry -TD
#	* updated "Apple_Terminal" entries -Benjamin Sittler
#
# 2001-11-24
#	* add ms-vt100-color entry -TD
#	* add "konsole" entries -TD
#
# 2001-12-08
#	* update gnome entry to Redhat 7.2 -TD
#
# 2002-05-25
#	* add kf13-kf48 strings to cons25w -TD
#	* add pcvt25-color entry -TD
#	* changed a few /usr/lib/tabset -> /usr/share/tabset.
#	* improve some features of scoansi entry based on SCO's version -TD
#	* add scoansi-new entry corresponding to OpenServer 5.0.6
#
# 2002-06-15
#	* add kcbt to screen entry -TD
#
# 2002-06-22
#	* add rxvt-16color, ibm+16color, mvterm entries -TD
#
# 2002-09-28
#	* split out linux-basic entry, making linux-c inherit from that, and
#	  in turn linux (with cnorm, etc) inherit from linux-c-nc to reflect
#	  the history of this console type -TD
#	* scaled the linux-c terminfo entry to match linux-c-nc, i.e., the
#	  r/g/b parameters of initc are in the range 0 to 1000 -TD
#
# 2002-10-05
#	* minor fix for scale-factor of linux-c and linux-c-nc -TD
#
# 2002-11-09
#	* split-out vt100+keypad and vt220+keypad, fix interchanged ka3/kb2
#	  in the latter -TD
#
# 2002-11-16
#	* add entries for mterm (mterm, mterm-ansi, decansi) -TD
#	* ncr260wy350pp has only 16 color pairs -TD
#	* add sun-type4 from NetBSD -TD
#	* update xterm-xfree86 to current (patch 170) -TD
#	* add screen-bce, screen-s entries -TD
#	* add xterm-1002, xterm-1003 entries -TD
#
# 2003-01-11
#	* update homepage for Top Gun Telnet/SSH
#
# 2003-01-25
#	* reduce duplication in emx entries, added emx-base -TD
#
# 2003-05-24
#	* corrected acs for screen.teraterm -TD
#	* add tkterm entry -TD
#
# 2003-07-15
#	* cygwin changes from Charles Wilson:
#	  misc/terminfo.src (nxterm|xterm-color): make xterm-color
#	  primary instead of nxterm, to match XFree86's xterm.terminfo
#	  usage and to prevent circular links.
#	  (rxvt): add additional codes from rxvt.org.
#	  (rxvt-color): new alias
#	  (rxvt-xpm): new alias
#	  (rxvt-cygwin): like rxvt, but with special acsc codes.
#	  (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
#	  with a "native" MSWin GUI.  Each takes different acsc codes,
#	  which are both different from the "normal" rxvt's acsc.
#	  (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
#	  (cygwinDBG): ditto.
#
# 2003-09-27
#	* update gnome terminal entries -TD
#
# 2003-10-04
#	* add entries for djgpp 2.03 and 2.04 -TD
#
# 2003-10-25
#	* add alias for vtnt -TD
#	* update xterm-xfree86 for XFree86 4.4 -TD
#
# 2003-11-22
#	* add linux-vt (Andrey V Lukyanov)
#
# 2003-12-20
#	* add screen.linux -TD
#
# 2004-01-10
#	* revised/improved entries for tvi912b, tvi920b (Benjamin Sittler)
#
# 2004-01-17
#	* add OpenNT/Interix/SFU entries (Federico Bianchi)
#	* add vt100+ and vt-utf8 entries -TD
#	* add uwin entry -TD
#
# 2004-03-27
#	* add sgr strings to several common entries lacking them, e.g.,
#	  screen, to make the entries more portable -TD
#	* remove cvvis from rxvt entry, since it is the same as cnorm -TD
#	* similar fixups for cvvis/cnorm various entries -TD
#
# 2004-05-22
#	* remove 'ncv' from xterm-256color (patch 188) -TD
#
# 2004-06-26
#	* add mlterm -TD
#	* add xterm-xf86-v44 -TD
#	* modify xterm-new aka xterm-xfree86 to accommodate luit, which relies
#	  on G1 being used via an ISO-2022 escape sequence (report by
#	  Juliusz Chroboczek) -TD
#	* add 'hurd' entry -TD
#
# 2004-07-03
#	* make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
#	  xterm-basic -TD
#	* align with xterm #192's use of xterm-new -TD
#	* update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
#	* make xterm-new the default "xterm" -TD
#
# 2004-07-10
#	* minor fixes for emu -TD
#	* add emu-220
#	* add rmam/smam to linux (Trevor Van Bremen)
#	* change wyse acsc strings to use 'i' map rather than 'I' -TD
#	* fixes for avatar0 -TD
#	* fixes for vp3a+ -TD
#
# 2004-07-17
#	* add xterm-pc-fkeys -TD
#	* review/update gnome and gnome-rh90 entries (prompted by
#	  Redhat Bugzilla #122815) -TD
#	* review/update konsole entries -TD
#	* add sgr, correct sgr0 for kterm and mlterm -TD
#	* correct tsl string in kterm -TD
#
# 2004-07-24
#	* make ncsa-m rmacs/smacs consistent with sgr -TD
#	* add sgr, rc/sc and ech to syscons entries -TD
#	* add function-keys to decansi -TD
#	* add sgr to mterm-ansi -TD
#	* add sgr, civis, cnorm to emu -TD
#	* correct/simplify cup in addrinfo -TD
#	* corrections for gnome and konsole entries
#	  (Redhat Bugzilla #122815) -Hans de Goede
#	* modify DEC entries (vt220, etc), to add sgr string, and to use
#	  ISO-2022 strings for rmacs/smacs -TD
#
# 2004-07-31
#	* rename xterm-pc-fkeys to xterm+pcfkeys -TD
#
# 2004-08-07
#	* improved putty entry -Robert de Bath
#
# 2004-08-14
#	* remove dch/dch1 from rxvt because they are implemented inconsistently
#	  with the common usage of bce/ech -TD
#	* remove khome from vt220 (vt220's have no home key) -TD
#	* add rxvt+pcfkeys -TD
#
# 2004-08-21
#	* modify several entries to ensure xterm mouse and cursor visibility
#	  are reset in rs2 string:  hurd, putty, gnome, konsole-base, mlterm,
#	  Eterm, screen.  (The xterm entries are left alone - old ones for
#	  compatibility, and the new ones do not require this change) -TD
#
# 2004-08-28
#	* add morphos entry -Pavel Fedin
#	* modify amiga-8bit to add khome/kend/knp/kpp -Pavel Fedin
#	* corrected \E[5?l to \E[?5l in vt320 entries -TD
#
# 2004-11-20
#	* update wsvt25 entry -TD
#
# 2005-01-29
#	* update pairs for xterm-88color and xterm-256color to reflect the
#	  ncurses extended-color support -TD
#
# 2005-02-26
#	* modify sgr/sgr0 in xterm-new to improve tgetent's derived "me" -TD
#	* add aixterm-16color to demonstrate 16-color capability -TD
#
# 2005-04-23
#	* add media-copy to vt100 -TD
#	* corrected acsc string for vt52 -TD
#
# 2005-04-30
#	* add kUP, kDN (user-defined shifted up/down arrow) definitions for
#	  xterm-new -TD
#	* add kUP5, kUP6, etc., for xterm-new and rxvt -TD
#
# 2005-05-07
#	* re-corrected acsc string for vt52 -TD
#
# 2005-05-28
#	* corrected sun-il sgr string which referred to bold and underline -TD
#	* add sun-color entry -TD
#
# 2005-07-23
#	* modify sgr0 in several entries to reset alternate-charset as in the
#	  sgr string -TD
#	* modify sgr string of prism9 to better match the individual
#	  attributes -TD
#
# 2005-10-15
#	* correct order of use= in rxvt-basic -TD
#
# 2005-10-26
#	* use kind/kri as shifted up/down cursor keys for xterm-new -TD
#
# 2005-11-12
#	* other minor fixes to cygwin based on tack -TD
#	* correct smacs in cygwin (report by Baurzhan Ismagulov).
#
# 2006-02-18
#	* add nsterm-16color entry -TD
#	* remove ncv flag from xterm-16color -TD
#	* remove setf/setb from xterm-256color to match xterm #209 -TD
#	* update mlterm entry to 2.9.2 -TD
#
# 2006-02-25
#	* fixes to make nsterm-16color match report
#	  by Christian Ebert -Alain Bench
#
# 2006-04-22
#	* add xterm+256color building block -TD
#	* add gnome-256color, putty-256color, rxvt-256color -TD
#
# 2006-05-06
#	* add hpterm-color -TD
#
# 2006-06-24
#	* add xterm+pcc0, xterm+pcc1, xterm+pcc2, xterm+pcc3 -TD
#	* add gnome-fc5 (prompted by GenToo #122566) -TD
#	* remove obsolete/misleading comments about kcbt on Linux -Alain Bench
#	* improve xterm-256color by combining the ibm+16color setaf/setab
#	  strings with SGR 48.  The setf/setb strings also are cancelled here
#	  rather than omitted so derived entries will cancel those also -Alain
#	  Bench
#
# 2006-07-01
#	* add some notes regarding copyright to terminfo.src -TD
#	* use rxvt+pcfkeys in Eterm -TD
#	* remove km and flash from gnome, Eterm and rxvt since they do not work
#	  as one would expect (km sends ESC rather than setting the 8th bit
#	  of the key) -TD
#	* add/use ansi+enq, vt100+enq and vt102+enq -TD
#	* add konsole-solaris -TD
#
# The following sets edit modes for GNU EMACS.
# Local Variables:
# fill-prefix:"\t"
# fill-column:75
# comment-column:0
# comment-start-skip:"^#+"
# comment-start:"# "
# compile-command:"tic -c terminfo.master"
# End:
######## SHANTIH!  SHANTIH!  SHANTIH!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 4  .    ..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5  .    ..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          # /etc/printcap
#
# Please don't edit this file directly unless you know what you are doing!
# This file will be automatically generated by cupsd(8) from the
# /etc/cups/printers.conf file.  All changes to this file
# will be lost.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       7  .     ..  8  01ibcs  9  01isdn  :  01ftape ;  01qic   <  01sound =  01cdrom >  01ida   ?  01std   @  01alsa  A  01s390  B  01linux1394 C  01mouse D  01ide   E  01ia64  F  01dac960G  01cciss H  01redhatI  	01console   J  	01generic   K  00macrosL  01raid  M  
01ipfilter  N  
01linux-2.6.x   O  01undocumented  P H01v4l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           # Aliases for ibcs.
a ibcs2 egp
a ibcs2 ggp
a ibcs2 icmp
a ibcs2 idp
a ibcs2 inet
a ibcs2 ip
a ibcs2 ipip
a ibcs2 nfsd
a ibcs2 null
a ibcs2 pup
a ibcs2 socksys
a ibcs2 spx
a ibcs2 rawip
a ibcs2 tcp
a ibcs2 X0R
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              # Aliases for ISDN users.
a isdn dcbri
a isdn ippp
a isdn cui
a isdn ttyI
a isdn usb/auer
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      # Aliases for devices used by the ftape driver.
a ftape qft
a ftape nqft
a ftape rft
a ftape nrft
a ftape zqft
a ftape nzqft
a ftape rawqft
a ftape nrawqft
a ftape tape-d
a ftape tape-reset
a ftape tpqic
a ftape ntpqic
a ftape st
a ftape nst
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              # The "qic" aliases.
a qic rmt
a qic tape
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      # Aliases for sound devices.
a sound audio
a sound audioctl
a sound dsp
a sound midi
a sound mixer
a sound mpu401
a sound patmgr
a sound rmidi
a sound sequencer
a sound smpte
a sound sndstat
a sound srnd
a sound snd
a sound aload
l audio0 audio
l dsp0 dsp
l mixer0 mixer
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 # Just some aliases for non-SCSI, non-ATAPI CD-ROM devices.
a cdrom aztcd
a cdrom bpcd
a cdrom cdu31a
a cdrom cdu535
a cdrom cm205cd
a cdrom cm206cd
a cdrom gscd
a cdrom hitcd
a cdrom i2o/hdcd
a cdrom mcd
a cdrom mcdx
a cdrom optcd
a cdrom sdcd
a cdrom sjcd
a cdrom sonycd
a cdrom sbpcd
l sbpcd sbpcd0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  b $STORAGE              72   0  1   1 ida/c0d0
b $STORAGE              72   1  1   1 ida/c0d0p1
b $STORAGE              72   2  1   1 ida/c0d0p2
b $STORAGE              72   3  1   1 ida/c0d0p3
b $STORAGE              72   4  1   1 ida/c0d0p4
b $STORAGE              72   5  1   1 ida/c0d0p5
b $STORAGE              72   6  1   1 ida/c0d0p6
b $STORAGE              72   7  1   1 ida/c0d0p7
b $STORAGE              72   8  1   1 ida/c0d0p8
b $STORAGE              72   9  1   1 ida/c0d0p9
b $STORAGE              72  10  1   1 ida/c0d0p10
b $STORAGE              72  11  1   1 ida/c0d0p11
b $STORAGE              72  12  1   1 ida/c0d0p12
b $STORAGE              72  13  1   1 ida/c0d0p13
b $STORAGE              72  14  1   1 ida/c0d0p14
b $STORAGE              72  15  1   1 ida/c0d0p15
b $STORAGE              72  16  1   1 ida/c0d1
b $STORAGE              72  17  1   1 ida/c0d1p1
b $STORAGE              72  18  1   1 ida/c0d1p2
b $STORAGE              72  19  1   1 ida/c0d1p3
b $STORAGE              72  20  1   1 ida/c0d1p4
b $STORAGE              72  21  1   1 ida/c0d1p5
b $STORAGE              72  22  1   1 ida/c0d1p6
b $STORAGE              72  23  1   1 ida/c0d1p7
b $STORAGE              72  24  1   1 ida/c0d1p8
b $STORAGE              72  25  1   1 ida/c0d1p9
b $STORAGE              72  26  1   1 ida/c0d1p10
b $STORAGE              72  27  1   1 ida/c0d1p11
b $STORAGE              72  28  1   1 ida/c0d1p12
b $STORAGE              72  29  1   1 ida/c0d1p13
b $STORAGE              72  30  1   1 ida/c0d1p14
b $STORAGE              72  31  1   1 ida/c0d1p15
b $STORAGE              72  32  1   1 ida/c0d2
b $STORAGE              72  33  1   1 ida/c0d2p1
b $STORAGE              72  34  1   1 ida/c0d2p2
b $STORAGE              72  35  1   1 ida/c0d2p3
b $STORAGE              72  36  1   1 ida/c0d2p4
b $STORAGE              72  37  1   1 ida/c0d2p5
b $STORAGE              72  38  1   1 ida/c0d2p6
b $STORAGE              72  39  1   1 ida/c0d2p7
b $STORAGE              72  40  1   1 ida/c0d2p8
b $STORAGE              72  41  1   1 ida/c0d2p9
b $STORAGE              72  42  1   1 ida/c0d2p10
b $STORAGE              72  43  1   1 ida/c0d2p11
b $STORAGE              72  44  1   1 ida/c0d2p12
b $STORAGE              72  45  1   1 ida/c0d2p13
b $STORAGE              72  46  1   1 ida/c0d2p14
b $STORAGE              72  47  1   1 ida/c0d2p15
b $STORAGE              72  48  1   1 ida/c0d3
b $STORAGE              72  49  1   1 ida/c0d3p1
b $STORAGE              72  50  1   1 ida/c0d3p2
b $STORAGE              72  51  1   1 ida/c0d3p3
b $STORAGE              72  52  1   1 ida/c0d3p4
b $STORAGE              72  53  1   1 ida/c0d3p5
b $STORAGE              72  54  1   1 ida/c0d3p6
b $STORAGE              72  55  1   1 ida/c0d3p7
b $STORAGE              72  56  1   1 ida/c0d3p8
b $STORAGE              72  57  1   1 ida/c0d3p9
b $STORAGE              72  58  1   1 ida/c0d3p10
b $STORAGE              72  59  1   1 ida/c0d3p11
b $STORAGE              72  60  1   1 ida/c0d3p12
b $STORAGE              72  61  1   1 ida/c0d3p13
b $STORAGE              72  62  1   1 ida/c0d3p14
b $STORAGE              72  63  1   1 ida/c0d3p15
b $STORAGE              72  64  1   1 ida/c0d4
b $STORAGE              72  65  1   1 ida/c0d4p1
b $STORAGE              72  66  1   1 ida/c0d4p2
b $STORAGE              72  67  1   1 ida/c0d4p3
b $STORAGE              72  68  1   1 ida/c0d4p4
b $STORAGE              72  69  1   1 ida/c0d4p5
b $STORAGE              72  70  1   1 ida/c0d4p6
b $STORAGE              72  71  1   1 ida/c0d4p7
b $STORAGE              72  72  1   1 ida/c0d4p8
b $STORAGE              72  73  1   1 ida/c0d4p9
b $STORAGE              72  74  1   1 ida/c0d4p10
b $STORAGE              72  75  1   1 ida/c0d4p11
b $STORAGE              72  76  1   1 ida/c0d4p12
b $STORAGE              72  77  1   1 ida/c0d4p13
b $STORAGE              72  78  1   1 ida/c0d4p14
b $STORAGE              72  79  1   1 ida/c0d4p15
b $STORAGE              72  80  1   1 ida/c0d5
b $STORAGE              72  81  1   1 ida/c0d5p1
b $STORAGE              72  82  1   1 ida/c0d5p2
b $STORAGE              72  83  1   1 ida/c0d5p3
b $STORAGE              72  84  1   1 ida/c0d5p4
b $STORAGE              72  85  1   1 ida/c0d5p5
b $STORAGE              72  86  1   1 ida/c0d5p6
b $STORAGE              72  87  1   1 ida/c0d5p7
b $STORAGE              72  88  1   1 ida/c0d5p8
b $STORAGE              72  89  1   1 ida/c0d5p9
b $STORAGE              72  90  1   1 ida/c0d5p10
b $STORAGE              72  91  1   1 ida/c0d5p11
b $STORAGE              72  92  1   1 ida/c0d5p12
b $STORAGE              72  93  1   1 ida/c0d5p13
b $STORAGE              72  94  1   1 ida/c0d5p14
b $STORAGE              72  95  1   1 ida/c0d5p15
b $STORAGE              72  96  1   1 ida/c0d6
b $STORAGE              72  97  1   1 ida/c0d6p1
b $STORAGE              72  98  1   1 ida/c0d6p2
b $STORAGE              72  99  1   1 ida/c0d6p3
b $STORAGE              72 100  1   1 ida/c0d6p4
b $STORAGE              72 101  1   1 ida/c0d6p5
b $STORAGE              72 102  1   1 ida/c0d6p6
b $STORAGE              72 103  1   1 ida/c0d6p7
b $STORAGE              72 104  1   1 ida/c0d6p8
b $STORAGE              72 105  1   1 ida/c0d6p9
b $STORAGE              72 106  1   1 ida/c0d6p10
b $STORAGE              72 107  1   1 ida/c0d6p11
b $STORAGE              72 108  1   1 ida/c0d6p12
b $STORAGE              72 109  1   1 ida/c0d6p13
b $STORAGE              72 110  1   1 ida/c0d6p14
b $STORAGE              72 111  1   1 ida/c0d6p15
b $STORAGE              72 112  1   1 ida/c0d7
b $STORAGE              72 113  1   1 ida/c0d7p1
b $STORAGE              72 114  1   1 ida/c0d7p2
b $STORAGE              72 115  1   1 ida/c0d7p3
b $STORAGE              72 116  1   1 ida/c0d7p4
b $STORAGE              72 117  1   1 ida/c0d7p5
b $STORAGE              72 118  1   1 ida/c0d7p6
b $STORAGE              72 119  1   1 ida/c0d7p7
b $STORAGE              72 120  1   1 ida/c0d7p8
b $STORAGE              72 121  1   1 ida/c0d7p9
b $STORAGE              72 122  1   1 ida/c0d7p10
b $STORAGE              72 123  1   1 ida/c0d7p11
b $STORAGE              72 124  1   1 ida/c0d7p12
b $STORAGE              72 125  1   1 ida/c0d7p13
b $STORAGE              72 126  1   1 ida/c0d7p14
b $STORAGE              72 127  1   1 ida/c0d7p15
b $STORAGE              72 128  1   1 ida/c0d8
b $STORAGE              72 129  1   1 ida/c0d8p1
b $STORAGE              72 130  1   1 ida/c0d8p2
b $STORAGE              72 131  1   1 ida/c0d8p3
b $STORAGE              72 132  1   1 ida/c0d8p4
b $STORAGE              72 133  1   1 ida/c0d8p5
b $STORAGE              72 134  1   1 ida/c0d8p6
b $STORAGE              72 135  1   1 ida/c0d8p7
b $STORAGE              72 136  1   1 ida/c0d8p8
b $STORAGE              72 137  1   1 ida/c0d8p9
b $STORAGE              72 138  1   1 ida/c0d8p10
b $STORAGE              72 139  1   1 ida/c0d8p11
b $STORAGE              72 140  1   1 ida/c0d8p12
b $STORAGE              72 141  1   1 ida/c0d8p13
b $STORAGE              72 142  1   1 ida/c0d8p14
b $STORAGE              72 143  1   1 ida/c0d8p15
b $STORAGE              72 144  1   1 ida/c0d9
b $STORAGE              72 145  1   1 ida/c0d9p1
b $STORAGE              72 146  1   1 ida/c0d9p2
b $STORAGE              72 147  1   1 ida/c0d9p3
b $STORAGE              72 148  1   1 ida/c0d9p4
b $STORAGE              72 149  1   1 ida/c0d9p5
b $STORAGE              72 150  1   1 ida/c0d9p6
b $STORAGE              72 151  1   1 ida/c0d9p7
b $STORAGE              72 152  1   1 ida/c0d9p8
b $STORAGE              72 153  1   1 ida/c0d9p9
b $STORAGE              72 154  1   1 ida/c0d9p10
b $STORAGE              72 155  1   1 ida/c0d9p11
b $STORAGE              72 156  1   1 ida/c0d9p12
b $STORAGE              72 157  1   1 ida/c0d9p13
b $STORAGE              72 158  1   1 ida/c0d9p14
b $STORAGE              72 159  1   1 ida/c0d9p15
b $STORAGE              72 160  1   1 ida/c0d10
b $STORAGE              72 161  1   1 ida/c0d10p1
b $STORAGE              72 162  1   1 ida/c0d10p2
b $STORAGE              72 163  1   1 ida/c0d10p3
b $STORAGE              72 164  1   1 ida/c0d10p4
b $STORAGE              72 165  1   1 ida/c0d10p5
b $STORAGE              72 166  1   1 ida/c0d10p6
b $STORAGE              72 167  1   1 ida/c0d10p7
b $STORAGE              72 168  1   1 ida/c0d10p8
b $STORAGE              72 169  1   1 ida/c0d10p9
b $STORAGE              72 170  1   1 ida/c0d10p10
b $STORAGE              72 171  1   1 ida/c0d10p11
b $STORAGE              72 172  1   1 ida/c0d10p12
b $STORAGE              72 173  1   1 ida/c0d10p13
b $STORAGE              72 174  1   1 ida/c0d10p14
b $STORAGE              72 175  1   1 ida/c0d10p15
b $STORAGE              72 176  1   1 ida/c0d11
b $STORAGE              72 177  1   1 ida/c0d11p1
b $STORAGE              72 178  1   1 ida/c0d11p2
b $STORAGE              72 179  1   1 ida/c0d11p3
b $STORAGE              72 180  1   1 ida/c0d11p4
b $STORAGE              72 181  1   1 ida/c0d11p5
b $STORAGE              72 182  1   1 ida/c0d11p6
b $STORAGE              72 183  1   1 ida/c0d11p7
b $STORAGE              72 184  1   1 ida/c0d11p8
b $STORAGE              72 185  1   1 ida/c0d11p9
b $STORAGE              72 186  1   1 ida/c0d11p10
b $STORAGE              72 187  1   1 ida/c0d11p11
b $STORAGE              72 188  1   1 ida/c0d11p12
b $STORAGE              72 189  1   1 ida/c0d11p13
b $STORAGE              72 190  1   1 ida/c0d11p14
b $STORAGE              72 191  1   1 ida/c0d11p15
b $STORAGE              72 192  1   1 ida/c0d12
b $STORAGE              72 193  1   1 ida/c0d12p1
b $STORAGE              72 194  1   1 ida/c0d12p2
b $STORAGE              72 195  1   1 ida/c0d12p3
b $STORAGE              72 196  1   1 ida/c0d12p4
b $STORAGE              72 197  1   1 ida/c0d12p5
b $STORAGE              72 198  1   1 ida/c0d12p6
b $STORAGE              72 199  1   1 ida/c0d12p7
b $STORAGE              72 200  1   1 ida/c0d12p8
b $STORAGE              72 201  1   1 ida/c0d12p9
b $STORAGE              72 202  1   1 ida/c0d12p10
b $STORAGE              72 203  1   1 ida/c0d12p11
b $STORAGE              72 204  1   1 ida/c0d12p12
b $STORAGE              72 205  1   1 ida/c0d12p13
b $STORAGE              72 206  1   1 ida/c0d12p14
b $STORAGE              72 207  1   1 ida/c0d12p15
b $STORAGE              72 208  1   1 ida/c0d13
b $STORAGE              72 209  1   1 ida/c0d13p1
b $STORAGE              72 210  1   1 ida/c0d13p2
b $STORAGE              72 211  1   1 ida/c0d13p3
b $STORAGE              72 212  1   1 ida/c0d13p4
b $STORAGE              72 213  1   1 ida/c0d13p5
b $STORAGE              72 214  1   1 ida/c0d13p6
b $STORAGE              72 215  1   1 ida/c0d13p7
b $STORAGE              72 216  1   1 ida/c0d13p8
b $STORAGE              72 217  1   1 ida/c0d13p9
b $STORAGE              72 218  1   1 ida/c0d13p10
b $STORAGE              72 219  1   1 ida/c0d13p11
b $STORAGE              72 220  1   1 ida/c0d13p12
b $STORAGE              72 221  1   1 ida/c0d13p13
b $STORAGE              72 222  1   1 ida/c0d13p14
b $STORAGE              72 223  1   1 ida/c0d13p15
b $STORAGE              72 224  1   1 ida/c0d14
b $STORAGE              72 225  1   1 ida/c0d14p1
b $STORAGE              72 226  1   1 ida/c0d14p2
b $STORAGE              72 227  1   1 ida/c0d14p3
b $STORAGE              72 228  1   1 ida/c0d14p4
b $STORAGE              72 229  1   1 ida/c0d14p5
b $STORAGE              72 230  1   1 ida/c0d14p6
b $STORAGE              72 231  1   1 ida/c0d14p7
b $STORAGE              72 232  1   1 ida/c0d14p8
b $STORAGE              72 233  1   1 ida/c0d14p9
b $STORAGE              72 234  1   1 ida/c0d14p10
b $STORAGE              72 235  1   1 ida/c0d14p11
b $STORAGE              72 236  1   1 ida/c0d14p12
b $STORAGE              72 237  1   1 ida/c0d14p13
b $STORAGE              72 238  1   1 ida/c0d14p14
b $STORAGE              72 239  1   1 ida/c0d14p15
b $STORAGE              72 240  1   1 ida/c0d15
b $STORAGE              72 241  1   1 ida/c0d15p1
b $STORAGE              72 242  1   1 ida/c0d15p2
b $STORAGE              72 243  1   1 ida/c0d15p3
b $STORAGE              72 244  1   1 ida/c0d15p4
b $STORAGE              72 245  1   1 ida/c0d15p5
b $STORAGE              72 246  1   1 ida/c0d15p6
b $STORAGE              72 247  1   1 ida/c0d15p7
b $STORAGE              72 248  1   1 ida/c0d15p8
b $STORAGE              72 249  1   1 ida/c0d15p9
b $STORAGE              72 250  1   1 ida/c0d15p10
b $STORAGE              72 251  1   1 ida/c0d15p11
b $STORAGE              72 252  1   1 ida/c0d15p12
b $STORAGE              72 253  1   1 ida/c0d15p13
b $STORAGE              72 254  1   1 ida/c0d15p14
b $STORAGE              72 255  1   1 ida/c0d15p15
b $STORAGE              73   0  1   1 ida/c1d0
b $STORAGE              73   1  1   1 ida/c1d0p1
b $STORAGE              73   2  1   1 ida/c1d0p2
b $STORAGE              73   3  1   1 ida/c1d0p3
b $STORAGE              73   4  1   1 ida/c1d0p4
b $STORAGE              73   5  1   1 ida/c1d0p5
b $STORAGE              73   6  1   1 ida/c1d0p6
b $STORAGE              73   7  1   1 ida/c1d0p7
b $STORAGE              73   8  1   1 ida/c1d0p8
b $STORAGE              73   9  1   1 ida/c1d0p9
b $STORAGE              73  10  1   1 ida/c1d0p10
b $STORAGE              73  11  1   1 ida/c1d0p11
b $STORAGE              73  12  1   1 ida/c1d0p12
b $STORAGE              73  13  1   1 ida/c1d0p13
b $STORAGE              73  14  1   1 ida/c1d0p14
b $STORAGE              73  15  1   1 ida/c1d0p15
b $STORAGE              73  16  1   1 ida/c1d1
b $STORAGE              73  17  1   1 ida/c1d1p1
b $STORAGE              73  18  1   1 ida/c1d1p2
b $STORAGE              73  19  1   1 ida/c1d1p3
b $STORAGE              73  20  1   1 ida/c1d1p4
b $STORAGE              73  21  1   1 ida/c1d1p5
b $STORAGE              73  22  1   1 ida/c1d1p6
b $STORAGE              73  23  1   1 ida/c1d1p7
b $STORAGE              73  24  1   1 ida/c1d1p8
b $STORAGE              73  25  1   1 ida/c1d1p9
b $STORAGE              73  26  1   1 ida/c1d1p10
b $STORAGE              73  27  1   1 ida/c1d1p11
b $STORAGE              73  28  1   1 ida/c1d1p12
b $STORAGE              73  29  1   1 ida/c1d1p13
b $STORAGE              73  30  1   1 ida/c1d1p14
b $STORAGE              73  31  1   1 ida/c1d1p15
b $STORAGE              73  32  1   1 ida/c1d2
b $STORAGE              73  33  1   1 ida/c1d2p1
b $STORAGE              73  34  1   1 ida/c1d2p2
b $STORAGE              73  35  1   1 ida/c1d2p3
b $STORAGE              73  36  1   1 ida/c1d2p4
b $STORAGE              73  37  1   1 ida/c1d2p5
b $STORAGE              73  38  1   1 ida/c1d2p6
b $STORAGE              73  39  1   1 ida/c1d2p7
b $STORAGE              73  40  1   1 ida/c1d2p8
b $STORAGE              73  41  1   1 ida/c1d2p9
b $STORAGE              73  42  1   1 ida/c1d2p10
b $STORAGE              73  43  1   1 ida/c1d2p11
b $STORAGE              73  44  1   1 ida/c1d2p12
b $STORAGE              73  45  1   1 ida/c1d2p13
b $STORAGE              73  46  1   1 ida/c1d2p14
b $STORAGE              73  47  1   1 ida/c1d2p15
b $STORAGE              73  48  1   1 ida/c1d3
b $STORAGE              73  49  1   1 ida/c1d3p1
b $STORAGE              73  50  1   1 ida/c1d3p2
b $STORAGE              73  51  1   1 ida/c1d3p3
b $STORAGE              73  52  1   1 ida/c1d3p4
b $STORAGE              73  53  1   1 ida/c1d3p5
b $STORAGE              73  54  1   1 ida/c1d3p6
b $STORAGE              73  55  1   1 ida/c1d3p7
b $STORAGE              73  56  1   1 ida/c1d3p8
b $STORAGE              73  57  1   1 ida/c1d3p9
b $STORAGE              73  58  1   1 ida/c1d3p10
b $STORAGE              73  59  1   1 ida/c1d3p11
b $STORAGE              73  60  1   1 ida/c1d3p12
b $STORAGE              73  61  1   1 ida/c1d3p13
b $STORAGE              73  62  1   1 ida/c1d3p14
b $STORAGE              73  63  1   1 ida/c1d3p15
b $STORAGE              73  64  1   1 ida/c1d4
b $STORAGE              73  65  1   1 ida/c1d4p1
b $STORAGE              73  66  1   1 ida/c1d4p2
b $STORAGE              73  67  1   1 ida/c1d4p3
b $STORAGE              73  68  1   1 ida/c1d4p4
b $STORAGE              73  69  1   1 ida/c1d4p5
b $STORAGE              73  70  1   1 ida/c1d4p6
b $STORAGE              73  71  1   1 ida/c1d4p7
b $STORAGE              73  72  1   1 ida/c1d4p8
b $STORAGE              73  73  1   1 ida/c1d4p9
b $STORAGE              73  74  1   1 ida/c1d4p10
b $STORAGE              73  75  1   1 ida/c1d4p11
b $STORAGE              73  76  1   1 ida/c1d4p12
b $STORAGE              73  77  1   1 ida/c1d4p13
b $STORAGE              73  78  1   1 ida/c1d4p14
b $STORAGE              73  79  1   1 ida/c1d4p15
b $STORAGE              73  80  1   1 ida/c1d5
b $STORAGE              73  81  1   1 ida/c1d5p1
b $STORAGE              73  82  1   1 ida/c1d5p2
b $STORAGE              73  83  1   1 ida/c1d5p3
b $STORAGE              73  84  1   1 ida/c1d5p4
b $STORAGE              73  85  1   1 ida/c1d5p5
b $STORAGE              73  86  1   1 ida/c1d5p6
b $STORAGE              73  87  1   1 ida/c1d5p7
b $STORAGE              73  88  1   1 ida/c1d5p8
b $STORAGE              73  89  1   1 ida/c1d5p9
b $STORAGE              73  90  1   1 ida/c1d5p10
b $STORAGE              73  91  1   1 ida/c1d5p11
b $STORAGE              73  92  1   1 ida/c1d5p12
b $STORAGE              73  93  1   1 ida/c1d5p13
b $STORAGE              73  94  1   1 ida/c1d5p14
b $STORAGE              73  95  1   1 ida/c1d5p15
b $STORAGE              73  96  1   1 ida/c1d6
b $STORAGE              73  97  1   1 ida/c1d6p1
b $STORAGE              73  98  1   1 ida/c1d6p2
b $STORAGE              73  99  1   1 ida/c1d6p3
b $STORAGE              73 100  1   1 ida/c1d6p4
b $STORAGE              73 101  1   1 ida/c1d6p5
b $STORAGE              73 102  1   1 ida/c1d6p6
b $STORAGE              73 103  1   1 ida/c1d6p7
b $STORAGE              73 104  1   1 ida/c1d6p8
b $STORAGE              73 105  1   1 ida/c1d6p9
b $STORAGE              73 106  1   1 ida/c1d6p10
b $STORAGE              73 107  1   1 ida/c1d6p11
b $STORAGE              73 108  1   1 ida/c1d6p12
b $STORAGE              73 109  1   1 ida/c1d6p13
b $STORAGE              73 110  1   1 ida/c1d6p14
b $STORAGE              73 111  1   1 ida/c1d6p15
b $STORAGE              73 112  1   1 ida/c1d7
b $STORAGE              73 113  1   1 ida/c1d7p1
b $STORAGE              73 114  1   1 ida/c1d7p2
b $STORAGE              73 115  1   1 ida/c1d7p3
b $STORAGE              73 116  1   1 ida/c1d7p4
b $STORAGE              73 117  1   1 ida/c1d7p5
b $STORAGE              73 118  1   1 ida/c1d7p6
b $STORAGE              73 119  1   1 ida/c1d7p7
b $STORAGE              73 120  1   1 ida/c1d7p8
b $STORAGE              73 121  1   1 ida/c1d7p9
b $STORAGE              73 122  1   1 ida/c1d7p10
b $STORAGE              73 123  1   1 ida/c1d7p11
b $STORAGE              73 124  1   1 ida/c1d7p12
b $STORAGE              73 125  1   1 ida/c1d7p13
b $STORAGE              73 126  1   1 ida/c1d7p14
b $STORAGE              73 127  1   1 ida/c1d7p15
b $STORAGE              73 128  1   1 ida/c1d8
b $STORAGE              73 129  1   1 ida/c1d8p1
b $STORAGE              73 130  1   1 ida/c1d8p2
b $STORAGE              73 131  1   1 ida/c1d8p3
b $STORAGE              73 132  1   1 ida/c1d8p4
b $STORAGE              73 133  1   1 ida/c1d8p5
b $STORAGE              73 134  1   1 ida/c1d8p6
b $STORAGE              73 135  1   1 ida/c1d8p7
b $STORAGE              73 136  1   1 ida/c1d8p8
b $STORAGE              73 137  1   1 ida/c1d8p9
b $STORAGE              73 138  1   1 ida/c1d8p10
b $STORAGE              73 139  1   1 ida/c1d8p11
b $STORAGE              73 140  1   1 ida/c1d8p12
b $STORAGE              73 141  1   1 ida/c1d8p13
b $STORAGE              73 142  1   1 ida/c1d8p14
b $STORAGE              73 143  1   1 ida/c1d8p15
b $STORAGE              73 144  1   1 ida/c1d9
b $STORAGE              73 145  1   1 ida/c1d9p1
b $STORAGE              73 146  1   1 ida/c1d9p2
b $STORAGE              73 147  1   1 ida/c1d9p3
b $STORAGE              73 148  1   1 ida/c1d9p4
b $STORAGE              73 149  1   1 ida/c1d9p5
b $STORAGE              73 150  1   1 ida/c1d9p6
b $STORAGE              73 151  1   1 ida/c1d9p7
b $STORAGE              73 152  1   1 ida/c1d9p8
b $STORAGE              73 153  1   1 ida/c1d9p9
b $STORAGE              73 154  1   1 ida/c1d9p10
b $STORAGE              73 155  1   1 ida/c1d9p11
b $STORAGE              73 156  1   1 ida/c1d9p12
b $STORAGE              73 157  1   1 ida/c1d9p13
b $STORAGE              73 158  1   1 ida/c1d9p14
b $STORAGE              73 159  1   1 ida/c1d9p15
b $STORAGE              73 160  1   1 ida/c1d10
b $STORAGE              73 161  1   1 ida/c1d10p1
b $STORAGE              73 162  1   1 ida/c1d10p2
b $STORAGE              73 163  1   1 ida/c1d10p3
b $STORAGE              73 164  1   1 ida/c1d10p4
b $STORAGE              73 165  1   1 ida/c1d10p5
b $STORAGE              73 166  1   1 ida/c1d10p6
b $STORAGE              73 167  1   1 ida/c1d10p7
b $STORAGE              73 168  1   1 ida/c1d10p8
b $STORAGE              73 169  1   1 ida/c1d10p9
b $STORAGE              73 170  1   1 ida/c1d10p10
b $STORAGE              73 171  1   1 ida/c1d10p11
b $STORAGE              73 172  1   1 ida/c1d10p12
b $STORAGE              73 173  1   1 ida/c1d10p13
b $STORAGE              73 174  1   1 ida/c1d10p14
b $STORAGE              73 175  1   1 ida/c1d10p15
b $STORAGE              73 176  1   1 ida/c1d11
b $STORAGE              73 177  1   1 ida/c1d11p1
b $STORAGE              73 178  1   1 ida/c1d11p2
b $STORAGE              73 179  1   1 ida/c1d11p3
b $STORAGE              73 180  1   1 ida/c1d11p4
b $STORAGE              73 181  1   1 ida/c1d11p5
b $STORAGE              73 182  1   1 ida/c1d11p6
b $STORAGE              73 183  1   1 ida/c1d11p7
b $STORAGE              73 184  1   1 ida/c1d11p8
b $STORAGE              73 185  1   1 ida/c1d11p9
b $STORAGE              73 186  1   1 ida/c1d11p10
b $STORAGE              73 187  1   1 ida/c1d11p11
b $STORAGE              73 188  1   1 ida/c1d11p12
b $STORAGE              73 189  1   1 ida/c1d11p13
b $STORAGE              73 190  1   1 ida/c1d11p14
b $STORAGE              73 191  1   1 ida/c1d11p15
b $STORAGE              73 192  1   1 ida/c1d12
b $STORAGE              73 193  1   1 ida/c1d12p1
b $STORAGE              73 194  1   1 ida/c1d12p2
b $STORAGE              73 195  1   1 ida/c1d12p3
b $STORAGE              73 196  1   1 ida/c1d12p4
b $STORAGE              73 197  1   1 ida/c1d12p5
b $STORAGE              73 198  1   1 ida/c1d12p6
b $STORAGE              73 199  1   1 ida/c1d12p7
b $STORAGE              73 200  1   1 ida/c1d12p8
b $STORAGE              73 201  1   1 ida/c1d12p9
b $STORAGE              73 202  1   1 ida/c1d12p10
b $STORAGE              73 203  1   1 ida/c1d12p11
b $STORAGE              73 204  1   1 ida/c1d12p12
b $STORAGE              73 205  1   1 ida/c1d12p13
b $STORAGE              73 206  1   1 ida/c1d12p14
b $STORAGE              73 207  1   1 ida/c1d12p15
b $STORAGE              73 208  1   1 ida/c1d13
b $STORAGE              73 209  1   1 ida/c1d13p1
b $STORAGE              73 210  1   1 ida/c1d13p2
b $STORAGE              73 211  1   1 ida/c1d13p3
b $STORAGE              73 212  1   1 ida/c1d13p4
b $STORAGE              73 213  1   1 ida/c1d13p5
b $STORAGE              73 214  1   1 ida/c1d13p6
b $STORAGE              73 215  1   1 ida/c1d13p7
b $STORAGE              73 216  1   1 ida/c1d13p8
b $STORAGE              73 217  1   1 ida/c1d13p9
b $STORAGE              73 218  1   1 ida/c1d13p10
b $STORAGE              73 219  1   1 ida/c1d13p11
b $STORAGE              73 220  1   1 ida/c1d13p12
b $STORAGE              73 221  1   1 ida/c1d13p13
b $STORAGE              73 222  1   1 ida/c1d13p14
b $STORAGE              73 223  1   1 ida/c1d13p15
b $STORAGE              73 224  1   1 ida/c1d14
b $STORAGE              73 225  1   1 ida/c1d14p1
b $STORAGE              73 226  1   1 ida/c1d14p2
b $STORAGE              73 227  1   1 ida/c1d14p3
b $STORAGE              73 228  1   1 ida/c1d14p4
b $STORAGE              73 229  1   1 ida/c1d14p5
b $STORAGE              73 230  1   1 ida/c1d14p6
b $STORAGE              73 231  1   1 ida/c1d14p7
b $STORAGE              73 232  1   1 ida/c1d14p8
b $STORAGE              73 233  1   1 ida/c1d14p9
b $STORAGE              73 234  1   1 ida/c1d14p10
b $STORAGE              73 235  1   1 ida/c1d14p11
b $STORAGE              73 236  1   1 ida/c1d14p12
b $STORAGE              73 237  1   1 ida/c1d14p13
b $STORAGE              73 238  1   1 ida/c1d14p14
b $STORAGE              73 239  1   1 ida/c1d14p15
b $STORAGE              73 240  1   1 ida/c1d15
b $STORAGE              73 241  1   1 ida/c1d15p1
b $STORAGE              73 242  1   1 ida/c1d15p2
b $STORAGE              73 243  1   1 ida/c1d15p3
b $STORAGE              73 244  1   1 ida/c1d15p4
b $STORAGE              73 245  1   1 ida/c1d15p5
b $STORAGE              73 246  1   1 ida/c1d15p6
b $STORAGE              73 247  1   1 ida/c1d15p7
b $STORAGE              73 248  1   1 ida/c1d15p8
b $STORAGE              73 249  1   1 ida/c1d15p9
b $STORAGE              73 250  1   1 ida/c1d15p10
b $STORAGE              73 251  1   1 ida/c1d15p11
b $STORAGE              73 252  1   1 ida/c1d15p12
b $STORAGE              73 253  1   1 ida/c1d15p13
b $STORAGE              73 254  1   1 ida/c1d15p14
b $STORAGE              73 255  1   1 ida/c1d15p15
b $STORAGE              74   0  1   1 ida/c2d0
b $STORAGE              74   1  1   1 ida/c2d0p1
b $STORAGE              74   2  1   1 ida/c2d0p2
b $STORAGE              74   3  1   1 ida/c2d0p3
b $STORAGE              74   4  1   1 ida/c2d0p4
b $STORAGE              74   5  1   1 ida/c2d0p5
b $STORAGE              74   6  1   1 ida/c2d0p6
b $STORAGE              74   7  1   1 ida/c2d0p7
b $STORAGE              74   8  1   1 ida/c2d0p8
b $STORAGE              74   9  1   1 ida/c2d0p9
b $STORAGE              74  10  1   1 ida/c2d0p10
b $STORAGE              74  11  1   1 ida/c2d0p11
b $STORAGE              74  12  1   1 ida/c2d0p12
b $STORAGE              74  13  1   1 ida/c2d0p13
b $STORAGE              74  14  1   1 ida/c2d0p14
b $STORAGE              74  15  1   1 ida/c2d0p15
b $STORAGE              74  16  1   1 ida/c2d1
b $STORAGE              74  17  1   1 ida/c2d1p1
b $STORAGE              74  18  1   1 ida/c2d1p2
b $STORAGE              74  19  1   1 ida/c2d1p3
b $STORAGE              74  20  1   1 ida/c2d1p4
b $STORAGE              74  21  1   1 ida/c2d1p5
b $STORAGE              74  22  1   1 ida/c2d1p6
b $STORAGE              74  23  1   1 ida/c2d1p7
b $STORAGE              74  24  1   1 ida/c2d1p8
b $STORAGE              74  25  1   1 ida/c2d1p9
b $STORAGE              74  26  1   1 ida/c2d1p10
b $STORAGE              74  27  1   1 ida/c2d1p11
b $STORAGE              74  28  1   1 ida/c2d1p12
b $STORAGE              74  29  1   1 ida/c2d1p13
b $STORAGE              74  30  1   1 ida/c2d1p14
b $STORAGE              74  31  1   1 ida/c2d1p15
b $STORAGE              74  32  1   1 ida/c2d2
b $STORAGE              74  33  1   1 ida/c2d2p1
b $STORAGE              74  34  1   1 ida/c2d2p2
b $STORAGE              74  35  1   1 ida/c2d2p3
b $STORAGE              74  36  1   1 ida/c2d2p4
b $STORAGE              74  37  1   1 ida/c2d2p5
b $STORAGE              74  38  1   1 ida/c2d2p6
b $STORAGE              74  39  1   1 ida/c2d2p7
b $STORAGE              74  40  1   1 ida/c2d2p8
b $STORAGE              74  41  1   1 ida/c2d2p9
b $STORAGE              74  42  1   1 ida/c2d2p10
b $STORAGE              74  43  1   1 ida/c2d2p11
b $STORAGE              74  44  1   1 ida/c2d2p12
b $STORAGE              74  45  1   1 ida/c2d2p13
b $STORAGE              74  46  1   1 ida/c2d2p14
b $STORAGE              74  47  1   1 ida/c2d2p15
b $STORAGE              74  48  1   1 ida/c2d3
b $STORAGE              74  49  1   1 ida/c2d3p1
b $STORAGE              74  50  1   1 ida/c2d3p2
b $STORAGE              74  51  1   1 ida/c2d3p3
b $STORAGE              74  52  1   1 ida/c2d3p4
b $STORAGE              74  53  1   1 ida/c2d3p5
b $STORAGE              74  54  1   1 ida/c2d3p6
b $STORAGE              74  55  1   1 ida/c2d3p7
b $STORAGE              74  56  1   1 ida/c2d3p8
b $STORAGE              74  57  1   1 ida/c2d3p9
b $STORAGE              74  58  1   1 ida/c2d3p10
b $STORAGE              74  59  1   1 ida/c2d3p11
b $STORAGE              74  60  1   1 ida/c2d3p12
b $STORAGE              74  61  1   1 ida/c2d3p13
b $STORAGE              74  62  1   1 ida/c2d3p14
b $STORAGE              74  63  1   1 ida/c2d3p15
b $STORAGE              74  64  1   1 ida/c2d4
b $STORAGE              74  65  1   1 ida/c2d4p1
b $STORAGE              74  66  1   1 ida/c2d4p2
b $STORAGE              74  67  1   1 ida/c2d4p3
b $STORAGE              74  68  1   1 ida/c2d4p4
b $STORAGE              74  69  1   1 ida/c2d4p5
b $STORAGE              74  70  1   1 ida/c2d4p6
b $STORAGE              74  71  1   1 ida/c2d4p7
b $STORAGE              74  72  1   1 ida/c2d4p8
b $STORAGE              74  73  1   1 ida/c2d4p9
b $STORAGE              74  74  1   1 ida/c2d4p10
b $STORAGE              74  75  1   1 ida/c2d4p11
b $STORAGE              74  76  1   1 ida/c2d4p12
b $STORAGE              74  77  1   1 ida/c2d4p13
b $STORAGE              74  78  1   1 ida/c2d4p14
b $STORAGE              74  79  1   1 ida/c2d4p15
b $STORAGE              74  80  1   1 ida/c2d5
b $STORAGE              74  81  1   1 ida/c2d5p1
b $STORAGE              74  82  1   1 ida/c2d5p2
b $STORAGE              74  83  1   1 ida/c2d5p3
b $STORAGE              74  84  1   1 ida/c2d5p4
b $STORAGE              74  85  1   1 ida/c2d5p5
b $STORAGE              74  86  1   1 ida/c2d5p6
b $STORAGE              74  87  1   1 ida/c2d5p7
b $STORAGE              74  88  1   1 ida/c2d5p8
b $STORAGE              74  89  1   1 ida/c2d5p9
b $STORAGE              74  90  1   1 ida/c2d5p10
b $STORAGE              74  91  1   1 ida/c2d5p11
b $STORAGE              74  92  1   1 ida/c2d5p12
b $STORAGE              74  93  1   1 ida/c2d5p13
b $STORAGE              74  94  1   1 ida/c2d5p14
b $STORAGE              74  95  1   1 ida/c2d5p15
b $STORAGE              74  96  1   1 ida/c2d6
b $STORAGE              74  97  1   1 ida/c2d6p1
b $STORAGE              74  98  1   1 ida/c2d6p2
b $STORAGE              74  99  1   1 ida/c2d6p3
b $STORAGE              74 100  1   1 ida/c2d6p4
b $STORAGE              74 101  1   1 ida/c2d6p5
b $STORAGE              74 102  1   1 ida/c2d6p6
b $STORAGE              74 103  1   1 ida/c2d6p7
b $STORAGE              74 104  1   1 ida/c2d6p8
b $STORAGE              74 105  1   1 ida/c2d6p9
b $STORAGE              74 106  1   1 ida/c2d6p10
b $STORAGE              74 107  1   1 ida/c2d6p11
b $STORAGE              74 108  1   1 ida/c2d6p12
b $STORAGE              74 109  1   1 ida/c2d6p13
b $STORAGE              74 110  1   1 ida/c2d6p14
b $STORAGE              74 111  1   1 ida/c2d6p15
b $STORAGE              74 112  1   1 ida/c2d7
b $STORAGE              74 113  1   1 ida/c2d7p1
b $STORAGE              74 114  1   1 ida/c2d7p2
b $STORAGE              74 115  1   1 ida/c2d7p3
b $STORAGE              74 116  1   1 ida/c2d7p4
b $STORAGE              74 117  1   1 ida/c2d7p5
b $STORAGE              74 118  1   1 ida/c2d7p6
b $STORAGE              74 119  1   1 ida/c2d7p7
b $STORAGE              74 120  1   1 ida/c2d7p8
b $STORAGE              74 121  1   1 ida/c2d7p9
b $STORAGE              74 122  1   1 ida/c2d7p10
b $STORAGE              74 123  1   1 ida/c2d7p11
b $STORAGE              74 124  1   1 ida/c2d7p12
b $STORAGE              74 125  1   1 ida/c2d7p13
b $STORAGE              74 126  1   1 ida/c2d7p14
b $STORAGE              74 127  1   1 ida/c2d7p15
b $STORAGE              74 128  1   1 ida/c2d8
b $STORAGE              74 129  1   1 ida/c2d8p1
b $STORAGE              74 130  1   1 ida/c2d8p2
b $STORAGE              74 131  1   1 ida/c2d8p3
b $STORAGE              74 132  1   1 ida/c2d8p4
b $STORAGE              74 133  1   1 ida/c2d8p5
b $STORAGE              74 134  1   1 ida/c2d8p6
b $STORAGE              74 135  1   1 ida/c2d8p7
b $STORAGE              74 136  1   1 ida/c2d8p8
b $STORAGE              74 137  1   1 ida/c2d8p9
b $STORAGE              74 138  1   1 ida/c2d8p10
b $STORAGE              74 139  1   1 ida/c2d8p11
b $STORAGE              74 140  1   1 ida/c2d8p12
b $STORAGE              74 141  1   1 ida/c2d8p13
b $STORAGE              74 142  1   1 ida/c2d8p14
b $STORAGE              74 143  1   1 ida/c2d8p15
b $STORAGE              74 144  1   1 ida/c2d9
b $STORAGE              74 145  1   1 ida/c2d9p1
b $STORAGE              74 146  1   1 ida/c2d9p2
b $STORAGE              74 147  1   1 ida/c2d9p3
b $STORAGE              74 148  1   1 ida/c2d9p4
b $STORAGE              74 149  1   1 ida/c2d9p5
b $STORAGE              74 150  1   1 ida/c2d9p6
b $STORAGE              74 151  1   1 ida/c2d9p7
b $STORAGE              74 152  1   1 ida/c2d9p8
b $STORAGE              74 153  1   1 ida/c2d9p9
b $STORAGE              74 154  1   1 ida/c2d9p10
b $STORAGE              74 155  1   1 ida/c2d9p11
b $STORAGE              74 156  1   1 ida/c2d9p12
b $STORAGE              74 157  1   1 ida/c2d9p13
b $STORAGE              74 158  1   1 ida/c2d9p14
b $STORAGE              74 159  1   1 ida/c2d9p15
b $STORAGE              74 160  1   1 ida/c2d10
b $STORAGE              74 161  1   1 ida/c2d10p1
b $STORAGE              74 162  1   1 ida/c2d10p2
b $STORAGE              74 163  1   1 ida/c2d10p3
b $STORAGE              74 164  1   1 ida/c2d10p4
b $STORAGE              74 165  1   1 ida/c2d10p5
b $STORAGE              74 166  1   1 ida/c2d10p6
b $STORAGE              74 167  1   1 ida/c2d10p7
b $STORAGE              74 168  1   1 ida/c2d10p8
b $STORAGE              74 169  1   1 ida/c2d10p9
b $STORAGE              74 170  1   1 ida/c2d10p10
b $STORAGE              74 171  1   1 ida/c2d10p11
b $STORAGE              74 172  1   1 ida/c2d10p12
b $STORAGE              74 173  1   1 ida/c2d10p13
b $STORAGE              74 174  1   1 ida/c2d10p14
b $STORAGE              74 175  1   1 ida/c2d10p15
b $STORAGE              74 176  1   1 ida/c2d11
b $STORAGE              74 177  1   1 ida/c2d11p1
b $STORAGE              74 178  1   1 ida/c2d11p2
b $STORAGE              74 179  1   1 ida/c2d11p3
b $STORAGE              74 180  1   1 ida/c2d11p4
b $STORAGE              74 181  1   1 ida/c2d11p5
b $STORAGE              74 182  1   1 ida/c2d11p6
b $STORAGE              74 183  1   1 ida/c2d11p7
b $STORAGE              74 184  1   1 ida/c2d11p8
b $STORAGE              74 185  1   1 ida/c2d11p9
b $STORAGE              74 186  1   1 ida/c2d11p10
b $STORAGE              74 187  1   1 ida/c2d11p11
b $STORAGE              74 188  1   1 ida/c2d11p12
b $STORAGE              74 189  1   1 ida/c2d11p13
b $STORAGE              74 190  1   1 ida/c2d11p14
b $STORAGE              74 191  1   1 ida/c2d11p15
b $STORAGE              74 192  1   1 ida/c2d12
b $STORAGE              74 193  1   1 ida/c2d12p1
b $STORAGE              74 194  1   1 ida/c2d12p2
b $STORAGE              74 195  1   1 ida/c2d12p3
b $STORAGE              74 196  1   1 ida/c2d12p4
b $STORAGE              74 197  1   1 ida/c2d12p5
b $STORAGE              74 198  1   1 ida/c2d12p6
b $STORAGE              74 199  1   1 ida/c2d12p7
b $STORAGE              74 200  1   1 ida/c2d12p8
b $STORAGE              74 201  1   1 ida/c2d12p9
b $STORAGE              74 202  1   1 ida/c2d12p10
b $STORAGE              74 203  1   1 ida/c2d12p11
b $STORAGE              74 204  1   1 ida/c2d12p12
b $STORAGE              74 205  1   1 ida/c2d12p13
b $STORAGE              74 206  1   1 ida/c2d12p14
b $STORAGE              74 207  1   1 ida/c2d12p15
b $STORAGE              74 208  1   1 ida/c2d13
b $STORAGE              74 209  1   1 ida/c2d13p1
b $STORAGE              74 210  1   1 ida/c2d13p2
b $STORAGE              74 211  1   1 ida/c2d13p3
b $STORAGE              74 212  1   1 ida/c2d13p4
b $STORAGE              74 213  1   1 ida/c2d13p5
b $STORAGE              74 214  1   1 ida/c2d13p6
b $STORAGE              74 215  1   1 ida/c2d13p7
b $STORAGE              74 216  1   1 ida/c2d13p8
b $STORAGE              74 217  1   1 ida/c2d13p9
b $STORAGE              74 218  1   1 ida/c2d13p10
b $STORAGE              74 219  1   1 ida/c2d13p11
b $STORAGE              74 220  1   1 ida/c2d13p12
b $STORAGE              74 221  1   1 ida/c2d13p13
b $STORAGE              74 222  1   1 ida/c2d13p14
b $STORAGE              74 223  1   1 ida/c2d13p15
b $STORAGE              74 224  1   1 ida/c2d14
b $STORAGE              74 225  1   1 ida/c2d14p1
b $STORAGE              74 226  1   1 ida/c2d14p2
b $STORAGE              74 227  1   1 ida/c2d14p3
b $STORAGE              74 228  1   1 ida/c2d14p4
b $STORAGE              74 229  1   1 ida/c2d14p5
b $STORAGE              74 230  1   1 ida/c2d14p6
b $STORAGE              74 231  1   1 ida/c2d14p7
b $STORAGE              74 232  1   1 ida/c2d14p8
b $STORAGE              74 233  1   1 ida/c2d14p9
b $STORAGE              74 234  1   1 ida/c2d14p10
b $STORAGE              74 235  1   1 ida/c2d14p11
b $STORAGE              74 236  1   1 ida/c2d14p12
b $STORAGE              74 237  1   1 ida/c2d14p13
b $STORAGE              74 238  1   1 ida/c2d14p14
b $STORAGE              74 239  1   1 ida/c2d14p15
b $STORAGE              74 240  1   1 ida/c2d15
b $STORAGE              74 241  1   1 ida/c2d15p1
b $STORAGE              74 242  1   1 ida/c2d15p2
b $STORAGE              74 243  1   1 ida/c2d15p3
b $STORAGE              74 244  1   1 ida/c2d15p4
b $STORAGE              74 245  1   1 ida/c2d15p5
b $STORAGE              74 246  1   1 ida/c2d15p6
b $STORAGE              74 247  1   1 ida/c2d15p7
b $STORAGE              74 248  1   1 ida/c2d15p8
b $STORAGE              74 249  1   1 ida/c2d15p9
b $STORAGE              74 250  1   1 ida/c2d15p10
b $STORAGE              74 251  1   1 ida/c2d15p11
b $STORAGE              74 252  1   1 ida/c2d15p12
b $STORAGE              74 253  1   1 ida/c2d15p13
b $STORAGE              74 254  1   1 ida/c2d15p14
b $STORAGE              74 255  1   1 ida/c2d15p15
b $STORAGE              75   0  1   1 ida/c3d0
b $STORAGE              75   1  1   1 ida/c3d0p1
b $STORAGE              75   2  1   1 ida/c3d0p2
b $STORAGE              75   3  1   1 ida/c3d0p3
b $STORAGE              75   4  1   1 ida/c3d0p4
b $STORAGE              75   5  1   1 ida/c3d0p5
b $STORAGE              75   6  1   1 ida/c3d0p6
b $STORAGE              75   7  1   1 ida/c3d0p7
b $STORAGE              75   8  1   1 ida/c3d0p8
b $STORAGE              75   9  1   1 ida/c3d0p9
b $STORAGE              75  10  1   1 ida/c3d0p10
b $STORAGE              75  11  1   1 ida/c3d0p11
b $STORAGE              75  12  1   1 ida/c3d0p12
b $STORAGE              75  13  1   1 ida/c3d0p13
b $STORAGE              75  14  1   1 ida/c3d0p14
b $STORAGE              75  15  1   1 ida/c3d0p15
b $STORAGE              75  16  1   1 ida/c3d1
b $STORAGE              75  17  1   1 ida/c3d1p1
b $STORAGE              75  18  1   1 ida/c3d1p2
b $STORAGE              75  19  1   1 ida/c3d1p3
b $STORAGE              75  20  1   1 ida/c3d1p4
b $STORAGE              75  21  1   1 ida/c3d1p5
b $STORAGE              75  22  1   1 ida/c3d1p6
b $STORAGE              75  23  1   1 ida/c3d1p7
b $STORAGE              75  24  1   1 ida/c3d1p8
b $STORAGE              75  25  1   1 ida/c3d1p9
b $STORAGE              75  26  1   1 ida/c3d1p10
b $STORAGE              75  27  1   1 ida/c3d1p11
b $STORAGE              75  28  1   1 ida/c3d1p12
b $STORAGE              75  29  1   1 ida/c3d1p13
b $STORAGE              75  30  1   1 ida/c3d1p14
b $STORAGE              75  31  1   1 ida/c3d1p15
b $STORAGE              75  32  1   1 ida/c3d2
b $STORAGE              75  33  1   1 ida/c3d2p1
b $STORAGE              75  34  1   1 ida/c3d2p2
b $STORAGE              75  35  1   1 ida/c3d2p3
b $STORAGE              75  36  1   1 ida/c3d2p4
b $STORAGE              75  37  1   1 ida/c3d2p5
b $STORAGE              75  38  1   1 ida/c3d2p6
b $STORAGE              75  39  1   1 ida/c3d2p7
b $STORAGE              75  40  1   1 ida/c3d2p8
b $STORAGE              75  41  1   1 ida/c3d2p9
b $STORAGE              75  42  1   1 ida/c3d2p10
b $STORAGE              75  43  1   1 ida/c3d2p11
b $STORAGE              75  44  1   1 ida/c3d2p12
b $STORAGE              75  45  1   1 ida/c3d2p13
b $STORAGE              75  46  1   1 ida/c3d2p14
b $STORAGE              75  47  1   1 ida/c3d2p15
b $STORAGE              75  48  1   1 ida/c3d3
b $STORAGE              75  49  1   1 ida/c3d3p1
b $STORAGE              75  50  1   1 ida/c3d3p2
b $STORAGE              75  51  1   1 ida/c3d3p3
b $STORAGE              75  52  1   1 ida/c3d3p4
b $STORAGE              75  53  1   1 ida/c3d3p5
b $STORAGE              75  54  1   1 ida/c3d3p6
b $STORAGE              75  55  1   1 ida/c3d3p7
b $STORAGE              75  56  1   1 ida/c3d3p8
b $STORAGE              75  57  1   1 ida/c3d3p9
b $STORAGE              75  58  1   1 ida/c3d3p10
b $STORAGE              75  59  1   1 ida/c3d3p11
b $STORAGE              75  60  1   1 ida/c3d3p12
b $STORAGE              75  61  1   1 ida/c3d3p13
b $STORAGE              75  62  1   1 ida/c3d3p14
b $STORAGE              75  63  1   1 ida/c3d3p15
b $STORAGE              75  64  1   1 ida/c3d4
b $STORAGE              75  65  1   1 ida/c3d4p1
b $STORAGE              75  66  1   1 ida/c3d4p2
b $STORAGE              75  67  1   1 ida/c3d4p3
b $STORAGE              75  68  1   1 ida/c3d4p4
b $STORAGE              75  69  1   1 ida/c3d4p5
b $STORAGE              75  70  1   1 ida/c3d4p6
b $STORAGE              75  71  1   1 ida/c3d4p7
b $STORAGE              75  72  1   1 ida/c3d4p8
b $STORAGE              75  73  1   1 ida/c3d4p9
b $STORAGE              75  74  1   1 ida/c3d4p10
b $STORAGE              75  75  1   1 ida/c3d4p11
b $STORAGE              75  76  1   1 ida/c3d4p12
b $STORAGE              75  77  1   1 ida/c3d4p13
b $STORAGE              75  78  1   1 ida/c3d4p14
b $STORAGE              75  79  1   1 ida/c3d4p15
b $STORAGE              75  80  1   1 ida/c3d5
b $STORAGE              75  81  1   1 ida/c3d5p1
b $STORAGE              75  82  1   1 ida/c3d5p2
b $STORAGE              75  83  1   1 ida/c3d5p3
b $STORAGE              75  84  1   1 ida/c3d5p4
b $STORAGE              75  85  1   1 ida/c3d5p5
b $STORAGE              75  86  1   1 ida/c3d5p6
b $STORAGE              75  87  1   1 ida/c3d5p7
b $STORAGE              75  88  1   1 ida/c3d5p8
b $STORAGE              75  89  1   1 ida/c3d5p9
b $STORAGE              75  90  1   1 ida/c3d5p10
b $STORAGE              75  91  1   1 ida/c3d5p11
b $STORAGE              75  92  1   1 ida/c3d5p12
b $STORAGE              75  93  1   1 ida/c3d5p13
b $STORAGE              75  94  1   1 ida/c3d5p14
b $STORAGE              75  95  1   1 ida/c3d5p15
b $STORAGE              75  96  1   1 ida/c3d6
b $STORAGE              75  97  1   1 ida/c3d6p1
b $STORAGE              75  98  1   1 ida/c3d6p2
b $STORAGE              75  99  1   1 ida/c3d6p3
b $STORAGE              75 100  1   1 ida/c3d6p4
b $STORAGE              75 101  1   1 ida/c3d6p5
b $STORAGE              75 102  1   1 ida/c3d6p6
b $STORAGE              75 103  1   1 ida/c3d6p7
b $STORAGE              75 104  1   1 ida/c3d6p8
b $STORAGE              75 105  1   1 ida/c3d6p9
b $STORAGE              75 106  1   1 ida/c3d6p10
b $STORAGE              75 107  1   1 ida/c3d6p11
b $STORAGE              75 108  1   1 ida/c3d6p12
b $STORAGE              75 109  1   1 ida/c3d6p13
b $STORAGE              75 110  1   1 ida/c3d6p14
b $STORAGE              75 111  1   1 ida/c3d6p15
b $STORAGE              75 112  1   1 ida/c3d7
b $STORAGE              75 113  1   1 ida/c3d7p1
b $STORAGE              75 114  1   1 ida/c3d7p2
b $STORAGE              75 115  1   1 ida/c3d7p3
b $STORAGE              75 116  1   1 ida/c3d7p4
b $STORAGE              75 117  1   1 ida/c3d7p5
b $STORAGE              75 118  1   1 ida/c3d7p6
b $STORAGE              75 119  1   1 ida/c3d7p7
b $STORAGE              75 120  1   1 ida/c3d7p8
b $STORAGE              75 121  1   1 ida/c3d7p9
b $STORAGE              75 122  1   1 ida/c3d7p10
b $STORAGE              75 123  1   1 ida/c3d7p11
b $STORAGE              75 124  1   1 ida/c3d7p12
b $STORAGE              75 125  1   1 ida/c3d7p13
b $STORAGE              75 126  1   1 ida/c3d7p14
b $STORAGE              75 127  1   1 ida/c3d7p15
b $STORAGE              75 128  1   1 ida/c3d8
b $STORAGE              75 129  1   1 ida/c3d8p1
b $STORAGE              75 130  1   1 ida/c3d8p2
b $STORAGE              75 131  1   1 ida/c3d8p3
b $STORAGE              75 132  1   1 ida/c3d8p4
b $STORAGE              75 133  1   1 ida/c3d8p5
b $STORAGE              75 134  1   1 ida/c3d8p6
b $STORAGE              75 135  1   1 ida/c3d8p7
b $STORAGE              75 136  1   1 ida/c3d8p8
b $STORAGE              75 137  1   1 ida/c3d8p9
b $STORAGE              75 138  1   1 ida/c3d8p10
b $STORAGE              75 139  1   1 ida/c3d8p11
b $STORAGE              75 140  1   1 ida/c3d8p12
b $STORAGE              75 141  1   1 ida/c3d8p13
b $STORAGE              75 142  1   1 ida/c3d8p14
b $STORAGE              75 143  1   1 ida/c3d8p15
b $STORAGE              75 144  1   1 ida/c3d9
b $STORAGE              75 145  1   1 ida/c3d9p1
b $STORAGE              75 146  1   1 ida/c3d9p2
b $STORAGE              75 147  1   1 ida/c3d9p3
b $STORAGE              75 148  1   1 ida/c3d9p4
b $STORAGE              75 149  1   1 ida/c3d9p5
b $STORAGE              75 150  1   1 ida/c3d9p6
b $STORAGE              75 151  1   1 ida/c3d9p7
b $STORAGE              75 152  1   1 ida/c3d9p8
b $STORAGE              75 153  1   1 ida/c3d9p9
b $STORAGE              75 154  1   1 ida/c3d9p10
b $STORAGE              75 155  1   1 ida/c3d9p11
b $STORAGE              75 156  1   1 ida/c3d9p12
b $STORAGE              75 157  1   1 ida/c3d9p13
b $STORAGE              75 158  1   1 ida/c3d9p14
b $STORAGE              75 159  1   1 ida/c3d9p15
b $STORAGE              75 160  1   1 ida/c3d10
b $STORAGE              75 161  1   1 ida/c3d10p1
b $STORAGE              75 162  1   1 ida/c3d10p2
b $STORAGE              75 163  1   1 ida/c3d10p3
b $STORAGE              75 164  1   1 ida/c3d10p4
b $STORAGE              75 165  1   1 ida/c3d10p5
b $STORAGE              75 166  1   1 ida/c3d10p6
b $STORAGE              75 167  1   1 ida/c3d10p7
b $STORAGE              75 168  1   1 ida/c3d10p8
b $STORAGE              75 169  1   1 ida/c3d10p9
b $STORAGE              75 170  1   1 ida/c3d10p10
b $STORAGE              75 171  1   1 ida/c3d10p11
b $STORAGE              75 172  1   1 ida/c3d10p12
b $STORAGE              75 173  1   1 ida/c3d10p13
b $STORAGE              75 174  1   1 ida/c3d10p14
b $STORAGE              75 175  1   1 ida/c3d10p15
b $STORAGE              75 176  1   1 ida/c3d11
b $STORAGE              75 177  1   1 ida/c3d11p1
b $STORAGE              75 178  1   1 ida/c3d11p2
b $STORAGE              75 179  1   1 ida/c3d11p3
b $STORAGE              75 180  1   1 ida/c3d11p4
b $STORAGE              75 181  1   1 ida/c3d11p5
b $STORAGE              75 182  1   1 ida/c3d11p6
b $STORAGE              75 183  1   1 ida/c3d11p7
b $STORAGE              75 184  1   1 ida/c3d11p8
b $STORAGE              75 185  1   1 ida/c3d11p9
b $STORAGE              75 186  1   1 ida/c3d11p10
b $STORAGE              75 187  1   1 ida/c3d11p11
b $STORAGE              75 188  1   1 ida/c3d11p12
b $STORAGE              75 189  1   1 ida/c3d11p13
b $STORAGE              75 190  1   1 ida/c3d11p14
b $STORAGE              75 191  1   1 ida/c3d11p15
b $STORAGE              75 192  1   1 ida/c3d12
b $STORAGE              75 193  1   1 ida/c3d12p1
b $STORAGE              75 194  1   1 ida/c3d12p2
b $STORAGE              75 195  1   1 ida/c3d12p3
b $STORAGE              75 196  1   1 ida/c3d12p4
b $STORAGE              75 197  1   1 ida/c3d12p5
b $STORAGE              75 198  1   1 ida/c3d12p6
b $STORAGE              75 199  1   1 ida/c3d12p7
b $STORAGE              75 200  1   1 ida/c3d12p8
b $STORAGE              75 201  1   1 ida/c3d12p9
b $STORAGE              75 202  1   1 ida/c3d12p10
b $STORAGE              75 203  1   1 ida/c3d12p11
b $STORAGE              75 204  1   1 ida/c3d12p12
b $STORAGE              75 205  1   1 ida/c3d12p13
b $STORAGE              75 206  1   1 ida/c3d12p14
b $STORAGE              75 207  1   1 ida/c3d12p15
b $STORAGE              75 208  1   1 ida/c3d13
b $STORAGE              75 209  1   1 ida/c3d13p1
b $STORAGE              75 210  1   1 ida/c3d13p2
b $STORAGE              75 211  1   1 ida/c3d13p3
b $STORAGE              75 212  1   1 ida/c3d13p4
b $STORAGE              75 213  1   1 ida/c3d13p5
b $STORAGE              75 214  1   1 ida/c3d13p6
b $STORAGE              75 215  1   1 ida/c3d13p7
b $STORAGE              75 216  1   1 ida/c3d13p8
b $STORAGE              75 217  1   1 ida/c3d13p9
b $STORAGE              75 218  1   1 ida/c3d13p10
b $STORAGE              75 219  1   1 ida/c3d13p11
b $STORAGE              75 220  1   1 ida/c3d13p12
b $STORAGE              75 221  1   1 ida/c3d13p13
b $STORAGE              75 222  1   1 ida/c3d1/A 0A 1A 2A 3A 4A 5A 6A 7A 8A 9A :A ;A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             3p14
b $STORAGE              75 223  1   1 ida/c3d13p15
b $STORAGE              75 224  1   1 ida/c3d14
b $STORAGE              75 225  1   1 ida/c3d14p1
b $STORAGE              75 226  1   1 ida/c3d14p2
b $STORAGE              75 227  1   1 ida/c3d14p3
b $STORAGE              75 228  1   1 ida/c3d14p4
b $STORAGE              75 229  1   1 ida/c3d14p5
b $STORAGE              75 230  1   1 ida/c3d14p6
b $STORAGE              75 231  1   1 ida/c3d14p7
b $STORAGE              75 232  1   1 ida/c3d14p8
b $STORAGE              75 233  1   1 ida/c3d14p9
b $STORAGE              75 234  1   1 ida/c3d14p10
b $STORAGE              75 235  1   1 ida/c3d14p11
b $STORAGE              75 236  1   1 ida/c3d14p12
b $STORAGE              75 237  1   1 ida/c3d14p13
b $STORAGE              75 238  1   1 ida/c3d14p14
b $STORAGE              75 239  1   1 ida/c3d14p15
b $STORAGE              75 240  1   1 ida/c3d15
b $STORAGE              75 241  1   1 ida/c3d15p1
b $STORAGE              75 242  1   1 ida/c3d15p2
b $STORAGE              75 243  1   1 ida/c3d15p3
b $STORAGE              75 244  1   1 ida/c3d15p4
b $STORAGE              75 245  1   1 ida/c3d15p5
b $STORAGE              75 246  1   1 ida/c3d15p6
b $STORAGE              75 247  1   1 ida/c3d15p7
b $STORAGE              75 248  1   1 ida/c3d15p8
b $STORAGE              75 249  1   1 ida/c3d15p9
b $STORAGE              75 250  1   1 ida/c3d15p10
b $STORAGE              75 251  1   1 ida/c3d15p11
b $STORAGE              75 252  1   1 ida/c3d15p12
b $STORAGE              75 253  1   1 ida/c3d15p13
b $STORAGE              75 254  1   1 ida/c3d15p14
b $STORAGE              75 255  1   1 ida/c3d15p15
b $STORAGE              76   0  1   1 ida/c4d0
b $STORAGE              76   1  1   1 ida/c4d0p1
b $STORAGE              76   2  1   1 ida/c4d0p2
b $STORAGE              76   3  1   1 ida/c4d0p3
b $STORAGE              76   4  1   1 ida/c4d0p4
b $STORAGE              76   5  1   1 ida/c4d0p5
b $STORAGE              76   6  1   1 ida/c4d0p6
b $STORAGE              76   7  1   1 ida/c4d0p7
b $STORAGE              76   8  1   1 ida/c4d0p8
b $STORAGE              76   9  1   1 ida/c4d0p9
b $STORAGE              76  10  1   1 ida/c4d0p10
b $STORAGE              76  11  1   1 ida/c4d0p11
b $STORAGE              76  12  1   1 ida/c4d0p12
b $STORAGE              76  13  1   1 ida/c4d0p13
b $STORAGE              76  14  1   1 ida/c4d0p14
b $STORAGE              76  15  1   1 ida/c4d0p15
b $STORAGE              76  16  1   1 ida/c4d1
b $STORAGE              76  17  1   1 ida/c4d1p1
b $STORAGE              76  18  1   1 ida/c4d1p2
b $STORAGE              76  19  1   1 ida/c4d1p3
b $STORAGE              76  20  1   1 ida/c4d1p4
b $STORAGE              76  21  1   1 ida/c4d1p5
b $STORAGE              76  22  1   1 ida/c4d1p6
b $STORAGE              76  23  1   1 ida/c4d1p7
b $STORAGE              76  24  1   1 ida/c4d1p8
b $STORAGE              76  25  1   1 ida/c4d1p9
b $STORAGE              76  26  1   1 ida/c4d1p10
b $STORAGE              76  27  1   1 ida/c4d1p11
b $STORAGE              76  28  1   1 ida/c4d1p12
b $STORAGE              76  29  1   1 ida/c4d1p13
b $STORAGE              76  30  1   1 ida/c4d1p14
b $STORAGE              76  31  1   1 ida/c4d1p15
b $STORAGE              76  32  1   1 ida/c4d2
b $STORAGE              76  33  1   1 ida/c4d2p1
b $STORAGE              76  34  1   1 ida/c4d2p2
b $STORAGE              76  35  1   1 ida/c4d2p3
b $STORAGE              76  36  1   1 ida/c4d2p4
b $STORAGE              76  37  1   1 ida/c4d2p5
b $STORAGE              76  38  1   1 ida/c4d2p6
b $STORAGE              76  39  1   1 ida/c4d2p7
b $STORAGE              76  40  1   1 ida/c4d2p8
b $STORAGE              76  41  1   1 ida/c4d2p9
b $STORAGE              76  42  1   1 ida/c4d2p10
b $STORAGE              76  43  1   1 ida/c4d2p11
b $STORAGE              76  44  1   1 ida/c4d2p12
b $STORAGE              76  45  1   1 ida/c4d2p13
b $STORAGE              76  46  1   1 ida/c4d2p14
b $STORAGE              76  47  1   1 ida/c4d2p15
b $STORAGE              76  48  1   1 ida/c4d3
b $STORAGE              76  49  1   1 ida/c4d3p1
b $STORAGE              76  50  1   1 ida/c4d3p2
b $STORAGE              76  51  1   1 ida/c4d3p3
b $STORAGE              76  52  1   1 ida/c4d3p4
b $STORAGE              76  53  1   1 ida/c4d3p5
b $STORAGE              76  54  1   1 ida/c4d3p6
b $STORAGE              76  55  1   1 ida/c4d3p7
b $STORAGE              76  56  1   1 ida/c4d3p8
b $STORAGE              76  57  1   1 ida/c4d3p9
b $STORAGE              76  58  1   1 ida/c4d3p10
b $STORAGE              76  59  1   1 ida/c4d3p11
b $STORAGE              76  60  1   1 ida/c4d3p12
b $STORAGE              76  61  1   1 ida/c4d3p13
b $STORAGE              76  62  1   1 ida/c4d3p14
b $STORAGE              76  63  1   1 ida/c4d3p15
b $STORAGE              76  64  1   1 ida/c4d4
b $STORAGE              76  65  1   1 ida/c4d4p1
b $STORAGE              76  66  1   1 ida/c4d4p2
b $STORAGE              76  67  1   1 ida/c4d4p3
b $STORAGE              76  68  1   1 ida/c4d4p4
b $STORAGE              76  69  1   1 ida/c4d4p5
b $STORAGE              76  70  1   1 ida/c4d4p6
b $STORAGE              76  71  1   1 ida/c4d4p7
b $STORAGE              76  72  1   1 ida/c4d4p8
b $STORAGE              76  73  1   1 ida/c4d4p9
b $STORAGE              76  74  1   1 ida/c4d4p10
b $STORAGE              76  75  1   1 ida/c4d4p11
b $STORAGE              76  76  1   1 ida/c4d4p12
b $STORAGE              76  77  1   1 ida/c4d4p13
b $STORAGE              76  78  1   1 ida/c4d4p14
b $STORAGE              76  79  1   1 ida/c4d4p15
b $STORAGE              76  80  1   1 ida/c4d5
b $STORAGE              76  81  1   1 ida/c4d5p1
b $STORAGE              76  82  1   1 ida/c4d5p2
b $STORAGE              76  83  1   1 ida/c4d5p3
b $STORAGE              76  84  1   1 ida/c4d5p4
b $STORAGE              76  85  1   1 ida/c4d5p5
b $STORAGE              76  86  1   1 ida/c4d5p6
b $STORAGE              76  87  1   1 ida/c4d5p7
b $STORAGE              76  88  1   1 ida/c4d5p8
b $STORAGE              76  89  1   1 ida/c4d5p9
b $STORAGE              76  90  1   1 ida/c4d5p10
b $STORAGE              76  91  1   1 ida/c4d5p11
b $STORAGE              76  92  1   1 ida/c4d5p12
b $STORAGE              76  93  1   1 ida/c4d5p13
b $STORAGE              76  94  1   1 ida/c4d5p14
b $STORAGE              76  95  1   1 ida/c4d5p15
b $STORAGE              76  96  1   1 ida/c4d6
b $STORAGE              76  97  1   1 ida/c4d6p1
b $STORAGE              76  98  1   1 ida/c4d6p2
b $STORAGE              76  99  1   1 ida/c4d6p3
b $STORAGE              76 100  1   1 ida/c4d6p4
b $STORAGE              76 101  1   1 ida/c4d6p5
b $STORAGE              76 102  1   1 ida/c4d6p6
b $STORAGE              76 103  1   1 ida/c4d6p7
b $STORAGE              76 104  1   1 ida/c4d6p8
b $STORAGE              76 105  1   1 ida/c4d6p9
b $STORAGE              76 106  1   1 ida/c4d6p10
b $STORAGE              76 107  1   1 ida/c4d6p11
b $STORAGE              76 108  1   1 ida/c4d6p12
b $STORAGE              76 109  1   1 ida/c4d6p13
b $STORAGE              76 110  1   1 ida/c4d6p14
b $STORAGE              76 111  1   1 ida/c4d6p15
b $STORAGE              76 112  1   1 ida/c4d7
b $STORAGE              76 113  1   1 ida/c4d7p1
b $STORAGE              76 114  1   1 ida/c4d7p2
b $STORAGE              76 115  1   1 ida/c4d7p3
b $STORAGE              76 116  1   1 ida/c4d7p4
b $STORAGE              76 117  1   1 ida/c4d7p5
b $STORAGE              76 118  1   1 ida/c4d7p6
b $STORAGE              76 119  1   1 ida/c4d7p7
b $STORAGE              76 120  1   1 ida/c4d7p8
b $STORAGE              76 121  1   1 ida/c4d7p9
b $STORAGE              76 122  1   1 ida/c4d7p10
b $STORAGE              76 123  1   1 ida/c4d7p11
b $STORAGE              76 124  1   1 ida/c4d7p12
b $STORAGE              76 125  1   1 ida/c4d7p13
b $STORAGE              76 126  1   1 ida/c4d7p14
b $STORAGE              76 127  1   1 ida/c4d7p15
b $STORAGE              76 128  1   1 ida/c4d8
b $STORAGE              76 129  1   1 ida/c4d8p1
b $STORAGE              76 130  1   1 ida/c4d8p2
b $STORAGE              76 131  1   1 ida/c4d8p3
b $STORAGE              76 132  1   1 ida/c4d8p4
b $STORAGE              76 133  1   1 ida/c4d8p5
b $STORAGE              76 134  1   1 ida/c4d8p6
b $STORAGE              76 135  1   1 ida/c4d8p7
b $STORAGE              76 136  1   1 ida/c4d8p8
b $STORAGE              76 137  1   1 ida/c4d8p9
b $STORAGE              76 138  1   1 ida/c4d8p10
b $STORAGE              76 139  1   1 ida/c4d8p11
b $STORAGE              76 140  1   1 ida/c4d8p12
b $STORAGE              76 141  1   1 ida/c4d8p13
b $STORAGE              76 142  1   1 ida/c4d8p14
b $STORAGE              76 143  1   1 ida/c4d8p15
b $STORAGE              76 144  1   1 ida/c4d9
b $STORAGE              76 145  1   1 ida/c4d9p1
b $STORAGE              76 146  1   1 ida/c4d9p2
b $STORAGE              76 147  1   1 ida/c4d9p3
b $STORAGE              76 148  1   1 ida/c4d9p4
b $STORAGE              76 149  1   1 ida/c4d9p5
b $STORAGE              76 150  1   1 ida/c4d9p6
b $STORAGE              76 151  1   1 ida/c4d9p7
b $STORAGE              76 152  1   1 ida/c4d9p8
b $STORAGE              76 153  1   1 ida/c4d9p9
b $STORAGE              76 154  1   1 ida/c4d9p10
b $STORAGE              76 155  1   1 ida/c4d9p11
b $STORAGE              76 156  1   1 ida/c4d9p12
b $STORAGE              76 157  1   1 ida/c4d9p13
b $STORAGE              76 158  1   1 ida/c4d9p14
b $STORAGE              76 159  1   1 ida/c4d9p15
b $STORAGE              76 160  1   1 ida/c4d10
b $STORAGE              76 161  1   1 ida/c4d10p1
b $STORAGE              76 162  1   1 ida/c4d10p2
b $STORAGE              76 163  1   1 ida/c4d10p3
b $STORAGE              76 164  1   1 ida/c4d10p4
b $STORAGE              76 165  1   1 ida/c4d10p5
b $STORAGE              76 166  1   1 ida/c4d10p6
b $STORAGE              76 167  1   1 ida/c4d10p7
b $STORAGE              76 168  1   1 ida/c4d10p8
b $STORAGE              76 169  1   1 ida/c4d10p9
b $STORAGE              76 170  1   1 ida/c4d10p10
b $STORAGE              76 171  1   1 ida/c4d10p11
b $STORAGE              76 172  1   1 ida/c4d10p12
b $STORAGE              76 173  1   1 ida/c4d10p13
b $STORAGE              76 174  1   1 ida/c4d10p14
b $STORAGE              76 175  1   1 ida/c4d10p15
b $STORAGE              76 176  1   1 ida/c4d11
b $STORAGE              76 177  1   1 ida/c4d11p1
b $STORAGE              76 178  1   1 ida/c4d11p2
b $STORAGE              76 179  1   1 ida/c4d11p3
b $STORAGE              76 180  1   1 ida/c4d11p4
b $STORAGE              76 181  1   1 ida/c4d11p5
b $STORAGE              76 182  1   1 ida/c4d11p6
b $STORAGE              76 183  1   1 ida/c4d11p7
b $STORAGE              76 184  1   1 ida/c4d11p8
b $STORAGE              76 185  1   1 ida/c4d11p9
b $STORAGE              76 186  1   1 ida/c4d11p10
b $STORAGE              76 187  1   1 ida/c4d11p11
b $STORAGE              76 188  1   1 ida/c4d11p12
b $STORAGE              76 189  1   1 ida/c4d11p13
b $STORAGE              76 190  1   1 ida/c4d11p14
b $STORAGE              76 191  1   1 ida/c4d11p15
b $STORAGE              76 192  1   1 ida/c4d12
b $STORAGE              76 193  1   1 ida/c4d12p1
b $STORAGE              76 194  1   1 ida/c4d12p2
b $STORAGE              76 195  1   1 ida/c4d12p3
b $STORAGE              76 196  1   1 ida/c4d12p4
b $STORAGE              76 197  1   1 ida/c4d12p5
b $STORAGE              76 198  1   1 ida/c4d12p6
b $STORAGE              76 199  1   1 ida/c4d12p7
b $STORAGE              76 200  1   1 ida/c4d12p8
b $STORAGE              76 201  1   1 ida/c4d12p9
b $STORAGE              76 202  1   1 ida/c4d12p10
b $STORAGE              76 203  1   1 ida/c4d12p11
b $STORAGE              76 204  1   1 ida/c4d12p12
b $STORAGE              76 205  1   1 ida/c4d12p13
b $STORAGE              76 206  1   1 ida/c4d12p14
b $STORAGE              76 207  1   1 ida/c4d12p15
b $STORAGE              76 208  1   1 ida/c4d13
b $STORAGE              76 209  1   1 ida/c4d13p1
b $STORAGE              76 210  1   1 ida/c4d13p2
b $STORAGE              76 211  1   1 ida/c4d13p3
b $STORAGE              76 212  1   1 ida/c4d13p4
b $STORAGE              76 213  1   1 ida/c4d13p5
b $STORAGE              76 214  1   1 ida/c4d13p6
b $STORAGE              76 215  1   1 ida/c4d13p7
b $STORAGE              76 216  1   1 ida/c4d13p8
b $STORAGE              76 217  1   1 ida/c4d13p9
b $STORAGE              76 218  1   1 ida/c4d13p10
b $STORAGE              76 219  1   1 ida/c4d13p11
b $STORAGE              76 220  1   1 ida/c4d13p12
b $STORAGE              76 221  1   1 ida/c4d13p13
b $STORAGE              76 222  1   1 ida/c4d13p14
b $STORAGE              76 223  1   1 ida/c4d13p15
b $STORAGE              76 224  1   1 ida/c4d14
b $STORAGE              76 225  1   1 ida/c4d14p1
b $STORAGE              76 226  1   1 ida/c4d14p2
b $STORAGE              76 227  1   1 ida/c4d14p3
b $STORAGE              76 228  1   1 ida/c4d14p4
b $STORAGE              76 229  1   1 ida/c4d14p5
b $STORAGE              76 230  1   1 ida/c4d14p6
b $STORAGE              76 231  1   1 ida/c4d14p7
b $STORAGE              76 232  1   1 ida/c4d14p8
b $STORAGE              76 233  1   1 ida/c4d14p9
b $STORAGE              76 234  1   1 ida/c4d14p10
b $STORAGE              76 235  1   1 ida/c4d14p11
b $STORAGE              76 236  1   1 ida/c4d14p12
b $STORAGE              76 237  1   1 ida/c4d14p13
b $STORAGE              76 238  1   1 ida/c4d14p14
b $STORAGE              76 239  1   1 ida/c4d14p15
b $STORAGE              76 240  1   1 ida/c4d15
b $STORAGE              76 241  1   1 ida/c4d15p1
b $STORAGE              76 242  1   1 ida/c4d15p2
b $STORAGE              76 243  1   1 ida/c4d15p3
b $STORAGE              76 244  1   1 ida/c4d15p4
b $STORAGE              76 245  1   1 ida/c4d15p5
b $STORAGE              76 246  1   1 ida/c4d15p6
b $STORAGE              76 247  1   1 ida/c4d15p7
b $STORAGE              76 248  1   1 ida/c4d15p8
b $STORAGE              76 249  1   1 ida/c4d15p9
b $STORAGE              76 250  1   1 ida/c4d15p10
b $STORAGE              76 251  1   1 ida/c4d15p11
b $STORAGE              76 252  1   1 ida/c4d15p12
b $STORAGE              76 253  1   1 ida/c4d15p13
b $STORAGE              76 254  1   1 ida/c4d15p14
b $STORAGE              76 255  1   1 ida/c4d15p15
b $STORAGE              77   0  1   1 ida/c5d0
b $STORAGE              77   1  1   1 ida/c5d0p1
b $STORAGE              77   2  1   1 ida/c5d0p2
b $STORAGE              77   3  1   1 ida/c5d0p3
b $STORAGE              77   4  1   1 ida/c5d0p4
b $STORAGE              77   5  1   1 ida/c5d0p5
b $STORAGE              77   6  1   1 ida/c5d0p6
b $STORAGE              77   7  1   1 ida/c5d0p7
b $STORAGE              77   8  1   1 ida/c5d0p8
b $STORAGE              77   9  1   1 ida/c5d0p9
b $STORAGE              77  10  1   1 ida/c5d0p10
b $STORAGE              77  11  1   1 ida/c5d0p11
b $STORAGE              77  12  1   1 ida/c5d0p12
b $STORAGE              77  13  1   1 ida/c5d0p13
b $STORAGE              77  14  1   1 ida/c5d0p14
b $STORAGE              77  15  1   1 ida/c5d0p15
b $STORAGE              77  16  1   1 ida/c5d1
b $STORAGE              77  17  1   1 ida/c5d1p1
b $STORAGE              77  18  1   1 ida/c5d1p2
b $STORAGE              77  19  1   1 ida/c5d1p3
b $STORAGE              77  20  1   1 ida/c5d1p4
b $STORAGE              77  21  1   1 ida/c5d1p5
b $STORAGE              77  22  1   1 ida/c5d1p6
b $STORAGE              77  23  1   1 ida/c5d1p7
b $STORAGE              77  24  1   1 ida/c5d1p8
b $STORAGE              77  25  1   1 ida/c5d1p9
b $STORAGE              77  26  1   1 ida/c5d1p10
b $STORAGE              77  27  1   1 ida/c5d1p11
b $STORAGE              77  28  1   1 ida/c5d1p12
b $STORAGE              77  29  1   1 ida/c5d1p13
b $STORAGE              77  30  1   1 ida/c5d1p14
b $STORAGE              77  31  1   1 ida/c5d1p15
b $STORAGE              77  32  1   1 ida/c5d2
b $STORAGE              77  33  1   1 ida/c5d2p1
b $STORAGE              77  34  1   1 ida/c5d2p2
b $STORAGE              77  35  1   1 ida/c5d2p3
b $STORAGE              77  36  1   1 ida/c5d2p4
b $STORAGE              77  37  1   1 ida/c5d2p5
b $STORAGE              77  38  1   1 ida/c5d2p6
b $STORAGE              77  39  1   1 ida/c5d2p7
b $STORAGE              77  40  1   1 ida/c5d2p8
b $STORAGE              77  41  1   1 ida/c5d2p9
b $STORAGE              77  42  1   1 ida/c5d2p10
b $STORAGE              77  43  1   1 ida/c5d2p11
b $STORAGE              77  44  1   1 ida/c5d2p12
b $STORAGE              77  45  1   1 ida/c5d2p13
b $STORAGE              77  46  1   1 ida/c5d2p14
b $STORAGE              77  47  1   1 ida/c5d2p15
b $STORAGE              77  48  1   1 ida/c5d3
b $STORAGE              77  49  1   1 ida/c5d3p1
b $STORAGE              77  50  1   1 ida/c5d3p2
b $STORAGE              77  51  1   1 ida/c5d3p3
b $STORAGE              77  52  1   1 ida/c5d3p4
b $STORAGE              77  53  1   1 ida/c5d3p5
b $STORAGE              77  54  1   1 ida/c5d3p6
b $STORAGE              77  55  1   1 ida/c5d3p7
b $STORAGE              77  56  1   1 ida/c5d3p8
b $STORAGE              77  57  1   1 ida/c5d3p9
b $STORAGE              77  58  1   1 ida/c5d3p10
b $STORAGE              77  59  1   1 ida/c5d3p11
b $STORAGE              77  60  1   1 ida/c5d3p12
b $STORAGE              77  61  1   1 ida/c5d3p13
b $STORAGE              77  62  1   1 ida/c5d3p14
b $STORAGE              77  63  1   1 ida/c5d3p15
b $STORAGE              77  64  1   1 ida/c5d4
b $STORAGE              77  65  1   1 ida/c5d4p1
b $STORAGE              77  66  1   1 ida/c5d4p2
b $STORAGE              77  67  1   1 ida/c5d4p3
b $STORAGE              77  68  1   1 ida/c5d4p4
b $STORAGE              77  69  1   1 ida/c5d4p5
b $STORAGE              77  70  1   1 ida/c5d4p6
b $STORAGE              77  71  1   1 ida/c5d4p7
b $STORAGE              77  72  1   1 ida/c5d4p8
b $STORAGE              77  73  1   1 ida/c5d4p9
b $STORAGE              77  74  1   1 ida/c5d4p10
b $STORAGE              77  75  1   1 ida/c5d4p11
b $STORAGE              77  76  1   1 ida/c5d4p12
b $STORAGE              77  77  1   1 ida/c5d4p13
b $STORAGE              77  78  1   1 ida/c5d4p14
b $STORAGE              77  79  1   1 ida/c5d4p15
b $STORAGE              77  80  1   1 ida/c5d5
b $STORAGE              77  81  1   1 ida/c5d5p1
b $STORAGE              77  82  1   1 ida/c5d5p2
b $STORAGE              77  83  1   1 ida/c5d5p3
b $STORAGE              77  84  1   1 ida/c5d5p4
b $STORAGE              77  85  1   1 ida/c5d5p5
b $STORAGE              77  86  1   1 ida/c5d5p6
b $STORAGE              77  87  1   1 ida/c5d5p7
b $STORAGE              77  88  1   1 ida/c5d5p8
b $STORAGE              77  89  1   1 ida/c5d5p9
b $STORAGE              77  90  1   1 ida/c5d5p10
b $STORAGE              77  91  1   1 ida/c5d5p11
b $STORAGE              77  92  1   1 ida/c5d5p12
b $STORAGE              77  93  1   1 ida/c5d5p13
b $STORAGE              77  94  1   1 ida/c5d5p14
b $STORAGE              77  95  1   1 ida/c5d5p15
b $STORAGE              77  96  1   1 ida/c5d6
b $STORAGE              77  97  1   1 ida/c5d6p1
b $STORAGE              77  98  1   1 ida/c5d6p2
b $STORAGE              77  99  1   1 ida/c5d6p3
b $STORAGE              77 100  1   1 ida/c5d6p4
b $STORAGE              77 101  1   1 ida/c5d6p5
b $STORAGE              77 102  1   1 ida/c5d6p6
b $STORAGE              77 103  1   1 ida/c5d6p7
b $STORAGE              77 104  1   1 ida/c5d6p8
b $STORAGE              77 105  1   1 ida/c5d6p9
b $STORAGE              77 106  1   1 ida/c5d6p10
b $STORAGE              77 107  1   1 ida/c5d6p11
b $STORAGE              77 108  1   1 ida/c5d6p12
b $STORAGE              77 109  1   1 ida/c5d6p13
b $STORAGE              77 110  1   1 ida/c5d6p14
b $STORAGE              77 111  1   1 ida/c5d6p15
b $STORAGE              77 112  1   1 ida/c5d7
b $STORAGE              77 113  1   1 ida/c5d7p1
b $STORAGE              77 114  1   1 ida/c5d7p2
b $STORAGE              77 115  1   1 ida/c5d7p3
b $STORAGE              77 116  1   1 ida/c5d7p4
b $STORAGE              77 117  1   1 ida/c5d7p5
b $STORAGE              77 118  1   1 ida/c5d7p6
b $STORAGE              77 119  1   1 ida/c5d7p7
b $STORAGE              77 120  1   1 ida/c5d7p8
b $STORAGE              77 121  1   1 ida/c5d7p9
b $STORAGE              77 122  1   1 ida/c5d7p10
b $STORAGE              77 123  1   1 ida/c5d7p11
b $STORAGE              77 124  1   1 ida/c5d7p12
b $STORAGE              77 125  1   1 ida/c5d7p13
b $STORAGE              77 126  1   1 ida/c5d7p14
b $STORAGE              77 127  1   1 ida/c5d7p15
b $STORAGE              77 128  1   1 ida/c5d8
b $STORAGE              77 129  1   1 ida/c5d8p1
b $STORAGE              77 130  1   1 ida/c5d8p2
b $STORAGE              77 131  1   1 ida/c5d8p3
b $STORAGE              77 132  1   1 ida/c5d8p4
b $STORAGE              77 133  1   1 ida/c5d8p5
b $STORAGE              77 134  1   1 ida/c5d8p6
b $STORAGE              77 135  1   1 ida/c5d8p7
b $STORAGE              77 136  1   1 ida/c5d8p8
b $STORAGE              77 137  1   1 ida/c5d8p9
b $STORAGE              77 138  1   1 ida/c5d8p10
b $STORAGE              77 139  1   1 ida/c5d8p11
b $STORAGE              77 140  1   1 ida/c5d8p12
b $STORAGE              77 141  1   1 ida/c5d8p13
b $STORAGE              77 142  1   1 ida/c5d8p14
b $STORAGE              77 143  1   1 ida/c5d8p15
b $STORAGE              77 144  1   1 ida/c5d9
b $STORAGE              77 145  1   1 ida/c5d9p1
b $STORAGE              77 146  1   1 ida/c5d9p2
b $STORAGE              77 147  1   1 ida/c5d9p3
b $STORAGE              77 148  1   1 ida/c5d9p4
b $STORAGE              77 149  1   1 ida/c5d9p5
b $STORAGE              77 150  1   1 ida/c5d9p6
b $STORAGE              77 151  1   1 ida/c5d9p7
b $STORAGE              77 152  1   1 ida/c5d9p8
b $STORAGE              77 153  1   1 ida/c5d9p9
b $STORAGE              77 154  1   1 ida/c5d9p10
b $STORAGE              77 155  1   1 ida/c5d9p11
b $STORAGE              77 156  1   1 ida/c5d9p12
b $STORAGE              77 157  1   1 ida/c5d9p13
b $STORAGE              77 158  1   1 ida/c5d9p14
b $STORAGE              77 159  1   1 ida/c5d9p15
b $STORAGE              77 160  1   1 ida/c5d10
b $STORAGE              77 161  1   1 ida/c5d10p1
b $STORAGE              77 162  1   1 ida/c5d10p2
b $STORAGE              77 163  1   1 ida/c5d10p3
b $STORAGE              77 164  1   1 ida/c5d10p4
b $STORAGE              77 165  1   1 ida/c5d10p5
b $STORAGE              77 166  1   1 ida/c5d10p6
b $STORAGE              77 167  1   1 ida/c5d10p7
b $STORAGE              77 168  1   1 ida/c5d10p8
b $STORAGE              77 169  1   1 ida/c5d10p9
b $STORAGE              77 170  1   1 ida/c5d10p10
b $STORAGE              77 171  1   1 ida/c5d10p11
b $STORAGE              77 172  1   1 ida/c5d10p12
b $STORAGE              77 173  1   1 ida/c5d10p13
b $STORAGE              77 174  1   1 ida/c5d10p14
b $STORAGE              77 175  1   1 ida/c5d10p15
b $STORAGE              77 176  1   1 ida/c5d11
b $STORAGE              77 177  1   1 ida/c5d11p1
b $STORAGE              77 178  1   1 ida/c5d11p2
b $STORAGE              77 179  1   1 ida/c5d11p3
b $STORAGE              77 180  1   1 ida/c5d11p4
b $STORAGE              77 181  1   1 ida/c5d11p5
b $STORAGE              77 182  1   1 ida/c5d11p6
b $STORAGE              77 183  1   1 ida/c5d11p7
b $STORAGE              77 184  1   1 ida/c5d11p8
b $STORAGE              77 185  1   1 ida/c5d11p9
b $STORAGE              77 186  1   1 ida/c5d11p10
b $STORAGE              77 187  1   1 ida/c5d11p11
b $STORAGE              77 188  1   1 ida/c5d11p12
b $STORAGE              77 189  1   1 ida/c5d11p13
b $STORAGE              77 190  1   1 ida/c5d11p14
b $STORAGE              77 191  1   1 ida/c5d11p15
b $STORAGE              77 192  1   1 ida/c5d12
b $STORAGE              77 193  1   1 ida/c5d12p1
b $STORAGE              77 194  1   1 ida/c5d12p2
b $STORAGE              77 195  1   1 ida/c5d12p3
b $STORAGE              77 196  1   1 ida/c5d12p4
b $STORAGE              77 197  1   1 ida/c5d12p5
b $STORAGE              77 198  1   1 ida/c5d12p6
b $STORAGE              77 199  1   1 ida/c5d12p7
b $STORAGE              77 200  1   1 ida/c5d12p8
b $STORAGE              77 201  1   1 ida/c5d12p9
b $STORAGE              77 202  1   1 ida/c5d12p10
b $STORAGE              77 203  1   1 ida/c5d12p11
b $STORAGE              77 204  1   1 ida/c5d12p12
b $STORAGE              77 205  1   1 ida/c5d12p13
b $STORAGE              77 206  1   1 ida/c5d12p14
b $STORAGE              77 207  1   1 ida/c5d12p15
b $STORAGE              77 208  1   1 ida/c5d13
b $STORAGE              77 209  1   1 ida/c5d13p1
b $STORAGE              77 210  1   1 ida/c5d13p2
b $STORAGE              77 211  1   1 ida/c5d13p3
b $STORAGE              77 212  1   1 ida/c5d13p4
b $STORAGE              77 213  1   1 ida/c5d13p5
b $STORAGE              77 214  1   1 ida/c5d13p6
b $STORAGE              77 215  1   1 ida/c5d13p7
b $STORAGE              77 216  1   1 ida/c5d13p8
b $STORAGE              77 217  1   1 ida/c5d13p9
b $STORAGE              77 218  1   1 ida/c5d13p10
b $STORAGE              77 219  1   1 ida/c5d13p11
b $STORAGE              77 220  1   1 ida/c5d13p12
b $STORAGE              77 221  1   1 ida/c5d13p13
b $STORAGE              77 222  1   1 ida/c5d13p14
b $STORAGE              77 223  1   1 ida/c5d13p15
b $STORAGE              77 224  1   1 ida/c5d14
b $STORAGE              77 225  1   1 ida/c5d14p1
b $STORAGE              77 226  1   1 ida/c5d14p2
b $STORAGE              77 227  1   1 ida/c5d14p3
b $STORAGE              77 228  1   1 ida/c5d14p4
b $STORAGE              77 229  1   1 ida/c5d14p5
b $STORAGE              77 230  1   1 ida/c5d14p6
b $STORAGE              77 231  1   1 ida/c5d14p7
b $STORAGE              77 232  1   1 ida/c5d14p8
b $STORAGE              77 233  1   1 ida/c5d14p9
b $STORAGE              77 234  1   1 ida/c5d14p10
b $STORAGE              77 235  1   1 ida/c5d14p11
b $STORAGE              77 236  1   1 ida/c5d14p12
b $STORAGE              77 237  1   1 ida/c5d14p13
b $STORAGE              77 238  1   1 ida/c5d14p14
b $STORAGE              77 239  1   1 ida/c5d14p15
b $STORAGE              77 240  1   1 ida/c5d15
b $STORAGE              77 241  1   1 ida/c5d15p1
b $STORAGE              77 242  1   1 ida/c5d15p2
b $STORAGE              77 243  1   1 ida/c5d15p3
b $STORAGE              77 244  1   1 ida/c5d15p4
b $STORAGE              77 245  1   1 ida/c5d15p5
b $STORAGE              77 246  1   1 ida/c5d15p6
b $STORAGE              77 247  1   1 ida/c5d15p7
b $STORAGE              77 248  1   1 ida/c5d15p8
b $STORAGE              77 249  1   1 ida/c5d15p9
b $STORAGE              77 250  1   1 ida/c5d15p10
b $STORAGE              77 251  1   1 ida/c5d15p11
b $STORAGE              77 252  1   1 ida/c5d15p12
b $STORAGE              77 253  1   1 ida/c5d15p13
b $STORAGE              77 254  1   1 ida/c5d15p14
b $STORAGE              77 255  1   1 ida/c5d15p15
b $STORAGE              78   0  1   1 ida/c6d0
b $STORAGE              78   1  1   1 ida/c6d0p1
b $STORAGE              78   2  1   1 ida/c6d0p2
b $STORAGE              78   3  1   1 ida/c6d0p3
b $STORAGE              78   4  1   1 ida/c6d0p4
b $STORAGE              78   5  1   1 ida/c6d0p5
b $STORAGE              78   6  1   1 ida/c6d0p6
b $STORAGE              78   7  1   1 ida/c6d0p7
b $STORAGE              78   8  1   1 ida/c6d0p8
b $STORAGE              78   9  1   1 ida/c6d0p9
b $STORAGE              78  10  1   1 ida/c6d0p10
b $STORAGE              78  11  1   1 ida/c6d0p11
b $STORAGE              78  12  1   1 ida/c6d0p12
b $STORAGE              78  13  1   1 ida/c6d0p13
b $STORAGE              78  14  1   1 ida/c6d0p14
b $STORAGE              78  15  1   1 ida/c6d0p15
b $STORAGE              78  16  1   1 ida/c6d1
b $STORAGE              78  17  1   1 ida/c6d1p1
b $STORAGE              78  18  1   1 ida/c6d1p2
b $STORAGE              78  19  1   1 ida/c6d1p3
b $STORAGE              78  20  1   1 ida/c6d1p4
b $STORAGE              78  21  1   1 ida/c6d1p5
b $STORAGE              78  22  1   1 ida/c6d1p6
b $STORAGE              78  23  1   1 ida/c6d1p7
b $STORAGE              78  24  1   1 ida/c6d1p8
b $STORAGE              78  25  1   1 ida/c6d1p9
b $STORAGE              78  26  1   1 ida/c6d1p10
b $STORAGE              78  27  1   1 ida/c6d1p11
b $STORAGE              78  28  1   1 ida/c6d1p12
b $STORAGE              78  29  1   1 ida/c6d1p13
b $STORAGE              78  30  1   1 ida/c6d1p14
b $STORAGE              78  31  1   1 ida/c6d1p15
b $STORAGE              78  32  1   1 ida/c6d2
b $STORAGE              78  33  1   1 ida/c6d2p1
b $STORAGE              78  34  1   1 ida/c6d2p2
b $STORAGE              78  35  1   1 ida/c6d2p3
b $STORAGE              78  36  1   1 ida/c6d2p4
b $STORAGE              78  37  1   1 ida/c6d2p5
b $STORAGE              78  38  1   1 ida/c6d2p6
b $STORAGE              78  39  1   1 ida/c6d2p7
b $STORAGE              78  40  1   1 ida/c6d2p8
b $STORAGE              78  41  1   1 ida/c6d2p9
b $STORAGE              78  42  1   1 ida/c6d2p10
b $STORAGE              78  43  1   1 ida/c6d2p11
b $STORAGE              78  44  1   1 ida/c6d2p12
b $STORAGE              78  45  1   1 ida/c6d2p13
b $STORAGE              78  46  1   1 ida/c6d2p14
b $STORAGE              78  47  1   1 ida/c6d2p15
b $STORAGE              78  48  1   1 ida/c6d3
b $STORAGE              78  49  1   1 ida/c6d3p1
b $STORAGE              78  50  1   1 ida/c6d3p2
b $STORAGE              78  51  1   1 ida/c6d3p3
b $STORAGE              78  52  1   1 ida/c6d3p4
b $STORAGE              78  53  1   1 ida/c6d3p5
b $STORAGE              78  54  1   1 ida/c6d3p6
b $STORAGE              78  55  1   1 ida/c6d3p7
b $STORAGE              78  56  1   1 ida/c6d3p8
b $STORAGE              78  57  1   1 ida/c6d3p9
b $STORAGE              78  58  1   1 ida/c6d3p10
b $STORAGE              78  59  1   1 ida/c6d3p11
b $STORAGE              78  60  1   1 ida/c6d3p12
b $STORAGE              78  61  1   1 ida/c6d3p13
b $STORAGE              78  62  1   1 ida/c6d3p14
b $STORAGE              78  63  1   1 ida/c6d3p15
b $STORAGE              78  64  1   1 ida/c6d4
b $STORAGE              78  65  1   1 ida/c6d4p1
b $STORAGE              78  66  1   1 ida/c6d4p2
b $STORAGE              78  67  1   1 ida/c6d4p3
b $STORAGE              78  68  1   1 ida/c6d4p4
b $STORAGE              78  69  1   1 ida/c6d4p5
b $STORAGE              78  70  1   1 ida/c6d4p6
b $STORAGE              78  71  1   1 ida/c6d4p7
b $STORAGE              78  72  1   1 ida/c6d4p8
b $STORAGE              78  73  1   1 ida/c6d4p9
b $STORAGE              78  74  1   1 ida/c6d4p10
b $STORAGE              78  75  1   1 ida/c6d4p11
b $STORAGE              78  76  1   1 ida/c6d4p12
b $STORAGE              78  77  1   1 ida/c6d4p13
b $STORAGE              78  78  1   1 ida/c6d4p14
b $STORAGE              78  79  1   1 ida/c6d4p15
b $STORAGE              78  80  1   1 ida/c6d5
b $STORAGE              78  81  1   1 ida/c6d5p1
b $STORAGE              78  82  1   1 ida/c6d5p2
b $STORAGE              78  83  1   1 ida/c6d5p3
b $STORAGE              78  84  1   1 ida/c6d5p4
b $STORAGE              78  85  1   1 ida/c6d5p5
b $STORAGE              78  86  1   1 ida/c6d5p6
b $STORAGE              78  87  1   1 ida/c6d5p7
b $STORAGE              78  88  1   1 ida/c6d5p8
b $STORAGE              78  89  1   1 ida/c6d5p9
b $STORAGE              78  90  1   1 ida/c6d5p10
b $STORAGE              78  91  1   1 ida/c6d5p11
b $STORAGE              78  92  1   1 ida/c6d5p12
b $STORAGE              78  93  1   1 ida/c6d5p13
b $STORAGE              78  94  1   1 ida/c6d5p14
b $STORAGE              78  95  1   1 ida/c6d5p15
b $STORAGE              78  96  1   1 ida/c6d6
b $STORAGE              78  97  1   1 ida/c6d6p1
b $STORAGE              78  98  1   1 ida/c6d6p2
b $STORAGE              78  99  1   1 ida/c6d6p3
b $STORAGE              78 100  1   1 ida/c6d6p4
b $STORAGE              78 101  1   1 ida/c6d6p5
b $STORAGE              78 102  1   1 ida/c6d6p6
b $STORAGE              78 103  1   1 ida/c6d6p7
b $STORAGE              78 104  1   1 ida/c6d6p8
b $STORAGE              78 105  1   1 ida/c6d6p9
b $STORAGE              78 106  1   1 ida/c6d6p10
b $STORAGE              78 107  1   1 ida/c6d6p11
b $STORAGE              78 108  1   1 ida/c6d6p12
b $STORAGE              78 109  1   1 ida/c6d6p13
b $STORAGE              78 110  1   1 ida/c6d6p14
b $STORAGE              78 111  1   1 ida/c6d6p15
b $STORAGE              78 112  1   1 ida/c6d7
b $STORAGE              78 113  1   1 ida/c6d7p1
b $STORAGE              78 114  1   1 ida/c6d7p2
b $STORAGE              78 115  1   1 ida/c6d7p3
b $STORAGE              78 116  1   1 ida/c6d7p4
b $STORAGE              78 117  1   1 ida/c6d7p5
b $STORAGE              78 118  1   1 ida/c6d7p6
b $STORAGE              78 119  1   1 ida/c6d7p7
b $STORAGE              78 120  1   1 ida/c6d7p8
b $STORAGE              78 121  1   1 ida/c6d7p9
b $STORAGE              78 122  1   1 ida/c6d7p10
b $STORAGE              78 123  1   1 ida/c6d7p11
b $STORAGE              78 124  1   1 ida/c6d7p12
b $STORAGE              78 125  1   1 ida/c6d7p13
b $STORAGE              78 126  1   1 ida/c6d7p14
b $STORAGE              78 127  1   1 ida/c6d7p15
b $STORAGE              78 128  1   1 ida/c6d8
b $STORAGE              78 129  1   1 ida/c6d8p1
b $STORAGE              78 130  1   1 ida/c6d8p2
b $STORAGE              78 131  1   1 ida/c6d8p3
b $STORAGE              78 132  1   1 ida/c6d8p4
b $STORAGE              78 133  1   1 ida/c6d8p5
b $STORAGE              78 134  1   1 ida/c6d8p6
b $STORAGE              78 135  1   1 ida/c6d8p7
b $STORAGE              78 136  1   1 ida/c6d8p8
b $STORAGE              78 137  1   1 ida/c6d8p9
b $STORAGE              78 138  1   1 ida/c6d8p10
b $STORAGE              78 139  1   1 ida/c6d8p11
b $STORAGE              78 140  1   1 ida/c6d8p12
b $STORAGE              78 141  1   1 ida/c6d8p13
b $STORAGE              78 142  1   1 ida/c6d8p14
b $STORAGE              78 143  1   1 ida/c6d8p15
b $STORAGE              78 144  1   1 ida/c6d9
b $STORAGE              78 145  1   1 ida/c6d9p1
b $STORAGE              78 146  1   1 ida/c6d9p2
b $STORAGE              78 147  1   1 ida/c6d9p3
b $STORAGE              78 148  1   1 ida/c6d9p4
b $STORAGE              78 149  1   1 ida/c6d9p5
b $STORAGE              78 150  1   1 ida/c6d9p6
b $STORAGE              78 151  1   1 ida/c6d9p7
b $STORAGE              78 152  1   1 ida/c6d9p8
b $STORAGE              78 153  1   1 ida/c6d9p9
b $STORAGE              78 154  1   1 ida/c6d9p10
b $STORAGE              78 155  1   1 ida/c6d9p11
b $STORAGE              78 156  1   1 ida/c6d9p12
b $STORAGE              78 157  1   1 ida/c6d9p13
b $STORAGE              78 158  1   1 ida/c6d9p14
b $STORAGE              78 159  1   1 ida/c6d9p15
b $STORAGE              78 160  1   1 ida/c6d10
b $STORAGE              78 161  1   1 ida/c6d10p1
b $STORAGE              78 162  1   1 ida/c6d10p2
b $STORAGE              78 163  1   1 ida/c6d10p3
b $STORAGE              78 164  1   1 ida/c6d10p4
b $STORAGE              78 165  1   1 ida/c6d10p5
b $STORAGE              78 166  1   1 ida/c6d10p6
b $STORAGE              78 167  1   1 ida/c6d10p7
b $STORAGE              78 168  1   1 ida/c6d10p8
b $STORAGE              78 169  1   1 ida/c6d10p9
b $STORAGE              78 170  1   1 ida/c6d10p10
b $STORAGE              78 171  1   1 ida/c6d10p11
b $STORAGE              78 172  1   1 ida/c6d10p12
b $STORAGE              78 173  1   1 ida/c6d10p13
b $STORAGE              78 174  1   1 ida/c6d10p14
b $STORAGE              78 175  1   1 ida/c6d10p15
b $STORAGE              78 176  1   1 ida/c6d11
b $STORAGE              78 177  1   1 ida/c6d11p1
b $STORAGE              78 178  1   1 ida/c6d11p2
b $STORAGE              78 179  1   1 ida/c6d11p3
b $STORAGE              78 180  1   1 ida/c6d11p4
b $STORAGE              78 181  1   1 ida/c6d11p5
b $STORAGE              78 182  1   1 ida/c6d11p6
b $STORAGE              78 183  1   1 ida/c6d11p7
b $STORAGE              78 184  1   1 ida/c6d11p8
b $STORAGE              78 185  1   1 ida/c6d11p9
b $STORAGE              78 186  1   1 ida/c6d11p10
b $STORAGE              78 187  1   1 ida/c6d11p11
b $STORAGE              78 188  1   1 ida/c6d11p12
b $STORAGE              78 189  1   1 ida/c6d11p13
b $STORAGE              78 190  1   1 ida/c6d11p14
b $STORAGE              78 191  1   1 ida/c6d11p15
b $STORAGE              78 192  1   1 ida/c6d12
b $STORAGE              78 193  1   1 ida/c6d12p1
b $STORAGE              78 194  1   1 ida/c6d12p2
b $STORAGE              78 195  1   1 ida/c6d12p3
b $STORAGE              78 196  1   1 ida/c6d12p4
b $STORAGE              78 197  1   1 ida/c6d12p5
b $STORAGE              78 198  1   1 ida/c6d12p6
b $STORAGE              78 199  1   1 ida/c6d12p7
b $STORAGE              78 200  1   1 ida/c6d12p8
b $STORAGE              78 201  1   1 ida/c6d12p9
b $STORAGE              78 202  1   1 ida/c6d12p10
b $STORAGE              78 203  1   1 ida/c6d12p11
b $STORAGE              78 204  1   1 ida/c6d12p12
b $STORAGE              78 205  1   1 ida/c6d12p13
b $STORAGE              78 206  1   1 ida/c6d12p14
b $STORAGE              78 207  1   1 ida/c6d12p15
b $STORAGE              78 208  1   1 ida/c6d13
b $STORAGE              78 209  1   1 ida/c6d13p1
b $STORAGE              78 210  1   1 ida/c6d13p2
b $STORAGE              78 211  1   1 ida/c6d13p3
b $STORAGE              78 212  1   1 ida/c6d13p4
b $STORAGE              78 213  1   1 ida/c6d13p5
b $STORAGE              78 214  1   1 ida/c6d13p6
b $STORAGE              78 215  1   1 ida/c6d13p7
b $STORAGE              78 216  1   1 ida/c6d13p8
b $STORAGE              78 217  1   1 ida/c6d13p9
b $STORAGE              78 218  1   1 ida/c6d13p10
b $STORAGE              78 219  1   1 ida/c6d13p11
b $STORAGE              78 220  1   1 ida/c6d13p12
b $STORAGE              78 221  1   1 ida/c6d13p13
b $STORAGE              78 222  1   1 ida/c6d13p14
b $STORAGE              78 223  1   1 ida/c6d13p15
b $STORAGE              78 224  1   1 ida/c6d14
b $STORAGE              78 225  1   1 ida/c6d14p1
b $STORAGE              78 226  1   1 ida/c6d14p2
b $STORAGE              78 227  1   1 ida/c6d14p3
b $STORAGE              78 228  1   1 ida/c6d14p4
b $STORAGE              78 229  1   1 ida/c6d14p5
b $STORAGE              78 230  1   1 ida/c6d14p6
b $STORAGE              78 231  1   1 ida/c6d14p7
b $STORAGE              78 232  1   1 ida/c6d14p8
b $STORAGE              78 233  1   1 ida/c6d14p9
b $STORAGE              78 234  1   1 ida/c6d14p10
b $STORAGE              78 235  1   1 ida/c6d14p11
b $STORAGE              78 236  1   1 ida/c6d14p12
b $STORAGE              78 237  1   1 ida/c6d14p13
b $STORAGE              78 238  1   1 ida/c6d14p14
b $STORAGE              78 239  1   1 ida/c6d14p15
b $STORAGE              78 240  1   1 ida/c6d15
b $STORAGE              78 241  1   1 ida/c6d15p1
b $STORAGE              78 242  1   1 ida/c6d15p2
b $STORAGE              78 243  1   1 ida/c6d15p3
b $STORAGE              78 244  1   1 ida/c6d15p4
b $STORAGE              78 245  1   1 ida/c6d15p5
b $STORAGE              78 246  1   1 ida/c6d15p6
b $STORAGE              78 247  1   1 ida/c6d15p7
b $STORAGE              78 248  1   1 ida/c6d15p8
b $STORAGE              78 249  1   1 ida/c6d15p9
b $STORAGE              78 250  1   1 ida/c6d15p10
b $STORAGE              78 251  1   1 ida/c6d15p11
b $STORAGE              78 252  1   1 ida/c6d15p12
b $STORAGE              78 253  1   1 ida/c6d15p13
b $STORAGE              78 254  1   1 ida/c6d15p14
b $STORAGE              78 255  1   1 ida/c6d15p15
b $STORAGE              79   0  1   1 ida/c7d0
b $STORAGE              79   1  1   1 ida/c7d0p1
b $STORAGE              79   2  1   1 ida/c7d0p2
b $STORAGE              79   3  1   1 ida/c7d0p3
b $STORAGE              79   4  1   1 ida/c7d0p4
b $STORAGE              79   5  1   1 ida/c7d0p5
b $STORAGE              79   6  1   1 ida/c7d0p6
b $STORAGE              79   7  1   1 ida/c7d0p7
b $STORAGE              79   8  1   1 ida/c7d0p8
b $STORAGE              79   9  1   1 ida/c7d0p9
b $STORAGE              79  10  1   1 ida/c7d0p10
b $STORAGE              79  11  1   1 ida/c7d0p11
b $STORAGE              79  12  1   1 ida/c7d0p12
b $STORAGE              79  13  1   1 ida/c7d0p13
b $STORAGE              79  14  1   1 ida/c7d0p14
b $STORAGE              79  15  1   1 ida/c7d0p15
b $STORAGE              79  16  1   1 ida/c7d1
b $STORAGE              79  17  1   1 ida/c7d1p1
b $STORAGE              79  18  1   1 ida/c7d1p2
b $STORAGE              79  19  1   1 ida/c7d1p3
b $STORAGE              79  20  1   1 ida/c7d1p4
b $STORAGE              79  21  1   1 ida/c7d1p5
b $STORAGE              79  22  1   1 ida/c7d1p6
b $STORAGE              79  23  1   1 ida/c7d1p7
b $STORAGE              79  24  1   1 ida/c7d1p8
b $STORAGE              79  25  1   1 ida/c7d1p9
b $STORAGE              79  26  1   1 ida/c7d1p10
b $STORAGE              79  27  1   1 ida/c7d1p11
b $STORAGE              79  28  1   1 ida/c7d1p12
b $STORAGE              79  29  1   1 ida/c7d1p13
b $STORAGE              79  30  1   1 ida/c7d1p14
b $STORAGE              79  31  1   1 ida/c7d1p15
b $STORAGE              79  32  1   1 ida/c7d2
b $STORAGE              79  33  1   1 ida/c7d2p1
b $STORAGE              79  34  1   1 ida/c7d2p2
b $STORAGE              79  35  1   1 ida/c7d2p3
b $STORAGE              79  36  1   1 ida/c7d2p4
b $STORAGE              79  37  1   1 ida/c7d2p5
b $STORAGE              79  38  1   1 ida/c7d2p6
b $STORAGE              79  39  1   1 ida/c7d2p7
b $STORAGE              79  40  1   1 ida/c7d2p8
b $STORAGE              79  41  1   1 ida/c7d2p9
b $STORAGE              79  42  1   1 ida/c7d2p10
b $STORAGE              79  43  1   1 ida/c7d2p11
b $STORAGE              79  44  1   1 ida/c7d2p12
b $STORAGE              79  45  1   1 ida/c7d2p13
b $STORAGE              79  46  1   1 ida/c7d2p14
b $STORAGE              79  47  1   1 ida/c7d2p15
b $STORAGE              79  48  1   1 ida/c7d3
b $STORAGE              79  49  1   1 ida/c7d3p1
b $STORAGE              79  50  1   1 ida/c7d3p2
b $STORAGE              79  51  1   1 ida/c7d3p3
b $STORAGE              79  52  1   1 ida/c7d3p4
b $STORAGE              79  53  1   1 ida/c7d3p5
b $STORAGE              79  54  1   1 ida/c7d3p6
b $STORAGE              79  55  1   1 ida/c7d3p7
b $STORAGE              79  56  1   1 ida/c7d3p8
b $STORAGE              79  57  1   1 ida/c7d3p9
b $STORAGE              79  58  1   1 ida/c7d3p10
b $STORAGE              79  59  1   1 ida/c7d3p11
b $STORAGE              79  60  1   1 ida/c7d3p12
b $STORAGE              79  61  1   1 ida/c7d3p13
b $STORAGE              79  62  1   1 ida/c7d3p14
b $STORAGE              79  63  1   1 ida/c7d3p15
b $STORAGE              79  64  1   1 ida/c7d4
b $STORAGE              79  65  1   1 ida/c7d4p1
b $STORAGE              79  66  1   1 ida/c7d4p2
b $STORAGE              79  67  1   1 ida/c7d4p3
b $STORAGE              79  68  1   1 ida/c7d4p4
b $STORAGE              79  69  1   1 ida/c7d4p5
b $STORAGE              79  70  1   1 ida/c7d4p6
b $STORAGE              79  71  1   1 ida/c7d4p7
b $STORAGE              79  72  1   1 ida/c7d4p8
b $STORAGE              79  73  1   1 ida/c7d4p9
b $STORAGE              79  74  1   1 ida/c7d4p10
b $STORAGE              79  75  1   1 ida/c7d4p11
b $STORAGE              79  76  1   1 ida/c7d4p12
b $STORAGE              79  77  1   1 ida/c7d4p13
b $STORAGE              79  78  1   1 ida/c7d4p14
b $STORAGE              79  79  1   1 ida/c7d4p15
b $STORAGE              79  80  1   1 ida/c7d5
b $STORAGE              79  81  1   1 ida/c7d5p1
b $STORAGE              79  82  1   1 ida/c7d5p2
b $STORAGE              79  83  1   1 ida/c7d5p3
b $STORAGE              79  84  1   1 ida/c7d5p4
b $STORAGE              79  85  1   1 ida/c7d5p5
b $STORAGE              79  86  1   1 ida/c7d5p6
b $STORAGE              79  87  1   1 ida/c7d5p7
b $STORAGE              79  88  1   1 ida/c7d5p8
b $STORAGE              79  89  1   1 ida/c7d5p9
b $STORAGE              79  90  1   1 ida/c7d5p10
b $STORAGE              79  91  1   1 ida/c7d5p11
b $STORAGE              79  92  1   1 ida/c7d5p12
b $STORAGE              79  93  1   1 ida/c7d5p13
b $STORAGE              79  94  1   1 ida/c7d5p14
b $STORAGE              79  95  1   1 ida/c7d5p15
b $STORAGE              79  96  1   1 ida/c7d6
b $STORAGE              79  97  1   1 ida/c7d6p1
b $STORAGE              79  98  1   1 ida/c7d6p2
b $STORAGE              79  99  1   1 ida/c7d6p3
b $STORAGE              79 100  1   1 ida/c7d6p4
b $STORAGE              79 101  1   1 ida/c7d6p5
b $STORAGE              79 102  1   1 ida/c7d6p6
b $STORAGE              79 103  1   1 ida/c7d6p7
b $STORAGE              79 104  1   1 ida/c7d6p8
b $STORAGE              79 105  1   1 ida/c7d6p9
b $STORAGE              79 106  1   1 ida/c7d6p10
b $STORAGE              79 107  1   1 ida/c7d6p11
b $STORAGE              79 108  1   1 ida/c7d6p12
b $STORAGE              79 109  1   1 ida/c7d6p13
b $STORAGE              79 110  1   1 ida/c7d6p14
b $STORAGE              79 111  1   1 ida/c7d6p15
b $STORAGE              79 112  1   1 ida/c7d7
b $STORAGE              79 113  1   1 ida/c7d7p1
b $STORAGE              79 114  1   1 ida/c7d7p2
b $STORAGE              79 115  1   1 ida/c7d7p3
b $STORAGE              79 116  1   1 ida/c7d7p4
b $STORAGE              79 117  1   1 ida/c7d7p5
b $STORAGE              79 118  1   1 ida/c7d7p6
b $STORAGE              79 119  1   1 ida/c7d7p7
b $STORAGE              79 120  1   1 ida/c7d7p8
b $STORAGE              79 121  1   1 ida/c7d7p9
b $STORAGE              79 122  1   1 ida/c7d7p10
b $STORAGE              79 123  1   1 ida/c7d7p11
b $STORAGE              79 124  1   1 ida/c7d7p12
b $STORAGE              79 125  1   1 ida/c7d7p13
b $STORAGE              79 126  1   1 ida/c7d7p14
b $STORAGE              79 127  1   1 ida/c7d7p15
b $STORAGE              79 128  1   1 ida/c7d8
b $STORAGE              79 129  1   1 ida/c7d8p1
b $STORAGE              79 130  1   1 ida/c7d8p2
b $STORAGE              79 131  1   1 ida/c7d8p3
b $STORAGE              79 132  1   1 ida/c7d8p4
b $STORAGE              79 133  1   1 ida/c7d8p5
b $STORAGE              79 134  1   1 ida/c7d8p6
b $STORAGE              79 135  1   1 ida/c7d8p7
b $STORAGE              79 136  1   1 ida/c7d8p8
b $STORAGE              79 137  1   1 ida/c7d8p9
b $STORAGE              79 138  1   1 ida/c7d8p10
b $STORAGE              79 139  1   1 ida/c7d8p11
b $STORAGE              79 140  1   1 ida/c7d8p12
b $STORAGE              79 141  1   1 ida/c7d8p13
b $STORAGE              79 142  1   1 ida/c7d8p14
b $STORAGE              79 143  1   1 ida/c7d8p15
b $STORAGE              79 144  1   1 ida/c7d9
b $STORAGE              79 145  1   1 ida/c7d9p1
b $STORAGE              79 146  1   1 ida/c7d9p2
b $STORAGE              79 147  1   1 ida/c7d9p3
b $STORAGE              79 148  1   1 ida/c7d9p4
b $STORAGE              79 149  1   1 ida/c7d9p5
b $STORAGE              79 150  1   1 ida/c7d9p6
b $STORAGE              79 151  1   1 ida/c7d9p7
b $STORAGE              79 152  1   1 ida/c7d9p8
b $STORAGE              79 153  1   1 ida/c7d9p9
b $STORAGE              79 154  1   1 ida/c7d9p10
b $STORAGE              79 155  1   1 ida/c7d9p11
b $STORAGE              79 156  1   1 ida/c7d9p12
b $STORAGE              79 157  1   1 ida/c7d9p13
b $STORAGE              79 158  1   1 ida/c7d9p14
b $STORAGE              79 159  1   1 ida/c7d9p15
b $STORAGE              79 160  1   1 ida/c7d10
b $STORAGE              79 161  1   1 ida/c7d10p1
b $STORAGE              79 162  1   1 ida/c7d10p2
b $STORAGE              79 163  1   1 ida/c7d10p3
b $STORAGE              79 164  1   1 ida/c7d10p4
b $STORAGE              79 165  1   1 ida/c7d10p5
b $STORAGE              79 166  1   1 ida/c7d10p6
b $STORAGE              79 167  1   1 ida/c7d10p7
b $STORAGE              79 168  1   1 ida/c7d10p8
b $STORAGE              79 169  1   1 ida/c7d10p9
b $STORAGE              79 170  1   1 ida/c7d10p10
b $STORAGE              79 171  1   1 ida/c7d10p11
b $STORAGE              79 172  1   1 ida/c7d10p12
b $STORAGE              79 173  1   1 ida/c7d10p13
b $STORAGE              79 174  1   1 ida/c7d10p14
b $STORAGE              79 175  1   1 ida/c7d10p15
b $STORAGE              79 176  1   1 ida/c7d11
b $STORAGE              79 177  1   1 ida/c7d11p1
b $STORAGE              79 178  1   1 ida/c7d11p2
b $STORAGE              79 179  1   1 ida/c7d11p3
b $STORAGE              79 180  1   1 ida/c7d11p4
b $STORAGE              79 181  1   1 ida/c7d11p5
b $STORAGE              79 182  1   1 ida/c7d11p6
b $STORAGE              79 183  1   1 ida/c7d11p7
b $STORAGE              79 184  1   1 ida/c7d11p8
b $STORAGE              79 185  1   1 ida/c7d11p9
b $STORAGE              79 186  1   1 ida/c7d11p10
b $STORAGE              79 187  1   1 ida/c7d11p11
b $STORAGE              79 188  1   1 ida/c7d11p12
b $STORAGE              79 189  1   1 ida/c7d11p13
b $STORAGE              79 190  1   1 ida/c7d11p14
b $STORAGE              79 191  1   1 ida/c7d11p15
b $STORAGE              79 192  1   1 ida/c7d12
b $STORAGE              79 193  1   1 ida/c7d12p1
b $STORAGE              79 194  1   1 ida/c7d12p2
b $STORAGE              79 195  1   1 ida/c7d12p3
b $STORAGE              79 196  1   1 ida/c7d12p4
b $STORAGE              79 197  1   1 ida/c7d12p5
b $STORAGE              79 198  1   1 ida/c7d12p6
b $STORAGE              79 199  1   1 ida/c7d12p7
b $STORAGE              79 200  1   1 ida/c7d12p8
b $STORAGE              79 201  1   1 ida/c7d12p9
b $STORAGE              79 202  1   1 ida/c7d12p10
b $STORAGE              79 203  1   1 ida/c7d12p11
b $STORAGE              79 204  1   1 ida/c7d12p12
b $STORAGE              79 205  1   1 ida/c7d12p13
b $STORAGE              79 206  1   1 ida/c7d12p14
b $STORAGE              79 207  1   1 ida/c7d12p15
b $STORAGE              79 208  1   1 ida/c7d13
b $STORAGE              79 209  1   1 ida/c7d13p1
b $STORAGE              79 210  1   1 ida/c7d13p2
b $STORAGE              79 211  1   1 ida/c7d13p3
b $STORAGE              79 212  1   1 ida/c7d13p4
b $STORAGE              79 213  1   1 ida/c7d13p5
b $STORAGE              79 214  1   1 ida/c7d13p6
b $STORAGE              79 215  1   1 ida/c7d13p7
b $STORAGE              79 216  1   1 ida/c7d13p8
b $STORAGE              79 217  1   1 ida/c7d13p9
b $STORAGE              79 218  1   1 ida/c7d13p10
b $STORAGE              79 219  1   1 ida/c7d13p11
b $STORAGE              79 220  1   1 ida/c7d13p12
b $STORAGE              79 221  1   1 ida/c7d13p13
b $STORAGE              79 222  1   1 ida/c7d13p14
b $STORAGE              79 223  1   1 ida/c7d13p15
b $STORAGE              79 224  1   1 ida/c7d14
b $STORAGE              79 225  1   1 ida/c7d14p1
b $STORAGE              79 226  1   1 ida/c7d14p2
b $STORAGE              79 227  1   1 ida/c7d14p3
b $STORAGE              79 228  1   1 ida/c7d14p4
b $STORAGE              79 229  1   1 ida/c7d14p5
b $STORAGE              79 230  1   1 ida/c7d14p6
b $STORAGE              79 231  1   1 ida/c7d14p7
b $STORAGE              79 232  1   1 ida/c7d14p8
b $STORAGE              79 233  1   1 ida/c7d14p9
b $STORAGE              79 234  1   1 ida/c7d14p10
b $STORAGE              79 235  1   1 ida/c7d14p11
b $STORAGE              79 236  1   1 ida/c7d14p12
b $STORAGE              79 237  1   1 ida/c7d14p13
b $STORAGE              79 238  1   1 ida/c7d14p14
b $STORAGE              79 239  1   1 ida/c7d14p15
b $STORAGE              79 240  1   1 ida/c7d15
b $STORAGE              79 241  1   1 ida/c7d15p1
b $STORAGE              79 242  1   1 ida/c7d15p2
b $STORAGE              79 243  1   1 ida/c7d15p3
b $STORAGE              79 244  1   1 ida/c7d15p4
b $STORAGE              79 245  1   1 ida/c7d15p5
b $STORAGE              79 246  1   1 ida/c7d15p6
b $STORAGE              79 247  1   1 ida/c7d15p7
b $STORAGE              79 248  1   1 ida/c7d15p8
b $STORAGE              79 249  1   1 ida/c7d15p9
b $STORAGE              79 250  1   1 ida/c7d15p10
b $STORAGE              79 251  1   1 ida/c7d15p11
b $STORAGE              79 252  1   1 ida/c7d15p12
b $STORAGE              79 253  1   1 ida/c7d15p13
b $STORAGE              79 254  1   1 ida/c7d15p14
b $STORAGE              79 255  1   1 ida/c7d15p15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                # This is the "bare minimum" list of devices.
a standard std
a std mem
# Removed, per https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=117692.
# a std kmem
a std null
a std port
a std zero
a std full
a std random
a std urandom
a std fd
a std stdin
a std stdout
a std stderr
a std core

l fd ../proc/self/fd
l stdin ../proc/self/fd/0
l stdout ../proc/self/fd/1
l stderr ../proc/self/fd/2
l nfsd socksys
l X0R null

l ramdisk ram0
l ftape qft0
l bttv0 video0
l radio radio0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    c $CONSOLE             116   0  1   1 snd/controlC0
c $CONSOLE             116   0  1   1 aloadC0
c $CONSOLE             116   4  1   1 snd/hwC0D0
c $CONSOLE             116   5  1   1 snd/hwC0D1
c $CONSOLE             116   6  1   1 snd/hwC0D2
c $CONSOLE             116   7  1   1 snd/hwC0D3
c $CONSOLE             116   8  1   1 snd/midiC0D0
c $CONSOLE             116   9  1   1 snd/midiC0D1
c $CONSOLE             116  10  1   1 snd/midiC0D2
c $CONSOLE             116  11  1   1 snd/midiC0D3
c $CONSOLE             116  12  1   1 snd/midiC0D4
c $CONSOLE             116  13  1   1 snd/midiC0D5
c $CONSOLE             116  14  1   1 snd/midiC0D6
c $CONSOLE             116  15  1   1 snd/midiC0D7
c $CONSOLE             116  24  1   1 snd/pcmC0D0c
c $CONSOLE             116  16  1   1 snd/pcmC0D0p
c $CONSOLE             116  25  1   1 snd/pcmC0D1c
c $CONSOLE             116  17  1   1 snd/pcmC0D1p
c $CONSOLE             116  26  1   1 snd/pcmC0D2c
c $CONSOLE             116  18  1   1 snd/pcmC0D2p
c $CONSOLE             116  27  1   1 snd/pcmC0D3c
c $CONSOLE             116  19  1   1 snd/pcmC0D3p
c $CONSOLE             116  28  1   1 snd/pcmC0D4c
c $CONSOLE             116  20  1   1 snd/pcmC0D4p
c $CONSOLE             116  29  1   1 snd/pcmC0D5c
c $CONSOLE             116  21  1   1 snd/pcmC0D5p
c $CONSOLE             116  30  1   1 snd/pcmC0D6c
c $CONSOLE             116  22  1   1 snd/pcmC0D6p
c $CONSOLE             116  31  1   1 snd/pcmC0D7c
c $CONSOLE             116  23  1   1 snd/pcmC0D7p
c $CONSOLE             116  32  1   1 snd/controlC1
c $CONSOLE             116  32  1   1 aloadC1
c $CONSOLE             116  36  1   1 snd/hwC1D0
c $CONSOLE             116  37  1   1 snd/hwC1D1
c $CONSOLE             116  38  1   1 snd/hwC1D2
c $CONSOLE             116  39  1   1 snd/hwC1D3
c $CONSOLE             116  40  1   1 snd/midiC1D0
c $CONSOLE             116  41  1   1 snd/midiC1D1
c $CONSOLE             116  42  1   1 snd/midiC1D2
c $CONSOLE             116  43  1   1 snd/midiC1D3
c $CONSOLE             116  44  1   1 snd/midiC1D4
c $CONSOLE             116  45  1   1 snd/midiC1D5
c $CONSOLE             116  46  1   1 snd/midiC1D6
c $CONSOLE             116  47  1   1 snd/midiC1D7
c $CONSOLE             116  56  1   1 snd/pcmC1D0c
c $CONSOLE             116  48  1   1 snd/pcmC1D0p
c $CONSOLE             116  57  1   1 snd/pcmC1D1c
c $CONSOLE             116  49  1   1 snd/pcmC1D1p
c $CONSOLE             116  58  1   1 snd/pcmC1D2c
c $CONSOLE             116  50  1   1 snd/pcmC1D2p
c $CONSOLE             116  59  1   1 snd/pcmC1D3c
c $CONSOLE             116  51  1   1 snd/pcmC1D3p
c $CONSOLE             116  60  1   1 snd/pcmC1D4c
c $CONSOLE             116  52  1   1 snd/pcmC1D4p
c $CONSOLE             116  61  1   1 snd/pcmC1D5c
c $CONSOLE             116  53  1   1 snd/pcmC1D5p
c $CONSOLE             116  62  1   1 snd/pcmC1D6c
c $CONSOLE             116  54  1   1 snd/pcmC1D6p
c $CONSOLE             116  63  1   1 snd/pcmC1D7c
c $CONSOLE             116  55  1   1 snd/pcmC1D7p
c $CONSOLE             116  64  1   1 snd/controlC2
c $CONSOLE             116  64  1   1 aloadC2
c $CONSOLE             116  68  1   1 snd/hwC2D0
c $CONSOLE             116  69  1   1 snd/hwC2D1
c $CONSOLE             116  70  1   1 snd/hwC2D2
c $CONSOLE             116  71  1   1 snd/hwC2D3
c $CONSOLE             116  72  1   1 snd/midiC2D0
c $CONSOLE             116  73  1   1 snd/midiC2D1
c $CONSOLE             116  74  1   1 snd/midiC2D2
c $CONSOLE             116  75  1   1 snd/midiC2D3
c $CONSOLE             116  76  1   1 snd/midiC2D4
c $CONSOLE             116  77  1   1 snd/midiC2D5
c $CONSOLE             116  78  1   1 snd/midiC2D6
c $CONSOLE             116  79  1   1 snd/midiC2D7
c $CONSOLE             116  88  1   1 snd/pcmC2D0c
c $CONSOLE             116  80  1   1 snd/pcmC2D0p
c $CONSOLE             116  89  1   1 snd/pcmC2D1c
c $CONSOLE             116  81  1   1 snd/pcmC2D1p
c $CONSOLE             116  90  1   1 snd/pcmC2D2c
c $CONSOLE             116  82  1   1 snd/pcmC2D2p
c $CONSOLE             116  91  1   1 snd/pcmC2D3c
c $CONSOLE             116  83  1   1 snd/pcmC2D3p
c $CONSOLE             116  92  1   1 snd/pcmC2D4c
c $CONSOLE             116  84  1   1 snd/pcmC2D4p
c $CONSOLE             116  93  1   1 snd/pcmC2D5c
c $CONSOLE             116  85  1   1 snd/pcmC2D5p
c $CONSOLE             116  94  1   1 snd/pcmC2D6c
c $CONSOLE             116  86  1   1 snd/pcmC2D6p
c $CONSOLE             116  95  1   1 snd/pcmC2D7c
c $CONSOLE             116  87  1   1 snd/pcmC2D7p
c $CONSOLE             116  96  1   1 snd/controlC3
c $CONSOLE             116  96  1   1 aloadC3
c $CONSOLE             116 100  1   1 snd/hwC3D0
c $CONSOLE             116 101  1   1 snd/hwC3D1
c $CONSOLE             116 102  1   1 snd/hwC3D2
c $CONSOLE             116 103  1   1 snd/hwC3D3
c $CONSOLE             116 104  1   1 snd/midiC3D0
c $CONSOLE             116 105  1   1 snd/midiC3D1
c $CONSOLE             116 106  1   1 snd/midiC3D2
c $CONSOLE             116 107  1   1 snd/midiC3D3
c $CONSOLE             116 108  1   1 snd/midiC3D4
c $CONSOLE             116 109  1   1 snd/midiC3D5
c $CONSOLE             116 110  1   1 snd/midiC3D6
c $CONSOLE             116 111  1   1 snd/midiC3D7
c $CONSOLE             116 120  1   1 snd/pcmC3D0c
c $CONSOLE             116 112  1   1 snd/pcmC3D0p
c $CONSOLE             116 121  1   1 snd/pcmC3D1c
c $CONSOLE             116 113  1   1 snd/pcmC3D1p
c $CONSOLE             116 122  1   1 snd/pcmC3D2c
c $CONSOLE             116 114  1   1 snd/pcmC3D2p
c $CONSOLE             116 123  1   1 snd/pcmC3D3c
c $CONSOLE             116 115  1   1 snd/pcmC3D3p
c $CONSOLE             116 124  1   1 snd/pcmC3D4c
c $CONSOLE             116 116  1   1 snd/pcmC3D4p
c $CONSOLE             116 125  1   1 snd/pcmC3D5c
c $CONSOLE             116 117  1   1 snd/pcmC3D5p
c $CONSOLE             116 126  1   1 snd/pcmC3D6c
c $CONSOLE             116 118  1   1 snd/pcmC3D6p
c $CONSOLE             116 127  1   1 snd/pcmC3D7c
c $CONSOLE             116 119  1   1 snd/pcmC3D7p
c $CONSOLE             116   1  1   1 snd/seq
c $CONSOLE             116  33  1   1 snd/timer
c $CONSOLE             116   1  1   1 aloadSEQ
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           # s390/s390x-specific devices
c $ROOT                37   0  2  16 rtibm%d
c $ROOT                37   1  2  16 ntibm%d
b $ROOT                37   0  1  16 btibm%d
l                                    xpram0    slram0
l                                    xpram1    slram1
l                                    xpram2    slram2
l                                    xpram3    slram3
l                                    xpram4    slram4
l                                    xpram5    slram5
l                                    xpram6    slram6
l                                    xpram7    slram7
l                                    xpram8    slram8
l                                    xpram9    slram9
l                                    xpram10   slram10
l                                    xpram11   slram11
l                                    xpram12   slram12
l                                    xpram13   slram13
l                                    xpram14   slram14
l                                    xpram15   slram15
l                                    xpram16   slram16
l                                    xpram17   slram17
l                                    xpram18   slram18
l                                    xpram19   slram19
l                                    xpram20   slram20
l                                    xpram21   slram21
l                                    xpram22   slram22
l                                    xpram23   slram23
l                                    xpram24   slram24
l                                    xpram25   slram25
l                                    xpram26   slram26
l                                    xpram27   slram27
l                                    xpram28   slram28
l                                    xpram29   slram29
l                                    xpram30   slram30
l                                    xpram31   slram31
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     # This file last updated 26 August 2004.
# video1394 devices, from http://www.linux1394.org/video1394.php
c $ROOT                171   0  1   1 raw1394
c $ROOT                171  16  1   4 video1394/%d
# dv1394 devices, from http://www.linux1394.org/dv1394.php
c $ROOT                171  32  4   4 ieee1394/dv/host%d/NTSC/in	
c $ROOT                171  33  4   4 ieee1394/dv/host%d/NTSC/out	
c $ROOT                171  34  4   4 ieee1394/dv/host%d/PAL/in	
c $ROOT                171  35  4   4 ieee1394/dv/host%d/PAL/out
# amdtp, from http://www.linux1394.org/amdtp.php
#c $ROOT                171  48  1   1 amdtp
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     # Alias for "mouse" to all of the in-kernel mouse types.
a mouse adbmouse
a mouse amigamouse
a mouse atarimouse
a mouse atimouse
a mouse atibm
a mouse inportbm
a mouse input/mice
a mouse input/mouse
a mouse isictl
a mouse jmouse
a mouse logibm
a mouse logimouse
a mouse msmouse
a mouse psaux
a mouse psmouse
a mouse smouse
a mouse sunmouse
# a mouse usb/mouse
a mouse vpcmouse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       # Some aliases for IDE controllers.
a ide0 hda
a ide0 hdb
a ide1 hdc
a ide1 hdd
a ide2 hde
a ide2 hdf
a ide3 hdg
a ide3 hdh
a ide4 hdi
a ide4 hdj
a ide5 hdk
a ide5 hdl
a ide6 hdm
a ide6 hdn
a ide7 hdo
a ide7 hdp
a ide8 hdq
a ide8 hdr
a ide9 hds
a ide9 hdt
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                # Implements normal rtc access, but through EFI firmware
# (dunno why it's a different device).
c $ALLREAD              10 136  1   1 efirtc
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   b $STORAGE              48   0  1   1 rd/c0d0
b $STORAGE              48   1  1   1 rd/c0d0p1
b $STORAGE              48   2  1   1 rd/c0d0p2
b $STORAGE              48   3  1   1 rd/c0d0p3
b $STORAGE              48   4  1   1 rd/c0d0p4
b $STORAGE              48   5  1   1 rd/c0d0p5
b $STORAGE              48   6  1   1 rd/c0d0p6
b $STORAGE              48   7  1   1 rd/c0d0p7
b $STORAGE              48   8  1   1 rd/c0d1
b $STORAGE              48   9  1   1 rd/c0d1p1
b $STORAGE              48  10  1   1 rd/c0d1p2
b $STORAGE              48  11  1   1 rd/c0d1p3
b $STORAGE              48  12  1   1 rd/c0d1p4
b $STORAGE              48  13  1   1 rd/c0d1p5
b $STORAGE              48  14  1   1 rd/c0d1p6
b $STORAGE              48  15  1   1 rd/c0d1p7
b $STORAGE              48  16  1   1 rd/c0d2
b $STORAGE              48  17  1   1 rd/c0d2p1
b $STORAGE              48  18  1   1 rd/c0d2p2
b $STORAGE              48  19  1   1 rd/c0d2p3
b $STORAGE              48  20  1   1 rd/c0d2p4
b $STORAGE              48  21  1   1 rd/c0d2p5
b $STORAGE              48  22  1   1 rd/c0d2p6
b $STORAGE              48  23  1   1 rd/c0d2p7
b $STORAGE              48  24  1   1 rd/c0d3
b $STORAGE              48  25  1   1 rd/c0d3p1
b $STORAGE              48  26  1   1 rd/c0d3p2
b $STORAGE              48  27  1   1 rd/c0d3p3
b $STORAGE              48  28  1   1 rd/c0d3p4
b $STORAGE              48  29  1   1 rd/c0d3p5
b $STORAGE              48  30  1   1 rd/c0d3p6
b $STORAGE              48  31  1   1 rd/c0d3p7
b $STORAGE              48  32  1   1 rd/c0d4
b $STORAGE              48  33  1   1 rd/c0d4p1
b $STORAGE              48  34  1   1 rd/c0d4p2
b $STORAGE              48  35  1   1 rd/c0d4p3
b $STORAGE              48  36  1   1 rd/c0d4p4
b $STORAGE              48  37  1   1 rd/c0d4p5
b $STORAGE              48  38  1   1 rd/c0d4p6
b $STORAGE              48  39  1   1 rd/c0d4p7
b $STORAGE              48  40  1   1 rd/c0d5
b $STORAGE              48  41  1   1 rd/c0d5p1
b $STORAGE              48  42  1   1 rd/c0d5p2
b $STORAGE              48  43  1   1 rd/c0d5p3
b $STORAGE              48  44  1   1 rd/c0d5p4
b $STORAGE              48  45  1   1 rd/c0d5p5
b $STORAGE              48  46  1   1 rd/c0d5p6
b $STORAGE              48  47  1   1 rd/c0d5p7
b $STORAGE              48  48  1   1 rd/c0d6
b $STORAGE              48  49  1   1 rd/c0d6p1
b $STORAGE              48  50  1   1 rd/c0d6p2
b $STORAGE              48  51  1   1 rd/c0d6p3
b $STORAGE              48  52  1   1 rd/c0d6p4
b $STORAGE              48  53  1   1 rd/c0d6p5
b $STORAGE              48  54  1   1 rd/c0d6p6
b $STORAGE              48  55  1   1 rd/c0d6p7
b $STORAGE              48  56  1   1 rd/c0d7
b $STORAGE              48  57  1   1 rd/c0d7p1
b $STORAGE              48  58  1   1 rd/c0d7p2
b $STORAGE              48  59  1   1 rd/c0d7p3
b $STORAGE              48  60  1   1 rd/c0d7p4
b $STORAGE              48  61  1   1 rd/c0d7p5
b $STORAGE              48  62  1   1 rd/c0d7p6
b $STORAGE              48  63  1   1 rd/c0d7p7
b $STORAGE              48  64  1   1 rd/c0d8
b $STORAGE              48  65  1   1 rd/c0d8p1
b $STORAGE              48  66  1   1 rd/c0d8p2
b $STORAGE              48  67  1   1 rd/c0d8p3
b $STORAGE              48  68  1   1 rd/c0d8p4
b $STORAGE              48  69  1   1 rd/c0d8p5
b $STORAGE              48  70  1   1 rd/c0d8p6
b $STORAGE              48  71  1   1 rd/c0d8p7
b $STORAGE              48  72  1   1 rd/c0d9
b $STORAGE              48  73  1   1 rd/c0d9p1
b $STORAGE              48  74  1   1 rd/c0d9p2
b $STORAGE              48  75  1   1 rd/c0d9p3
b $STORAGE              48  76  1   1 rd/c0d9p4
b $STORAGE              48  77  1   1 rd/c0d9p5
b $STORAGE              48  78  1   1 rd/c0d9p6
b $STORAGE              48  79  1   1 rd/c0d9p7
b $STORAGE              48  80  1   1 rd/c0d10
b $STORAGE              48  81  1   1 rd/c0d10p1
b $STORAGE              48  82  1   1 rd/c0d10p2
b $STORAGE              48  83  1   1 rd/c0d10p3
b $STORAGE              48  84  1   1 rd/c0d10p4
b $STORAGE              48  85  1   1 rd/c0d10p5
b $STORAGE              48  86  1   1 rd/c0d10p6
b $STORAGE              48  87  1   1 rd/c0d10p7
b $STORAGE              48  88  1   1 rd/c0d11
b $STORAGE              48  89  1   1 rd/c0d11p1
b $STORAGE              48  90  1   1 rd/c0d11p2
b $STORAGE              48  91  1   1 rd/c0d11p3
b $STORAGE              48  92  1   1 rd/c0d11p4
b $STORAGE              48  93  1   1 rd/c0d11p5
b $STORAGE              48  94  1   1 rd/c0d11p6
b $STORAGE              48  95  1   1 rd/c0d11p7
b $STORAGE              48  96  1   1 rd/c0d12
b $STORAGE              48  97  1   1 rd/c0d12p1
b $STORAGE              48  98  1   1 rd/c0d12p2
b $STORAGE              48  99  1   1 rd/c0d12p3
b $STORAGE              48 100  1   1 rd/c0d12p4
b $STORAGE              48 101  1   1 rd/c0d12p5
b $STORAGE              48 102  1   1 rd/c0d12p6
b $STORAGE              48 103  1   1 rd/c0d12p7
b $STORAGE              48 104  1   1 rd/c0d13
b $STORAGE              48 105  1   1 rd/c0d13p1
b $STORAGE              48 106  1   1 rd/c0d13p2
b $STORAGE              48 107  1   1 rd/c0d13p3
b $STORAGE              48 108  1   1 rd/c0d13p4
b $STORAGE              48 109  1   1 rd/c0d13p5
b $STORAGE              48 110  1   1 rd/c0d13p6
b $STORAGE              48 111  1   1 rd/c0d13p7
b $STORAGE              48 112  1   1 rd/c0d14
b $STORAGE              48 113  1   1 rd/c0d14p1
b $STORAGE              48 114  1   1 rd/c0d14p2
b $STORAGE              48 115  1   1 rd/c0d14p3
b $STORAGE              48 116  1   1 rd/c0d14p4
b $STORAGE              48 117  1   1 rd/c0d14p5
b $STORAGE              48 118  1   1 rd/c0d14p6
b $STORAGE              48 119  1   1 rd/c0d14p7
b $STORAGE              48 120  1   1 rd/c0d15
b $STORAGE              48 121  1   1 rd/c0d15p1
b $STORAGE              48 122  1   1 rd/c0d15p2
b $STORAGE              48 123  1   1 rd/c0d15p3
b $STORAGE              48 124  1   1 rd/c0d15p4
b $STORAGE              48 125  1   1 rd/c0d15p5
b $STORAGE              48 126  1   1 rd/c0d15p6
b $STORAGE              48 127  1   1 rd/c0d15p7
b $STORAGE              48 128  1   1 rd/c0d16
b $STORAGE              48 129  1   1 rd/c0d16p1
b $STORAGE              48 130  1   1 rd/c0d16p2
b $STORAGE              48 131  1   1 rd/c0d16p3
b $STORAGE              48 132  1   1 rd/c0d16p4
b $STORAGE              48 133  1   1 rd/c0d16p5
b $STORAGE              48 134  1   1 rd/c0d16p6
b $STORAGE              48 135  1   1 rd/c0d16p7
b $STORAGE              48 136  1   1 rd/c0d17
b $STORAGE              48 137  1   1 rd/c0d17p1
b $STORAGE              48 138  1   1 rd/c0d17p2
b $STORAGE              48 139  1   1 rd/c0d17p3
b $STORAGE              48 140  1   1 rd/c0d17p4
b $STORAGE              48 141  1   1 rd/c0d17p5
b $STORAGE              48 142  1   1 rd/c0d17p6
b $STORAGE              48 143  1   1 rd/c0d17p7
b $STORAGE              48 144  1   1 rd/c0d18
b $STORAGE              48 145  1   1 rd/c0d18p1
b $STORAGE              48 146  1   1 rd/c0d18p2
b $STORAGE              48 147  1   1 rd/c0d18p3
b $STORAGE              48 148  1   1 rd/c0d18p4
b $STORAGE              48 149  1   1 rd/c0d18p5
b $STORAGE              48 150  1   1 rd/c0d18p6
b $STORAGE              48 151  1   1 rd/c0d18p7
b $STORAGE              48 152  1   1 rd/c0d19
b $STORAGE              48 153  1   1 rd/c0d19p1
b $STORAGE              48 154  1   1 rd/c0d19p2
b $STORAGE              48 155  1   1 rd/c0d19p3
b $STORAGE              48 156  1   1 rd/c0d19p4
b $STORAGE              48 157  1   1 rd/c0d19p5
b $STORAGE              48 158  1   1 rd/c0d19p6
b $STORAGE              48 159  1   1 rd/c0d19p7
b $STORAGE              48 160  1   1 rd/c0d20
b $STORAGE              48 161  1   1 rd/c0d20p1
b $STORAGE              48 162  1   1 rd/c0d20p2
b $STORAGE              48 163  1   1 rd/c0d20p3
b $STORAGE              48 164  1   1 rd/c0d20p4
b $STORAGE              48 165  1   1 rd/c0d20p5
b $STORAGE              48 166  1   1 rd/c0d20p6
b $STORAGE              48 167  1   1 rd/c0d20p7
b $STORAGE              48 168  1   1 rd/c0d21
b $STORAGE              48 169  1   1 rd/c0d21p1
b $STORAGE              48 170  1   1 rd/c0d21p2
b $STORAGE              48 171  1   1 rd/c0d21p3
b $STORAGE              48 172  1   1 rd/c0d21p4
b $STORAGE              48 173  1   1 rd/c0d21p5
b $STORAGE              48 174  1   1 rd/c0d21p6
b $STORAGE              48 175  1   1 rd/c0d21p7
b $STORAGE              48 176  1   1 rd/c0d22
b $STORAGE              48 177  1   1 rd/c0d22p1
b $STORAGE              48 178  1   1 rd/c0d22p2
b $STORAGE              48 179  1   1 rd/c0d22p3
b $STORAGE              48 180  1   1 rd/c0d22p4
b $STORAGE              48 181  1   1 rd/c0d22p5
b $STORAGE              48 182  1   1 rd/c0d22p6
b $STORAGE              48 183  1   1 rd/c0d22p7
b $STORAGE              48 184  1   1 rd/c0d23
b $STORAGE              48 185  1   1 rd/c0d23p1
b $STORAGE              48 186  1   1 rd/c0d23p2
b $STORAGE              48 187  1   1 rd/c0d23p3
b $STORAGE              48 188  1   1 rd/c0d23p4
b $STORAGE              48 189  1   1 rd/c0d23p5
b $STORAGE              48 190  1   1 rd/c0d23p6
b $STORAGE              48 191  1   1 rd/c0d23p7
b $STORAGE              48 192  1   1 rd/c0d24
b $STORAGE              48 193  1   1 rd/c0d24p1
b $STORAGE              48 194  1   1 rd/c0d24p2
b $STORAGE              48 195  1   1 rd/c0d24p3
b $STORAGE              48 196  1   1 rd/c0d24p4
b $STORAGE              48 197  1   1 rd/c0d24p5
b $STORAGE              48 198  1   1 rd/c0d24p6
b $STORAGE              48 199  1   1 rd/c0d24p7
b $STORAGE              48 200  1   1 rd/c0d25
b $STORAGE              48 201  1   1 rd/c0d25p1
b $STORAGE              48 202  1   1 rd/c0d25p2
b $STORAGE              48 203  1   1 rd/c0d25p3
b $STORAGE              48 204  1   1 rd/c0d25p4
b $STORAGE              48 205  1   1 rd/c0d25p5
b $STORAGE              48 206  1   1 rd/c0d25p6
b $STORAGE              48 207  1   1 rd/c0d25p7
b $STORAGE              48 208  1   1 rd/c0d26
b $STORAGE              48 209  1   1 rd/c0d26p1
b $STORAGE              48 210  1   1 rd/c0d26p2
b $STORAGE              48 211  1   1 rd/c0d26p3
b $STORAGE              48 212  1   1 rd/c0d26p4
b $STORAGE              48 213  1   1 rd/c0d26p5
b $STORAGE              48 214  1   1 rd/c0d26p6
b $STORAGE              48 215  1   1 rd/c0d26p7
b $STORAGE              48 216  1   1 rd/c0d27
b $STORAGE              48 217  1   1 rd/c0d27p1
b $STORAGE              48 218  1   1 rd/c0d27p2
b $STORAGE              48 219  1   1 rd/c0d27p3
b $STORAGE              48 220  1   1 rd/c0d27p4
b $STORAGE              48 221  1   1 rd/c0d27p5
b $STORAGE              48 222  1   1 rd/c0d27p6
b $STORAGE              48 223  1   1 rd/c0d27p7
b $STORAGE              48 224  1   1 rd/c0d28
b $STORAGE              48 225  1   1 rd/c0d28p1
b $STORAGE              48 226  1   1 rd/c0d28p2
b $STORAGE              48 227  1   1 rd/c0d28p3
b $STORAGE              48 228  1   1 rd/c0d28p4
b $STORAGE              48 229  1   1 rd/c0d28p5
b $STORAGE              48 230  1   1 rd/c0d28p6
b $STORAGE              48 231  1   1 rd/c0d28p7
b $STORAGE              48 232  1   1 rd/c0d29
b $STORAGE              48 233  1   1 rd/c0d29p1
b $STORAGE              48 234  1   1 rd/c0d29p2
b $STORAGE              48 235  1   1 rd/c0d29p3
b $STORAGE              48 236  1   1 rd/c0d29p4
b $STORAGE              48 237  1   1 rd/c0d29p5
b $STORAGE              48 238  1   1 rd/c0d29p6
b $STORAGE              48 239  1   1 rd/c0d29p7
b $STORAGE              48 240  1   1 rd/c0d30
b $STORAGE              48 241  1   1 rd/c0d30p1
b $STORAGE              48 242  1   1 rd/c0d30p2
b $STORAGE              48 243  1   1 rd/c0d30p3
b $STORAGE              48 244  1   1 rd/c0d30p4
b $STORAGE              48 245  1   1 rd/c0d30p5
b $STORAGE              48 246  1   1 rd/c0d30p6
b $STORAGE              48 247  1   1 rd/c0d30p7
b $STORAGE              48 248  1   1 rd/c0d31
b $STORAGE              48 249  1   1 rd/c0d31p1
b $STORAGE              48 250  1   1 rd/c0d31p2
b $STORAGE              48 251  1   1 rd/c0d31p3
b $STORAGE              48 252  1   1 rd/c0d31p4
b $STORAGE              48 253  1   1 rd/c0d31p5
b $STORAGE              48 254  1   1 rd/c0d31p6
b $STORAGE              48 255  1   1 rd/c0d31p7
b $STORAGE              49   0  1   1 rd/c1d0
b $STORAGE              49   1  1   1 rd/c1d0p1
b $STORAGE              49   2  1   1 rd/c1d0p2
b $STORAGE              49   3  1   1 rd/c1d0p3
b $STORAGE              49   4  1   1 rd/c1d0p4
b $STORAGE              49   5  1   1 rd/c1d0p5
b $STORAGE              49   6  1   1 rd/c1d0p6
b $STORAGE              49   7  1   1 rd/c1d0p7
b $STORAGE              49   8  1   1 rd/c1d1
b $STORAGE              49   9  1   1 rd/c1d1p1
b $STORAGE              49  10  1   1 rd/c1d1p2
b $STORAGE              49  11  1   1 rd/c1d1p3
b $STORAGE              49  12  1   1 rd/c1d1p4
b $STORAGE              49  13  1   1 rd/c1d1p5
b $STORAGE              49  14  1   1 rd/c1d1p6
b $STORAGE              49  15  1   1 rd/c1d1p7
b $STORAGE              49  16  1   1 rd/c1d2
b $STORAGE              49  17  1   1 rd/c1d2p1
b $STORAGE              49  18  1   1 rd/c1d2p2
b $STORAGE              49  19  1   1 rd/c1d2p3
b $STORAGE              49  20  1   1 rd/c1d2p4
b $STORAGE              49  21  1   1 rd/c1d2p5
b $STORAGE              49  22  1   1 rd/c1d2p6
b $STORAGE              49  23  1   1 rd/c1d2p7
b $STORAGE              49  24  1   1 rd/c1d3
b $STORAGE              49  25  1   1 rd/c1d3p1
b $STORAGE              49  26  1   1 rd/c1d3p2
b $STORAGE              49  27  1   1 rd/c1d3p3
b $STORAGE              49  28  1   1 rd/c1d3p4
b $STORAGE              49  29  1   1 rd/c1d3p5
b $STORAGE              49  30  1   1 rd/c1d3p6
b $STORAGE              49  31  1   1 rd/c1d3p7
b $STORAGE              49  32  1   1 rd/c1d4
b $STORAGE              49  33  1   1 rd/c1d4p1
b $STORAGE              49  34  1   1 rd/c1d4p2
b $STORAGE              49  35  1   1 rd/c1d4p3
b $STORAGE              49  36  1   1 rd/c1d4p4
b $STORAGE              49  37  1   1 rd/c1d4p5
b $STORAGE              49  38  1   1 rd/c1d4p6
b $STORAGE              49  39  1   1 rd/c1d4p7
b $STORAGE              49  40  1   1 rd/c1d5
b $STORAGE              49  41  1   1 rd/c1d5p1
b $STORAGE              49  42  1   1 rd/c1d5p2
b $STORAGE              49  43  1   1 rd/c1d5p3
b $STORAGE              49  44  1   1 rd/c1d5p4
b $STORAGE              49  45  1   1 rd/c1d5p5
b $STORAGE              49  46  1   1 rd/c1d5p6
b $STORAGE              49  47  1   1 rd/c1d5p7
b $STORAGE              49  48  1   1 rd/c1d6
b $STORAGE              49  49  1   1 rd/c1d6p1
b $STORAGE              49  50  1   1 rd/c1d6p2
b $STORAGE              49  51  1   1 rd/c1d6p3
b $STORAGE              49  52  1   1 rd/c1d6p4
b $STORAGE              49  53  1   1 rd/c1d6p5
b $STORAGE              49  54  1   1 rd/c1d6p6
b $STORAGE              49  55  1   1 rd/c1d6p7
b $STORAGE              49  56  1   1 rd/c1d7
b $STORAGE              49  57  1   1 rd/c1d7p1
b $STORAGE              49  58  1   1 rd/c1d7p2
b $STORAGE              49  59  1   1 rd/c1d7p3
b $STORAGE              49  60  1   1 rd/c1d7p4
b $STORAGE              49  61  1   1 rd/c1d7p5
b $STORAGE              49  62  1   1 rd/c1d7p6
b $STORAGE              49  63  1   1 rd/c1d7p7
b $STORAGE              49  64  1   1 rd/c1d8
b $STORAGE              49  65  1   1 rd/c1d8p1
b $STORAGE              49  66  1   1 rd/c1d8p2
b $STORAGE              49  67  1   1 rd/c1d8p3
b $STORAGE              49  68  1   1 rd/c1d8p4
b $STORAGE              49  69  1   1 rd/c1d8p5
b $STORAGE              49  70  1   1 rd/c1d8p6
b $STORAGE              49  71  1   1 rd/c1d8p7
b $STORAGE              49  72  1   1 rd/c1d9
b $STORAGE              49  73  1   1 rd/c1d9p1
b $STORAGE              49  74  1   1 rd/c1d9p2
b $STORAGE              49  75  1   1 rd/c1d9p3
b $STORAGE              49  76  1   1 rd/c1d9p4
b $STORAGE              49  77  1   1 rd/c1d9p5
b $STORAGE              49  78  1   1 rd/c1d9p6
b $STORAGE              49  79  1   1 rd/c1d9p7
b $STORAGE              49  80  1   1 rd/c1d10
b $STORAGE              49  81  1   1 rd/c1d10p1
b $STORAGE              49  82  1   1 rd/c1d10p2
b $STORAGE              49  83  1   1 rd/c1d10p3
b $STORAGE              49  84  1   1 rd/c1d10p4
b $STORAGE              49  85  1   1 rd/c1d10p5
b $STORAGE              49  86  1   1 rd/c1d10p6
b $STORAGE              49  87  1   1 rd/c1d10p7
b $STORAGE              49  88  1   1 rd/c1d11
b $STORAGE              49  89  1   1 rd/c1d11p1
b $STORAGE              49  90  1   1 rd/c1d11p2
b $STORAGE              49  91  1   1 rd/c1d11p3
b $STORAGE              49  92  1   1 rd/c1d11p4
b $STORAGE              49  93  1   1 rd/c1d11p5
b $STORAGE              49  94  1   1 rd/c1d11p6
b $STORAGE              49  95  1   1 rd/c1d11p7
b $STORAGE              49  96  1   1 rd/c1d12
b $STORAGE              49  97  1   1 rd/c1d12p1
b $STORAGE              49  98  1   1 rd/c1d12p2
b $STORAGE              49  99  1   1 rd/c1d12p3
b $STORAGE              49 100  1   1 rd/c1d12p4
b $STORAGE              49 101  1   1 rd/c1d12p5
b $STORAGE              49 102  1   1 rd/c1d12p6
b $STORAGE              49 103  1   1 rd/c1d12p7
b $STORAGE              49 104  1   1 rd/c1d13
b $STORAGE              49 105  1   1 rd/c1d13p1
b $STORAGE              49 106  1   1 rd/c1d13p2
b $STORAGE              49 107  1   1 rd/c1d13p3
b $STORAGE              49 108  1   1 rd/c1d13p4
b $STORAGE              49 109  1   1 rd/c1d13p5
b $STORAGE              49 110  1   1 rd/c1d13p6
b $STORAGE              49 111  1   1 rd/c1d13p7
b $STORAGE              49 112  1   1 rd/c1d14
b $STORAGE              49 113  1   1 rd/c1d14p1
b $STORAGE              49 114  1   1 rd/c1d14p2
b $STORAGE              49 115  1   1 rd/c1d14p3
b $STORAGE              49 116  1   1 rd/c1d14p4
b $STORAGE              49 117  1   1 rd/c1d14p5
b $STORAGE              49 118  1   1 rd/c1d14p6
b $STORAGE              49 119  1   1 rd/c1d14p7
b $STORAGE              49 120  1   1 rd/c1d15
b $STORAGE              49 121  1   1 rd/c1d15p1
b $STORAGE              49 122  1   1 rd/c1d15p2
b $STORAGE              49 123  1   1 rd/c1d15p3
b $STORAGE              49 124  1   1 rd/c1d15p4
b $STORAGE              49 125  1   1 rd/c1d15p5
b $STORAGE              49 126  1   1 rd/c1d15p6
b $STORAGE              49 127  1   1 rd/c1d15p7
b $STORAGE              49 128  1   1 rd/c1d16
b $STORAGE              49 129  1   1 rd/c1d16p1
b $STORAGE              49 130  1   1 rd/c1d16p2
b $STORAGE              49 131  1   1 rd/c1d16p3
b $STORAGE              49 132  1   1 rd/c1d16p4
b $STORAGE              49 133  1   1 rd/c1d16p5
b $STORAGE              49 134  1   1 rd/c1d16p6
b $STORAGE              49 135  1   1 rd/c1d16p7
b $STORAGE              49 136  1   1 rd/c1d17
b $STORAGE              49 137  1   1 rd/c1d17p1
b $STORAGE              49 138  1   1 rd/c1d17p2
b $STORAGE              49 139  1   1 rd/c1d17p3
b $STORAGE              49 140  1   1 rd/c1d17p4
b $STORAGE              49 141  1   1 rd/c1d17p5
b $STORAGE              49 142  1   1 rd/c1d17p6
b $STORAGE              49 143  1   1 rd/c1d17p7
b $STORAGE              49 144  1   1 rd/c1d18
b $STORAGE              49 145  1   1 rd/c1d18p1
b $STORAGE              49 146  1   1 rd/c1d18p2
b $STORAGE              49 147  1   1 rd/c1d18p3
b $STORAGE              49 148  1   1 rd/c1d18p4
b $STORAGE              49 149  1   1 rd/c1d18p5
b $STORAGE              49 150  1   1 rd/c1d18p6
b $STORAGE              49 151  1   1 rd/c1d18p7
b $STORAGE              49 152  1   1 rd/c1d19
b $STORAGE              49 153  1   1 rd/c1d19p1
b $STORAGE              49 154  1   1 rd/c1d19p2
b $STORAGE              49 155  1   1 rd/c1d19p3
b $STORAGE              49 156  1   1 rd/c1d19p4
b $STORAGE              49 157  1   1 rd/c1d19p5
b $STORAGE              49 158  1   1 rd/c1d19p6
b $STORAGE              49 159  1   1 rd/c1d19p7
b $STORAGE              49 160  1   1 rd/c1d20
b $STORAGE              49 161  1   1 rd/c1d20p1
b $STORAGE              49 162  1   1 rd/c1d20p2
b $STORAGE              49 163  1   1 rd/c1d20p3
b $STORAGE              49 164  1   1 rd/c1d20p4
b $STORAGE              49 165  1   1 rd/c1d20p5
b $STORAGE              49 166  1   1 rd/c1d20p6
b $STORAGE              49 167  1   1 rd/c1d20p7
b $STORAGE              49 168  1   1 rd/c1d21
b $STORAGE              49 169  1   1 rd/c1d21p1
b $STORAGE              49 170  1   1 rd/c1d21p2
b $STORAGE              49 171  1   1 rd/c1d21p3
b $STORAGE              49 172  1   1 rd/c1d21p4
b $STORAGE              49 173  1   1 rd/c1d21p5
b $STORAGE              49 174  1   1 rd/c1d21p6
b $STORAGE              49 175  1   1 rd/c1d21p7
b $STORAGE              49 176  1   1 rd/c1d22
b $STORAGE              49 177  1   1 rd/c1d22p1
b $STORAGE              49 178  1   1 rd/c1d22p2
b $STORAGE              49 179  1   1 rd/c1d22p3
b $STORAGE              49 180  1   1 rd/c1d22p4
b $STORAGE              49 181  1   1 rd/c1d22p5
b $STORAGE              49 182  1   1 rd/c1d22p6
b $STORAGE              49 183  1   1 rd/c1d22p7
b $STORAGE              49 184  1   1 rd/c1d23
b $STORAGE              49 185  1   1 rd/c1d23p1
b $STORAGE              49 186  1   1 rd/c1d23p2
b $STORAGE              49 187  1   1 rd/c1d23p3
b $STORAGE              49 188  1   1 rd/c1d23p4
b $STORAGE              49 189  1   1 rd/c1d23p5
b $STORAGE              49 190  1   1 rd/c1d23p6
b $STORAGE              49 191  1   1 rd/c1d23p7
b $STORAGE              49 192  1   1 rd/c1d24
b $STORAGE              49 193  1   1 rd/c1d24p1
b $STORAGE              49 194  1   1 rd/c1d24p2
b $STORAGE              49 195  1   1 rd/c1d24p3
b $STORAGE              49 196  1   1 rd/c1d24p4
b $STORAGE              49 197  1   1 rd/c1d24p5
b $STORAGE              49 198  1   1 rd/c1d24p6
b $STORAGE              49 199  1   1 rd/c1d24p7
b $STORAGE              49 200  1   1 rd/c1d25
b $STORAGE              49 201  1   1 rd/c1d25p1
b $STORAGE              49 202  1   1 rd/c1d25p2
b $STORAGE              49 203  1   1 rd/c1d25p3
b $STORAGE              49 204  1   1 rd/c1d25p4
b $STORAGE              49 205  1   1 rd/c1d25p5
b $STORAGE              49 206  1   1 rd/c1d25p6
b $STORAGE              49 207  1   1 rd/c1d25p7
b $STORAGE              49 208  1   1 rd/c1d26
b $STORAGE              49 209  1   1 rd/c1d26p1
b $STORAGE              49 210  1   1 rd/c1d26p2
b $STORAGE              49 211  1   1 rd/c1d26p3
b $STORAGE              49 212  1   1 rd/c1d26p4
b $STORAGE              49 213  1   1 rd/c1d26p5
b $STORAGE              49 214  1   1 rd/c1d26p6
b $STORAGE              49 215  1   1 rd/c1d26p7
b $STORAGE              49 216  1   1 rd/c1d27
b $STORAGE              49 217  1   1 rd/c1d27p1
b $STORAGE              49 218  1   1 rd/c1d27p2
b $STORAGE              49 219  1   1 rd/c1d27p3
b $STORAGE              49 220  1   1 rd/c1d27p4
b $STORAGE              49 221  1   1 rd/c1d27p5
b $STORAGE              49 222  1   1 rd/c1d27p6
b $STORAGE              49 223  1   1 rd/c1d27p7
b $STORAGE              49 224  1   1 rd/c1d28
b $STORAGE              49 225  1   1 rd/c1d28p1
b $STORAGE              49 226  1   1 rd/c1d28p2
b $STORAGE              49 227  1   1 rd/c1d28p3
b $STORAGE              49 228  1   1 rd/c1d28p4
b $STORAGE              49 229  1   1 rd/c1d28p5
b $STORAGE              49 230  1   1 rd/c1d28p6
b $STORAGE              49 231  1   1 rd/c1d28p7
b $STORAGE              49 232  1   1 rd/c1d29
b $STORAGE              49 233  1   1 rd/c1d29p1
b $STORAGE              49 234  1   1 rd/c1d29p2
b $STORAGE              49 235  1   1 rd/c1d29p3
b $STORAGE              49 236  1   1 rd/c1d29p4
b $STORAGE              49 237  1   1 rd/c1d29p5
b $STORAGE              49 238  1   1 rd/c1d29p6
b $STORAGE              49 239  1   1 rd/c1d29p7
b $STORAGE              49 240  1   1 rd/c1d30
b $STORAGE              49 241  1   1 rd/c1d30p1
b $STORAGE              49 242  1   1 rd/c1d30p2
b $STORAGE              49 243  1   1 rd/c1d30p3
b $STORAGE              49 244  1   1 rd/c1d30p4
b $STORAGE              49 245  1   1 rd/c1d30p5
b $STORAGE              49 246  1   1 rd/c1d30p6
b $STORAGE              49 247  1   1 rd/c1d30p7
b $STORAGE              49 248  1   1 rd/c1d31
b $STORAGE              49 249  1   1 rd/c1d31p1
b $STORAGE              49 250  1   1 rd/c1d31p2
b $STORAGE              49 251  1   1 rd/c1d31p3
b $STORAGE              49 252  1   1 rd/c1d31p4
b $STORAGE              49 253  1   1 rd/c1d31p5
b $STORAGE              49 254  1   1 rd/c1d31p6
b $STORAGE              49 255  1   1 rd/c1d31p7
b $STORAGE              50   0  1   1 rd/c2d0
b $STORAGE              50   1  1   1 rd/c2d0p1
b $STORAGE              50   2  1   1 rd/c2d0p2
b $STORAGE              50   3  1   1 rd/c2d0p3
b $STORAGE              50   4  1   1 rd/c2d0p4
b $STORAGE              50   5  1   1 rd/c2d0p5
b $STORAGE              50   6  1   1 rd/c2d0p6
b $STORAGE              50   7  1   1 rd/c2d0p7
b $STORAGE              50   8  1   1 rd/c2d1
b $STORAGE              50   9  1   1 rd/c2d1p1
b $STORAGE              50  10  1   1 rd/c2d1p2
b $STORAGE              50  11  1   1 rd/c2d1p3
b $STORAGE              50  12  1   1 rd/c2d1p4
b $STORAGE              50  13  1   1 rd/c2d1p5
b $STORAGE              50  14  1   1 rd/c2d1p6
b $STORAGE              50  15  1   1 rd/c2d1p7
b $STORAGE              50  16  1   1 rd/c2d2
b $STORAGE              50  17  1   1 rd/c2d2p1
b $STORAGE              50  18  1   1 rd/c2d2p2
b $STORAGE              50  19  1   1 rd/c2d2p3
b $STORAGE              50  20  1   1 rd/c2d2p4
b $STORAGE              50  21  1   1 rd/c2d2p5
b $STORAGE              50  22  1   1 rd/c2d2p6
b $STORAGE              50  23  1   1 rd/c2d2p7
b $STORAGE              50  24  1   1 rd/c2d3
b $STORAGE              50  25  1   1 rd/c2d3p1
b $STORAGE              50  26  1   1 rd/c2d3p2
b $STORAGE              50  27  1   1 rd/c2d3p3
b $STORAGE              50  28  1   1 rd/c2d3p4
b $STORAGE              50  29  1   1 rd/c2d3p5
b $STORAGE              50  30  1   1 rd/c2d3p6
b $STORAGE              50  31  1   1 rd/c2d3p7
b $STORAGE              50  32  1   1 rd/c2d4
b $STORAGE              50  33  1   1 rd/c2d4p1
b $STORAGE              50  34  1   1 rd/c2d4p2
b $STORAGE              50  35  1   1 rd/c2d4p3
b $STORAGE              50  36  1   1 rd/c2d4p4
b $STORAGE              50  37  1   1 rd/c2d4p5
b $STORAGE              50  38  1   1 rd/c2d4p6
b $STORAGE              50  39  1   1 rd/c2d4p7
b $STORAGE              50  40  1   1 rd/c2d5
b $STORAGE              50  41  1   1 rd/c2d5p1
b $STORAGE              50  42  1   1 rd/c2d5p2
b $STORAGE              50  43  1   1 rd/c2d5p3
b $STORAGE              50  44  1   1 rd/c2d5p4
b $STORAGE              50  45  1   1 rd/c2d5p5
b $STORAGE              50  46  1   1 rd/c2d5p6
b $STORAGE              50  47  1   1 rd/c2d5p7
b $STORAGE              50  48  1   1 rd/c2d6
b $STORAGE              50  49  1   1 rd/c2d6p1
b $STORAGE              50  50  1   1 rd/c2d6p2
b $STORAGE              50  51  1   1 rd/c2d6p3
b $STORAGE              50  52  1   1 rd/c2d6p4
b $STORAGE              50  53  1   1 rd/c2d6p5
b $STORAGE              50  54  1   1 rd/c2d6p6
b $STORAGE              50  55  1   1 rd/c2d6p7
b $STORAGE              50  56  1   1 rd/c2d7
b $STORAGE              50  57  1   1 rd/c2d7p1
b $STORAGE              50  58  1   1 rd/c2d7p2
b $STORAGE              50  59  1   1 rd/c2d7p3
b $STORAGE              50  60  1   1 rd/c2d7p4
b $STORAGE              50  61  1   1 rd/c2d7p5
b $STORAGE              50  62  1   1 rd/c2d7p6
b $STORAGE              50  63  1   1 rd/c2d7p7
b $STORAGE              50  64  1   1 rd/c2d8
b $STORAGE              50  65  1   1 rd/c2d8p1
b $STORAGE              50  66  1   1 rd/c2d8p2
b $STORAGE              50  67  1   1 rd/c2d8p3
b $STORAGE              50  68  1   1 rd/c2d8p4
b $STORAGE              50  69  1   1 rd/c2d8p5
b $STORAGE              50  70  1   1 rd/c2d8p6
b $STORAGE              50  71  1   1 rd/c2d8p7
b $STORAGE              50  72  1   1 rd/c2d9
b $STORAGE              50  73  1   1 rd/c2d9p1
b $STORAGE              50  74  1   1 rd/c2d9p2
b $STORAGE              50  75  1   1 rd/c2d9p3
b $STORAGE              50  76  1   1 rd/c2d9p4
b $STORAGE              50  77  1   1 rd/c2d9p5
b $STORAGE              50  78  1   1 rd/c2d9p6
b $STORAGE              50  79  1   1 rd/c2d9p7
b $STORAGE              50  80  1   1 rd/c2d10
b $STORAGE              50  81  1   1 rd/c2d10p1
b $STORAGE              50  82  1   1 rd/c2d10p2
b $STORAGE              50  83  1   1 rd/c2d10p3
b $STORAGE              50  84  1   1 rd/c2d10p4
b $STORAGE              50  85  1   1 rd/c2d10p5
b $STORAGE              50  86  1   1 rd/c2d10p6
b $STORAGE              50  87  1   1 rd/c2d10p7
b $STORAGE              50  88  1   1 rd/c2d11
b $STORAGE              50  89  1   1 rd/c2d11p1
b $STORAGE              50  90  1   1 rd/c2d11p2
b $STORAGE              50  91  1   1 rd/c2d11p3
b $STORAGE              50  92  1   1 rd/c2d11p4
b $STORAGE              50  93  1   1 rd/c2d11p5
b $STORAGE              50  94  1   1 rd/c2d11p6
b $STORAGE              50  95  1   1 rd/c2d11p7
b $STORAGE              50  96  1   1 rd/c2d12
b $STORAGE              50  97  1   1 rd/c2d12p1
b $STORAGE              50  98  1   1 rd/c2d12p2
b $STORAGE              50  99  1   1 rd/c2d12p3
b $STORAGE              50 100  1   1 rd/c2d12p4
b $STORAGE              50 101  1   1 rd/c2d12p5
b $STORAGE              50 102  1   1 rd/c2d12p6
b $STORAGE              50 103  1   1 rd/c2d12p7
b $STORAGE              50 104  1   1 rd/c2d13
b $STORAGE              50 105  1   1 rd/c2d13p1
b $STORAGE              50 106  1   1 rd/c2d13p2
b $STORAGE              50 107  1   1 rd/c2d13p3
b $STORAGE              50 108  1   1 rd/c2d13p4
b $STORAGE              50 109  1   1 rd/c2d13p5
b $STORAGE              50 110  1   1 rd/c2d13p6
b $STORAGE              50 111  1   1 rd/c2d13p7
b $STORAGE              50 112  1   1 rd/c2d14
b $STORAGE              50 113  1   1 rd/c2d14p1
b $STORAGE              50 114  1   1 rd/c2d14p2
b $STORAGE              50 115  1   1 rd/c2d14p3
b $STORAGE              50 116  1   1 rd/c2d14p4
b $STORAGE              50 117  1   1 rd/c2d14p5
b $STORAGE              50 118  1   1 rd/c2d14p6
b $STORAGE              50 119  1   1 rd/c2d14p7
b $STORAGE              50 120  1   1 rd/c2d15
b $STORAGE              50 121  1   1 rd/c2d15p1
b $STORAGE              50 122  1   1 rd/c2d15p2
b $STORAGE              50 123  1   1 rd/c2d15p3
b $STORAGE              50 124  1   1 rd/c2d15p4
b $STORAGE              50 125  1   1 rd/c2d15p5
b $STORAGE              50 126  1   1 rd/c2d15p6
b $STORAGE              50 127  1   1 rd/c2d15p7
b $STORAGE              50 128  1   1 rd/c2d16
b $STORAGE              50 129  1   1 rd/c2d16p1
b $STORAGE              50 130  1   1 rd/c2d16p2
b $STORAGE              50 131  1   1 rd/c2d16p3
b $STORAGE              50 132  1   1 rd/c2d16p4
b $STORAGE              50 133  1   1 rd/c2d16p5
b $STORAGE              50 134  1   1 rd/c2d16p6
b $STORAGE              50 135  1   1 rd/c2d16p7
b $STORAGE              50 136  1   1 rd/c2d17
b $STORAGE              50 137  1   1 rd/c2d17p1
b $STORAGE              50 138  1   1 rd/c2d17p2
b $STORAGE              50 139  1   1 rd/c2d17p3
b $STORAGE              50 140  1   1 rd/c2d17p4
b $STORAGE              50 141  1   1 rd/c2d17p5
b $STORAGE              50 142  1   1 rd/c2d17p6
b $STORAGE              50 143  1   1 rd/c2d17p7
b $STORAGE              50 144  1   1 rd/c2d18
b $STORAGE              50 145  1   1 rd/c2d18p1
b $STORAGE              50 146  1   1 rd/c2d18p2
b $STORAGE              50 147  1   1 rd/c2d18p3
b $STORAGE              50 148  1   1 rd/c2d18p4
b $STORAGE              50 149  1   1 rd/c2d18p5
b $STORAGE              50 150  1   1 rd/c2d18p6
b $STORAGE              50 151  1   1 rd/c2d18p7
b $STORAGE              50 152  1   1 rd/c2d19
b $STORAGE              50 153  1   1 rd/c2d19p1
b $STORAGE              50 154  1   1 rd/c2d19p2
b $STORAGE              50 155  1   1 rd/c2d19p3
b $STORAGE              50 156  1   1 rd/c2d19p4
b $STORAGE              50 157  1   1 rd/c2d19p5
b $STORAGE              50 158  1   1 rd/c2d19p6
b $STORAGE              50 159  1   1 rd/c2d19p7
b $STORAGE              50 160  1   1 rd/c2d20
b $STORAGE              50 161  1   1 rd/c2d20p1
b $STORAGE              50 162  1   1 rd/c2d20p2
b $STORAGE              50 163  1   1 rd/c2d20p3
b $STORAGE              50 164  1   1 rd/c2d20p4
b $STORAGE              50 165  1   1 rd/c2d20p5
b $STORAGE              50 166  1   1 rd/c2d20p6
b $STORAGE              50 167  1   1 rd/c2d20p7
b $STORAGE              50 168  1   1 rd/c2d21
b $STORAGE              50 169  1   1 rd/c2d21p1
b $STORAGE              50 170  1   1 rd/c2d21p2
b $STORAGE              50 171  1   1 rd/c2d21p3
b $STORAGE              50 172  1   1 rd/c2d21p4
b $STORAGE              50 173  1   1 rd/c2d21p5
b $STORAGE              50 174  1   1 rd/c2d21p6
b $STORAGE              50 175  1   1 rd/c2d21p7
b $STORAGE              50 176  1   1 rd/c2d22
b $STORAGE              50 177  1   1 rd/c2d22p1
b $STORAGE              50 178  1   1 rd/c2d22p2
b $STORAGE              50 179  1   1 rd/c2d22p3
b $STORAGE              50 180  1   1 rd/c2d22p4
b $STORAGE              50 181  1   1 rd/c2d22p5
b $STORAGE              50 182  1   1 rd/c2d22p6
b $STORAGE              50 183  1   1 rd/c2d22p7
b $STORAGE              50 184  1   1 rd/c2d23
b $STORAGE              50 185  1   1 rd/c2d23p1
b $STORAGE              50 186  1   1 rd/c2d23p2
b $STORAGE              50 187  1   1 rd/c2d23p3
b $STORAGE              50 188  1   1 rd/c2d23p4
b $STORAGE              50 189  1   1 rd/c2d23p5
b $STORAGE              50 190  1   1 rd/c2d23p6
b $STORAGE              50 191  1   1 rd/c2d23p7
b $STORAGE              50 192  1   1 rd/c2d24
b $STORAGE              50 193  1   1 rd/c2d24p1
b $STORAGE              50 194  1   1 rd/c2d24p2
b $STORAGE              50 195  1   1 rd/c2d24p3
b $STORAGE              50 196  1   1 rd/c2d24p4
b $STORAGE              50 197  1   1 rd/c2d24p5
b $STORAGE              50 198  1   1 rd/c2d24p6
b $STORAGE              50 199  1   1 rd/c2d24p7
b $STORAGE              50 200  1   1 rd/c2d25
b $STORAGE              50 201  1   1 rd/c2d25p1
b $STORAGE              50 202  1   1 rd/c2d25p2
b $STORAGE              50 203  1   1 rd/c2d25p3
b $STORAGE              50 204  1   1 rd/c2d25p4
b $STORAGE              50 205  1   1 rd/c2d25p5
b $STORAGE              50 206  1   1 rd/c2d25p6
b $STORAGE              50 207  1   1 rd/c2d25p7
b $STORAGE              50 208  1   1 rd/c2d26
b $STORAGE              50 209  1   1 rd/c2d26p1
b $STORAGE              50 210  1   1 rd/c2d26p2
b $STORAGE              50 211  1   1 rd/c2d26p3
b $STORAGE              50 212  1   1 rd/c2d26p4
b $STORAGE              50 213  1   1 rd/c2d26p5
b $STORAGE              50 214  1   1 rd/c2d26p6
b $STORAGE              50 215  1   1 rd/c2d26p7
b $STORAGE              50 216  1   1 rd/c2d27
b $STORAGE              50 217  1   1 rd/c2d27p1
b $STORAGE              50 218  1   1 rd/c2d27p2
b $STORAGE              50 219  1   1 rd/c2d27p3
b $STORAGE              50 220  1   1 rd/c2d27p4
b $STORAGE              50 221  1   1 rd/c2d27p5
b $STORAGE              50 222  1   1 rd/c2d27p6
b $STORAGE              50 223  1   1 rd/c2d27p7
b $STORAGE              50 224  1   1 rd/c2d28
b $STORAGE              50 225  1   1 rd/c2d28p1
b $STORAGE              50 226  1   1 rd/c2d28p2
b $STORAGE              50 227  1   1 rd/c2d28p3
b $STORAGE              50 228  1   1 rd/c2d28p4
b $STORAGE              50 229  1   1 rd/c2d28p5
b $STORAGE              50 230  1   1 rd/c2d28p6
b $STORAGE              50 231  1   1 rd/c2d28p7
b $STORAGE              50 232  1   1 rd/c2d29
b $STORAGE              50 233  1   1 rd/c2d29p1
b $STORAGE              50 234  1   1 rd/c2d29p2
b $STORAGE              50 235  1   1 rd/c2d29p3
b $STORAGE              50 236  1   1 rd/c2d29p4
b $STORAGE              50 237  1   1 rd/c2d29p5
b $STORAGE              50 238  1   1 rd/c2d29p6
b $STORAGE              50 239  1   1 rd/c2d29p7
b $STORAGE              50 240  1   1 rd/c2d30
b $STORAGE              50 241  1   1 rd/c2d30p1
b $STORAGE              50 242  1   1 rd/c2d30p2
b $STORAGE              50 243  1   1 rd/c2d30p3
b $STORAGE              50 244  1   1 rd/c2d30p4
b $STORAGE              50 245  1   1 rd/c2d30p5
b $STORAGE              50 246  1   1 rd/c2d30p6
b $STORAGE              50 247  1   1 rd/c2d30p7
b $STORAGE              50 248  1   1 rd/c2d31
b $STORAGE              50 249  1   1 rd/c2d31p1
b $STORAGE              50 250  1   1 rd/c2d31p2
b $STORAGE              50 251  1   1 rd/c2d31p3
b $STORAGE              50 252  1   1 rd/c2d31p4
b $STORAGE              50 253  1   1 rd/c2d31p5
b $STORAGE              50 254  1   1 rd/c2d31p6
b $STORAGE              50 255  1   1 rd/c2d31p7
b $STORAGE              51   0  1   1 rd/c3d0
b $STORAGE              51   1  1   1 rd/c3d0p1
b $STORAGE              51   2  1   1 rd/c3d0p2
b $STORAGE              51   3  1   1 rd/c3d0p3
b $STORAGE              51   4  1   1 rd/c3d0p4
b $STORAGE              51   5  1   1 rd/c3d0p5
b $STORAGE              51   6  1   1 rd/c3d0p6
b $STORAGE              51   7  1   1 rd/c3d0p7
b $STORAGE              51   8  1   1 rd/c3d1
b $STORAGE              51   9  1   1 rd/c3d1p1
b $STORAGE              51  10  1   1 rd/c3d1p2
b $STORAGE              51  11  1   1 rd/c3d1p3
b $STORAGE              51  12  1   1 rd/c3d1p4
b $STORAGE              51  13  1   1 rd/c3d1p5
b $STORAGE              51  14  1   1 rd/c3d1p6
b $STORAGE              51  15  1   1 rd/c3d1p7
b $STORAGE              51  16  1   1 rd/c3d2
b $STORAGE              51  17  1   1 rd/c3d2p1
b $STORAGE              51  18  1   1 rd/c3d2p2
b $STORAGE              51  19  1   1 rd/c3d2p3
b $STORAGE              51  20  1   1 rd/c3d2p4
b $STORAGE              51  21  1   1 rd/c3d2p5
b $STORAGE              51  22  1   1 rd/c3d2p6
b $STORAGE              51  23  1   1 rd/c3d2p7
b $STORAGE              51  24  1   1 rd/c3d3
b $STORAGE              51  25  1   1 rd/c3d3p1
b $STORAGE              51  26  1   1 rd/c3d3p2
b $STORAGE              51  27  1   1 rd/c3d3p3
b $STORAGE              51  28  1   1 rd/c3d3p4
b $STORAGE              51  29  1   1 rd/c3d3p5
b $STORAGE              51  30  1   1 rd/c3d3p6
b $STORAGE              51  31  1   1 rd/c3d3p7
b $STORAGE              51  32  1   1 rd/c3d4
b $STORAGE              51  33  1   1 rd/c3d4p1
b $STORAGE              51  34  1   1 rd/c3d4p2
b $STORAGE              51  35  1   1 rd/c3d4p3
b $STORAGE              51  36  1   1 rd/c3d4p4
b $STORAGE              51  37  1   1 rd/c3d4p5
b $STORAGE              51  38  1   1 rd/c3d4p6
b $STORAGE              51  39  1   1 rd/c3d4p7
b $STORAGE              51  40  1   1 rd/c3d5
b $STORAGE              51  41  1   1 rd/c3d5p1
b $STORAGE              51  42  1   1 rd/c3d5p2
b $STORAGE              51  43  1   1 rd/c3d5p3
b $STORAGE              51  44  1   1 rd/c3d5p4
b $STORAGE              51  45  1   1 rd/c3d5p5
b $STORAGE              51  46  1   1 rd/c3d5p6
b $STORAGE              51  47  1   1 rd/c3d5p7
b $STORAGE              51  48  1   1 rd/c3d6
b $STORAGE              51  49  1   1 rd/c3d6p1
b $STORAGE              51  50  1   1 rd/c3d6p2
b $STORAGE              51  51  1   1 rd/c3d6p3
b $STORAGE              51  52  1   1 rd/c3d6p4
b $STORAGE              51  53  1   1 rd/c3d6p5
b $STORAGE              51  54  1   1 rd/c3d6p6
b $STORAGE              51  55  1   1 rd/c3d6p7
b $STORAGE              51  56  1   1 rd/c3d7
b $STORAGE              51  57  1   1 rd/c3d7p1
b $STORAGE              51  58  1   1 rd/c3d7p2
b $STORAGE              51  59  1   1 rd/c3d7p3
b $STORAGE              51  60  1   1 rd/c3d7p4
b $STORAGE              51  61  1   1 rd/c3d7p5
b $STORAGE              51  62  1   1 rd/c3d7p6
b $STORAGE              51  63  1   1 rd/c3d7p7
b $STORAGE              51  64  1   1 rd/c3d8
b $STORAGE              51  65  1   1 rd/c3d8p1
b $STORAGE              51  66  1   1 rd/c3d8p2
b $STORAGE              51  67  1   1 rd/c3d8p3
b $STORAGE              51  68  1   1 rd/c3d8p4
b $STORAGE              51  69  1   1 rd/c3d8p5
b $STORAGE              51  70  1   1 rd/c3d8p6
b $STORAGE              51  71  1   1 rd/c3d8p7
b $STORAGE              51  72  1   1 rd/c3d9
b $STORAGE              51  73  1   1 rd/c3d9p1
b $STORAGE              51  74  1   1 rd/c3d9p2
b $STORAGE              51  75  1   1 rd/c3d9p3
b $STORAGE              51  76  1   1 rd/c3d9p4
b $STORAGE              51  77  1   1 rd/c3d9p5
b $STORAGE              51  78  1   1 rd/c3d9p6
b $STORAGE              51  79  1   1 rd/c3d9p7
b $STORAGE              51  80  1   1 rd/c3d10
b $STORAGE              51  81  1   1 rd/c3d10p1
b $STORAGE              51  82  1   1 rd/c3d10p2
b $STORAGE              51  83  1   1 rd/c3d10p3
b $STORAGE              51  84  1   1 rd/c3d10p4
b $STORAGE              51  85  1   1 rd/c3d10p5
b $STORAGE              51  86  1   1 rd/c3d10p6
b $STORAGE              51  87  1   1 rd/c3d10p7
b $STORAGE              51  88  1   1 rd/c3d11
b $STORAGE              51  89  1   1 rd/c3d11p1
b $STORAGE              51  90  1   1 rd/c3d11p2
b $STORAGE              51  91  1   1 rd/c3d11p3
b $STORAGE              51  92  1   1 rd/c3d11p4
b $STORAGE              51  93  1   1 rd/c3d11p5
b $STORAGE              51  94  1   1 rd/c3d11p6
b $STORAGE              51  95  1   1 rd/c3d11p7
b $STORAGE              51  96  1   1 rd/c3d12
b $STORAGE              51  97  1   1 rd/c3d12p1
b $STORAGE              51  98  1   1 rd/c3d12p2
b $STORAGE              51  99  1   1 rd/c3d12p3
b $STORAGE              51 100  1   1 rd/c3d12p4
b $STORAGE              51 101  1   1 rd/c3d12p5
b $STORAGE              51 102  1   1 rd/c3d12p6
b $STORAGE              51 103  1   1 rd/c3d12p7
b $STORAGE              51 104  1   1 rd/c3d13
b $STORAGE              51 105  1   1 rd/c3d13p1
b $STORAGE              51 106  1   1 rd/c3d13p2
b $STORAGE              51 107  1   1 rd/c3d13p3
b $STORAGE              51 108  1   1 rd/c3d13p4
b $STORAGE              51 109  1   1 rd/c3d13p5
b $STORAGE              51 110  1   1 rd/c3d13p6
b $STORAGE              51 111  1   1 rd/c3d13p7
b $STORAGE              51 112  1   1 rd/c3d14
b $STORAGE              51 113  1   1 rd/c3d14p1
b $STORAGE              51 114  1   1 rd/c3d14p2
b $STORAGE              51 115  1   1 rd/c3d14p3
b $STORAGE              51 116  1   1 rd/c3d14p4
b $STORAGE              51 117  1   1 rd/c3d14p5
b $STORAGE              51 118  1   1 rd/c3d14p6
b $STORAGE              51 119  1   1 rd/c3d14p7
b $STORAGE              51 120  1   1 rd/c3d15
b $STORAGE              51 121  1   1 rd/c3d15p1
b $STORAGE              51 122  1   1 rd/c3d15p2
b $STORAGE              51 123  1   1 rd/c3d15p3
b $STORAGE              51 124  1   1 rd/c3d15p4
b $STORAGE              51 125  1   1 rd/c3d15p5
b $STORAGE              51 126  1   1 rd/c3d15p6
b $STORAGE              51 127  1   1 rd/c3d15p7
b $STORAGE              51 128  1   1 rd/c3d16
b $STORAGE              51 129  1   1 rd/c3d16p1
b $STORAGE              51 130  1   1 rd/c3d16p2
b $STORAGE              51 131  1   1 rd/c3d16p3
b $STORAGE              51 132  1   1 rd/c3d16p4
b $STORAGE              51 133  1   1 rd/c3d16p5
b $STORAGE              51 134  1   1 rd/c3d16p6
b $STORAGE              51 135  1   1 rd/c3d16p7
b $STORAGE              51 136  1   1 rd/c3d17
b $STORAGE              51 137  1   1 rd/c3d17p1
b $STORAGE              51 138  1   1 rd/c3d17p2
b $STORAGE              51 139  1   1 rd/c3d17p3
b $STORAGE              51 140  1   1 rd/c3d17p4
b $STORAGE              51 141  1   1 rd/c3d17p5
b $STORAGE              51 142  1   1 rd/c3d17p6
b $STORAGE              51 143  1   1 rd/c3d17p7
b $STORAGE              51 144  1   1 rd/c3d18
b $STORAGE              51 145  1   1 rd/c3d18p1
b $STORAGE              51 146  1   1 rd/c3d18p2
b $STORAGE              51 147  1   1 rd/c3d18p3
b $STORAGE              51 148  1   1 rd/c3d18p4
b $STORAGE              51 149  1   1 rd/c3d18p5
b $STORAGE              51 150  1   1 rd/c3d18p6
b $STORAGE              51 151  1   1 rd/c3d18p7
b $STORAGE              51 152  1   1 rd/c3d19
b $STORAGE              51 153  1   1 rd/c3d19p1
b $STORAGE              51 154  1   1 rd/c3d19p2
b $STORAGE              51 155  1   1 rd/c3d19p3
b $STORAGE              51 156  1   1 rd/c3d19p4
b $STORAGE              51 157  1   1 rd/c3d19p5
b $STORAGE              51 158  1   1 rd/c3d19p6
b $STORAGE              51 159  1   1 rd/c3d19p7
b $STORAGE              51 160  1   1 rd/c3d20
b $STORAGE              51 161  1   1 rd/c3d20p1
b $STORAGE              51 162  1   1 rd/c3d20p2
b $STORAGE              51 163  1   1 rd/c3d20p3
b $STORAGE              51 164  1   1 rd/c3d20p4
b $STORAGE              51 165  1   1 rd/c3d20p5
b $STORAGE              51 166  1   1 rd/c3d20p6
b $STORAGE              51 167  1   1 rd/c3d20p7
b $STORAGE              51 168  1   1 rd/c3d21
b $STORAGE              51 169  1   1 rd/c3d21p1
b $STORAGE              51 170  1   1 rd/c3d21p2
b $STORAGE              51 171  1   1 rd/c3d21p3
b $STORAGE              51 172  1   1 rd/c3d21p4
b $STORAGE              51 173  1   1 rd/c3d21p5
b $STORAGE              51 174  1   1 rd/c3d21p6
b $STORAGE              51 175  1   1 rd/c3d21p7
b $STORAGE              51 176  1   1 rd/c3d22
b $STORAGE              51 177  1   1 rd/c3d22p1
b $STORAGE              51 178  1   1 rd/c3d22p2
b $STORAGE              51 179  1   1 rd/c3d22p3
b $STORAGE              51 180  1   1 rd/c3d22p4
b $STORAGE              51 181  1   1 rd/c3d22p5
b $STORAGE              51 182  1   1 rd/c3d22p6
b $STORAGE              51 183  1   1 rd/c3d22p7
b $STORAGE              51 184  1   1 rd/c3d23
b $STORAGE              51 185  1   1 rd/c3d23p1
b $STORAGE              51 186  1   1 rd/c3d23p2
b $STORAGE              51 187  1   1 rd/c3d23p3
b $STORAGE              51 188  1   1 rd/c3d23p4
b $STORAGE              51 189  1   1 rd/c3d23p5
b $STORAGE              51 190  1   1 rd/c3d23p6
b $STORAGE              51 191  1   1 rd/c3d23p7
b $STORAGE              51 192  1   1 rd/c3d24
b $STORAGE              51 193  1   1 rd/c3d24p1
b $STORAGE              51 194  1   1 rd/c3d24p2
b $STORAGE              51 195  1   1 rd/c3d24p3
b $STORAGE              51 196  1   1 rd/c3d24p4
b $STORAGE              51 197  1   1 rd/c3d24p5
b $STORAGE              51 198  1   1 rd/c3d24p6
b $STORAGE              51 199  1   1 rd/c3d24p7
b $STORAGE              51 200  1   1 rd/c3d25
b $STORAGE              51 201  1   1 rd/c3d25p1
b $STORAGE              51 202  1   1 rd/c3d25p2
b $STORAGE              51 203  1   1 rd/c3d25p3
b $STORAGE              51 204  1   1 rd/c3d25p4
b $STORAGE              51 205  1   1 rd/c3d25p5
b $STORAGE              51 206  1   1 rd/c3d25p6
b $STORAGE              51 207  1   1 rd/c3d25p7
b $STORAGE              51 208  1   1 rd/c3d26
b $STORAGE              51 209  1   1 rd/c3d26p1
b $STORAGE              51 210  1   1 rd/c3d26p2
b $STORAGE              51 211  1   1 rd/c3d26p3
b $STORAGE              51 212  1   1 rd/c3d26p4
b $STORAGE              51 213  1   1 rd/c3d26p5
b $STORAGE              51 214  1   1 rd/c3d26p6
b $STORAGE              51 215  1   1 rd/c3d26p7
b $STORAGE              51 216  1   1 rd/c3d27
b $STORAGE              51 217  1   1 rd/c3d27p1
b $STORAGE              51 218  1   1 rd/c3d27p2
b $STORAGE              51 219  1   1 rd/c3d27p3
b $STORAGE              51 220  1   1 rd/c3d27p4
b $STORAGE              51 221  1   1 rd/c3d27p5
b $STORAGE              51 222  1   1 rd/c3d27p6
b $STORAGE              51 223  1   1 rd/c3d27p7
b $STORAGE              51 224  1   1 rd/c3d28
b $STORAGE              51 225  1   1 rd/c3d28p1
b $STORAGE              51 226  1   1 rd/c3d28p2
b $STORAGE              51 227  1   1 rd/c3d28p3
b $STORAGE              51 228  1   1 rd/c3d28p4
b $STORAGE              51 229  1   1 rd/c3d28p5
b $STORAGE              51 230  1   1 rd/c3d28p6
b $STORAGE              51 231  1   1 rd/c3d28p7
b $STORAGE              51 232  1   1 rd/c3d29
b $STORAGE              51 233  1   1 rd/c3d29p1
b $STORAGE              51 234  1   1 rd/c3d29p2
b $STORAGE              51 235  1   1 rd/c3d29p3
b $STORAGE              51 236  1   1 rd/c3d29p4
b $STORAGE              51 237  1   1 rd/c3d29p5
b $STORAGE              51 238  1   1 rd/c3d29p6
b $STORAGE              51 239  1   1 rd/c3d29p7
b $STORAGE              51 240  1   1 rd/c3d30
b $STORAGE              51 241  1   1 rd/c3d30p1
b $STORAGE              51 242  1   1 rd/c3d30p2
b $STORAGE              51 243  1   1 rd/c3d30p3
b $STORAGE              51 244  1   1 rd/c3d30p4
b $STORAGE              51 245  1   1 rd/c3d30p5
b $STORAGE              51 246  1   1 rdQA RA SA TA UA VA WA XA YA ZA [A \A ]A ^A _A `A aA bA cA dA eA fA gA hA iA jA kA lA mA nA oA pA qA rA sA tA uA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             /c3d30p6
b $STORAGE              51 247  1   1 rd/c3d30p7
b $STORAGE              51 248  1   1 rd/c3d31
b $STORAGE              51 249  1   1 rd/c3d31p1
b $STORAGE              51 250  1   1 rd/c3d31p2
b $STORAGE              51 251  1   1 rd/c3d31p3
b $STORAGE              51 252  1   1 rd/c3d31p4
b $STORAGE              51 253  1   1 rd/c3d31p5
b $STORAGE              51 254  1   1 rd/c3d31p6
b $STORAGE              51 255  1   1 rd/c3d31p7
b $STORAGE              52   0  1   1 rd/c4d0
b $STORAGE              52   1  1   1 rd/c4d0p1
b $STORAGE              52   2  1   1 rd/c4d0p2
b $STORAGE              52   3  1   1 rd/c4d0p3
b $STORAGE              52   4  1   1 rd/c4d0p4
b $STORAGE              52   5  1   1 rd/c4d0p5
b $STORAGE              52   6  1   1 rd/c4d0p6
b $STORAGE              52   7  1   1 rd/c4d0p7
b $STORAGE              52   8  1   1 rd/c4d1
b $STORAGE              52   9  1   1 rd/c4d1p1
b $STORAGE              52  10  1   1 rd/c4d1p2
b $STORAGE              52  11  1   1 rd/c4d1p3
b $STORAGE              52  12  1   1 rd/c4d1p4
b $STORAGE              52  13  1   1 rd/c4d1p5
b $STORAGE              52  14  1   1 rd/c4d1p6
b $STORAGE              52  15  1   1 rd/c4d1p7
b $STORAGE              52  16  1   1 rd/c4d2
b $STORAGE              52  17  1   1 rd/c4d2p1
b $STORAGE              52  18  1   1 rd/c4d2p2
b $STORAGE              52  19  1   1 rd/c4d2p3
b $STORAGE              52  20  1   1 rd/c4d2p4
b $STORAGE              52  21  1   1 rd/c4d2p5
b $STORAGE              52  22  1   1 rd/c4d2p6
b $STORAGE              52  23  1   1 rd/c4d2p7
b $STORAGE              52  24  1   1 rd/c4d3
b $STORAGE              52  25  1   1 rd/c4d3p1
b $STORAGE              52  26  1   1 rd/c4d3p2
b $STORAGE              52  27  1   1 rd/c4d3p3
b $STORAGE              52  28  1   1 rd/c4d3p4
b $STORAGE              52  29  1   1 rd/c4d3p5
b $STORAGE              52  30  1   1 rd/c4d3p6
b $STORAGE              52  31  1   1 rd/c4d3p7
b $STORAGE              52  32  1   1 rd/c4d4
b $STORAGE              52  33  1   1 rd/c4d4p1
b $STORAGE              52  34  1   1 rd/c4d4p2
b $STORAGE              52  35  1   1 rd/c4d4p3
b $STORAGE              52  36  1   1 rd/c4d4p4
b $STORAGE              52  37  1   1 rd/c4d4p5
b $STORAGE              52  38  1   1 rd/c4d4p6
b $STORAGE              52  39  1   1 rd/c4d4p7
b $STORAGE              52  40  1   1 rd/c4d5
b $STORAGE              52  41  1   1 rd/c4d5p1
b $STORAGE              52  42  1   1 rd/c4d5p2
b $STORAGE              52  43  1   1 rd/c4d5p3
b $STORAGE              52  44  1   1 rd/c4d5p4
b $STORAGE              52  45  1   1 rd/c4d5p5
b $STORAGE              52  46  1   1 rd/c4d5p6
b $STORAGE              52  47  1   1 rd/c4d5p7
b $STORAGE              52  48  1   1 rd/c4d6
b $STORAGE              52  49  1   1 rd/c4d6p1
b $STORAGE              52  50  1   1 rd/c4d6p2
b $STORAGE              52  51  1   1 rd/c4d6p3
b $STORAGE              52  52  1   1 rd/c4d6p4
b $STORAGE              52  53  1   1 rd/c4d6p5
b $STORAGE              52  54  1   1 rd/c4d6p6
b $STORAGE              52  55  1   1 rd/c4d6p7
b $STORAGE              52  56  1   1 rd/c4d7
b $STORAGE              52  57  1   1 rd/c4d7p1
b $STORAGE              52  58  1   1 rd/c4d7p2
b $STORAGE              52  59  1   1 rd/c4d7p3
b $STORAGE              52  60  1   1 rd/c4d7p4
b $STORAGE              52  61  1   1 rd/c4d7p5
b $STORAGE              52  62  1   1 rd/c4d7p6
b $STORAGE              52  63  1   1 rd/c4d7p7
b $STORAGE              52  64  1   1 rd/c4d8
b $STORAGE              52  65  1   1 rd/c4d8p1
b $STORAGE              52  66  1   1 rd/c4d8p2
b $STORAGE              52  67  1   1 rd/c4d8p3
b $STORAGE              52  68  1   1 rd/c4d8p4
b $STORAGE              52  69  1   1 rd/c4d8p5
b $STORAGE              52  70  1   1 rd/c4d8p6
b $STORAGE              52  71  1   1 rd/c4d8p7
b $STORAGE              52  72  1   1 rd/c4d9
b $STORAGE              52  73  1   1 rd/c4d9p1
b $STORAGE              52  74  1   1 rd/c4d9p2
b $STORAGE              52  75  1   1 rd/c4d9p3
b $STORAGE              52  76  1   1 rd/c4d9p4
b $STORAGE              52  77  1   1 rd/c4d9p5
b $STORAGE              52  78  1   1 rd/c4d9p6
b $STORAGE              52  79  1   1 rd/c4d9p7
b $STORAGE              52  80  1   1 rd/c4d10
b $STORAGE              52  81  1   1 rd/c4d10p1
b $STORAGE              52  82  1   1 rd/c4d10p2
b $STORAGE              52  83  1   1 rd/c4d10p3
b $STORAGE              52  84  1   1 rd/c4d10p4
b $STORAGE              52  85  1   1 rd/c4d10p5
b $STORAGE              52  86  1   1 rd/c4d10p6
b $STORAGE              52  87  1   1 rd/c4d10p7
b $STORAGE              52  88  1   1 rd/c4d11
b $STORAGE              52  89  1   1 rd/c4d11p1
b $STORAGE              52  90  1   1 rd/c4d11p2
b $STORAGE              52  91  1   1 rd/c4d11p3
b $STORAGE              52  92  1   1 rd/c4d11p4
b $STORAGE              52  93  1   1 rd/c4d11p5
b $STORAGE              52  94  1   1 rd/c4d11p6
b $STORAGE              52  95  1   1 rd/c4d11p7
b $STORAGE              52  96  1   1 rd/c4d12
b $STORAGE              52  97  1   1 rd/c4d12p1
b $STORAGE              52  98  1   1 rd/c4d12p2
b $STORAGE              52  99  1   1 rd/c4d12p3
b $STORAGE              52 100  1   1 rd/c4d12p4
b $STORAGE              52 101  1   1 rd/c4d12p5
b $STORAGE              52 102  1   1 rd/c4d12p6
b $STORAGE              52 103  1   1 rd/c4d12p7
b $STORAGE              52 104  1   1 rd/c4d13
b $STORAGE              52 105  1   1 rd/c4d13p1
b $STORAGE              52 106  1   1 rd/c4d13p2
b $STORAGE              52 107  1   1 rd/c4d13p3
b $STORAGE              52 108  1   1 rd/c4d13p4
b $STORAGE              52 109  1   1 rd/c4d13p5
b $STORAGE              52 110  1   1 rd/c4d13p6
b $STORAGE              52 111  1   1 rd/c4d13p7
b $STORAGE              52 112  1   1 rd/c4d14
b $STORAGE              52 113  1   1 rd/c4d14p1
b $STORAGE              52 114  1   1 rd/c4d14p2
b $STORAGE              52 115  1   1 rd/c4d14p3
b $STORAGE              52 116  1   1 rd/c4d14p4
b $STORAGE              52 117  1   1 rd/c4d14p5
b $STORAGE              52 118  1   1 rd/c4d14p6
b $STORAGE              52 119  1   1 rd/c4d14p7
b $STORAGE              52 120  1   1 rd/c4d15
b $STORAGE              52 121  1   1 rd/c4d15p1
b $STORAGE              52 122  1   1 rd/c4d15p2
b $STORAGE              52 123  1   1 rd/c4d15p3
b $STORAGE              52 124  1   1 rd/c4d15p4
b $STORAGE              52 125  1   1 rd/c4d15p5
b $STORAGE              52 126  1   1 rd/c4d15p6
b $STORAGE              52 127  1   1 rd/c4d15p7
b $STORAGE              52 128  1   1 rd/c4d16
b $STORAGE              52 129  1   1 rd/c4d16p1
b $STORAGE              52 130  1   1 rd/c4d16p2
b $STORAGE              52 131  1   1 rd/c4d16p3
b $STORAGE              52 132  1   1 rd/c4d16p4
b $STORAGE              52 133  1   1 rd/c4d16p5
b $STORAGE              52 134  1   1 rd/c4d16p6
b $STORAGE              52 135  1   1 rd/c4d16p7
b $STORAGE              52 136  1   1 rd/c4d17
b $STORAGE              52 137  1   1 rd/c4d17p1
b $STORAGE              52 138  1   1 rd/c4d17p2
b $STORAGE              52 139  1   1 rd/c4d17p3
b $STORAGE              52 140  1   1 rd/c4d17p4
b $STORAGE              52 141  1   1 rd/c4d17p5
b $STORAGE              52 142  1   1 rd/c4d17p6
b $STORAGE              52 143  1   1 rd/c4d17p7
b $STORAGE              52 144  1   1 rd/c4d18
b $STORAGE              52 145  1   1 rd/c4d18p1
b $STORAGE              52 146  1   1 rd/c4d18p2
b $STORAGE              52 147  1   1 rd/c4d18p3
b $STORAGE              52 148  1   1 rd/c4d18p4
b $STORAGE              52 149  1   1 rd/c4d18p5
b $STORAGE              52 150  1   1 rd/c4d18p6
b $STORAGE              52 151  1   1 rd/c4d18p7
b $STORAGE              52 152  1   1 rd/c4d19
b $STORAGE              52 153  1   1 rd/c4d19p1
b $STORAGE              52 154  1   1 rd/c4d19p2
b $STORAGE              52 155  1   1 rd/c4d19p3
b $STORAGE              52 156  1   1 rd/c4d19p4
b $STORAGE              52 157  1   1 rd/c4d19p5
b $STORAGE              52 158  1   1 rd/c4d19p6
b $STORAGE              52 159  1   1 rd/c4d19p7
b $STORAGE              52 160  1   1 rd/c4d20
b $STORAGE              52 161  1   1 rd/c4d20p1
b $STORAGE              52 162  1   1 rd/c4d20p2
b $STORAGE              52 163  1   1 rd/c4d20p3
b $STORAGE              52 164  1   1 rd/c4d20p4
b $STORAGE              52 165  1   1 rd/c4d20p5
b $STORAGE              52 166  1   1 rd/c4d20p6
b $STORAGE              52 167  1   1 rd/c4d20p7
b $STORAGE              52 168  1   1 rd/c4d21
b $STORAGE              52 169  1   1 rd/c4d21p1
b $STORAGE              52 170  1   1 rd/c4d21p2
b $STORAGE              52 171  1   1 rd/c4d21p3
b $STORAGE              52 172  1   1 rd/c4d21p4
b $STORAGE              52 173  1   1 rd/c4d21p5
b $STORAGE              52 174  1   1 rd/c4d21p6
b $STORAGE              52 175  1   1 rd/c4d21p7
b $STORAGE              52 176  1   1 rd/c4d22
b $STORAGE              52 177  1   1 rd/c4d22p1
b $STORAGE              52 178  1   1 rd/c4d22p2
b $STORAGE              52 179  1   1 rd/c4d22p3
b $STORAGE              52 180  1   1 rd/c4d22p4
b $STORAGE              52 181  1   1 rd/c4d22p5
b $STORAGE              52 182  1   1 rd/c4d22p6
b $STORAGE              52 183  1   1 rd/c4d22p7
b $STORAGE              52 184  1   1 rd/c4d23
b $STORAGE              52 185  1   1 rd/c4d23p1
b $STORAGE              52 186  1   1 rd/c4d23p2
b $STORAGE              52 187  1   1 rd/c4d23p3
b $STORAGE              52 188  1   1 rd/c4d23p4
b $STORAGE              52 189  1   1 rd/c4d23p5
b $STORAGE              52 190  1   1 rd/c4d23p6
b $STORAGE              52 191  1   1 rd/c4d23p7
b $STORAGE              52 192  1   1 rd/c4d24
b $STORAGE              52 193  1   1 rd/c4d24p1
b $STORAGE              52 194  1   1 rd/c4d24p2
b $STORAGE              52 195  1   1 rd/c4d24p3
b $STORAGE              52 196  1   1 rd/c4d24p4
b $STORAGE              52 197  1   1 rd/c4d24p5
b $STORAGE              52 198  1   1 rd/c4d24p6
b $STORAGE              52 199  1   1 rd/c4d24p7
b $STORAGE              52 200  1   1 rd/c4d25
b $STORAGE              52 201  1   1 rd/c4d25p1
b $STORAGE              52 202  1   1 rd/c4d25p2
b $STORAGE              52 203  1   1 rd/c4d25p3
b $STORAGE              52 204  1   1 rd/c4d25p4
b $STORAGE              52 205  1   1 rd/c4d25p5
b $STORAGE              52 206  1   1 rd/c4d25p6
b $STORAGE              52 207  1   1 rd/c4d25p7
b $STORAGE              52 208  1   1 rd/c4d26
b $STORAGE              52 209  1   1 rd/c4d26p1
b $STORAGE              52 210  1   1 rd/c4d26p2
b $STORAGE              52 211  1   1 rd/c4d26p3
b $STORAGE              52 212  1   1 rd/c4d26p4
b $STORAGE              52 213  1   1 rd/c4d26p5
b $STORAGE              52 214  1   1 rd/c4d26p6
b $STORAGE              52 215  1   1 rd/c4d26p7
b $STORAGE              52 216  1   1 rd/c4d27
b $STORAGE              52 217  1   1 rd/c4d27p1
b $STORAGE              52 218  1   1 rd/c4d27p2
b $STORAGE              52 219  1   1 rd/c4d27p3
b $STORAGE              52 220  1   1 rd/c4d27p4
b $STORAGE              52 221  1   1 rd/c4d27p5
b $STORAGE              52 222  1   1 rd/c4d27p6
b $STORAGE              52 223  1   1 rd/c4d27p7
b $STORAGE              52 224  1   1 rd/c4d28
b $STORAGE              52 225  1   1 rd/c4d28p1
b $STORAGE              52 226  1   1 rd/c4d28p2
b $STORAGE              52 227  1   1 rd/c4d28p3
b $STORAGE              52 228  1   1 rd/c4d28p4
b $STORAGE              52 229  1   1 rd/c4d28p5
b $STORAGE              52 230  1   1 rd/c4d28p6
b $STORAGE              52 231  1   1 rd/c4d28p7
b $STORAGE              52 232  1   1 rd/c4d29
b $STORAGE              52 233  1   1 rd/c4d29p1
b $STORAGE              52 234  1   1 rd/c4d29p2
b $STORAGE              52 235  1   1 rd/c4d29p3
b $STORAGE              52 236  1   1 rd/c4d29p4
b $STORAGE              52 237  1   1 rd/c4d29p5
b $STORAGE              52 238  1   1 rd/c4d29p6
b $STORAGE              52 239  1   1 rd/c4d29p7
b $STORAGE              52 240  1   1 rd/c4d30
b $STORAGE              52 241  1   1 rd/c4d30p1
b $STORAGE              52 242  1   1 rd/c4d30p2
b $STORAGE              52 243  1   1 rd/c4d30p3
b $STORAGE              52 244  1   1 rd/c4d30p4
b $STORAGE              52 245  1   1 rd/c4d30p5
b $STORAGE              52 246  1   1 rd/c4d30p6
b $STORAGE              52 247  1   1 rd/c4d30p7
b $STORAGE              52 248  1   1 rd/c4d31
b $STORAGE              52 249  1   1 rd/c4d31p1
b $STORAGE              52 250  1   1 rd/c4d31p2
b $STORAGE              52 251  1   1 rd/c4d31p3
b $STORAGE              52 252  1   1 rd/c4d31p4
b $STORAGE              52 253  1   1 rd/c4d31p5
b $STORAGE              52 254  1   1 rd/c4d31p6
b $STORAGE              52 255  1   1 rd/c4d31p7
b $STORAGE              53   0  1   1 rd/c5d0
b $STORAGE              53   1  1   1 rd/c5d0p1
b $STORAGE              53   2  1   1 rd/c5d0p2
b $STORAGE              53   3  1   1 rd/c5d0p3
b $STORAGE              53   4  1   1 rd/c5d0p4
b $STORAGE              53   5  1   1 rd/c5d0p5
b $STORAGE              53   6  1   1 rd/c5d0p6
b $STORAGE              53   7  1   1 rd/c5d0p7
b $STORAGE              53   8  1   1 rd/c5d1
b $STORAGE              53   9  1   1 rd/c5d1p1
b $STORAGE              53  10  1   1 rd/c5d1p2
b $STORAGE              53  11  1   1 rd/c5d1p3
b $STORAGE              53  12  1   1 rd/c5d1p4
b $STORAGE              53  13  1   1 rd/c5d1p5
b $STORAGE              53  14  1   1 rd/c5d1p6
b $STORAGE              53  15  1   1 rd/c5d1p7
b $STORAGE              53  16  1   1 rd/c5d2
b $STORAGE              53  17  1   1 rd/c5d2p1
b $STORAGE              53  18  1   1 rd/c5d2p2
b $STORAGE              53  19  1   1 rd/c5d2p3
b $STORAGE              53  20  1   1 rd/c5d2p4
b $STORAGE              53  21  1   1 rd/c5d2p5
b $STORAGE              53  22  1   1 rd/c5d2p6
b $STORAGE              53  23  1   1 rd/c5d2p7
b $STORAGE              53  24  1   1 rd/c5d3
b $STORAGE              53  25  1   1 rd/c5d3p1
b $STORAGE              53  26  1   1 rd/c5d3p2
b $STORAGE              53  27  1   1 rd/c5d3p3
b $STORAGE              53  28  1   1 rd/c5d3p4
b $STORAGE              53  29  1   1 rd/c5d3p5
b $STORAGE              53  30  1   1 rd/c5d3p6
b $STORAGE              53  31  1   1 rd/c5d3p7
b $STORAGE              53  32  1   1 rd/c5d4
b $STORAGE              53  33  1   1 rd/c5d4p1
b $STORAGE              53  34  1   1 rd/c5d4p2
b $STORAGE              53  35  1   1 rd/c5d4p3
b $STORAGE              53  36  1   1 rd/c5d4p4
b $STORAGE              53  37  1   1 rd/c5d4p5
b $STORAGE              53  38  1   1 rd/c5d4p6
b $STORAGE              53  39  1   1 rd/c5d4p7
b $STORAGE              53  40  1   1 rd/c5d5
b $STORAGE              53  41  1   1 rd/c5d5p1
b $STORAGE              53  42  1   1 rd/c5d5p2
b $STORAGE              53  43  1   1 rd/c5d5p3
b $STORAGE              53  44  1   1 rd/c5d5p4
b $STORAGE              53  45  1   1 rd/c5d5p5
b $STORAGE              53  46  1   1 rd/c5d5p6
b $STORAGE              53  47  1   1 rd/c5d5p7
b $STORAGE              53  48  1   1 rd/c5d6
b $STORAGE              53  49  1   1 rd/c5d6p1
b $STORAGE              53  50  1   1 rd/c5d6p2
b $STORAGE              53  51  1   1 rd/c5d6p3
b $STORAGE              53  52  1   1 rd/c5d6p4
b $STORAGE              53  53  1   1 rd/c5d6p5
b $STORAGE              53  54  1   1 rd/c5d6p6
b $STORAGE              53  55  1   1 rd/c5d6p7
b $STORAGE              53  56  1   1 rd/c5d7
b $STORAGE              53  57  1   1 rd/c5d7p1
b $STORAGE              53  58  1   1 rd/c5d7p2
b $STORAGE              53  59  1   1 rd/c5d7p3
b $STORAGE              53  60  1   1 rd/c5d7p4
b $STORAGE              53  61  1   1 rd/c5d7p5
b $STORAGE              53  62  1   1 rd/c5d7p6
b $STORAGE              53  63  1   1 rd/c5d7p7
b $STORAGE              53  64  1   1 rd/c5d8
b $STORAGE              53  65  1   1 rd/c5d8p1
b $STORAGE              53  66  1   1 rd/c5d8p2
b $STORAGE              53  67  1   1 rd/c5d8p3
b $STORAGE              53  68  1   1 rd/c5d8p4
b $STORAGE              53  69  1   1 rd/c5d8p5
b $STORAGE              53  70  1   1 rd/c5d8p6
b $STORAGE              53  71  1   1 rd/c5d8p7
b $STORAGE              53  72  1   1 rd/c5d9
b $STORAGE              53  73  1   1 rd/c5d9p1
b $STORAGE              53  74  1   1 rd/c5d9p2
b $STORAGE              53  75  1   1 rd/c5d9p3
b $STORAGE              53  76  1   1 rd/c5d9p4
b $STORAGE              53  77  1   1 rd/c5d9p5
b $STORAGE              53  78  1   1 rd/c5d9p6
b $STORAGE              53  79  1   1 rd/c5d9p7
b $STORAGE              53  80  1   1 rd/c5d10
b $STORAGE              53  81  1   1 rd/c5d10p1
b $STORAGE              53  82  1   1 rd/c5d10p2
b $STORAGE              53  83  1   1 rd/c5d10p3
b $STORAGE              53  84  1   1 rd/c5d10p4
b $STORAGE              53  85  1   1 rd/c5d10p5
b $STORAGE              53  86  1   1 rd/c5d10p6
b $STORAGE              53  87  1   1 rd/c5d10p7
b $STORAGE              53  88  1   1 rd/c5d11
b $STORAGE              53  89  1   1 rd/c5d11p1
b $STORAGE              53  90  1   1 rd/c5d11p2
b $STORAGE              53  91  1   1 rd/c5d11p3
b $STORAGE              53  92  1   1 rd/c5d11p4
b $STORAGE              53  93  1   1 rd/c5d11p5
b $STORAGE              53  94  1   1 rd/c5d11p6
b $STORAGE              53  95  1   1 rd/c5d11p7
b $STORAGE              53  96  1   1 rd/c5d12
b $STORAGE              53  97  1   1 rd/c5d12p1
b $STORAGE              53  98  1   1 rd/c5d12p2
b $STORAGE              53  99  1   1 rd/c5d12p3
b $STORAGE              53 100  1   1 rd/c5d12p4
b $STORAGE              53 101  1   1 rd/c5d12p5
b $STORAGE              53 102  1   1 rd/c5d12p6
b $STORAGE              53 103  1   1 rd/c5d12p7
b $STORAGE              53 104  1   1 rd/c5d13
b $STORAGE              53 105  1   1 rd/c5d13p1
b $STORAGE              53 106  1   1 rd/c5d13p2
b $STORAGE              53 107  1   1 rd/c5d13p3
b $STORAGE              53 108  1   1 rd/c5d13p4
b $STORAGE              53 109  1   1 rd/c5d13p5
b $STORAGE              53 110  1   1 rd/c5d13p6
b $STORAGE              53 111  1   1 rd/c5d13p7
b $STORAGE              53 112  1   1 rd/c5d14
b $STORAGE              53 113  1   1 rd/c5d14p1
b $STORAGE              53 114  1   1 rd/c5d14p2
b $STORAGE              53 115  1   1 rd/c5d14p3
b $STORAGE              53 116  1   1 rd/c5d14p4
b $STORAGE              53 117  1   1 rd/c5d14p5
b $STORAGE              53 118  1   1 rd/c5d14p6
b $STORAGE              53 119  1   1 rd/c5d14p7
b $STORAGE              53 120  1   1 rd/c5d15
b $STORAGE              53 121  1   1 rd/c5d15p1
b $STORAGE              53 122  1   1 rd/c5d15p2
b $STORAGE              53 123  1   1 rd/c5d15p3
b $STORAGE              53 124  1   1 rd/c5d15p4
b $STORAGE              53 125  1   1 rd/c5d15p5
b $STORAGE              53 126  1   1 rd/c5d15p6
b $STORAGE              53 127  1   1 rd/c5d15p7
b $STORAGE              53 128  1   1 rd/c5d16
b $STORAGE              53 129  1   1 rd/c5d16p1
b $STORAGE              53 130  1   1 rd/c5d16p2
b $STORAGE              53 131  1   1 rd/c5d16p3
b $STORAGE              53 132  1   1 rd/c5d16p4
b $STORAGE              53 133  1   1 rd/c5d16p5
b $STORAGE              53 134  1   1 rd/c5d16p6
b $STORAGE              53 135  1   1 rd/c5d16p7
b $STORAGE              53 136  1   1 rd/c5d17
b $STORAGE              53 137  1   1 rd/c5d17p1
b $STORAGE              53 138  1   1 rd/c5d17p2
b $STORAGE              53 139  1   1 rd/c5d17p3
b $STORAGE              53 140  1   1 rd/c5d17p4
b $STORAGE              53 141  1   1 rd/c5d17p5
b $STORAGE              53 142  1   1 rd/c5d17p6
b $STORAGE              53 143  1   1 rd/c5d17p7
b $STORAGE              53 144  1   1 rd/c5d18
b $STORAGE              53 145  1   1 rd/c5d18p1
b $STORAGE              53 146  1   1 rd/c5d18p2
b $STORAGE              53 147  1   1 rd/c5d18p3
b $STORAGE              53 148  1   1 rd/c5d18p4
b $STORAGE              53 149  1   1 rd/c5d18p5
b $STORAGE              53 150  1   1 rd/c5d18p6
b $STORAGE              53 151  1   1 rd/c5d18p7
b $STORAGE              53 152  1   1 rd/c5d19
b $STORAGE              53 153  1   1 rd/c5d19p1
b $STORAGE              53 154  1   1 rd/c5d19p2
b $STORAGE              53 155  1   1 rd/c5d19p3
b $STORAGE              53 156  1   1 rd/c5d19p4
b $STORAGE              53 157  1   1 rd/c5d19p5
b $STORAGE              53 158  1   1 rd/c5d19p6
b $STORAGE              53 159  1   1 rd/c5d19p7
b $STORAGE              53 160  1   1 rd/c5d20
b $STORAGE              53 161  1   1 rd/c5d20p1
b $STORAGE              53 162  1   1 rd/c5d20p2
b $STORAGE              53 163  1   1 rd/c5d20p3
b $STORAGE              53 164  1   1 rd/c5d20p4
b $STORAGE              53 165  1   1 rd/c5d20p5
b $STORAGE              53 166  1   1 rd/c5d20p6
b $STORAGE              53 167  1   1 rd/c5d20p7
b $STORAGE              53 168  1   1 rd/c5d21
b $STORAGE              53 169  1   1 rd/c5d21p1
b $STORAGE              53 170  1   1 rd/c5d21p2
b $STORAGE              53 171  1   1 rd/c5d21p3
b $STORAGE              53 172  1   1 rd/c5d21p4
b $STORAGE              53 173  1   1 rd/c5d21p5
b $STORAGE              53 174  1   1 rd/c5d21p6
b $STORAGE              53 175  1   1 rd/c5d21p7
b $STORAGE              53 176  1   1 rd/c5d22
b $STORAGE              53 177  1   1 rd/c5d22p1
b $STORAGE              53 178  1   1 rd/c5d22p2
b $STORAGE              53 179  1   1 rd/c5d22p3
b $STORAGE              53 180  1   1 rd/c5d22p4
b $STORAGE              53 181  1   1 rd/c5d22p5
b $STORAGE              53 182  1   1 rd/c5d22p6
b $STORAGE              53 183  1   1 rd/c5d22p7
b $STORAGE              53 184  1   1 rd/c5d23
b $STORAGE              53 185  1   1 rd/c5d23p1
b $STORAGE              53 186  1   1 rd/c5d23p2
b $STORAGE              53 187  1   1 rd/c5d23p3
b $STORAGE              53 188  1   1 rd/c5d23p4
b $STORAGE              53 189  1   1 rd/c5d23p5
b $STORAGE              53 190  1   1 rd/c5d23p6
b $STORAGE              53 191  1   1 rd/c5d23p7
b $STORAGE              53 192  1   1 rd/c5d24
b $STORAGE              53 193  1   1 rd/c5d24p1
b $STORAGE              53 194  1   1 rd/c5d24p2
b $STORAGE              53 195  1   1 rd/c5d24p3
b $STORAGE              53 196  1   1 rd/c5d24p4
b $STORAGE              53 197  1   1 rd/c5d24p5
b $STORAGE              53 198  1   1 rd/c5d24p6
b $STORAGE              53 199  1   1 rd/c5d24p7
b $STORAGE              53 200  1   1 rd/c5d25
b $STORAGE              53 201  1   1 rd/c5d25p1
b $STORAGE              53 202  1   1 rd/c5d25p2
b $STORAGE              53 203  1   1 rd/c5d25p3
b $STORAGE              53 204  1   1 rd/c5d25p4
b $STORAGE              53 205  1   1 rd/c5d25p5
b $STORAGE              53 206  1   1 rd/c5d25p6
b $STORAGE              53 207  1   1 rd/c5d25p7
b $STORAGE              53 208  1   1 rd/c5d26
b $STORAGE              53 209  1   1 rd/c5d26p1
b $STORAGE              53 210  1   1 rd/c5d26p2
b $STORAGE              53 211  1   1 rd/c5d26p3
b $STORAGE              53 212  1   1 rd/c5d26p4
b $STORAGE              53 213  1   1 rd/c5d26p5
b $STORAGE              53 214  1   1 rd/c5d26p6
b $STORAGE              53 215  1   1 rd/c5d26p7
b $STORAGE              53 216  1   1 rd/c5d27
b $STORAGE              53 217  1   1 rd/c5d27p1
b $STORAGE              53 218  1   1 rd/c5d27p2
b $STORAGE              53 219  1   1 rd/c5d27p3
b $STORAGE              53 220  1   1 rd/c5d27p4
b $STORAGE              53 221  1   1 rd/c5d27p5
b $STORAGE              53 222  1   1 rd/c5d27p6
b $STORAGE              53 223  1   1 rd/c5d27p7
b $STORAGE              53 224  1   1 rd/c5d28
b $STORAGE              53 225  1   1 rd/c5d28p1
b $STORAGE              53 226  1   1 rd/c5d28p2
b $STORAGE              53 227  1   1 rd/c5d28p3
b $STORAGE              53 228  1   1 rd/c5d28p4
b $STORAGE              53 229  1   1 rd/c5d28p5
b $STORAGE              53 230  1   1 rd/c5d28p6
b $STORAGE              53 231  1   1 rd/c5d28p7
b $STORAGE              53 232  1   1 rd/c5d29
b $STORAGE              53 233  1   1 rd/c5d29p1
b $STORAGE              53 234  1   1 rd/c5d29p2
b $STORAGE              53 235  1   1 rd/c5d29p3
b $STORAGE              53 236  1   1 rd/c5d29p4
b $STORAGE              53 237  1   1 rd/c5d29p5
b $STORAGE              53 238  1   1 rd/c5d29p6
b $STORAGE              53 239  1   1 rd/c5d29p7
b $STORAGE              53 240  1   1 rd/c5d30
b $STORAGE              53 241  1   1 rd/c5d30p1
b $STORAGE              53 242  1   1 rd/c5d30p2
b $STORAGE              53 243  1   1 rd/c5d30p3
b $STORAGE              53 244  1   1 rd/c5d30p4
b $STORAGE              53 245  1   1 rd/c5d30p5
b $STORAGE              53 246  1   1 rd/c5d30p6
b $STORAGE              53 247  1   1 rd/c5d30p7
b $STORAGE              53 248  1   1 rd/c5d31
b $STORAGE              53 249  1   1 rd/c5d31p1
b $STORAGE              53 250  1   1 rd/c5d31p2
b $STORAGE              53 251  1   1 rd/c5d31p3
b $STORAGE              53 252  1   1 rd/c5d31p4
b $STORAGE              53 253  1   1 rd/c5d31p5
b $STORAGE              53 254  1   1 rd/c5d31p6
b $STORAGE              53 255  1   1 rd/c5d31p7
b $STORAGE              54   0  1   1 rd/c6d0
b $STORAGE              54   1  1   1 rd/c6d0p1
b $STORAGE              54   2  1   1 rd/c6d0p2
b $STORAGE              54   3  1   1 rd/c6d0p3
b $STORAGE              54   4  1   1 rd/c6d0p4
b $STORAGE              54   5  1   1 rd/c6d0p5
b $STORAGE              54   6  1   1 rd/c6d0p6
b $STORAGE              54   7  1   1 rd/c6d0p7
b $STORAGE              54   8  1   1 rd/c6d1
b $STORAGE              54   9  1   1 rd/c6d1p1
b $STORAGE              54  10  1   1 rd/c6d1p2
b $STORAGE              54  11  1   1 rd/c6d1p3
b $STORAGE              54  12  1   1 rd/c6d1p4
b $STORAGE              54  13  1   1 rd/c6d1p5
b $STORAGE              54  14  1   1 rd/c6d1p6
b $STORAGE              54  15  1   1 rd/c6d1p7
b $STORAGE              54  16  1   1 rd/c6d2
b $STORAGE              54  17  1   1 rd/c6d2p1
b $STORAGE              54  18  1   1 rd/c6d2p2
b $STORAGE              54  19  1   1 rd/c6d2p3
b $STORAGE              54  20  1   1 rd/c6d2p4
b $STORAGE              54  21  1   1 rd/c6d2p5
b $STORAGE              54  22  1   1 rd/c6d2p6
b $STORAGE              54  23  1   1 rd/c6d2p7
b $STORAGE              54  24  1   1 rd/c6d3
b $STORAGE              54  25  1   1 rd/c6d3p1
b $STORAGE              54  26  1   1 rd/c6d3p2
b $STORAGE              54  27  1   1 rd/c6d3p3
b $STORAGE              54  28  1   1 rd/c6d3p4
b $STORAGE              54  29  1   1 rd/c6d3p5
b $STORAGE              54  30  1   1 rd/c6d3p6
b $STORAGE              54  31  1   1 rd/c6d3p7
b $STORAGE              54  32  1   1 rd/c6d4
b $STORAGE              54  33  1   1 rd/c6d4p1
b $STORAGE              54  34  1   1 rd/c6d4p2
b $STORAGE              54  35  1   1 rd/c6d4p3
b $STORAGE              54  36  1   1 rd/c6d4p4
b $STORAGE              54  37  1   1 rd/c6d4p5
b $STORAGE              54  38  1   1 rd/c6d4p6
b $STORAGE              54  39  1   1 rd/c6d4p7
b $STORAGE              54  40  1   1 rd/c6d5
b $STORAGE              54  41  1   1 rd/c6d5p1
b $STORAGE              54  42  1   1 rd/c6d5p2
b $STORAGE              54  43  1   1 rd/c6d5p3
b $STORAGE              54  44  1   1 rd/c6d5p4
b $STORAGE              54  45  1   1 rd/c6d5p5
b $STORAGE              54  46  1   1 rd/c6d5p6
b $STORAGE              54  47  1   1 rd/c6d5p7
b $STORAGE              54  48  1   1 rd/c6d6
b $STORAGE              54  49  1   1 rd/c6d6p1
b $STORAGE              54  50  1   1 rd/c6d6p2
b $STORAGE              54  51  1   1 rd/c6d6p3
b $STORAGE              54  52  1   1 rd/c6d6p4
b $STORAGE              54  53  1   1 rd/c6d6p5
b $STORAGE              54  54  1   1 rd/c6d6p6
b $STORAGE              54  55  1   1 rd/c6d6p7
b $STORAGE              54  56  1   1 rd/c6d7
b $STORAGE              54  57  1   1 rd/c6d7p1
b $STORAGE              54  58  1   1 rd/c6d7p2
b $STORAGE              54  59  1   1 rd/c6d7p3
b $STORAGE              54  60  1   1 rd/c6d7p4
b $STORAGE              54  61  1   1 rd/c6d7p5
b $STORAGE              54  62  1   1 rd/c6d7p6
b $STORAGE              54  63  1   1 rd/c6d7p7
b $STORAGE              54  64  1   1 rd/c6d8
b $STORAGE              54  65  1   1 rd/c6d8p1
b $STORAGE              54  66  1   1 rd/c6d8p2
b $STORAGE              54  67  1   1 rd/c6d8p3
b $STORAGE              54  68  1   1 rd/c6d8p4
b $STORAGE              54  69  1   1 rd/c6d8p5
b $STORAGE              54  70  1   1 rd/c6d8p6
b $STORAGE              54  71  1   1 rd/c6d8p7
b $STORAGE              54  72  1   1 rd/c6d9
b $STORAGE              54  73  1   1 rd/c6d9p1
b $STORAGE              54  74  1   1 rd/c6d9p2
b $STORAGE              54  75  1   1 rd/c6d9p3
b $STORAGE              54  76  1   1 rd/c6d9p4
b $STORAGE              54  77  1   1 rd/c6d9p5
b $STORAGE              54  78  1   1 rd/c6d9p6
b $STORAGE              54  79  1   1 rd/c6d9p7
b $STORAGE              54  80  1   1 rd/c6d10
b $STORAGE              54  81  1   1 rd/c6d10p1
b $STORAGE              54  82  1   1 rd/c6d10p2
b $STORAGE              54  83  1   1 rd/c6d10p3
b $STORAGE              54  84  1   1 rd/c6d10p4
b $STORAGE              54  85  1   1 rd/c6d10p5
b $STORAGE              54  86  1   1 rd/c6d10p6
b $STORAGE              54  87  1   1 rd/c6d10p7
b $STORAGE              54  88  1   1 rd/c6d11
b $STORAGE              54  89  1   1 rd/c6d11p1
b $STORAGE              54  90  1   1 rd/c6d11p2
b $STORAGE              54  91  1   1 rd/c6d11p3
b $STORAGE              54  92  1   1 rd/c6d11p4
b $STORAGE              54  93  1   1 rd/c6d11p5
b $STORAGE              54  94  1   1 rd/c6d11p6
b $STORAGE              54  95  1   1 rd/c6d11p7
b $STORAGE              54  96  1   1 rd/c6d12
b $STORAGE              54  97  1   1 rd/c6d12p1
b $STORAGE              54  98  1   1 rd/c6d12p2
b $STORAGE              54  99  1   1 rd/c6d12p3
b $STORAGE              54 100  1   1 rd/c6d12p4
b $STORAGE              54 101  1   1 rd/c6d12p5
b $STORAGE              54 102  1   1 rd/c6d12p6
b $STORAGE              54 103  1   1 rd/c6d12p7
b $STORAGE              54 104  1   1 rd/c6d13
b $STORAGE              54 105  1   1 rd/c6d13p1
b $STORAGE              54 106  1   1 rd/c6d13p2
b $STORAGE              54 107  1   1 rd/c6d13p3
b $STORAGE              54 108  1   1 rd/c6d13p4
b $STORAGE              54 109  1   1 rd/c6d13p5
b $STORAGE              54 110  1   1 rd/c6d13p6
b $STORAGE              54 111  1   1 rd/c6d13p7
b $STORAGE              54 112  1   1 rd/c6d14
b $STORAGE              54 113  1   1 rd/c6d14p1
b $STORAGE              54 114  1   1 rd/c6d14p2
b $STORAGE              54 115  1   1 rd/c6d14p3
b $STORAGE              54 116  1   1 rd/c6d14p4
b $STORAGE              54 117  1   1 rd/c6d14p5
b $STORAGE              54 118  1   1 rd/c6d14p6
b $STORAGE              54 119  1   1 rd/c6d14p7
b $STORAGE              54 120  1   1 rd/c6d15
b $STORAGE              54 121  1   1 rd/c6d15p1
b $STORAGE              54 122  1   1 rd/c6d15p2
b $STORAGE              54 123  1   1 rd/c6d15p3
b $STORAGE              54 124  1   1 rd/c6d15p4
b $STORAGE              54 125  1   1 rd/c6d15p5
b $STORAGE              54 126  1   1 rd/c6d15p6
b $STORAGE              54 127  1   1 rd/c6d15p7
b $STORAGE              54 128  1   1 rd/c6d16
b $STORAGE              54 129  1   1 rd/c6d16p1
b $STORAGE              54 130  1   1 rd/c6d16p2
b $STORAGE              54 131  1   1 rd/c6d16p3
b $STORAGE              54 132  1   1 rd/c6d16p4
b $STORAGE              54 133  1   1 rd/c6d16p5
b $STORAGE              54 134  1   1 rd/c6d16p6
b $STORAGE              54 135  1   1 rd/c6d16p7
b $STORAGE              54 136  1   1 rd/c6d17
b $STORAGE              54 137  1   1 rd/c6d17p1
b $STORAGE              54 138  1   1 rd/c6d17p2
b $STORAGE              54 139  1   1 rd/c6d17p3
b $STORAGE              54 140  1   1 rd/c6d17p4
b $STORAGE              54 141  1   1 rd/c6d17p5
b $STORAGE              54 142  1   1 rd/c6d17p6
b $STORAGE              54 143  1   1 rd/c6d17p7
b $STORAGE              54 144  1   1 rd/c6d18
b $STORAGE              54 145  1   1 rd/c6d18p1
b $STORAGE              54 146  1   1 rd/c6d18p2
b $STORAGE              54 147  1   1 rd/c6d18p3
b $STORAGE              54 148  1   1 rd/c6d18p4
b $STORAGE              54 149  1   1 rd/c6d18p5
b $STORAGE              54 150  1   1 rd/c6d18p6
b $STORAGE              54 151  1   1 rd/c6d18p7
b $STORAGE              54 152  1   1 rd/c6d19
b $STORAGE              54 153  1   1 rd/c6d19p1
b $STORAGE              54 154  1   1 rd/c6d19p2
b $STORAGE              54 155  1   1 rd/c6d19p3
b $STORAGE              54 156  1   1 rd/c6d19p4
b $STORAGE              54 157  1   1 rd/c6d19p5
b $STORAGE              54 158  1   1 rd/c6d19p6
b $STORAGE              54 159  1   1 rd/c6d19p7
b $STORAGE              54 160  1   1 rd/c6d20
b $STORAGE              54 161  1   1 rd/c6d20p1
b $STORAGE              54 162  1   1 rd/c6d20p2
b $STORAGE              54 163  1   1 rd/c6d20p3
b $STORAGE              54 164  1   1 rd/c6d20p4
b $STORAGE              54 165  1   1 rd/c6d20p5
b $STORAGE              54 166  1   1 rd/c6d20p6
b $STORAGE              54 167  1   1 rd/c6d20p7
b $STORAGE              54 168  1   1 rd/c6d21
b $STORAGE              54 169  1   1 rd/c6d21p1
b $STORAGE              54 170  1   1 rd/c6d21p2
b $STORAGE              54 171  1   1 rd/c6d21p3
b $STORAGE              54 172  1   1 rd/c6d21p4
b $STORAGE              54 173  1   1 rd/c6d21p5
b $STORAGE              54 174  1   1 rd/c6d21p6
b $STORAGE              54 175  1   1 rd/c6d21p7
b $STORAGE              54 176  1   1 rd/c6d22
b $STORAGE              54 177  1   1 rd/c6d22p1
b $STORAGE              54 178  1   1 rd/c6d22p2
b $STORAGE              54 179  1   1 rd/c6d22p3
b $STORAGE              54 180  1   1 rd/c6d22p4
b $STORAGE              54 181  1   1 rd/c6d22p5
b $STORAGE              54 182  1   1 rd/c6d22p6
b $STORAGE              54 183  1   1 rd/c6d22p7
b $STORAGE              54 184  1   1 rd/c6d23
b $STORAGE              54 185  1   1 rd/c6d23p1
b $STORAGE              54 186  1   1 rd/c6d23p2
b $STORAGE              54 187  1   1 rd/c6d23p3
b $STORAGE              54 188  1   1 rd/c6d23p4
b $STORAGE              54 189  1   1 rd/c6d23p5
b $STORAGE              54 190  1   1 rd/c6d23p6
b $STORAGE              54 191  1   1 rd/c6d23p7
b $STORAGE              54 192  1   1 rd/c6d24
b $STORAGE              54 193  1   1 rd/c6d24p1
b $STORAGE              54 194  1   1 rd/c6d24p2
b $STORAGE              54 195  1   1 rd/c6d24p3
b $STORAGE              54 196  1   1 rd/c6d24p4
b $STORAGE              54 197  1   1 rd/c6d24p5
b $STORAGE              54 198  1   1 rd/c6d24p6
b $STORAGE              54 199  1   1 rd/c6d24p7
b $STORAGE              54 200  1   1 rd/c6d25
b $STORAGE              54 201  1   1 rd/c6d25p1
b $STORAGE              54 202  1   1 rd/c6d25p2
b $STORAGE              54 203  1   1 rd/c6d25p3
b $STORAGE              54 204  1   1 rd/c6d25p4
b $STORAGE              54 205  1   1 rd/c6d25p5
b $STORAGE              54 206  1   1 rd/c6d25p6
b $STORAGE              54 207  1   1 rd/c6d25p7
b $STORAGE              54 208  1   1 rd/c6d26
b $STORAGE              54 209  1   1 rd/c6d26p1
b $STORAGE              54 210  1   1 rd/c6d26p2
b $STORAGE              54 211  1   1 rd/c6d26p3
b $STORAGE              54 212  1   1 rd/c6d26p4
b $STORAGE              54 213  1   1 rd/c6d26p5
b $STORAGE              54 214  1   1 rd/c6d26p6
b $STORAGE              54 215  1   1 rd/c6d26p7
b $STORAGE              54 216  1   1 rd/c6d27
b $STORAGE              54 217  1   1 rd/c6d27p1
b $STORAGE              54 218  1   1 rd/c6d27p2
b $STORAGE              54 219  1   1 rd/c6d27p3
b $STORAGE              54 220  1   1 rd/c6d27p4
b $STORAGE              54 221  1   1 rd/c6d27p5
b $STORAGE              54 222  1   1 rd/c6d27p6
b $STORAGE              54 223  1   1 rd/c6d27p7
b $STORAGE              54 224  1   1 rd/c6d28
b $STORAGE              54 225  1   1 rd/c6d28p1
b $STORAGE              54 226  1   1 rd/c6d28p2
b $STORAGE              54 227  1   1 rd/c6d28p3
b $STORAGE              54 228  1   1 rd/c6d28p4
b $STORAGE              54 229  1   1 rd/c6d28p5
b $STORAGE              54 230  1   1 rd/c6d28p6
b $STORAGE              54 231  1   1 rd/c6d28p7
b $STORAGE              54 232  1   1 rd/c6d29
b $STORAGE              54 233  1   1 rd/c6d29p1
b $STORAGE              54 234  1   1 rd/c6d29p2
b $STORAGE              54 235  1   1 rd/c6d29p3
b $STORAGE              54 236  1   1 rd/c6d29p4
b $STORAGE              54 237  1   1 rd/c6d29p5
b $STORAGE              54 238  1   1 rd/c6d29p6
b $STORAGE              54 239  1   1 rd/c6d29p7
b $STORAGE              54 240  1   1 rd/c6d30
b $STORAGE              54 241  1   1 rd/c6d30p1
b $STORAGE              54 242  1   1 rd/c6d30p2
b $STORAGE              54 243  1   1 rd/c6d30p3
b $STORAGE              54 244  1   1 rd/c6d30p4
b $STORAGE              54 245  1   1 rd/c6d30p5
b $STORAGE              54 246  1   1 rd/c6d30p6
b $STORAGE              54 247  1   1 rd/c6d30p7
b $STORAGE              54 248  1   1 rd/c6d31
b $STORAGE              54 249  1   1 rd/c6d31p1
b $STORAGE              54 250  1   1 rd/c6d31p2
b $STORAGE              54 251  1   1 rd/c6d31p3
b $STORAGE              54 252  1   1 rd/c6d31p4
b $STORAGE              54 253  1   1 rd/c6d31p5
b $STORAGE              54 254  1   1 rd/c6d31p6
b $STORAGE              54 255  1   1 rd/c6d31p7
b $STORAGE              55   0  1   1 rd/c7d0
b $STORAGE              55   1  1   1 rd/c7d0p1
b $STORAGE              55   2  1   1 rd/c7d0p2
b $STORAGE              55   3  1   1 rd/c7d0p3
b $STORAGE              55   4  1   1 rd/c7d0p4
b $STORAGE              55   5  1   1 rd/c7d0p5
b $STORAGE              55   6  1   1 rd/c7d0p6
b $STORAGE              55   7  1   1 rd/c7d0p7
b $STORAGE              55   8  1   1 rd/c7d1
b $STORAGE              55   9  1   1 rd/c7d1p1
b $STORAGE              55  10  1   1 rd/c7d1p2
b $STORAGE              55  11  1   1 rd/c7d1p3
b $STORAGE              55  12  1   1 rd/c7d1p4
b $STORAGE              55  13  1   1 rd/c7d1p5
b $STORAGE              55  14  1   1 rd/c7d1p6
b $STORAGE              55  15  1   1 rd/c7d1p7
b $STORAGE              55  16  1   1 rd/c7d2
b $STORAGE              55  17  1   1 rd/c7d2p1
b $STORAGE              55  18  1   1 rd/c7d2p2
b $STORAGE              55  19  1   1 rd/c7d2p3
b $STORAGE              55  20  1   1 rd/c7d2p4
b $STORAGE              55  21  1   1 rd/c7d2p5
b $STORAGE              55  22  1   1 rd/c7d2p6
b $STORAGE              55  23  1   1 rd/c7d2p7
b $STORAGE              55  24  1   1 rd/c7d3
b $STORAGE              55  25  1   1 rd/c7d3p1
b $STORAGE              55  26  1   1 rd/c7d3p2
b $STORAGE              55  27  1   1 rd/c7d3p3
b $STORAGE              55  28  1   1 rd/c7d3p4
b $STORAGE              55  29  1   1 rd/c7d3p5
b $STORAGE              55  30  1   1 rd/c7d3p6
b $STORAGE              55  31  1   1 rd/c7d3p7
b $STORAGE              55  32  1   1 rd/c7d4
b $STORAGE              55  33  1   1 rd/c7d4p1
b $STORAGE              55  34  1   1 rd/c7d4p2
b $STORAGE              55  35  1   1 rd/c7d4p3
b $STORAGE              55  36  1   1 rd/c7d4p4
b $STORAGE              55  37  1   1 rd/c7d4p5
b $STORAGE              55  38  1   1 rd/c7d4p6
b $STORAGE              55  39  1   1 rd/c7d4p7
b $STORAGE              55  40  1   1 rd/c7d5
b $STORAGE              55  41  1   1 rd/c7d5p1
b $STORAGE              55  42  1   1 rd/c7d5p2
b $STORAGE              55  43  1   1 rd/c7d5p3
b $STORAGE              55  44  1   1 rd/c7d5p4
b $STORAGE              55  45  1   1 rd/c7d5p5
b $STORAGE              55  46  1   1 rd/c7d5p6
b $STORAGE              55  47  1   1 rd/c7d5p7
b $STORAGE              55  48  1   1 rd/c7d6
b $STORAGE              55  49  1   1 rd/c7d6p1
b $STORAGE              55  50  1   1 rd/c7d6p2
b $STORAGE              55  51  1   1 rd/c7d6p3
b $STORAGE              55  52  1   1 rd/c7d6p4
b $STORAGE              55  53  1   1 rd/c7d6p5
b $STORAGE              55  54  1   1 rd/c7d6p6
b $STORAGE              55  55  1   1 rd/c7d6p7
b $STORAGE              55  56  1   1 rd/c7d7
b $STORAGE              55  57  1   1 rd/c7d7p1
b $STORAGE              55  58  1   1 rd/c7d7p2
b $STORAGE              55  59  1   1 rd/c7d7p3
b $STORAGE              55  60  1   1 rd/c7d7p4
b $STORAGE              55  61  1   1 rd/c7d7p5
b $STORAGE              55  62  1   1 rd/c7d7p6
b $STORAGE              55  63  1   1 rd/c7d7p7
b $STORAGE              55  64  1   1 rd/c7d8
b $STORAGE              55  65  1   1 rd/c7d8p1
b $STORAGE              55  66  1   1 rd/c7d8p2
b $STORAGE              55  67  1   1 rd/c7d8p3
b $STORAGE              55  68  1   1 rd/c7d8p4
b $STORAGE              55  69  1   1 rd/c7d8p5
b $STORAGE              55  70  1   1 rd/c7d8p6
b $STORAGE              55  71  1   1 rd/c7d8p7
b $STORAGE              55  72  1   1 rd/c7d9
b $STORAGE              55  73  1   1 rd/c7d9p1
b $STORAGE              55  74  1   1 rd/c7d9p2
b $STORAGE              55  75  1   1 rd/c7d9p3
b $STORAGE              55  76  1   1 rd/c7d9p4
b $STORAGE              55  77  1   1 rd/c7d9p5
b $STORAGE              55  78  1   1 rd/c7d9p6
b $STORAGE              55  79  1   1 rd/c7d9p7
b $STORAGE              55  80  1   1 rd/c7d10
b $STORAGE              55  81  1   1 rd/c7d10p1
b $STORAGE              55  82  1   1 rd/c7d10p2
b $STORAGE              55  83  1   1 rd/c7d10p3
b $STORAGE              55  84  1   1 rd/c7d10p4
b $STORAGE              55  85  1   1 rd/c7d10p5
b $STORAGE              55  86  1   1 rd/c7d10p6
b $STORAGE              55  87  1   1 rd/c7d10p7
b $STORAGE              55  88  1   1 rd/c7d11
b $STORAGE              55  89  1   1 rd/c7d11p1
b $STORAGE              55  90  1   1 rd/c7d11p2
b $STORAGE              55  91  1   1 rd/c7d11p3
b $STORAGE              55  92  1   1 rd/c7d11p4
b $STORAGE              55  93  1   1 rd/c7d11p5
b $STORAGE              55  94  1   1 rd/c7d11p6
b $STORAGE              55  95  1   1 rd/c7d11p7
b $STORAGE              55  96  1   1 rd/c7d12
b $STORAGE              55  97  1   1 rd/c7d12p1
b $STORAGE              55  98  1   1 rd/c7d12p2
b $STORAGE              55  99  1   1 rd/c7d12p3
b $STORAGE              55 100  1   1 rd/c7d12p4
b $STORAGE              55 101  1   1 rd/c7d12p5
b $STORAGE              55 102  1   1 rd/c7d12p6
b $STORAGE              55 103  1   1 rd/c7d12p7
b $STORAGE              55 104  1   1 rd/c7d13
b $STORAGE              55 105  1   1 rd/c7d13p1
b $STORAGE              55 106  1   1 rd/c7d13p2
b $STORAGE              55 107  1   1 rd/c7d13p3
b $STORAGE              55 108  1   1 rd/c7d13p4
b $STORAGE              55 109  1   1 rd/c7d13p5
b $STORAGE              55 110  1   1 rd/c7d13p6
b $STORAGE              55 111  1   1 rd/c7d13p7
b $STORAGE              55 112  1   1 rd/c7d14
b $STORAGE              55 113  1   1 rd/c7d14p1
b $STORAGE              55 114  1   1 rd/c7d14p2
b $STORAGE              55 115  1   1 rd/c7d14p3
b $STORAGE              55 116  1   1 rd/c7d14p4
b $STORAGE              55 117  1   1 rd/c7d14p5
b $STORAGE              55 118  1   1 rd/c7d14p6
b $STORAGE              55 119  1   1 rd/c7d14p7
b $STORAGE              55 120  1   1 rd/c7d15
b $STORAGE              55 121  1   1 rd/c7d15p1
b $STORAGE              55 122  1   1 rd/c7d15p2
b $STORAGE              55 123  1   1 rd/c7d15p3
b $STORAGE              55 124  1   1 rd/c7d15p4
b $STORAGE              55 125  1   1 rd/c7d15p5
b $STORAGE              55 126  1   1 rd/c7d15p6
b $STORAGE              55 127  1   1 rd/c7d15p7
b $STORAGE              55 128  1   1 rd/c7d16
b $STORAGE              55 129  1   1 rd/c7d16p1
b $STORAGE              55 130  1   1 rd/c7d16p2
b $STORAGE              55 131  1   1 rd/c7d16p3
b $STORAGE              55 132  1   1 rd/c7d16p4
b $STORAGE              55 133  1   1 rd/c7d16p5
b $STORAGE              55 134  1   1 rd/c7d16p6
b $STORAGE              55 135  1   1 rd/c7d16p7
b $STORAGE              55 136  1   1 rd/c7d17
b $STORAGE              55 137  1   1 rd/c7d17p1
b $STORAGE              55 138  1   1 rd/c7d17p2
b $STORAGE              55 139  1   1 rd/c7d17p3
b $STORAGE              55 140  1   1 rd/c7d17p4
b $STORAGE              55 141  1   1 rd/c7d17p5
b $STORAGE              55 142  1   1 rd/c7d17p6
b $STORAGE              55 143  1   1 rd/c7d17p7
b $STORAGE              55 144  1   1 rd/c7d18
b $STORAGE              55 145  1   1 rd/c7d18p1
b $STORAGE              55 146  1   1 rd/c7d18p2
b $STORAGE              55 147  1   1 rd/c7d18p3
b $STORAGE              55 148  1   1 rd/c7d18p4
b $STORAGE              55 149  1   1 rd/c7d18p5
b $STORAGE              55 150  1   1 rd/c7d18p6
b $STORAGE              55 151  1   1 rd/c7d18p7
b $STORAGE              55 152  1   1 rd/c7d19
b $STORAGE              55 153  1   1 rd/c7d19p1
b $STORAGE              55 154  1   1 rd/c7d19p2
b $STORAGE              55 155  1   1 rd/c7d19p3
b $STORAGE              55 156  1   1 rd/c7d19p4
b $STORAGE              55 157  1   1 rd/c7d19p5
b $STORAGE              55 158  1   1 rd/c7d19p6
b $STORAGE              55 159  1   1 rd/c7d19p7
b $STORAGE              55 160  1   1 rd/c7d20
b $STORAGE              55 161  1   1 rd/c7d20p1
b $STORAGE              55 162  1   1 rd/c7d20p2
b $STORAGE              55 163  1   1 rd/c7d20p3
b $STORAGE              55 164  1   1 rd/c7d20p4
b $STORAGE              55 165  1   1 rd/c7d20p5
b $STORAGE              55 166  1   1 rd/c7d20p6
b $STORAGE              55 167  1   1 rd/c7d20p7
b $STORAGE              55 168  1   1 rd/c7d21
b $STORAGE              55 169  1   1 rd/c7d21p1
b $STORAGE              55 170  1   1 rd/c7d21p2
b $STORAGE              55 171  1   1 rd/c7d21p3
b $STORAGE              55 172  1   1 rd/c7d21p4
b $STORAGE              55 173  1   1 rd/c7d21p5
b $STORAGE              55 174  1   1 rd/c7d21p6
b $STORAGE              55 175  1   1 rd/c7d21p7
b $STORAGE              55 176  1   1 rd/c7d22
b $STORAGE              55 177  1   1 rd/c7d22p1
b $STORAGE              55 178  1   1 rd/c7d22p2
b $STORAGE              55 179  1   1 rd/c7d22p3
b $STORAGE              55 180  1   1 rd/c7d22p4
b $STORAGE              55 181  1   1 rd/c7d22p5
b $STORAGE              55 182  1   1 rd/c7d22p6
b $STORAGE              55 183  1   1 rd/c7d22p7
b $STORAGE              55 184  1   1 rd/c7d23
b $STORAGE              55 185  1   1 rd/c7d23p1
b $STORAGE              55 186  1   1 rd/c7d23p2
b $STORAGE              55 187  1   1 rd/c7d23p3
b $STORAGE              55 188  1   1 rd/c7d23p4
b $STORAGE              55 189  1   1 rd/c7d23p5
b $STORAGE              55 190  1   1 rd/c7d23p6
b $STORAGE              55 191  1   1 rd/c7d23p7
b $STORAGE              55 192  1   1 rd/c7d24
b $STORAGE              55 193  1   1 rd/c7d24p1
b $STORAGE              55 194  1   1 rd/c7d24p2
b $STORAGE              55 195  1   1 rd/c7d24p3
b $STORAGE              55 196  1   1 rd/c7d24p4
b $STORAGE              55 197  1   1 rd/c7d24p5
b $STORAGE              55 198  1   1 rd/c7d24p6
b $STORAGE              55 199  1   1 rd/c7d24p7
b $STORAGE              55 200  1   1 rd/c7d25
b $STORAGE              55 201  1   1 rd/c7d25p1
b $STORAGE              55 202  1   1 rd/c7d25p2
b $STORAGE              55 203  1   1 rd/c7d25p3
b $STORAGE              55 204  1   1 rd/c7d25p4
b $STORAGE              55 205  1   1 rd/c7d25p5
b $STORAGE              55 206  1   1 rd/c7d25p6
b $STORAGE              55 207  1   1 rd/c7d25p7
b $STORAGE              55 208  1   1 rd/c7d26
b $STORAGE              55 209  1   1 rd/c7d26p1
b $STORAGE              55 210  1   1 rd/c7d26p2
b $STORAGE              55 211  1   1 rd/c7d26p3
b $STORAGE              55 212  1   1 rd/c7d26p4
b $STORAGE              55 213  1   1 rd/c7d26p5
b $STORAGE              55 214  1   1 rd/c7d26p6
b $STORAGE              55 215  1   1 rd/c7d26p7
b $STORAGE              55 216  1   1 rd/c7d27
b $STORAGE              55 217  1   1 rd/c7d27p1
b $STORAGE              55 218  1   1 rd/c7d27p2
b $STORAGE              55 219  1   1 rd/c7d27p3
b $STORAGE              55 220  1   1 rd/c7d27p4
b $STORAGE              55 221  1   1 rd/c7d27p5
b $STORAGE              55 222  1   1 rd/c7d27p6
b $STORAGE              55 223  1   1 rd/c7d27p7
b $STORAGE              55 224  1   1 rd/c7d28
b $STORAGE              55 225  1   1 rd/c7d28p1
b $STORAGE              55 226  1   1 rd/c7d28p2
b $STORAGE              55 227  1   1 rd/c7d28p3
b $STORAGE              55 228  1   1 rd/c7d28p4
b $STORAGE              55 229  1   1 rd/c7d28p5
b $STORAGE              55 230  1   1 rd/c7d28p6
b $STORAGE              55 231  1   1 rd/c7d28p7
b $STORAGE              55 232  1   1 rd/c7d29
b $STORAGE              55 233  1   1 rd/c7d29p1
b $STORAGE              55 234  1   1 rd/c7d29p2
b $STORAGE              55 235  1   1 rd/c7d29p3
b $STORAGE              55 236  1   1 rd/c7d29p4
b $STORAGE              55 237  1   1 rd/c7d29p5
b $STORAGE              55 238  1   1 rd/c7d29p6
b $STORAGE              55 239  1   1 rd/c7d29p7
b $STORAGE              55 240  1   1 rd/c7d30
b $STORAGE              55 241  1   1 rd/c7d30p1
b $STORAGE              55 242  1   1 rd/c7d30p2
b $STORAGE              55 243  1   1 rd/c7d30p3
b $STORAGE              55 244  1   1 rd/c7d30p4
b $STORAGE              55 245  1   1 rd/c7d30p5
b $STORAGE              55 246  1   1 rd/c7d30p6
b $STORAGE              55 247  1   1 rd/c7d30p7
b $STORAGE              55 248  1   1 rd/c7d31
b $STORAGE              55 249  1   1 rd/c7d31p1
b $STORAGE              55 250  1   1 rd/c7d31p2
b $STORAGE              55 251  1   1 rd/c7d31p3
b $STORAGE              55 252  1   1 rd/c7d31p4
b $STORAGE              55 253  1   1 rd/c7d31p5
b $STORAGE              55 254  1   1 rd/c7d31p6
b $STORAGE              55 255  1   1 rd/c7d31p7
b $STORAGE             136   0  1   1 rd/c8d0
b $STORAGE             136   1  1   1 rd/c8d0p1
b $STORAGE             136   2  1   1 rd/c8d0p2
b $STORAGE             136   3  1   1 rd/c8d0p3
b $STORAGE             136   4  1   1 rd/c8d0p4
b $STORAGE             136   5  1   1 rd/c8d0p5
b $STORAGE             136   6  1   1 rd/c8d0p6
b $STORAGE             136   7  1   1 rd/c8d0p7
b $STORAGE             136   8  1   1 rd/c8d1
b $STORAGE             136   9  1   1 rd/c8d1p1
b $STORAGE             136  10  1   1 rd/c8d1p2
b $STORAGE             136  11  1   1 rd/c8d1p3
b $STORAGE             136  12  1   1 rd/c8d1p4
b $STORAGE             136  13  1   1 rd/c8d1p5
b $STORAGE             136  14  1   1 rd/c8d1p6
b $STORAGE             136  15  1   1 rd/c8d1p7
b $STORAGE             136  16  1   1 rd/c8d2
b $STORAGE             136  17  1   1 rd/c8d2p1
b $STORAGE             136  18  1   1 rd/c8d2p2
b $STORAGE             136  19  1   1 rd/c8d2p3
b $STORAGE             136  20  1   1 rd/c8d2p4
b $STORAGE             136  21  1   1 rd/c8d2p5
b $STORAGE             136  22  1   1 rd/c8d2p6
b $STORAGE             136  23  1   1 rd/c8d2p7
b $STORAGE             136  24  1   1 rd/c8d3
b $STORAGE             136  25  1   1 rd/c8d3p1
b $STORAGE             136  26  1   1 rd/c8d3p2
b $STORAGE             136  27  1   1 rd/c8d3p3
b $STORAGE             136  28  1   1 rd/c8d3p4
b $STORAGE             136  29  1   1 rd/c8d3p5
b $STORAGE             136  30  1   1 rd/c8d3p6
b $STORAGE             136  31  1   1 rd/c8d3p7
b $STORAGE             136  32  1   1 rd/c8d4
b $STORAGE             136  33  1   1 rd/c8d4p1
b $STORAGE             136  34  1   1 rd/c8d4p2
b $STORAGE             136  35  1   1 rd/c8d4p3
b $STORAGE             136  36  1   1 rd/c8d4p4
b $STORAGE             136  37  1   1 rd/c8d4p5
b $STORAGE             136  38  1   1 rd/c8d4p6
b $STORAGE             136  39  1   1 rd/c8d4p7
b $STORAGE             136  40  1   1 rd/c8d5
b $STORAGE             136  41  1   1 rd/c8d5p1
b $STORAGE             136  42  1   1 rd/c8d5p2
b $STORAGE             136  43  1   1 rd/c8d5p3
b $STORAGE             136  44  1   1 rd/c8d5p4
b $STORAGE             136  45  1   1 rd/c8d5p5
b $STORAGE             136  46  1   1 rd/c8d5p6
b $STORAGE             136  47  1   1 rd/c8d5p7
b $STORAGE             136  48  1   1 rd/c8d6
b $STORAGE             136  49  1   1 rd/c8d6p1
b $STORAGE             136  50  1   1 rd/c8d6p2
b $STORAGE             136  51  1   1 rd/c8d6p3
b $STORAGE             136  52  1   1 rd/c8d6p4
b $STORAGE             136  53  1   1 rd/c8d6p5
b $STORAGE             136  54  1   1 rd/c8d6p6
b $STORAGE             136  55  1   1 rd/c8d6p7
b $STORAGE             136  56  1   1 rd/c8d7
b $STORAGE             136  57  1   1 rd/c8d7p1
b $STORAGE             136  58  1   1 rd/c8d7p2
b $STORAGE             136  59  1   1 rd/c8d7p3
b $STORAGE             136  60  1   1 rd/c8d7p4
b $STORAGE             136  61  1   1 rd/c8d7p5
b $STORAGE             136  62  1   1 rd/c8d7p6
b $STORAGE             136  63  1   1 rd/c8d7p7
b $STORAGE             136  64  1   1 rd/c8d8
b $STORAGE             136  65  1   1 rd/c8d8p1
b $STORAGE             136  66  1   1 rd/c8d8p2
b $STORAGE             136  67  1   1 rd/c8d8p3
b $STORAGE             136  68  1   1 rd/c8d8p4
b $STORAGE             136  69  1   1 rd/c8d8p5
b $STORAGE             136  70  1   1 rd/c8d8p6
b $STORAGE             136  71  1   1 rd/c8d8p7
b $STORAGE             136  72  1   1 rd/c8d9
b $STORAGE             136  73  1   1 rd/c8d9p1
b $STORAGE             136  74  1   1 rd/c8d9p2
b $STORAGE             136  75  1   1 rd/c8d9p3
b $STORAGE             136  76  1   1 rd/c8d9p4
b $STORAGE             136  77  1   1 rd/c8d9p5
b $STORAGE             136  78  1   1 rd/c8d9p6
b $STORAGE             136  79  1   1 rd/c8d9p7
b $STORAGE             136  80  1   1 rd/c8d10
b $STORAGE             136  81  1   1 rd/c8d10p1
b $STORAGE             136  82  1   1 rd/c8d10p2
b $STORAGE             136  83  1   1 rd/c8d10p3
b $STORAGE             136  84  1   1 rd/c8d10p4
b $STORAGE             136  85  1   1 rd/c8d10p5
b $STORAGE             136  86  1   1 rd/c8d10p6
b $STORAGE             136  87  1   1 rd/c8d10p7
b $STORAGE             136  88  1   1 rd/c8d11
b $STORAGE             136  89  1   1 rd/c8d11p1
b $STORAGE             136  90  1   1 rd/c8d11p2
b $STORAGE             136  91  1   1 rd/c8d11p3
b $STORAGE             136  92  1   1 rd/c8d11p4
b $STORAGE             136  93  1   1 rd/c8d11p5
b $STORAGE             136  94  1   1 rd/c8d11p6
b $STORAGE             136  95  1   1 rd/c8d11p7
b $STORAGE             136  96  1   1 rd/c8d12
b $STORAGE             136  97  1   1 rd/c8d12p1
b $STORAGE             136  98  1   1 rd/c8d12p2
b $STORAGE             136  99  1   1 rd/c8d12p3
b $STORAGE             136 100  1   1 rd/c8d12p4
b $STORAGE             136 101  1   1 rd/c8d12p5
b $STORAGE             136 102  1   1 rd/c8d12p6
b $STORAGE             136 103  1   1 rd/c8d12p7
b $STORAGE             136 104  1   1 rd/c8d13
b $STORAGE             136 105  1   1 rd/c8d13p1
b $STORAGE             136 106  1   1 rd/c8d13p2
b $STORAGE             136 107  1   1 rd/c8d13p3
b $STORAGE             136 108  1   1 rd/c8d13p4
b $STORAGE             136 109  1   1 rd/c8d13p5
b $STORAGE             136 110  1   1 rd/c8d13p6
b $STORAGE             136 111  1   1 rd/c8d13p7
b $STORAGE             136 112  1   1 rd/c8d14
b $STORAGE             136 113  1   1 rd/c8d14p1
b $STORAGE             136 114  1   1 rd/c8d14p2
b $STORAGE             136 115  1   1 rd/c8d14p3
b $STORAGE             136 116  1   1 rd/c8d14p4
b $STORAGE             136 117  1   1 rd/c8d14p5
b $STORAGE             136 118  1   1 rd/c8d14p6
b $STORAGE             136 119  1   1 rd/c8d14p7
b $STORAGE             136 120  1   1 rd/c8d15
b $STORAGE             136 121  1   1 rd/c8d15p1
b $STORAGE             136 122  1   1 rd/c8d15p2
b $STORAGE             136 123  1   1 rd/c8d15p3
b $STORAGE             136 124  1   1 rd/c8d15p4
b $STORAGE             136 125  1   1 rd/c8d15p5
b $STORAGE             136 126  1   1 rd/c8d15p6
b $STORAGE             136 127  1   1 rd/c8d15p7
b $STORAGE             136 128  1   1 rd/c8d16
b $STORAGE             136 129  1   1 rd/c8d16p1
b $STORAGE             136 130  1   1 rd/c8d16p2
b $STORAGE             136 131  1   1 rd/c8d16p3
b $STORAGE             136 132  1   1 rd/c8d16p4
b $STORAGE             136 133  1   1 rd/c8d16p5
b $STORAGE             136 134  1   1 rd/c8d16p6
b $STORAGE             136 135  1   1 rd/c8d16p7
b $STORAGE             136 136  1   1 rd/c8d17
b $STORAGE             136 137  1   1 rd/c8d17p1
b $STORAGE             136 138  1   1 rd/c8d17p2
b $STORAGE             136 139  1   1 rd/c8d17p3
b $STORAGE             136 140  1   1 rd/c8d17p4
b $STORAGE             136 141  1   1 rd/c8d17p5
b $STORAGE             136 142  1   1 rd/c8d17p6
b $STORAGE             136 143  1   1 rd/c8d17p7
b $STORAGE             136 144  1   1 rd/c8d18
b $STORAGE             136 145  1   1 rd/c8d18p1
b $STORAGE             136 146  1   1 rd/c8d18p2
b $STORAGE             136 147  1   1 rd/c8d18p3
b $STORAGE             136 148  1   1 rd/c8d18p4
b $STORAGE             136 149  1   1 rd/c8d18p5
b $STORAGE             136 150  1   1 rd/c8d18p6
b $STORAGE             136 151  1   1 rd/c8d18p7
b $STORAGE             136 152  1   1 rd/c8d19
b $STORAGE             136 153  1   1 rd/c8d19p1
b $STORAGE             136 154  1   1 rd/c8d19p2
b $STORAGE             136 155  1   1 rd/c8d19p3
b $STORAGE             136 156  1   1 rd/c8d19p4
b $STORAGE             136 157  1   1 rd/c8d19p5
b $STORAGE             136 158  1   1 rd/c8d19p6
b $STORAGE             136 159  1   1 rd/c8d19p7
b $STORAGE             136 160  1   1 rd/c8d20
b $STORAGE             136 161  1   1 rd/c8d20p1
b $STORAGE             136 162  1   1 rd/c8d20p2
b $STORAGE             136 163  1   1 rd/c8d20p3
b $STORAGE             136 164  1   1 rd/c8d20p4
b $STORAGE             136 165  1   1 rd/c8d20p5
b $STORAGE             136 166  1   1 rd/c8d20p6
b $STORAGE             136 167  1   1 rd/c8d20p7
b $STORAGE             136 168  1   1 rd/c8d21
b $STORAGE             136 169  1   1 rd/c8d21p1
b $STORAGE             136 170  1   1 rd/c8d21p2
b $STORAGE             136 171  1   1 rd/c8d21p3
b $STORAGE             136 172  1   1 rd/c8d21p4
b $STORAGE             136 173  1   1 rd/c8d21p5
b $STORAGE             136 174  1   1 rd/c8d21p6
b $STORAGE             136 175  1   1 rd/c8d21p7
b $STORAGE             136 176  1   1 rd/c8d22
b $STORAGE             136 177  1   1 rd/c8d22p1
b $STORAGE             136 178  1   1 rd/c8d22p2
b $STORAGE             136 179  1   1 rd/c8d22p3
b $STORAGE             136 180  1   1 rd/c8d22p4
b $STORAGE             136 181  1   1 rd/c8d22p5
b $STORAGE             136 182  1   1 rd/c8d22p6
b $STORAGE             136 183  1   1 rd/c8d22p7
b $STORAGE             136 184  1   1 rd/c8d23
b $STORAGE             136 185  1   1 rd/c8d23p1
b $STORAGE             136 186  1   1 rd/c8d23p2
b $STORAGE             136 187  1   1 rd/c8d23p3
b $STORAGE             136 188  1   1 rd/c8d23p4
b $STORAGE             136 189  1   1 rd/c8d23p5
b $STORAGE             136 190  1   1 rd/c8d23p6
b $STORAGE             136 191  1   1 rd/c8d23p7
b $STORAGE             136 192  1   1 rd/c8d24
b $STORAGE             136 193  1   1 rd/c8d24p1
b $STORAGE             136 194  1   1 rd/c8d24p2
b $STORAGE             136 195  1   1 rd/c8d24p3
b $STORAGE             136 196  1   1 rd/c8d24p4
b $STORAGE             136 197  1   1 rd/c8d24p5
b $STORAGE             136 198  1   1 rd/c8d24p6
b $STORAGE             136 199  1   1 rd/c8d24p7
b $STORAGE             136 200  1   1 rd/c8d25
b $STORAGE             136 201  1   1 rd/c8d25p1
b $STORAGE             136 202  1   1 rd/c8d25p2
b $STORAGE             136 203  1   1 rd/c8d25p3
b $STORAGE             136 204  1   1 rd/c8d25p4
b $STORAGE             136 205  1   1 rd/c8d25p5
b $STORAGE             136 206  1   1 rd/c8d25p6
b $STORAGE             136 207  1   1 rd/c8d25p7
b $STORAGE             136 208  1   1 rd/c8d26
b $STORAGE             136 209  1   1 rd/c8d26p1
b $STORAGE             136 210  1   1 rd/c8d26p2
b $STORAGE             136 211  1   1 rd/c8d26p3
b $STORAGE             136 212  1   1 rd/c8d26p4
b $STORAGE             136 213  1   1 rd/c8d26p5
b $STORAGE             136 214  1   1 rd/c8d26p6
b $STORAGE             136 215  1   1 rd/c8d26p7
b $STORAGE             136 216  1   1 rd/c8d27
b $STORAGE             136 217  1   1 rd/c8d27p1
b $STORAGE             136 218  1   1 rd/c8d27p2
b $STORAGE             136 219  1   1 rd/c8d27p3
b $STORAGE             136 220  1   1 rd/c8d27p4
b $STORAGE             136 221  1   1 rd/c8d27p5
b $STORAGE             136 222  1   1 rd/c8d27p6
b $STORAGE             136 223  1   1 rd/c8d27p7
b $STORAGE             136 224  1   1 rd/c8d28
b $STORAGE             136 225  1   1 rd/c8d28p1
b $STORAGE             136 226  1   1 rd/c8d28p2
b $STORAGE             136 227  1   1 rd/c8d28p3
b $STORAGE             136 228  1   1 rd/c8d28p4
b $STORAGE             136 229  1   1 rd/c8d28p5
b $STORAGE             136 230  1   1 rd/c8d28p6
b $STORAGE             136 231  1   1 rd/c8d28p7
b $STORAGE             136 232  1   1 rd/c8d29
b $STORAGE             136 233  1   1 rd/c8d29p1
b $STORAGE             136 234  1   1 rd/c8d29p2
b $STORAGE             136 235  1   1 rd/c8d29p3
b $STORAGE             136 236  1   1 rd/c8d29p4
b $STORAGE             136 237  1   1 rd/c8d29p5
b $STORAGE             136 238  1   1 rd/c8d29p6
b $STORAGE             136 239  1   1 rd/c8d29p7
b $STORAGE             136 240  1   1 rd/c8d30
b $STORAGE             136 241  1   1 rd/c8d30p1
b $STORAGE             136 242  1   1 rd/c8d30p2
b $STORAGE             136 243  1   1 rd/c8d30p3
b $STORAGE             136 244  1   1 rd/c8d30p4
b $STORAGE             136 245  1   1 rd/c8d30p5
b $STORAGE             136 246  1   1 rd/c8d30p6
b $STORAGE             136 247  1   1 rd/c8d30p7
b $STORAGE             136 248  1   1 rd/c8d31
b $STORAGE             136 249  1   1 rd/c8d31p1
b $STORAGE             136 250  1   1 rd/c8d31p2
b $STORAGE             136 251  1   1 rd/c8d31p3
b $STORAGE             136 252  1   1 rd/c8d31p4
b $STORAGE             136 253  1   1 rd/c8d31p5
b $STORAGE             136 254  1   1 rd/c8d31p6
b $STORAGE             136 255  1   1 rd/c8d31p7
b $STORAGE             137   0  1   1 rd/c9d0
b $STORAGE             137   1  1   1 rd/c9d0p1
b $STORAGE             137   2  1   1 rd/c9d0p2
b $STORAGE             137   3  1   1 rd/c9d0p3
b $STORAGE             137   4  1   1 rd/c9d0p4
b $STORAGE             137   5  1   1 rd/c9d0p5
b $STORAGE             137   6  1   1 rd/c9d0p6
b $STORAGE             137   7  1   1 rd/c9d0p7
b $STORAGE             137   8  1   1 rd/c9d1
b $STORAGE             137   9  1   1 rd/c9d1p1
b $STORAGE             137  10  1   1 rd/c9d1p2
b $STORAGE             137  11  1   1 rd/c9d1p3
b $STORAGE             137  12  1   1 rd/c9d1p4
b $STORAGE             137  13  1   1 rd/c9d1p5
b $STORAGE             137  14  1   1 rd/c9d1p6
b $STORAGE             137  15  1   1 rd/c9d1p7
b $STORAGE             137  16  1   1 rd/c9d2
b $STORAGE             137  17  1   1 rd/c9d2p1
b $STORAGE             137  18  1   1 rd/c9d2p2
b $STORAGE             137  19  1   1 rd/c9d2p3
b $STORAGE             137  20  1   1 rd/c9d2p4
b $STORAGE             137  21  1   1 rd/c9d2p5
b $STORAGE             137  22  1   1 rd/c9d2p6
b $STORAGE             137  23  1   1 rd/c9d2p7
b $STORAGE             137  24  1   1 rd/c9d3
b $STORAGE             137  25  1   1 rd/c9d3p1
b $STORAGE             137  26  1   1 rd/c9d3p2
b $STORAGE             137  27  1   1 rd/c9d3p3
b $STORAGE             137  28  1   1 rd/c9d3p4
b $STORAGE             137  29  1   1 rd/c9d3p5
b $STORAGE             137  30  1   1 rd/c9d3p6
b $STORAGE             137  31  1   1 rd/c9d3p7
b $STORAGE             137  32  1   1 rd/c9d4
b $STORAGE             137  33  1   1 rd/c9d4p1
b $STORAGE             137  34  1   1 rd/c9d4p2
b $STORAGE             137  35  1   1 rd/c9d4p3
b $STORAGE             137  36  1   1 rd/c9d4p4
b $STORAGE             137  37  1   1 rd/c9d4p5
b $STORAGE             137  38  1   1 rd/c9d4p6
b $STORAGE             137  39  1   1 rd/c9d4p7
b $STORAGE             137  40  1   1 rd/c9d5
b $STORAGE             137  41  1   1 rd/c9d5p1
b $STORAGE             137  42  1   1 rd/c9d5p2
b $STORAGE             137  43  1   1 rd/c9d5p3
b $STORAGE             137  44  1   1 rd/c9d5p4
b $STORAGE             137  45  1   1 rd/c9d5p5
b $STORAGE             137  46  1   1 rd/c9d5p6
b $STORAGE             137  47  1   1 rd/c9d5p7
b $STORAGE             137  48  1   1 rd/c9d6
b $STORAGE             137  49  1   1 rd/c9d6p1
b $STORAGE             137  50  1   1 rd/c9d6p2
b $STORAGE             137  51  1   1 rd/c9d6p3
b $STORAGE             137  52  1   1 rd/c9d6p4
b $STORAGE             137  53  1   1 rd/c9d6p5
b $STORAGE             137  54  1   1 rd/c9d6p6
b $STORAGE             137  55  1   1 rd/c9d6p7
b $STORAGE             137  56  1   1 rd/c9d7
b $STORAGE             137  57  1   1 rd/c9d7p1
b $STORAGE             137  58  1   1 rd/c9d7p2
b $STORAGE             137  59  1   1 rd/c9d7p3
b $STORAGE             137  60  1   1 rd/c9d7p4
b $STORAGE             137  61  1   1 rd/c9d7p5
b $STORAGE             137  62  1   1 rd/c9d7p6
b $STORAGE             137  63  1   1 rd/c9d7p7
b $STORAGE             137  64  1   1 rd/c9d8
b $STORAGE             137  65  1   1 rd/c9d8p1
b $STORAGE             137  66  1   1 rd/c9d8p2
b $STORAGE             137  67  1   1 rd/c9d8p3
b $STORAGE             137  68  1   1 rd/c9d8p4
b $STORAGE             137  69  1   1 rd/c9d8p5
b $STORAGE             137  70  1   1 rd/c9d8p6
b $STORAGE             137  71  1   1 rd/c9d8p7
b $STORAGE             137  72  1   1 rd/c9d9
b $STORAGE             137  73  1   1 rd/c9d9p1
b $STORAGE             137  74  1   1 rd/c9d9p2
b $STORAGE             137  75  1   1 rd/c9d9p3
b $STORAGE             137  76  1   1 rd/c9d9p4
b $STORAGE             137  77  1   1 rd/c9d9p5
b $STORAGE             137  78  1   1 rd/c9d9p6
b $STORAGE             137  79  1   1 rd/c9d9p7
b $STORAGE             137  80  1   1 rd/c9d10
b $STORAGE             137  81  1   1 rd/c9d10p1
b $STORAGE             137  82  1   1 rd/c9d10p2
b $STORAGE             137  83  1   1 rd/c9d10p3
b $STORAGE             137  84  1   1 rd/c9d10p4
b $STORAGE             137  85  1   1 rd/c9d10p5
b $STORAGE             137  86  1   1 rd/c9d10p6
b $STORAGE             137  87  1   1 rd/c9d10p7
b $STORAGE             137  88  1   1 rd/c9d11
b $STORAGE             137  89  1   1 rd/c9d11p1
b $STORAGE             137  90  1   1 rd/c9d11p2
b $STORAGE             137  91  1   1 rd/c9d11p3
b $STORAGE             137  92  1   1 rd/c9d11p4
b $STORAGE             137  93  1   1 rd/c9d11p5
b $STORAGE             137  94  1   1 rd/c9d11p6
b $STORAGE             137  95  1   1 rd/c9d11p7
b $STORAGE             137  96  1   1 rd/c9d12
b $STORAGE             137  97  1   1 rd/c9d12p1
b $STORAGE             137  98  1   1 rd/c9d12p2
b $STORAGE             137  99  1   1 rd/c9d12p3
b $STORAGE             137 100  1   1 rd/c9d12p4
b $STORAGE             137 101  1   1 rd/c9d12p5
b $STORAGE             137 102  1   1 rd/c9d12p6
b $STORAGE             137 103  1   1 rd/c9d12p7
b $STORAGE             137 104  1   1 rd/c9d13
b $STORAGE             137 105  1   1 rd/c9d13p1
b $STORAGE             137 106  1   1 rd/c9d13p2
b $STORAGE             137 107  1   1 rd/c9d13p3
b $STORAGE             137 108  1   1 rd/c9d13p4
b $STORAGE             137 109  1   1 rd/c9d13p5
b $STORAGE             137 110  1   1 rd/c9d13p6
b $STORAGE             137 111  1   1 rd/c9d13p7
b $STORAGE             137 112  1   1 rd/c9d14
b $STORAGE             137 113  1   1 rd/c9d14p1
b $STORAGE             137 114  1   1 rd/c9d14p2
b $STORAGE             137 115  1   1 rd/c9d14p3
b $STORAGE             137 116  1   1 rd/c9d14p4
b $STORAGE             137 117  1   1 rd/c9d14p5
b $STORAGE             137 118  1   1 rd/c9d14p6
b $STORAGE             137 119  1   1 rd/c9d14p7
b $STORAGE             137 120  1   1 rd/c9d15
b $STORAGE             137 121  1   1 rd/c9d15p1
b $STORAGE             137 122  1   1 rd/c9d15p2
b $STORAGE             137 123  1   1 rd/c9d15p3
b $STORAGE             137 124  1   1 rd/c9d15p4
b $STORAGE             137 125  1   1 rd/c9d15p5
b $STORAGE             137 126  1   1 rd/c9d15p6
b $STORAGE             137 127  1   1 rd/c9d15p7
b $STORAGE             137 128  1   1 rd/c9d16
b $STORAGE             137 129  1   1 rd/c9d16p1
b $STORAGE             137 130  1   1 rd/c9d16p2
b $STORAGE             137 131  1   1 rd/c9d16p3
b $STORAGE             137 132  1   1 rd/c9d16p4
b $STORAGE             137 133  1   1 rd/c9d16p5
b $STORAGE             137 134  1   1 rd/c9d16p6
b $STORAGE             137 135  1   1 rd/c9d16p7
b $STORAGE             137 136  1   1 rd/c9d17
b $STORAGE             137 137  1   1 rd/c9d17p1
b $STORAGE             137 138  1   1 rd/c9d17p2
b $STORAGE             137 139  1   1 rd/c9d17p3
b $STORAGE             137 140  1   1 rd/c9d17p4
b $STORAGE             137 141  1   1 rd/c9d17p5
b $STORAGE             137 142  1   1 rd/c9d17p6
b $STORAGE             137 143  1   1 rd/c9d17p7
b $STORAGE             137 144  1   1 rd/c9d18
b $STORAGE             137 145  1   1 rd/c9d18p1
b $STORAGE             137 146  1   1 rd/c9d18p2
b $STORAGE             137 147  1   1 rd/c9d18p3
b $STORAGE             137 148  1   1 rd/c9d18p4
b $STORAGE             137 149  1   1 rd/c9d18p5
b $STORAGE             137 150  1   1 rd/c9d18p6
b $STORAGE             137 151  1   1 rd/c9d18p7
b $STORAGE             137 152  1   1 rd/c9d19
b $STORAGE             137 153  1   1 rd/c9d19p1
b $STORAGE             137 154  1   1 rd/c9d19p2
b $STORAGE             137 155  1   1 rd/c9d19p3
b $STORAGE             137 156  1   1 rd/c9d19p4
b $STORAGE             137 157  1   1 rd/c9d19p5
b $STORAGE             137 158  1   1 rd/c9d19p6
b $STORAGE             137 159  1   1 rd/c9d19p7
b $STORAGE             137 160  1   1 rd/c9d20
b $STORAGE             137 161  1   1 rd/c9d20p1
b $STORAGE             137 162  1   1 rd/c9d20p2
b $STORAGE             137 163  1   1 rd/c9d20p3
b $STORAGE             137 164  1   1 rd/c9d20p4
b $STORAGE             137 165  1   1 rd/c9d20p5
b $STORAGE             137 166  1   1 rd/c9d20p6
b $STORAGE             137 167  1   1 rd/c9d20p7
b $STORAGE             137 168  1   1 rd/c9d21
b $STORAGE             137 169  1   1 rd/c9d21p1
b $STORAGE             137 170  1   1 rd/c9d21p2
b $STORAGE             137 171  1   1 rd/c9d21p3
b $STORAGE             137 172  1   1 rd/c9d21p4
b $STORAGE             137 173  1   1 rd/c9d21p5
b $STORAGE             137 174  1   1 rd/c9d21p6
b $STORAGE             137 175  1   1 rd/c9d21p7
b $STORAGE             137 176  1   1 rd/c9d22
b $STORAGE             137 177  1   1 rd/c9d22p1
b $STORAGE             137 178  1   1 rd/c9d22p2
b $STORAGE             137 179  1   1 rd/c9d22p3
b $STORAGE             137 180  1   1 rd/c9d22p4
b $STORAGE             137 181  1   1 rd/c9d22p5
b $STORAGE             137 182  1   1 rd/c9d22p6
b $STORAGE             137 183  1   1 rd/c9d22p7
b $STORAGE             137 184  1   1 rd/c9d23
b $STORAGE             137 185  1   1 rd/c9d23p1
b $STORAGE             137 186  1   1 rd/c9d23p2
b $STORAGE             137 187  1   1 rd/c9d23p3
b $STORAGE             137 188  1   1 rd/c9d23p4
b $STORAGE             137 189  1   1 rd/c9d23p5
b $STORAGE             137 190  1   1 rd/c9d23p6
b $STORAGE             137 191  1   1 rd/c9d23p7
b $STORAGE             137 192  1   1 rd/c9d24
b $STORAGE             137 193  1   1 rd/c9d24p1
b $STORAGE             137 194  1   1 rd/c9d24p2
b $STORAGE             137 195  1   1 rd/c9d24p3
b $STORAGE             137 196  1   1 rd/c9d24p4
b $STORAGE             137 197  1   1 rd/c9d24p5
b $STORAGE             137 198  1   1 rd/c9d24p6
b $STORAGE             137 199  1   1 rd/c9d24p7
b $STORAGE             137 200  1   1 rd/c9d25
b $STORAGE             137 201  1   1 rd/c9d25p1
b $STORAGE             137 202  1   1 rd/c9d25p2
b $STORAGE             137 203  1   1 rd/c9d25p3
b $STORAGE             137 204  1   1 rd/c9d25p4
b $STORAGE             137 205  1   1 rd/c9d25p5
b $STORAGE             137 206  1   1 rd/c9d25p6
b $STORAGE             137 207  1   1 rd/c9d25p7
b $STORAGE             137 208  1   1 rd/c9d26
b $STORAGE             137 209  1   1 rd/c9d26p1
b $STORAGE             137 210  1   1 rd/c9d26p2
b $STORAGE             137 211  1   1 rd/c9d26p3
b $STORAGE             137 212  1   1 rd/c9d26p4
b $STORAGE             137 213  1   1 rd/c9d26p5
b $STORAGE             137 214  1   1 rd/c9d26p6
b $STORAGE             137 215  1   1 rd/c9d26p7
b $STORAGE             137 216  1   1 rd/c9d27
b $STORAGE             137 217  1   1 rd/c9d27p1
b $STORAGE             137 218  1   1 rd/c9d27p2
b $STORAGE             137 219  1   1 rd/c9d27p3
b $STORAGE             137 220  1   1 rd/c9d27p4
b $STORAGE             137 221  1   1 rd/c9d27p5
b $STORAGE             137 222  1   1 rd/c9d27p6
b $STORAGE             137 223  1   1 rd/c9d27p7
b $STORAGE             137 224  1   1 rd/c9d28
b $STORAGE             137 225  1   1 rd/c9d28p1
b $STORAGE             137 226  1   1 rd/c9d28p2
b $STORAGE             137 227  1   1 rd/c9d28p3
b $STORAGE             137 228  1   1 rd/c9d28p4
b $STORAGE             137 229  1   1 rd/c9d28p5
b $STORAGE             137 230  1   1 rd/c9d28p6
b $STORAGE             137 231  1   1 rd/c9d28p7
b $STORAGE             137 232  1   1 rd/c9d29
b $STORAGE             137 233  1   1 rd/c9d29p1
b $STORAGE             137 234  1   1 rd/c9d29p2
b $STORAGE             137 235  1   1 rd/c9d29p3
b $STORAGE             137 236  1   1 rd/c9d29p4
b $STORAGE             137 237  1   1 rd/c9d29p5
b $STORAGE             137 238  1   1 rd/c9d29p6
b $STORAGE             137 239  1   1 rd/c9d29p7
b $STORAGE             137 240  1   1 rd/c9d30
b $STORAGE             137 241  1   1 rd/c9d30p1
b $STORAGE             137 242  1   1 rd/c9d30p2
b $STORAGE             137 243  1   1 rd/c9d30p3
b $STORAGE             137 244  1   1 rd/c9d30p4
b $STORAGE             137 245  1   1 rd/c9d30p5
b $STORAGE             137 246  1   1 rd/c9d30p6
b $STORAGE             137 247  1   1 rd/c9d30p7
b $STORAGE             137 248  1   1 rd/c9d31
b $STORAGE             137 249  1   1 rd/c9d31p1
b $STORAGE             137 250  1   1 rd/c9d31p2
b $STORAGE             137 251  1   1 rd/c9d31p3
b $STORAGE             137 252  1   1 rd/c9d31p4
b $STORAGE             137 253  1   1 rd/c9d31p5
b $STORAGE             137 254  1   1 rd/c9d31p6
b $STORAGE             137 255  1   1 rd/c9d31p7
b $STORAGE             138   0  1   1 rd/c10d0
b $STORAGE             138   1  1   1 rd/c10d0p1
b $STORAGE             138   2  1   1 rd/c10d0p2
b $STORAGE             138   3  1   1 rd/c10d0p3
b $STORAGE             138   4  1   1 rd/c10d0p4
b $STORAGE             138   5  1   1 rd/c10d0p5
b $STORAGE             138   6  1   1 rd/c10d0p6
b $STORAGE             138   7  1   1 rd/c10d0p7
b $STORAGE             138   8  1   1 rd/c10d1
b $STORAGE             138   9  1   1 rd/c10d1p1
b $STORAGE             138  10  1   1 rd/c10d1p2
b $STORAGE             138  11  1   1 rd/c10d1p3
b $STORAGE             138  12  1   1 rd/c10d1p4
b $STORAGE             138  13  1   1 rd/c10d1p5
b $STORAGE             138  14  1   1 rd/c10d1p6
b $STORAGE             138  15  1   1 rd/c10d1p7
b $STORAGE             138  16  1   1 rd/c10d2
b $STORAGE             138  17  1   1 rd/c10d2p1
b $STORAGE             138  18  1   1 rd/c10d2p2
b $STORAGE             138  19  1   1 rd/c10d2p3
b $STORAGE             138  20  1   1 rd/c10d2p4
b $STORAGE             138  21  1   1 rd/c10d2p5
b $STORAGE             138  22  1   1 rd/c10d2p6
b $STORAGE             138  23  1   1 rd/c10d2p7
b $STORAGE             138  24  1   1 rd/c10d3
b $STORAGE             138  25  1   1 rd/c10d3p1
b $STORAGE             138  26  1   1 rd/c10d3p2
b $STORAGE             138  27  1   1 rd/c10d3p3
b $STORAGE             138  28  1   1 rd/c10d3p4
b $STORAGE             138  29  1   1 rd/c10d3p5
b $STORAGE             138  30  1   1 rd/c10d3p6
b $STORAGE             138  31  1   1 rd/c10d3p7
b $STORAGE             138  32  1   1 rd/c10d4
b $STORAGE             138  33  1   1 rd/c10d4p1
b $STORAGE             138  34  1   1 rd/c10d4p2
b $STORAGE             138  35  1   1 rd/c10d4p3
b $STORAGE             138  36  1   1 rd/c10d4p4
b $STORAGE             138  37  1   1 rd/c10d4p5
b $STORAGE             138  38  1   1 rd/c10d4p6
b $STORAGE             138  39  1   1 rd/c10d4p7
b $STORAGE             138  40  1   1 rd/c10d5
b $STORAGE             138  41  1   1 rd/c10d5p1
b $STORAGE             138  42  1   1 rd/c10d5p2
b $STORAGE             138  43  1   1 rd/c10d5p3
b $STORAGE             138  44  1   1 rd/c10d5p4
b $STORAGE             138  45  1   1 rd/c10d5p5
b $STORAGE             138  46  1   1 rd/c10d5p6
b $STORAGE             138  47  1   1 rd/c10d5p7
b $STORAGE             138  48  1   1 rd/c10d6
b $STORAGE             138  49  1   1 rd/c10d6p1
b $STORAGE             138  50  1   1 rd/c10d6p2
b $STORAGE             138  51  1   1 rd/c10d6p3
b $STORAGE             138  52  1   1 rd/c10d6p4
b $STORAGE             138  53  1   1 rd/c10d6p5
b $STORAGE             138  54  1   1 rd/c10d6p6
b $STORAGE             138  55  1   1 rd/c10d6p7
b $STORAGE             138  56  1   1 rd/c10d7
b $STORAGE             138  57  1   1 rd/c10d7p1
b $STORAGE             138  58  1   1 rd/c10d7p2
b $STORAGE             138  59  1   1 rd/c10d7p3
b $STORAGE             138  60  1   1 rd/c10d7p4
b $STORAGE             138  61  1   1 rd/c10d7p5
b $STORAGE             138  62  1   1 rd/c10d7p6
b $STORAGE             138  63  1   1 rd/c10d7p7
b $STORAGE             138  64  1   1 rd/c10d8
b $STORAGE             138  65  1   1 rd/c10d8p1
b $STORAGE             138  66  1   1 rd/c10d8p2
b $STORAGE             138  67  1   1 rd/c10d8p3
b $STORAGE             138  68  1   1 rd/c10d8p4
b $STORAGE             138  69  1   1 rd/c10d8p5
b $STORAGE             138  70  1   1 rd/c10d8p6
b $STORAGE             138  71  1   1 rd/c10d8p7
b $STORAGE             138  72  1   1 rd/c10d9
b $STORAGE             138  73  1   1 rd/c10d9p1
b $STORAGE             138  74  1   1 rd/c10d9p2
b $STORAGE             138  75  1   1 rd/c10d9p3
b $STORAGE             138  76  1   1 rd/c10d9p4
b $STORAGE             138  77  1   1 rd/c10d9p5
b $STORAGE             138  78  1   1 rd/c10d9p6
b $STORAGE             138  79  1   1 rd/c10d9p7
b $STORAGE             138  80  1   1 rd/c10d10
b $STORAGE             138  81  1   1 rd/c10d10p1
b $STORAGE             138  82  1   1 rd/c10d10p2
b $STORAGE             138  83  1   1 rd/c10d10p3
b $STORAGE             138  84  1   1 rd/c10d10p4
b $STORAGE             138  85  1   1 rd/c10d10p5
b $STORAGE             138  86  1   1 rd/c10d10p6
b $STORAGE             138  87  1   1 rd/c10d10p7
b $STORAGE             138  88  1   1 rd/c10d11
b $STORAGE             138  89  1   1 rd/c10d11p1
b $STORAGE             138  90  1   1 rd/c10d11p2
b $STORAGE             138  91  1   1 rd/c10d11p3
b $STORAGE             138  92  1   1 rd/c10d11p4
b $STORAGE             138  93  1   1 rd/c10d11p5
b $STORAGE             138  94  1   1 rd/c10d11p6
b $STORAGE             138  95  1   1 rd/c10d11p7
b $STORAGE             138  96  1   1 rd/c10d12
b $STORAGE             138  97  1   1 rd/c10d12p1
b $STORAGE             138  98  1   1 rd/c10d12p2
b $STORAGE             138  99  1   1 rd/c10d12p3
b $STORAGE             138 100  1   1 rd/c10d12p4
b $STORAGE             138 101  1   1 rd/c10d12p5
b $STORAGE             138 102  1   1 rd/c10d12p6
b $STORAGE             138 103  1   1 rd/c10d12p7
b $STORAGE             138 104  1   1 rd/c10d13
b $STORAGE             138 105  1   1 rd/c10d13p1
b $STORAGE             138 106  1   1 rd/c10d13p2
b $STORAGE             138 107  1   1 rd/c10d13p3
b $STORAGE             138 108  1   1 rd/c10d13p4
b $STORAGE             138 109  1   1 rd/c10d13p5
b $STORAGE             138 110  1   1 rd/c10d13p6
b $STORAGE             138 111  1   1 rd/c10d13p7
b $STORAGE             138 112  1   1 rd/c10d14
b $STORAGE             138 113  1   1 rd/c10d14p1
b $STORAGE             138 114  1   1 rd/c10d14p2
b $STORAGE             138 115  1   1 rd/c10d14p3
b $STORAGE             138 116  1   1 rd/c10d14p4
b $STORAGE             138 117  1   1 rd/c10d14p5
b $STORAGE             138 118  1   1 rd/c10d14p6
b $STORAGE             138 119  1   1 rd/c10d14p7
b $STORAGE             138 120  1   1 rd/c10d15
b $STORAGE             138 121  1   1 rd/c10d15p1
b $STORAGE             138 122  1   1 rd/c10d15p2
b $STORAGE             138 123  1   1 rd/c10d15p3
b $STORAGE             138 124  1   1 rd/c10d15p4
b $STORAGE             138 125  1   1 rd/c10d15p5
b $STORAGE             138 126  1   1 rd/c10d15p6
b $STORAGE             138 127  1   1 rd/c10d15p7
b $STORAGE             138 128  1   1 rd/c10d16
b $STORAGE             138 129  1   1 rd/c10d16p1
b $STORAGE             138 130  1   1 rd/c10d16p2
b $STORAGE             138 131  1   1 rd/c10d16p3
b $STORAGE             138 132  1   1 rd/c10d16p4
b $STORAGE             138 133  1   1 rd/c10d16p5
b $STORAGE             138 134  1   1 rd/c10d16p6
b $STORAGE             138 135  1   1 rd/c10d16p7
b $STORAGE             138 136  1   1 rd/c10d17
b $STORAGE             138 137  1   1 rd/c10d17p1
b $STORAGE             138 138  1   1 rd/c10d17p2
b $STORAGE             138 139  1   1 rd/c10d17p3
b $STORAGE             138 140  1   1 rd/c10d17p4
b $STORAGE             138 141  1   1 rd/c10d17p5
b $STORAGE             138 142  1   1 rd/c10d17p6
b $STORAGE             138 143  1   1 rd/c10d17p7
b $STORAGE             138 144  1   1 rd/c10d18
b $STORAGE             138 145  1   1 rd/c10d18p1
b $STORAGE             138 146  1   1 rd/c10d18p2
b $STORAGE             138 147  1   1 rd/c10d18p3
b $STORAGE             138 148  1   1 rd/c10d18p4
b $STORAGE             138 149  1   1 rd/c10d18p5
b $STORAGE             138 150  1   1 rd/c10d18p6
b $STORAGE             138 151  1   1 rd/c10d18p7
b $STORAGE             138 152  1   1 rd/c10d19
b $STORAGE             138 153  1   1 rd/c10d19p1
b $STORAGE             138 154  1   1 rd/c10d19p2
b $STORAGE             138 155  1   1 rd/c10d19p3
b $STORAGE             138 156  1   1 rd/c10d19p4
b $STORAGE             138 157  1   1 rd/c10d19p5
b $STORAGE             138 158  1   1 rd/c10d19p6
b $STORAGE             138 159  1   1 rd/c10d19p7
b $STORAGE             138 160  1   1 rd/c10d20
b $STORAGE             138 161  1   1 rd/c10d20p1
b $STORAGE             138 162  1   1 rd/c10d20p2
b $STORAGE             138 163  1   1 rd/c10d20p3
b $STORAGE             138 164  1   1 rd/c10d20p4
b $STORAGE             138 165  1   1 rd/c10d20p5
b $STORAGE             138 166  1   1 rd/c10d20p6
b $STORAGE             138 167  1   1 rd/c10d20p7
b $STORAGE             138 168  1   1 rd/c10d21
b $STORAGE             138 169  1   1 rd/c10d21p1
b $STORAGE             138 170  1   1 rd/c10d21p2
b $STORAGE             138 171  1   1 rd/c10d21p3
b $STORAGE             138 172  1   1 rd/c10d21p4
b $STORAGE             138 173  1   1 rd/c10d21p5
b $STORAGE             138 174  1   1 rd/c10d21p6
b $STORAGE             138 175  1   1 rd/c10d21p7
b $STORAGE             138 176  1   1 rd/c10d22
b $STORAGE             138 177  1   1 rd/c10d22p1
b $STORAGE             138 178  1   1 rd/c10d22p2
b $STORAGE             138 179  1   1 rd/c10d22p3
b $STORAGE             138 180  1   1 rd/c10d22p4
b $STORAGE             138 181  1   1 rd/c10d22p5
b $STORAGE             138 182  1   1 rd/c10d22p6
b $STORAGE             138 183  1   1 rd/c10d22p7
b $STORAGE             138 184  1   1 rd/c10d23
b $STORAGE             138 185  1   1 rd/c10d23p1
b $STORAGE             138 186  1   1 rd/c10d23p2
b $STORAGE             138 187  1   1 rd/c10d23p3
b $STORAGE             138 188  1   1 rd/c10d23p4
b $STORAGE             138 189  1   1 rd/c10d23p5
b $STORAGE             138 190  1   1 rd/c10d23p6
b $STORAGE             138 191  1   1 rd/c10d23p7
b $STORAGE             138 192  1   1 rd/c10d24
b $STORAGE             138 193  1   1 rd/c10d24p1
b $STORAGE             138 194  1   1 rd/c10d24p2
b $STORAGE             138 195  1   1 rd/c10d24p3
b $STORAGE             138 196  1   1 rd/c10d24p4
b $STORAGE             138 197  1   1 rd/c10d24p5
b $STORAGE             138 198  1   1 rd/c10d24p6
b $STORAGE             138 199  1   1 rd/c10d24p7
b $STORAGE             138 200  1   1 rd/c10d25
b $STORAGE             138 201  1   1 rd/c10d25p1
b $STORAGE             138 202  1   1 rd/c10d25p2
b $STORAGE             138 203  1   1 rd/c10d25p3
b $STORAGE             138 204  1   1 rd/c10d25p4
b $STORAGE             138 205  1   1 rd/c10d25p5
b $STORAGE             138 206  1   1 rd/c10d25p6
b $STORAGE             138 207  1   1 rd/c10d25p7
b $STORAGE             138 208  1   1 rd/c10d26
b $STORAGE             138 209  1   1 rd/c10d26p1
b $STORAGE             138 210  1   1 rd/c10d26p2
b $STORAGE             138 211  1   1 rd/c10d26p3
b $STORAGE             138 212  1   1 rd/c10d26p4
b $STORAGE             138 213  1   1 rd/c10d26p5
b $STORAGE             138 214  1   1 rd/c10d26p6
b $STORAGE             138 215  1   1 rd/c10d26p7
b $STORAGE             138 216  1   1 rd/c10d27
b $STORAGE             138 217  1   1 rd/c10d27p1
b $STORAGE             138 218  1   1 rd/c10d27p2
b $STORAGE             138 219  1   1 rd/c10d27p3
b $STORAGE             138 220  1   1 rd/c10d27p4
b $STORAGE             138 221  1   1 rd/c10d27p5
b $STORAGE             138 222  1   1 rd/c10d27p6
b $STORAGE             138 223  1   1 rd/c10d27p7
b $STORAGE             138 224  1   1 rd/c10d28
b $STORAGE             138 225  1   1 rd/c10d28p1
b $STORAGE             138 226  1   1 rd/c10d28p2
b $STORAGE             138 227  1   1 rd/c10d28p3
b $STORAGE             138 228  1   1 rd/c10d28p4
b $STORAGE             138 229  1   1 rd/c10d28p5
b $STORAGE             138 230  1   1 rd/c10d28p6
b $STORAGE             138 231  1   1 rd/c10d28p7
b $STORAGE             138 232  1   1 rd/c10d29
b $STORAGE             138 233  1   1 rd/c10d29p1
b $STORAGE             138 234  1   1 rd/c10d29p2
b $STORAGE             138 235  1   1 rd/c10d29p3
b $STORAGE             138 236  1   1 rd/c10d29p4
b $STORAGE             138 237  1   1 rd/c10d29p5
b $STORAGE             138 238  1   1 rd/c10d29p6
b $STORAGE             138 239  1   1 rd/c10d29p7
b $STORAGE             138 240  1   1 rd/c10d30
b $STORAGE             138 241  1   1 rd/c10d30p1
b $STORAGE             138 242  1   1 rd/c10d30p2
b $STORAGE             138 243  1   1 rd/c10d30p3
b $STORAGE             138 244  1   1 rd/c10d30p4
b $STORAGE             138 245  1   1 rd/c10d30p5
b $STORAGE             138 246  1   1 rd/c10d30p6
b $STORAGE             138 247  1   1 rd/c10d30p7
b $STORAGE             138 248  1   1 rd/c10d31
b $STORAGE             138 249  1   1 rd/c10d31p1
b $STORAGE             138 250  1   1 rd/c10d31p2
b $STORAGE             138 251  1   1 rd/c10d31p3
b $STORAGE             138 252  1   1 rd/c10d31p4
b $STORAGE             138 253  1   1 rd/c10d31p5
b $STORAGE             138 254  1   1 rd/c10d31p6
b $STORAGE             138 255  1   1 rd/c10d31p7
b $STORAGE             139   0  1   1 rd/c11d0
b $STORAGE             139   1  1   1 rd/c11d0p1
b $STORAGE             139   2  1   1 rd/c11d0p2
b $STORAGE             139   3  1   1 rd/c11d0p3
b $STORAGE             139   4  1   1 rd/c11d0p4
b $STORAGE             139   5  1   1 rd/c11d0p5
b $STORAGE             139   6  1   1 rd/c11d0p6
b $STORAGE             139   7  1   1 rd/c11d0p7
b $STORAGE             139   8  1   1 rd/c11d1
b $STORAGE             139   9  1   1 rd/c11d1p1
b $STORAGE             139  10  1   1 rd/c11d1p2
b $STORAGE             139  11  1   1 rd/c11d1p3
b $STORAGE             139  12  1   1 rd/c11d1p4
b $STORAGE             139  13  1   1 rd/c11d1p5
b $STORAGE             139  14  1   1 rd/c11d1p6
b $STORAGE             139  15  1   1 rd/c11d1p7
b $STORAGE             139  16  1   1 rd/c11d2
b $STORAGE             139  17  1   1 rd/c11d2p1
b $STORAGE             139  18  1   1 rd/c11d2p2
b $STORAGE             139  19  1   1 rd/c11d2p3
b $STORAGE             139  20  1   1 rd/c11d2p4
b $STORAGE             139  21  1   1 rd/c11d2p5
b $STORAGE             139  22  1   1 rd/c11d2p6
b $STORAGE             139  23  1   1 rd/c11d2p7
b $STORAGE             139  24  1   1 rd/c11d3
b $STORAGE             139  25  1   1 rd/c11d3p1
b $STORAGE             139  26  1   1 rd/c11d3p2
b $STORAGE             139  27  1   1 rd/c11d3p3
b $STORAGE             139  28  1   1 rd/c11d3p4
b $STORAGE             139  29  1   1 rd/c11d3p5
b $STORAGE             139  30  1   1 rd/c11d3p6
b $STORAGE             139  31  1   1 rd/c11d3p7
b $STORAGE             139  32  1   1 rd/c11d4
b $STORAGE             139  33  1   1 rd/c11d4p1
b $STORAGE             139  34  1   1 rd/c11d4p2
b $STORAGE             139  35  1   1 rd/c11d4p3
b $STORAGE             139  36  1   1 rd/c11d4p4
b $STORAGE             139  37  1   1 rd/c11d4p5
b $STORAGE             139  38  1   1 rd/c11d4p6
b $STORAGE             139  39  1   1 rd/c11d4p7
b $STORAGE             139  40  1   1 rd/c11d5
b $STORAGE             139  41  1   1 rd/c11d5p1
b $STORAGE             139  42  1   1 rd/c11d5p2
b $STORAGE             139  43  1   1 rd/c11d5p3
b $STORAGE             139  44  1   1 rd/c11d5p4
b $STORAGE             139  45  1   1 rd/c11d5p5
b $STORAGE             139  46  1   1 rd/c11d5p6
b $STORAGE             139  47  1   1 rd/c11d5p7
b $STORAGE             139  48  1   1 rd/c11d6
b $STORAGE             139  49  1   1 rd/c11d6p1
b $STORAGE             139  50  1   1 rd/c11d6p2
b $STORAGE             139  51  1   1 rd/c11d6p3
b $STORAGE             139  52  1   1 rd/c11d6p4
b $STORAGE             139  53  1   1 rd/c11d6p5
b $STORAGE             139  54  1   1 rd/c11d6p6
b $STORAGE             139  55  1   1 rd/c11d6p7
b $STORAGE             139  56  1   1 rd/c11d7
b $STORAGE             139  57  1   1 rd/c11d7p1
b $STORAGE             139  58  1   1 rd/c11d7p2
b $STORAGE             139  59  1   1 rd/c11d7p3
b $STORAGE             139  60  1   1 rd/c11d7p4
b $STORAGE             139  61  1   1 rd/c11d7p5
b $STORAGE             139  62  1   1 rd/c11d7p6
b $STORAGE             139  63  1   1 rd/c11d7p7
b $STORAGE             139  64  1   1 rd/c11d8
b $STORAGE             139  65  1   1 rd/c11d8p1
b $STORAGE             139  66  1   1 rd/c11d8p2
b $STORAGE             139  67  1   1 rd/c11d8p3
b $STORAGE             139  68  1   1 rd/c11d8p4
b $STORAGE             139  69  1   1 rd/c11d8p5
b $STORAGE             139  70  1   1 rd/c11d8p6
b $STORAGE             139  71  1   1 rd/c11d8p7
b $STORAGE             139  72  1   1 rd/c11d9
b $STORAGE             139  73  1   1 rd/c11d9p1
b $STORAGE             139  74  1   1 rd/c11d9p2
b $STORAGE             139  75  1   1 rd/c11d9p3
b $STORAGE             139  76  1   1 rd/c11d9p4
b $STORAGE             139  77  1   1 rd/c11d9p5
b $STORAGE             139  78  1   1 rd/c11d9p6
b $STORAGE             139  79  1   1 rd/c11d9p7
b $STORAGE             139  80  1   1 rd/c11d10
b $STORAGE             139  81  1   1 rd/c11d10p1
b $STORAGE             139  82  1   1 rd/c11d10p2
b $STORAGE             139  83  1   1 rd/c11d10p3
b $STORAGE             139  84  1   1 rd/c11d10p4
b $STORAGE             139  85  1   1 rd/c11d10p5
b $STORAGE             139  86  1   1 rd/c11d10p6
b $STORAGE             139  87  1   1 rd/c11d10p7
b $STORAGE             139  88  1   1 rd/c11d11
b $STORAGE             139  89  1   1 rd/c11d11p1
b $STORAGE             139  90  1   1 rd/c11d11p2
b $STORAGE             139  91  1   1 rd/c11d11p3
b $STORAGE             139  92  1   1 rd/c11d11p4
b $STORAGE             139  93  1   1 rd/c11d11p5
b $STORAGE             139  94  1   1 rd/c11d11p6
b $STORAGE             139  95  1   1 rd/c11d11p7
b $STORAGE             139  96  1   1 rd/c11d12
b $STORAGE             139  97  1   1 rd/c11d12p1
b $STORAGE             139  98  1   1 rd/c11d12p2
b $STORAGE             139  99  1   1 rd/c11d12p3
b $STORAGE             139 100  1   1 rd/c11d12p4
b $STORAGE             139 101  1   1 rd/c11d12p5
b $STORAGE             139 102  1   1 rd/c11d12p6
b $STORAGE             139 103  1   1 rd/c11d12p7
b $STORAGE             139 104  1   1 rd/c11d13
b $STORAGE             139 105  1   1 rd/c11d13p1
b $STORAGE             139 106  1   1 rd/c11d13p2
b $STORAGE             139 107  1   1 rd/c11d13p3
b $STORAGE             139 108  1   1 rd/c11d13p4
b $STORAGE             139 109  1   1 rd/c11d13p5
b $STORAGE             139 110  1   1 rd/c11d13p6
b $STORAGE             139 111  1   1 rd/c11d13p7
b $STORAGE             139 112  1   1 rd/c11d14
b $STORAGE             139 113  1   1 rd/c11d14p1
b $STORAGE             139 114  1   1 rd/c11d14p2
b $STORAGE             139 115  1   1 rd/c11d14p3
b $STORAGE             139 116  1   1 rd/c11d14p4
b $STORAGE             139 117  1   1 rd/c11d14p5
b $STORAGE             139 118  1   1 rd/c11d14p6
b $STORAGE             139 119  1   1 rd/c11d14p7
b $STORAGE             139 120  1   1 rd/c11d15
b $STORAGE             139 121  1   1 rd/c11d15p1
b $STORAGE             139 122  1   1 rd/c11d15p2
b $STORAGE             139 123  1   1 rd/c11d15p3
b $STORAGE             139 124  1   1 rd/c11d15p4
b $STORAGE             139 125  1   1 rd/c11d15p5
b $STORAGE             139 126  1   1 rd/c11d15p6
b $STORAGE             139 127  1   1 rd/c11d15p7
b $STORAGE             139 128  1   1 rd/c11d16
b $STORAGE             139 129  1   1 rd/c11d16p1
b $STORAGE             139 130  1   1 rd/c11d16p2
b $STORAGE             139 131  1   1 rd/c11d16p3
b $STORAGE             139 132  1   1 rd/c11d16p4
b $STORAGE             139 133  1   1 rd/c11d16p5
b $STORAGE             139 134  1   1 rd/c11d16p6
b $STORAGE             139 135  1   1 rd/c11d16p7
b $STORAGE             139 136  1   1 rd/c11d17
b $STORAGE             139 137  1   1 rd/c11d17p1
b $STORAGE             139 138  1   1 rd/c11d17p2
b $STORAGE             139 139  1   1 rd/c11d17p3
b $STORAGE             139 140  1   1 rd/c11d17p4
b $STORAGE             139 141  1   1 rd/c11d17p5
b $STORAGE             139 142  1   1 rd/c11d17p6
b $STORAGE             139 143  1   1 rd/c11d17p7
b $STORAGE             139 144  1   1 rd/c11d18
b $STORAGE             139 145  1   1 rd/c11d18p1
b $STORAGE             139 146  1   1 rd/c11d18p2
b $STORAGE             139 147  1   1 rd/c11d18p3
b $STORAGE             139 148  1   1 rd/c11d18p4
b $STORAGE             139 149  1   1 rd/c11d18p5
b $STORAGE             139 150  1   1 rd/c11d18p6
b $STORAGE             139 151  1   1 rd/c11d18p7
b $STORAGE             139 152  1   1 rd/c11d19
b $STORAGE             139 153  1   1 rd/c11d19p1
b $STORAGE             139 154  1   1 rd/c11d19p2
b $STORAGE             139 155  1   1 rd/c11d19p3
b $STORAGE             139 156  1   1 rd/c11d19p4
b $STORAGE             139 157  1   1 rd/c11d19p5
b $STORAGE             139 158  1   1 rd/c11d19p6
b $STORAGE             139 159  1   1 rd/c11d19p7
b $STORAGE             139 160  1   1 rd/c11d20
b $STORAGE             139 161  1   1 rd/c11d20p1
b $STORAGE             139 162  1   1 rd/c11d20p2
b $STORAGE             139 163  1   1 rd/c11d20p3
b $STORAGE             139 164  1   1 rd/c11d20p4
b $STORAGE             139 165  1   1 rd/c11d20p5
b $STORAGE             139 166  1   1 rd/c11d20p6
b $STORAGE             139 167  1   1 rd/c11d20p7
b $STORAGE             139 168  1   1 rd/c11d21
b $STORAGE             139 169  1   1 rd/c11d21p1
b $STORAGE             139 170  1   1 rd/c11d21p2
b $STORAGE             139 171  1   1 rd/c11d21p3
b $STORAGE             139 172  1   1 rd/c11d21p4
b $STORAGE             139 173  1   1 rd/c11d21p5
b $STORAGE             139 174  1   1 rd/c11d21p6
b $STORAGE             139 175  1   1 rd/c11d21p7
b $STORAGE             139 176  1   1 rd/c11d22
b $STORAGE             139 177  1   1 rd/c11d22p1
b $STORAGE             139 178  1   1 rd/c11d22p2
b $STORAGE             139 179  1   1 rd/c11d22p3
b $STORAGE             139 180  1   1 rd/c11d22p4
b $STORAGE             139 181  1   1 rd/c11d22p5
b $STORAGE             139 182  1   1 rd/c11d22p6
b $STORAGE             139 183  1   1 rd/c11d22p7
b $STORAGE             139 184  1   1 rd/c11d23
b $STORAGE             139 185  1   1 rd/c11d23p1
b $STORAGE             139 186  1   1 rd/c11d23p2
b $STORAGE             139 187  1   1 rd/c11d23p3
b $STORAGE             139 188  1   1 rd/c11d23p4
b $STORAGE             139 189  1   1 rd/c11d23p5
b $STORAGE             139 190  1   1 rd/c11d23p6
b $STORAGE             139 191  1   1 rd/c11d23p7
b $STORAGE             139 192  1   1 rd/c11d24
b $STORAGE             139 193  1   1 rd/c11d24p1
b $STORAGE             139 194  1   1 rd/c11d24p2
b $STORAGE             139 195  1   1 rd/c11d24p3
b $STORAGE             139 196  1   1 rd/c11d24p4
b $STORAGE             139 197  1   1 rd/c11d24p5
b $STORAGE             139 198  1   1 rd/c11d24p6
b $STORAGE             139 199  1   1 rd/c11d24p7
b $STORAGE             139 200  1   1 rd/c11d25
b $STORAGE             139 201  1   1 rd/c11d25p1
b $STORAGE             139 202  1   1 rd/c11d25p2
b $STORAGE             139 203  1   1 rd/c11d25p3
b $STORAGE             139 204  1   1 rd/c11d25p4
b $STORAGE             139 205  1   1 rd/c11d25p5
b $STORAGE             139 206  1   1 rd/c11d25p6
b $STORAGE             139 207  1   1 rd/c11d25p7
b $STORAGE             139 208  1   1 rd/c11d26
b $STORAGE             139 209  1   1 rd/c11d26p1
b $STORAGE             139 210  1   1 rd/c11d26p2
b $STORAGE             139 211  1   1 rd/c11d26p3
b $STORAGE             139 212  1   1 rd/c11d26p4
b $STORAGE             139 213  1   1 rd/c11d26p5
b $STORAGE             139 214  1   1 rd/c11d26p6
b $STORAGE             139 215  1   1 rd/c11d26p7
b $STORAGE             139 216  1   1 rd/c11d27
b $STORAGE             139 217  1   1 rd/c11d27p1
b $STORAGE             139 218  1   1 rd/c11d27p2
b $STORAGE             139 219  1   1 rd/c11d27p3
b $STORAGE             139 220  1   1 rd/c11d27p4
b $STORAGE             139 221  1   1 rd/c11d27p5
b $STORAGE             139 222  1   1 rd/c11d27p6
b $STORAGE             139 223  1   1 rd/c11d27p7
b $STORAGE             139 224  1   1 rd/c11d28
b $STORAGE             139 225  1   1 rd/c11d28p1
b $STORAGE             139 226  1   1 rd/c11d28p2
b $STORAGE             139 227  1   1 rd/c11d28p3
b $STORAGE             139 228  1   1 rd/c11d28p4
b $STORAGE             139 229  1   1 rd/c11d28p5
b $STORAGE             139 230  1   1 rd/c11d28p6
b $STORAGE             139 231  1   1 rd/c11d28p7
b $STORAGE             139 232  1   1 rd/c11d29
b $STORAGE             139 233  1   1 rd/c11d29p1
b $STORAGE             139 234  1   1 rd/c11d29p2
b $STORAGE             139 235  1   1 rd/c11d29p3
b $STORAGE             139 236  1   1 rd/c11d29p4
b $STORAGE             139 237  1   1 rd/c11d29p5
b $STORAGE             139 238  1   1 rd/c11d29p6
b $STORAGE             139 239  1   1 rd/c11d29p7
b $STORAGE             139 240  1   1 rd/c11d30
b $STORAGE             139 241  1   1 rd/c11d30p1
b $STORAGE             139 242  1   1 rd/c11d30p2
b $STORAGE             139 243  1   1 rd/c11d30p3
b $STORAGE             139 244  1   1 rd/c11d30p4
b $STORAGE             139 245  1   1 rd/c11d30p5
b $STORAGE             139 246  1   1 rd/c11d30p6
b $STORAGE             139 247  1   1 rd/c11d30p7
b $STORAGE             139 248  1   1 rd/c11d31
b $STORAGE             139 249  1   1 rd/c11d31p1
b $STORAGE             139 250  1   1 rd/c11d31p2
b $STORAGE             139 251  1   1 rd/c11d31p3
b $STORAGE             139 252  1   1 rd/c11d31p4
b $STORAGE             139 253  1   1 rd/c11d31p5
b $STORAGE             139 254  1   1 rd/c11d31p6
b $STORAGE             139 255  1   1 rd/c11d31p7
b $STORAGE             140   0  1   1 rd/c12d0
b $STORAGE             140   1  1   1 rd/c12d0p1
b $STORAGE             140   2  1   1 rd/c12d0p2
b $STORAGE             140   3  1   1 rd/c12d0p3
b $STORAGE             140   4  1   1 rd/c12d0p4
b $STORAGE             140   5  1   1 rd/c12d0p5
b $STORAGE             140   6  1   1 rd/c12d0p6
b $STORAGE             140   7  1   1 rd/c12d0p7
b $STORAGE             140   8  1   1 rd/c12d1
b $STORAGE             140   9  1   1 rd/c12d1p1
b $STORAGE             140  10  1   1 rd/c12d1p2
b $STORAGE             140  11  1   1 rd/c12d1p3
b $STORAGE             140  12  1   1 rd/c12d1p4
b $STORAGE             140  13  1   1 rd/c12d1p5
b $STORAGE             140  14  1   1 rd/c12d1p6
b $STORAGE             140  15  1   1 rd/c12d1p7
b $STORAGE             140  16  1   1 rd/c12d2
b $STORAGE             140  17  1   1 rd/c12d2p1
b $STORAGE             140  18  1   1 rd/c12d2p2
b $STORAGE             140  19  1   1 rd/c12d2p3
b $STORAGE             140  20  1   1 rd/c12d2p4
b $STORAGE             140  21  1   1 rd/c12d2p5
b $STORAGE             140  22  1   1 rd/c12d2p6
b $STORAGE             140  23  1   1 rd/c12d2p7
b $STORAGE             140  24  1   1 rd/c12d3
b $STORAGE             140  25  1   1 rd/c12d3p1
b $STORAGE             140  26  1   1 rd/c12d3p2
b $STORAGE             140  27  1   1 rd/c12d3p3
b $STORAGE             140  28  1   1 rd/c12d3p4
b $STORAGE             140  29  1   1 rd/c12d3p5
b $STORAGE             140  30  1   1 rd/c12d3p6
b $STORAGE             140  31  1   1 rd/c12d3p7
b $STORAGE             140  32  1   1 rd/c12d4
b $STORAGE             140  33  1   1 rd/c12d4p1
b $STORAGE             140  34  1   1 rd/c12d4p2
b $STORAGE             140  35  1   1 rd/c12d4p3
b $STORAGE             140  36  1   1 rd/c12d4p4
b $STORAGE             140  37  1   1 rd/c12d4p5
b $STORAGE             140  38  1   1 rd/c12d4p6
b $STORAGE             140  39  1   1 rd/c12d4p7
b $STORAGE             140  40  1   1 rd/c12d5
b $STORAGE             140  41  1   1 rd/c12d5p1
b $STORAGE             140  42  1   1 rd/c12d5p2
b $STORAGE             140  43  1   1 rd/c12d5p3
b $STORAGE             140  44  1   1 rd/c12d5p4
b $STORAGE             140  45  1   1 rd/c12d5p5
b $STORAGE             140  46  1   1 rd/c12d5p6
b $STORAGE             140  47  1   1 rd/c12d5p7
b $STORAGE             140  48  1   1 rd/c12d6
b $STORAGE             140  49  1   1 rd/c12d6p1
b $STORAGE             140  50  1   1 rd/c12d6p2
b $STORAGE             140  51  1   1 rd/c12d6p3
b $STORAGE             140  52  1   1 rd/c12d6p4
b $STORAGE             140  53  1   1 rd/c12d6p5
b $STORAGE             140  54  1   1 rd/c12d6p6
b $STORAGE             140  55  1   1 rd/c12d6p7
b $STORAGE             140  56  1   1 rd/c12d7
b $STORAGE             140  57  1   1 rd/c12d7p1
b $STORAGE             140  58  1   1 rd/c12d7p2
b $STORAGE             140  59  1   1 rd/c12d7p3
b $STORAGE             140  60  1   1 rd/c12d7p4
b $STORAGE             140  61  1   1 rd/c12d7p5
b $STORAGE             140  62  1   1 rd/c12d7p6
b $STORAGE             140  63  1   1 rd/c12d7p7
b $STORAGE             140  64  1   1 rd/c12d8
b $STORAGE             140  65  1   1 rd/c12d8p1
b $STORAGE             140  66  1   1 rd/c12d8p2
b $STORAGE             140  67  1   1 rd/c12d8p3
b $STORAGE             140  68  1   1 rd/c12d8p4
b $STORAGE             140  69  1   1 rd/c12d8p5
b $STORAGE             140  70  1   1 rd/c12d8p6
b $STORAGE             140  71  1   1 rd/c12d8p7
b $STORAGE             140  72  1   1 rd/c12d9
b $STORAGE             140  73  1   1 rd/c12d9p1
b $STORAGE             140  74  1   1 rd/c12d9p2
b $STORAGE             140  75  1   1 rd/c12d9p3
b $STORAGE             140  76  1   1 rd/c12d9p4
b $STORAGE             140  77  1   1 rd/c12d9p5
b $STORAGE             140  78  1   1 rd/c12d9p6
b $STORAGE             140  79  1   1 rd/c12d9p7
b $STORAGE             140  80  1   1 rd/c12d10
b $STORAGE             140  81  1   1 rd/c12d10p1
b $STORAGE             140  82  1   1 rd/c12d10p2
b $STORAGE             140  83  1   1 rd/c12d10p3
b $STORAGE             140  84  1   1 rd/c12d10p4
b $STORAGE             140  85  1   1 rd/c12d10p5
b $STORAGE             140  86  1   1 rd/c12d10p6
b $STORAGE             140  87  1   1 rd/c12d10p7
b $STORAGE             140  88  1   1 rd/c12d11
b $STORAGE             140  89  1   1 rd/c12d11p1
b $STORAGE             140  90  1   1 rd/c12d11p2
b $STORAGE             140  91  1   1 rd/c12d11p3
b $STORAGE             140  92  1   1 rd/c12d11p4
b $STORAGE             140  93  1   1 rd/c12d11p5
b $STORAGE             140  94  1   1 rd/c12d11p6
b $STORAGE             140  95  1   1 rd/c12d11p7
b $STORAGE             140  96  1   1 rd/c12d12
b $STORAGE             140  97  1   1 rd/c12d12p1
b $STORAGE             140  98  1   1 rd/c12d12p2
b $STORAGE             140  99  1   1 rd/c12d12p3
b $STORAGE             140 100  1   1 rd/c12d12p4
b $STORAGE             140 101  1   1 rd/c12d12p5
b $STORAGE             140 102  1   1 rd/c12d12p6
b $STORAGE             140 103  1   1 rd/c12d12p7
b $STORAGE             140 104  1   1 rd/c12d13
b $STORAGE             140 105  1   1 rd/c12d13p1
b $STORAGE             140 106  1   1 rd/c12d13p2
b $STORAGE             140 107  1   1 rd/c12d13p3
b $STORAGE             140 108  1   1 rd/c12d13p4
b $STORAGE             140 109  1   1 rd/c12d13p5
b $STORAGE             140 110  1   1 rd/c12d13p6
b $STORAGE             140 111  1   1 rd/c12d13p7
b $STORAGE             140 112  1   1 rd/c12d14
b $STORAGE             140 113  1   1 rd/c12d14p1
b $STORAGE             140 114  1   1 rd/c12d14p2
b $STORAGE             140 115  1   1 rd/c12d14p3
b $STORAGE             140 116  1   1 rd/c12d14p4
b $STORAGE             140 117  1   1 rd/c12d14p5
b $STORAGE             140 118  1   1 rd/c12d14p6
b $STORAGE             140 119  1   1 rd/c12d14p7
b $STORAGE             140 120  1   1 rd/c12d15
b $STORAGE             140 121  1   1 rd/c12d15p1
b $STORAGE             140 122  1   1 rd/c12d15p2
b $STORAGE             140 123  1   1 rd/c12d15p3
b $STORAGE             140 124  1   1 rd/c12d15p4
b $STORAGE             140 125  1   1 rd/c12d15p5
b $STORAGE             140 126  1   1 rd/c12d15p6
b $STORAGE             140 127  1   1 rd/c12d15p7
b $STORAGE             140 128  1   1 rd/c12d16
b $STORAGE             140 129  1   1 rd/c12d16p1
b $STORAGE             140 130  1   1 rd/c12d16p2
b $STORAGE             140 131  1   1 rd/c12d16p3
b $STORAGE             140 132  1   1 rd/c12d16p4
b $STORAGE             140 133  1   1 rd/c12d16p5
b $STORAGE             140 134  1   1 rd/c12d16p6
b $STORAGE             140 135  1   1 rd/c12d16p7
b $STORAGE             140 136  1   1 rd/c12d17
b $STORAGE             140 137  1   1 rd/c12d17p1
b $STORAGE             140 138  1   1 rd/c12d17p2
b $STORAGE             140 139  1   1 rd/c12d17p3
b $STORAGE             140 140  1   1 rd/c12d17p4
b $STORAGE             140 141  1   1 rd/c12d17p5
b $STORAGE             140 142  1   1 rd/c12d17p6
b $STORAGE             140 143  1   1 rd/c12d17p7
b $STORAGE             140 144  1   1 rd/c12d18
b $STORAGE             140 145  1   1 rd/c12d18p1
b $STORAGE             140 146  1   1 rd/c12d18p2
b $STORAGE             140 147  1   1 rd/c12d18p3
b $STORAGE             140 148  1   1 rd/c12d18p4
b $STORAGE             140 149  1   1 rd/c12d18p5
b $STORAGE             140 150  1   1 rd/c12d18p6
b $STORAGE             140 151  1   1 rd/c12d18p7
b $STORAGE             140 152  1   1 rd/c12d19
b $STORAGE             140 153  1   1 rd/c12d19p1
b $STORAGE             140 154  1   1 rd/c12d19p2
b $STORAGE             140 155  1   1 rd/c12d19p3
b $STORAGE             140 156  1   1 rd/c12d19p4
b $STORAGE             140 157  1   1 rd/c12d19p5
b $STORAGE             140 158  1   1 rd/c12d19p6
b $STORAGE             140 159  1   1 rd/c12d19p7
b $STORAGE             140 160  1   1 rd/c12d20
b $STORAGE             140 161  1   1 rd/c12d20p1
b $STORAGE             140 162  1   1 rd/c12d20p2
b $STORAGE             140 163  1   1 rd/c12d20p3
b $STORAGE             140 164  1   1 rd/c12d20p4
b $STORAGE             140 165  1   1 rd/c12d20p5
b $STORAGE             140 166  1   1 rd/c12d20p6
b $STORAGE             140 167  1   1 rd/c12d20p7
b $STORAGE             140 168  1   1 rd/c12d21
b $STORAGE             140 169  1   1 rd/c12d21p1
b $STORAGE             140 170  1   1 rd/c12d21p2
b $STORAGE             140 171  1   1 rd/c12d21p3
b $STORAGE             140 172  1   1 rd/c12d21p4
b $STORAGE             140 173  1   1 rd/c12d21p5
b $STORAGE             140 174  1   1 rd/c12d21p6
b $STORAGE             140 175  1   1 rd/c12d21p7
b $STORAGE             140 176  1   1 rd/c12d22
b $STORAGE             140 177  1   1 rd/c12d22p1
b $STORAGE             140 178  1   1 rd/c12d22p2
b $STORAGE             140 179  1   1 rd/c12d22p3
b $STORAGE             140 180  1   1 rd/c12d22p4
b $STORAGE             140 181  1   1 rd/c12d22p5
b $STORAGE             140 182  1   1 rd/c12d22p6
b $STORAGE             140 183  1   1 rd/c12d22p7
b $STORAGE             140 184  1   1 rd/c12d23
b $STORAGE             140 185  1   1 rd/c12d23p1
b $STORAGE             140 186  1   1 rd/c12d23p2
b $STORAGE             140 187  1   1 rd/c12d23p3
b $STORAGE             140 188  1   1 rd/c12d23p4
b $STORAGE             140 189  1   1 rd/c12d23p5
b $STORAGE             140 190  1   1 rd/c12d23p6
b $STORAGE             140 191  1   1 rd/c12d23p7
b $STORAGE             140 192  1   1 rd/c12d24
b $STORAGE             140 193  1   1 rd/c12d24p1
b $STORAGE             140 194  1   1 rd/c12d24p2
b $STORAGE             140 195  1   1 rd/c12d24p3
b $STORAGE             140 196  1   1 rd/c12d24p4
b $STORAGE             140 197  1   1 rd/c12d24p5
b $STORAGE             140 198  1   1 rd/c12d24p6
b $STORAGE             140 199  1   1 rd/c12d24p7
b $STORAGE             140 200  1   1 rd/c12d25
b $STORAGE             140 201  1   1 rd/c12d25p1
b $STORAGE             140 202  1   1 rd/c12d25p2
b $STORAGE             140 203  1   1 rd/c12d25p3
b $STORAGE             140 204  1   1 rd/c12d25p4
b $STORAGE             140 205  1   1 rd/c12d25p5
b $STORAGE             140 206  1   1 rd/c12d25p6
b $STORAGE             140 207  1   1 rd/c12d25p7
b $STORAGE             140 208  1   1 rd/c12d26
b $STORAGE             140 209  1   1 rd/c12d26p1
b $STORAGE             140 210  1   1 rd/c12d26p2
b $STORAGE             140 211  1   1 rd/c12d26p3
b $STORAGE             140 212  1   1 rd/c12d26p4
b $STORAGE             140 213  1   1 rd/c12d26p5
b $STORAGE             140 214  1   1 rd/c12d26p6
b $STORAGE             140 215  1   1 rd/c12d26p7
b $STORAGE             140 216  1   1 rd/c12d27
b $STORAGE             140 217  1   1 rd/c12d27p1
b $STORAGE             140 218  1   1 rd/c12d27p2
b $STORAGE             140 219  1   1 rd/c12d27p3
b $STORAGE             140 220  1   1 rd/c12d27p4
b $STORAGE             140 221  1   1 rd/c12d27p5
b $STORAGE             140 222  1   1 rd/c12d27p6
b $STORAGE             140 223  1   1 rd/c12d27p7
b $STORAGE             140 224  1   1 rd/c12d28
b $STORAGE             140 225  1   1 rd/c12d28p1
b $STORAGE             140 226  1   1 rd/c12d28p2
b $STORAGE             140 227  1   1 rd/c12d28p3
b $STORAGE             140 228  1   1 rd/c12d28p4
b $STORAGE             140 229  1   1 rd/c12d28p5
b $STORAGE             140 230  1   1 rd/c12d28p6
b $STORAGE             140 231  1   1 rd/c12d28p7
b $STORAGE             140 232  1   1 rd/c12d29
b $STORAGE             140 233  1   1 rd/c12d29p1
b $STORAGE             140 234  1   1 rd/c12d29p2
b $STORAGE             140 235  1   1 rd/c12d29p3
b $STORAGE             140 236  1   1 rd/c12d29p4
b $STORAGE             140 237  1   1 rd/c12d29p5
b $STORAGE             140 238  1   1 rd/c12d29p6
b $STORAGE             140 239  1   1 rd/c12d29p7
b $STORAGE             140 240  1   1 rd/c12d30
b $STORAGE             140 241  1   1 rd/c12d30p1
b $STORAGE             140 242  1   1 rd/c12d30p2
b $STORAGE             140 243  1   1 rd/c12d30p3
b $STORAGE             140 244  1   1 rd/c12d30p4
b $STORAGE             140 245  1   1 rd/c12d30p5
b $STORAGE             140 246  1   1 rd/c12d30p6
b $STORAGE             140 247  1   1 rd/c12d30p7
b $STORAGE             140 248  1   1 rd/c12d31
b $STORAGE             140 249  1   1 rd/c12d31p1
b $STORAGE             140 250  1   1 rd/c12d31p2
b $STORAGE             140 251  1   1 rd/c12d31p3
b $STORAGE             140 252  1   1 rd/c12d31p4
b $STORAGE             140 253  1   1 rd/c12d31p5
b $STORAGE             140 254  1   1 rd/c12d31p6
b $STORAGE             140 255  1   1 rd/c12d31p7
b $STORAGE             141   0  1   1 rd/c13d0
b $STORAGE             141   1  1   1 rd/c13d0p1
b $STORAGE             141   2  1   1 rd/c13d0p2
b $STORAGE             141   3  1   1 rd/c13d0p3
b $STORAGE             141   4  1   1 rd/c13d0p4
b $STORAGE             141   5  1   1 rd/c13d0p5
b $STORAGE             141   6  1   1 rd/c13d0p6
b $STORAGE             141   7  1   1 rd/c13d0p7
b $STORAGE             141   8  1   1 rd/c13d1
b $STORAGE             141   9  1   1 rd/c13d1p1
b $STORAGE             141  10  1   1 rd/c13d1p2
b $STORAGE             141  11  1   1 rd/c13d1p3
b $STORAGE             141  12  1   1 rd/c13d1p4
b $STORAGE             141  13  1   1 rd/c13d1p5
b $STORAGE             141  14  1   1 rd/c13d1p6
b $STORAGE             141  15  1   1 rd/c13d1p7
b $STORAGE             141  16  1   1 rd/c13d2
b $STORAGE             141  17  1   1 rd/c13d2p1
b $STORAGE             141  18  1   1 rd/c13d2p2
b $STORAGE             141  19  1   1 rd/c13d2p3
b $STORAGE             141  20  1   1 rd/c13d2p4
b $STORAGE             141  21  1   1 rd/c13d2p5
b $STORAGE             141  22  1   1 rd/c13d2p6
b $STORAGE             141  23  1   1 rd/c13d2p7
b $STORAGE             141  24  1   1 rd/c13d3
b $STORAGE             141  25  1   1 rd/c13d3p1
b $STORAGE             141  26  1   1 rd/c13d3p2
b $STORAGE             141  27  1   1 rd/c13d3p3
b $STORAGE             141  28  1   1 rd/c13d3p4
b $STORAGE             141  29  1   1 rd/c13d3p5
b $STORAGE             141  30  1   1 rd/c13d3p6
b $STORAGE             141  31  1   1 rd/c13d3p7
b $STORAGE             141  32  1   1 rd/c13d4
b $STORAGE             141  33  1   1 rd/c13d4p1
b $STORAGE             141  34  1   1 rd/c13d4p2
b $STORAGE             141  35  1   1 rd/c13d4p3
b $STORAGE             141  36  1   1 rd/c13d4p4
b $STORAGE             141  37  1   1 rd/c13d4p5
b $STORAGE             141  38  1   1 rd/c13d4p6
b $STORAGE             141  39  1   1 rd/c13d4p7
b $STORAGE             141  40  1   1 rd/c13d5
b $STORAGE             141  41  1   1 rd/c13d5p1
b $STORAGE             141  42  1   1 rd/c13d5p2
b $STORAGE             141  43  1   1 rd/c13d5p3
b $STORAGE             141  44  1   1 rd/c13d5p4
b $STORAGE             141  45  1   1 rd/c13d5p5
b $STORAGE             141  46  1   1 rd/c13d5p6
b $STORAGE             141  47  1   1 rd/c13d5p7
b $STORAGE             141  48  1   1 rd/c13d6
b $STORAGE             141  49  1   1 rd/c13d6p1
b $STORAGE             141  50  1   1 rd/c13d6p2
b $STORAGE             141  51  1   1 rd/c13d6p3
b $STORAGE             141  52  1   1 rd/c13d6p4
b $STORAGE             141  53  1   1 rd/c13d6p5
b $STORAGE             141  54  1   1 rd/c13d6p6
b $STORAGE             141  55  1   1 rd/c13d6p7
b $STORAGE             141  56  1   1 rd/c13d7
b $STORAGE             141  57  1   1 rd/c13d7p1
b $STORAGE             141  58  1   1 rd/c13d7p2
b $STORAGE             141  59  1   1 rd/c13d7p3
b $STORAGE             141  60  1   1 rd/c13d7p4
b $STORAGE             141  61  1   1 rd/c13d7p5
b $STORAGE             141  62  1   1 rd/c13d7p6
b $STORAGE             141  63  1   1 rd/c13d7p7
b $STORAGE             141  64  1   1 rd/c13d8
b $STORAGE             141  65  1   1 rd/c13d8p1
b $STORAGE             141  66  1   1 rd/c13d8p2
b $STORAGE             141  67  1   1 rd/c13d8p3
b $STORAGE             141  68  1   1 rd/c13d8p4
b $STORAGE             141  69  1   1 rd/c13d8p5
b $STORAGE             141  70  1   1 rd/c13d8p6
b $STORAGE             141  71  1   1 rd/c13d8p7
b $STORAGE             141  72  1   1 rd/c13d9
b $STORAGE             141  73  1   1 rd/c13d9p1
b $STORAGE             141  74  1   1 rd/c13d9p2
b $STORAGE             141  75  1   1 rd/c13d9p3
b $STORAGE             141  76  1   1 rd/c13d9p4
b $STORAGE             141  77  1   1 rd/c13d9p5
b $STORAGE             141  78  1   1 rd/c13d9p6
b $STORAGE             141  79  1   1 rd/c13d9p7
b $STORAGE             141  80  1   1 rd/c13d10
b $STORAGE             141  81  1   1 rd/c13d10p1
b $STORAGE             141  82  1   1 rd/c13d10p2
b $STORAGE             141  83  1   1 rd/c13d10p3
b $STORAGE             141  84  1   1 rd/c13d10p4
b $STORAGE             141  85  1   1 rd/c13d10p5
b $STORAGE             141  86  1   1 rd/c13d10p6
b $STORAGE             141  87  1   1 rd/c13d10p7
b $STORAGE             141  88  1   1 rd/c13d11
b $STORAGE             141  89  1   1 rd/c13d11p1
b $STORAGE             141  90  1   1 rd/c13d11p2
b $STORAGE             141  91  1   1 rd/c13d11p3
b $STORAGE             141  92  1   1 rd/c13d11p4
b $STORAGE             141  93  1   1 rd/c13d11p5
b $STORAGE             141  94  1   1 rd/c13d11p6
b $STORAGE             141  95  1   1 rd/c13d11p7
b $STORAGE             141  96  1   1 rd/c13d12
b $STORAGE             141  97  1   1 rd/c13d12p1
b $STORAGE             141  98  1   1 rd/c13d12p2
b $STORAGE             141  99  1   1 rd/c13d12p3
b $STORAGE             141 100  1   1 rd/c13d12p4
b $STORAGE             141 101  1   1 rd/c13d12p5
b $STORAGE             141 102  1   1 rd/c13d12p6
b $STORAGE             141 103  1   1 rd/c13d12p7
b $STORAGE             141 104  1   1 rd/c13d13
b $STORAGE             141 105  1   1 rd/c13d13p1
b $STORAGE             141 106  1   1 rd/c13d13p2
b $STORAGE             141 107  1   1 rd/c13d13p3
b $STORAGE             141 108  1   1 rd/c13d13p4
b $STORAGE             141 109  1   1 rd/c13d13p5
b $STORAGE             141 110  1   1 rd/c13d13p6
b $STORAGE             141 111  1   1 rd/c13d13p7
b $STORAGE             141 112  1   1 rd/c13d14
b $STORAGE             141 113  1   1 rd/c13d14p1
b $STORAGE             141 114  1   1 rd/c13d14p2
b $STORAGE             141 115  1   1 rd/c13d14p3
b $STORAGE             141 116  1   1 rd/c13d14p4
b $STORAGE             141 117  1   1 rd/c13d14p5
b $STORAGE             141 118  1   1 rd/c13d14p6
b $STORAGE             141 119  1   1 rd/c13d14p7
b $STORAGE             141 120  1   1 rd/c13d15
b $STORAGE             141 121  1   1 rd/c13d15p1
b $STORAGE             141 122  1   1 rd/c13d15p2
b $STORAGE             141 123  1   1 rd/c13d15p3
b $STORAGE             141 124  1   1 rd/c13d15p4
b $STORAGE             141 125  1   1 rd/c13d15p5
b $STORAGE             141 126  1   1 rd/c13d15p6
b $STORAGE             141 127  1   1 rd/c13d15p7
b $STORAGE             141 128  1   1 rd/c13d16
b $STORAGE             141 129  1   1 rd/c13d16p1
b $STORAGE             141 130  1   1 rd/c13d16p2
b $STORAGE             141 131  1   1 rd/c13d16p3
b $STORAGE             141 132  1   1 rd/c13d16p4
b $STORAGE             141 133  1   1 rd/c13d16p5
b $STORAGE             141 134  1   1 rd/c13d16p6
b $STORAGE             141 135  1   1 rd/c13d16p7
b $STORAGE             141 136  1   1 rd/c13d17
b $STORAGE             141 137  1   1 rd/c13d17p1
b $STORAGE             141 138  1   1 rd/c13d17p2
b $STORAGE             141 139  1   1 rd/c13d17p3
b $STORAGE             141 140  1   1 rd/c13d17p4
b $STORAGE             141 141  1   1 rd/c13d17p5
b $STORAGE             141 142  1   1 rd/c13d17p6
b $STORAGE             141 143  1   1 rd/c13d17p7
b $STORAGE             141 144  1   1 rd/c13d18
b $STORAGE             141 145  1   1 rd/c13d18p1
b $STORAGE             141 146  1   1 rd/c13d18p2
b $STORAGE             141 147  1   1 rd/c13d18p3
b $STORAGE             141 148  1   1 rd/c13d18p4
b $STORAGE             141 149  1   1 rd/c13d18p5
b $STORAGE             141 150  1   1 rd/c13d18p6
b $STORAGE             141 151  1   1 rd/c13d18p7
b $STORAGE             141 152  1   1 rd/c13d19
b $STORAGE             141 153  1   1 rd/c13d19p1
b $STORAGE             141 154  1   1 rd/c13d19p2
b $STORAGE             141 155  1   1 rd/c13d19p3
b $STORAGE             141 156  1   1 rd/c13d19p4
b $STORAGE             141 157  1   1 rd/c13d19p5
b $STORAGE             141 158  1   1 rd/c13d19p6
b $STORAGE             141 159  1   1 rd/c13d19p7
b $STORAGE             141 160  1   1 rd/c13d20
b $STORAGE             141 161  1   1 rd/c13d20p1
b $STORAGE             141 162  1   1 rd/c13d20p2
b $STORAGE             141 163  1   1 rd/c13d20p3
b $STORAGE             141 164  1   1 rd/c13d20p4
b $STORAGE             141 165  1   1 rd/c13d20p5
b $STORAGE             141 166  1   1 rd/c13d20p6
b $STORAGE             141 167  1   1 rd/c13d20p7
b $STORAGE             141 168  1   1 rd/c13d21
b $STORAGE             141 169  1   1 rd/c13d21p1
b $STORAGE             141 170  1   1 rd/c13d21p2
b $STORAGE             141 171  1   1 rd/c13d21p3
b $STORAGE             141 172  1   1 rd/c13d21p4
b $STORAGE             141 173  1   1 rd/c13d21p5
b $STORAGE             141 174  1   1 rd/c13d21p6
b $STORAGE             141 175  1   1 rd/c13d21p7
b $STORAGE             141 176  1   1 rd/c13d22
b $STORAGE             141 177  1   1 rd/c13d22p1
b $STORAGE             141 178  1   1 rd/c13d22p2
b $STORAGE             141 179  1   1 rd/c13d22p3
b $STORAGE             141 180  1   1 rd/c13d22p4
b $STORAGE             141 181  1   1 rd/c13d22p5
b $STORAGE             141 182  1   1 rd/c13d22p6
b $STORAGE             141 183  1   1 rd/c13d22p7
b $STORAGE             141 184  1   1 rd/c13d23
b $STORAGE             141 185  1   1 rd/c13d23p1
b $STORAGE             141 186  1   1 rd/c13d23p2
b $STORAGE             141 187  1   1 rd/c13d23p3
b $STORAGE             141 188  1   1 rd/c13d23p4
b $STORAGE             141 189  1   1 rd/c13d23p5
b $STORAGE             141 190  1   1 rd/c13d23p6
b $STORAGE             141 191  1   1 rd/c13d23p7
b $STORAGE             141 192  1   1 rd/c13d24
b $STORAGE             141 193  1   1 rd/c13d24p1
b $STORAGE             141 194  1   1 rd/c13d24p2
b $STORAGE             141 195  1   1 rd/c13d24p3
b $STORAGE             141 196  1   1 rd/c13d24p4
b $STORAGE             141 197  1   1 rd/c13d24p5
b $STORAGE             141 198  1   1 rd/c13d24p6
b $STORAGE             141 199  1   1 rd/c13d24p7
b $STORAGE             141 200  1   1 rd/c13d25
b $STORAGE             141 201  1   1 rd/c13d25p1
b $STORAGE             141 202  1   1 rd/c13d25p2
b $STORAGE             141 203  1   1 rd/c13d25p3
b $STORAGE             141 204  1   1 rd/c13d25p4
b $STORAGE             141 205  1   1 rd/c13d25p5
b $STORAGE             141 206  1   1 rd/c13d25p6
b $STORAGE             141 207  1   1 rd/c13d25p7
b $STORAGE             141 208  1   1 rd/c13d26
b $STORAGE             141 209  1   1 rd/c13d26p1
b $STORAGE             141 210  1   1 rd/c13d26p2
b $STORAGE             141 211  1   1 rd/c13d26p3
b $STORAGE             141 212  1   1 rd/c13d26p4
b $STORAGE             141 213  1   1 rd/c13d26p5
b $STORAGE             141 214  1   1 rd/c13d26p6
b $STORAGE             141 215  1   1 rd/c13d26p7
b $STORAGE             141 216  1   1 rd/c13d27
b $STORAGE             141 217  1   1 rd/c13d27p1
b $STORAGE             141 218  1   1 rd/c13d27p2
b $STORAGE             141 219  1   1 rd/c13d27p3
b $STORAGE             141 220  1   1 rd/c13d27p4
b $STORAGE             141 221  1   1 rd/c13d27p5
b $STORAGE             141 222  1   1 rd/c13d27p6
b $STORAGE             141 223  1   1 rd/c13d27p7
b $STORAGE             141 224  1   1 rd/c13d28
b $STORAGE             141 225  1   1 rd/c13d28p1
b $STORAGE             141 226  1   1 rd/c13d28p2
b $STORAGE             141 227  1   1 rd/c13d28p3
b $STORAGE             141 228  1   1 rd/c13d28p4
b $STORAGE             141 229  1   1 rd/c13d28p5
b $STORAGE             141 230  1   1 rd/c13d28p6
b $STORAGE             141 231  1   1 rd/c13d28p7
b $STORAGE             141 232  1   1 rd/c13d29
b $STORAGE             141 233  1   1 rd/c13d29p1
b $STORAGE             141 234  1   1 rd/c13d29p2
b $STORAGE             141 235  1   1 rd/c13d29p3
b $STORAGE             141 236  1   1 rd/c13d29p4
b $STORAGE             141 237  1   1 rd/c13d29p5
b $STORAGE             141 238  1   1 rd/c13d29p6
b $STORAGE             141 239  1   1 rd/c13d29p7
b $STORAGE             141 240  1   1 rd/c13d30
b $STORAGE             141 241  1   1 rd/c13d30p1
b $STORAGE             141 242  1   1 rd/c13d30p2
b $STORAGE             141 243  1   1 rd/c13d30p3
b $STORAGE             141 244  1   1 rd/c13d30p4
b $STORAGE             141 245  1   1 rd/c13d30p5
b $STORAGE             141 246  1   1 rd/c13d30p6
b $STORAGE             141 247  1   1 rd/c13d30p7
b $STORAGE             141 248  1   1 rd/c13d31
b $STORAGE             141 249  1   1 rd/c13d31p1
b $STORAGE             141 250  1   1 rd/c13d31p2
b $STORAGE             141 251  1   1 rd/c13d31p3
b $STORAGE             141 252  1   1 rd/c13d31p4
b $STORAGE             141 253  1   1 rd/c13d31p5
b $STORAGE             141 254  1   1 rd/c13d31p6
b $STORAGE             141 255  1   1 rd/c13d31p7
b $STORAGE             142   0  1   1 rd/c14d0
b $STORAGE             142   1  1   1 rd/c14d0p1
b $STORAGE             142   2  1   1 rd/c14d0p2
b $STORAGE             142   3  1   1 rd/c14d0p3
b $STORAGE             142   4  1   1 rd/c14d0p4
b $STORAGE             142   5  1   1 rd/c14d0p5
b $STORAGE             142   6  1   1 rd/c14d0p6
b $STORAGE             142   7  1   1 rd/c14d0p7
b $STORAGE             142   8  1   1 rd/c14d1
b $STORAGE             142   9  1   1 rd/c14d1p1
b $STORAGE             142  10  1   1 rd/c14d1p2
b $STORAGE             142  11  1   1 rd/c14d1p3
b $STORAGE             142  12  1   1 rd/c14d1p4
b $STORAGE             142  13  1   1 rd/c14d1p5
b $STORAGE             142  14  1   1 rd/c14d1p6
b $STORAGE             142  15  1   1 rd/c14d1p7
b $STORAGE             142  16  1   1 rd/c14d2
b $STORAGE             142  17  1   1 rd/c14d2p1
b $STORAGE             142  18  1   1 rd/c14d2p2
b $STORAGE             142  19  1   1 rd/c14d2p3
b $STORAGE             142  20  1   1 rd/c14d2p4
b $STORAGE             142  21  1   1 rd/c14d2p5
b $STORAGE             142  22  1   1 rd/c14d2p6
b $STORAGE             142  23  1   1 rd/c14d2p7
b $STORAGE             142  24  1   1 rd/c14d3
b $STORAGE             142  25  1   1 rd/c14d3p1
b $STORAGE             142  26  1   1 rd/c14d3p2
b $STORAGE             142  27  1   1 rd/c14d3p3
b $STORAGE             142  28  1   1 rd/c14d3p4
b $STORAGE             142  29  1   1 rd/c14d3p5
b $STORAGE             142  30  1   1 rd/c14d3p6
b $STORAGE             142  31  1   1 rd/c14d3p7
b $STORAGE             142  32  1   1 rd/c14d4
b $STORAGE             142  33  1   1 rd/c14d4p1
b $STORAGE             142  34  1   1 rd/c14d4p2
b $STORAGE             142  35  1   1 rd/c14d4p3
b $STORAGE             142  36  1   1 rd/c14d4p4
b $STORAGE             142  37  1   1 rd/c14d4p5
b $STORAGE             142  38  1   1 rd/c14d4p6
b $STORAGE             142  39  1   1 rd/c14d4p7
b $STORAGE             142  40  1   1 rd/c14d5
b $STORAGE             142  41  1   1 rd/c14d5p1
b $STORAGE             142  42  1   1 rd/c14d5p2
b $STORAGE             142  43  1   1 rd/c14d5p3
b $STORAGE             142  44  1   1 rd/c14d5p4
b $STORAGE             142  45  1   1 rd/c14d5p5
b $STORAGE             142  46  1   1 rd/c14d5p6
b $STORAGE             142  47  1   1 rd/c14d5p7
b $STORAGE             142  48  1   1 rd/c14d6
b $STORAGE             142  49  1   1 rd/c14d6p1
b $STORAGE             142  50  1   1 rd/c14d6p2
b $STORAGE             142  51  1   1 rd/c14d6p3
b $STORAGE             142  52  1   1 rd/c14d6p4
b $STORAGE             142  53  1   1 rd/c14d6p5
b $STORAGE             142  54  1   1 rd/c14d6p6
b $STORAGE             142  55  1   1 rd/c14d6p7
b $STORAGE             142  56  1   1 rd/c14d7
b $STORAGE             142  57  1   1 rd/c14d7p1
b $STORAGE             142  58  1   1 rd/c14d7p2
b $STORAGE             142  59  1   1 rd/c14d7p3
b $STORAGE             142  60  1   1 rd/c14d7p4
b $STORAGE             142  61  1   1 rd/c14d7p5
b $STORAGE             142  62  1   1 rd/c14d7p6
b $STORAGE             142  63  1   1 rd/c14d7p7
b $STORAGE             142  64  1   1 rd/c14d8
b $STORAGE             142  65  1   1 rd/c14d8p1
b $STORAGE             142  66  1   1 rd/c14d8p2
b $STORAGE             142  67  1   1 rd/c14d8p3
b $STORAGE             142  68  1   1 rd/c14d8p4
b $STORAGE             142  69  1   1 rd/c14d8p5
b $STORAGE             142  70  1   1 rd/c14d8p6
b $STORAGE             142  71  1   1 rd/c14d8p7
b $STORAGE             142  72  1   1 rd/c14d9
b $STORAGE             142  73  1   1 rd/c14d9p1
b $STORAGE             142  74  1   1 rd/c14d9p2
b $STORAGE             142  75  1   1 rd/c14d9p3
b $STORAGE             142  76  1   1 rd/c14d9p4
b $STORAGE             142  77  1   1 rd/c14d9p5
b $STORAGE             142  78  1   1 rd/c14d9p6
b $STORAGE             142  79  1   1 rd/c14d9p7
b $STORAGE             142  80  1   1 rd/c14d10
b $STORAGE             142  81  1   1 rd/c14d10p1
b $STORAGE             142  82  1   1 rd/c14d10p2
b $STORAGE             142  83  1   1 rd/c14d10p3
b $STORAGE             142  84  1   1 rd/c14d10p4
b $STORAGE             142  85  1   1 rd/c14d10p5
b $STORAGE             142  86  1   1 rd/c14d10p6
b $STORAGE             142  87  1   1 rd/c14d10p7
b $STORAGE             142  88  1   1 rd/c14d11
b $STORAGE             142  89  1   1 rd/c14d11p1
b $STORAGE             142  90  1   1 rd/c14d11p2
b $STORAGE             142  91  1   1 rd/c14d11p3
b $STORAGE             142  92  1   1 rd/c14d11p4
b $STORAGE             142  93  1   1 rd/c14d11p5
b $STORAGE             142  94  1   1 rd/c14d11p6
b $STORAGE             142  95  1   1 rd/c14d11p7
b $STORAGE             142  96  1   1 rd/c14d12
b $STORAGE             142  97  1   1 rd/c14d12p1
b $STORAGE             142  98  1   1 rd/c14d12p2
b $STORAGE             142  99  1   1 rd/c14d12p3
b $STORAGE             142 100  1   1 rd/c14d12p4
b $STORAGE             142 101  1   1 rd/c14d12p5
b $STORAGE             142 102  1   1 rd/c14d12p6
b $STORAGE             142 103  1   1 rd/c14d12p7
b $STORAGE             142 104  1   1 rd/c14d13
b $STORAGE             142 105  1   1 rd/c14d13p1
b $STORAGE             142 106  1   1 rd/c14d13p2
b $STORAGE             142 107  1   1 rd/c14d13p3
b $STORAGE             142 108  1   1 rd/c14d13p4
b $STORAGE             142 109  1   1 rd/c14d13p5
b $STORAGE             142 110  1   1 rd/c14d13p6
b $STORAGE             142 111  1   1 rd/c14d13p7
b $STORAGE             142 112  1   1 rd/c14d14
b $STORAGE             142 113  1   1 rd/c14d14p1
b $STORAGE             142 114  1   1 rd/c14d14p2
b $STORAGE             142 115  1   1 rd/c14d14p3
b $STORAGE             142 116  1   1 rd/c14d14p4
b $STORAGE             142 117  1   1 rd/c14d14p5
b $STORAGE             142 118  1   1 rd/c14d14p6
b $STORAGE             142 119  1   1 rd/c14d14p7
b $STORAGE             142 120  1   1 rd/c14d15
b $STORAGE             142 121  1   1 rd/c14d15p1
b $STORAGE             142 122  1   1 rd/c14d15p2
b $STORAGE             142 123  1   1 rd/c14d15p3
b $STORAGE             142 124  1   1 rd/c14d15p4
b $STORAGE             142 125  1   1 rd/c14d15p5
b $STORAGE             142 126  1   1 rd/c14d15p6
b $STORAGE             142 127  1   1 rd/c14d15p7
b $STORAGE             142 128  1   1 rd/c14d16
b $STORAGE             142 129  1   1 rd/c14d16p1
b $STORAGE             142 130  1   1 rd/c14d16p2
b $STORAGE             142 131  1   1 rd/c14d16p3
b $STORAGE             142 132  1   1 rd/c14d16p4
b $STORAGE             142 133  1   1 rd/c14d16p5
b $STORAGE             142 134  1   1 rd/c14d16p6
b $STORAGE             142 135  1   1 rd/c14d16p7
b $STORAGE             142 136  1   1 rd/c14d17
b $STORAGE             142 137  1   1 rd/c14d17p1
b $STORAGE             142 138  1   1 rd/c14d17p2
b $STORAGE             142 139  1   1 rd/c14d17p3
b $STORAGE             142 140  1   1 rd/c14d17p4
b $STORAGE             142 141  1   1 rd/c14d17p5
b $STORAGE             142 142  1   1 rd/c14d17p6
b $STORAGE             142 143  1   1 rd/c14d17p7
b $STORAGE             142 144  1   1 rd/c14d18
b $STORAGE             142 145  1   1 rd/c14d18p1
b $STORAGE             142 146  1   1 rd/c14d18p2
b $STORAGE             142 147  1   1 rd/c14d18p3
b $STORAGE             142 148  1   1 rd/c14d18p4
b $STORAGE             142 149  1   1 rd/c14d18p5
b $STORAGE             142 150  1   1 rd/c14d18p6
b $STORAGE             142 151  1   1 rd/c14d18p7
b $STORAGE             142 152  1   1 rd/c14d19
b $STORAGE             142 153  1   1 rd/c14d19p1
b $STORAGE             142 154  1   1 rd/c14d19p2
b $STORAGE             142 155  1   1 rd/c14d19p3
b $STORAGE             142 156  1   1 rd/c14d19p4
b $STORAGE             142 157  1   1 rd/c14d19p5
b $STORAGE             142 158  1   1 rd/c14d19p6
b $STORAGE             142 159  1   1 rd/c14d19p7
b $STORAGE             142 160  1   1 rd/c14d20
b $STORAGE             142 161  1   1 rd/c14d20p1
b $STORAGE             142 162  1   1 rd/c14d20p2
b $STORAGE             142 163  1   1 rd/c14d20p3
b $STORAGE             142 164  1   1 rd/c14d20p4
b $STORAGE             142 165  1   1 rd/c14d20p5
b $STORAGE             142 166  1   1 rd/c14d20p6
b $STORAGE             142 167  1   1 rd/c14d20p7
b $STORAGE             142 168  1   1 rd/c14d21
b $STORAGE             142 169  1   1 rd/c14d21p1
b $STORAGE             142 170  1   1 rd/c14d21p2
b $STORAGE             142 171  1   1 rd/c14d21p3
b $STORAGE             142 172  1   1 rd/c14d21p4
b $STORAGE             142 173  1   1 rd/c14d21p5
b $STORAGE             142 174  1   1 rd/c14d21p6
b $STORAGE             142 175  1   1 rd/c14d21p7
b $STORAGE             142 176  1   1 rd/c14d22
b $STORAGE             142 177  1   1 rd/c14d22p1
b $STORAGE             142 178  1   1 rd/c14d22p2
b $STORAGE             142 179  1   1 rd/c14d22p3
b $STORAGE             142 180  1   1 rd/c14d22p4
b $STORAGE             142 181  1   1 rd/c14d22p5
b $STORAGE             142 182  1   1 rd/c14d22p6
b $STORAGE             142 183  1   1 rd/c14d22p7
b $STORAGE             142 184  1   1 rd/c14d23
b $STORAGE             142 185  1   1 rd/c14d23p1
b $STORAGE             142 186  1   1 rd/c14d23p2
b $STORAGE             142 187  1   1 rd/c14d23p3
b $STORAGE             142 188  1   1 rd/c14d23p4
b $STORAGE             142 189  1   1 rd/c14d23p5
b $STORAGE             142 190  1   1 rd/c14d23p6
b $STORAGE             142 191  1   1 rd/c14d23p7
b $STORAGE             142 192  1   1 rd/c14d24
b $STORAGE             142 193  1   1 rd/c14d24p1
b $STORAGE             142 194  1   1 rd/c14d24p2
b $STORAGE             142 195  1   1 rd/c14d24p3
b $STORAGE             142 196  1   1 rd/c14d24p4
b $STORAGE             142 197  1   1 rd/c14d24p5
b $STORAGE             142 198  1   1 rd/c14d24p6
b $STORAGE             142 199  1   1 rd/c14d24p7
b $STORAGE             142 200  1   1 rd/c14d25
b $STORAGE             142 201  1   1 rd/c14d25p1
b $STORAGE             142 202  1   1 rd/c14d25p2
b $STORAGE             142 203  1   1 rd/c14d25p3
b $STORAGE             142 204  1   1 rd/c14d25p4
b $STORAGE             142 205  1   1 rd/c14d25p5
b $STORAGE             142 206  1   1 rd/c14d25p6
b $STORAGE             142 207  1   1 rd/c14d25p7
b $STORAGE             142 208  1   1 rd/c14d26
b $STORAGE             142 209  1   1 rd/c14d26p1
b $STORAGE             142 210  1   1 rd/c14d26p2
b $STORAGE             142 211  1   1 rd/c14d26p3
b $STORAGE             142 212  1   1 rd/c14d26p4
b $STORAGE             142 213  1   1 rd/c14d26p5
b $STORAGE             142 214  1   1 rd/c14d26p6
b $STORAGE             142 215  1   1 rd/c14d26p7
b $STORAGE             142 216  1   1 rd/c14d27
b $STORAGE             142 217  1   1 rd/c14d27p1
b $STORAGE             142 218  1   1 rd/c14d27p2
b $STORAGE             142 219  1   1 rd/c14d27p3
b $STORAGE             142 220  1   1 rd/c14d27p4
b $STORAGE             142 221  1   1 rd/c14d27p5
b $STORAGE             142 222  1   1 rd/c14d27p6
b $STORAGE             142 223  1   1 rd/c14d27p7
b $STORAGE             142 224  1   1 rd/c14d28
b $STORAGE             142 225  1   1 rd/c14d28p1
b $STORAGE             142 226  1   1 rd/c14d28p2
b $STORAGE             142 227  1   1 rd/c14d28p3
b $STORAGE             142 228  1   1 rd/c14d28p4
b $STORAGE             142 229  1   1 rd/c14d28p5
b $STORAGE             142 230  1   1 rd/c14d28p6
b $STORAGE             142 231  1   1 rd/c14d28p7
b $STORAGE             142 232  1   1 rd/c14d29
b $STORAGE             142 233  1   1 rd/c14d29p1
b $STORAGE             142 234  1   1 rd/c14d29p2
b $STORAGE             142 235  1   1 rd/c14d29p3
b $STORAGE             142 236  1   1 rd/c14d29p4
b $STORAGE             142 237  1   1 rd/c14d29p5
b $STORAGE             142 238  1   1 rd/c14d29p6
b $STORAGE             142 239  1   1 rd/c14d29p7
b $STORAGE             142 240  1   1 rd/c14d30
b $STORAGE             142 241  1   1 rd/c14d30p1
b $STORAGE             142 242  1   1 rd/c14d30p2
b $STORAGE             142 243  1   1 rd/c14d30p3
b $STORAGE             142 244  1   1 rd/c14d30p4
b $STORAGE             142 245  1   1 rd/c14d30p5
b $STORAGE             142 246  1   1 rd/c14d30p6
b $STORAGE             142 247  1   1 rd/c14d30p7
b $STORAGE             142 248  1   1 rd/c14d31
b $STORAGE             142 249  1   1 rd/c14d31p1
b $STORAGE             142 250  1   1 rd/c14d31p2
b $STORAGE             142 251  1   1 rd/c14d31p3
b $STORAGE             142 252  1   1 rd/c14d31p4
b $STORAGE             142 253  1   1 rd/c14d31p5
b $STORAGE             142 254  1   1 rd/c14d31p6
b $STORAGE             142 255  1   1 rd/c14d31p7
b $STORAGE             143   0  1   1 rd/c15d0
b $STORAGE             143   1  1   1 rd/c15d0p1
b $STORAGE             143   2  1   1 rd/c15d0p2
b $STORAGE             143   3  1   1 rd/c15d0p3
b $STORAGE             143   4  1   1 rd/c15d0p4
b $STORAGE             143   5  1   1 rd/c15d0p5
b $STORAGE             143   6  1   1 rd/c15d0p6
b $STORAGE             143   7  1   1 rd/c15d0p7
b $STORAGE             143   8  1   1 rd/c15d1
b $STORAGE             143   9  1   1 rd/c15d1p1
b $STORAGE             143  10  1   1 rd/c15d1p2
b $STORAGE             143  11  1   1 rd/c15d1p3
b $STORAGE             143  12  1   1 rd/c15d1p4
b $STORAGE             143  13  1   1 rd/c15d1p5
b $STORAGE             143  14  1   1 rd/c15d1p6
b $STORAGE             143  15  1   1 rd/c15d1p7
b $STORAGE             143  16  1   1 rd/c15d2
b $STORAGE             143  17  1   1 rd/c15d2p1
b $STORAGE             143  18  1   1 rd/c15d2p2
b $STORAGE             143  19  1   1 rd/c15d2p3
b $STORAGE             143  20  1   1 rd/c15d2p4
b $STORAGE             143  21  1   1 rd/c15d2p5
b $STORAGE             143  22  1   1 rd/c15d2p6
b $STORAGE             143  23  1   1 rd/c15d2p7
b $STORAGE             143  24  1   1 rd/c15d3
b $STORAGE             143  25  1   1 rd/c15d3p1
b $STORAGE             143  26  1   1 rd/c15d3p2
b $STORAGE             143  27  1   1 rd/c15d3p3
b $STORAGE             143  28  1   1 rd/c15d3p4
b $STORAGE             143  29  1   1 rd/c15d3p5
b $STORAGE             143  30  1   1 rd/c15d3p6
b $STORAGE             143  31  1   1 rd/c15d3p7
b $STORAGE             143  32  1   1 rd/c15d4
b $STORAGE             143  33  1   1 rd/c15d4p1
b $STORAGE             143  34  1   1 rd/c15d4p2
b $STORAGE             143  35  1   1 rd/c15d4p3
b $STORAGE             143  36  1   1 rd/c15d4p4
b $STORAGE             143  37  1   1 rd/c15d4p5
b $STORAGE             143  38  1   1 rd/c15d4p6
b $STORAGE             143  39  1   1 rd/c15d4p7
b $STORAGE             143  40  1   1 rd/c15d5
b $STORAGE             143  41  1   1 rd/c15d5p1
b $STORAGE             143  42  1   1 rd/c15d5p2
b $STORAGE             143  43  1   1 rd/c15d5p3
b $STORAGE             143  44  1   1 rd/c15d5p4
b $STORAGE             143  45  1   1 rd/c15d5p5
b $STORAGE             143  46  1   1 rd/c15d5p6
b $STORAGE             143  47  1   1 rd/c15d5p7
b $STORAGE             143  48  1   1 rd/c15d6
b $STORAGE             143  49  1   1 rd/c15d6p1
b $STORAGE             143  50  1   1 rd/c15d6p2
b $STORAGE             143  51  1   1 rd/c15d6p3
b $STORAGE             143  52  1   1 rd/c15d6p4
b $STORAGE             143  53  1   1 rd/c15d6p5
b $STORAGE             143  54  1   1 rd/c15d6p6
b $STORAGE             143  55  1   1 rd/c15d6p7
b $STORAGE             143  56  1   1 rd/c15d7
b $STORAGE             143  57  1   1 rd/c15d7p1
b $STORAGE             143  58  1   1 rd/c15d7p2
b $STORAGE             143  59  1   1 rd/c15d7p3
b $STORAGE             143  60  1   1 rd/c15d7p4
b $STORAGE             143  61  1   1 rd/c15d7p5
b $STORAGE             143  62  1   1 rd/c15d7p6
b $STORAGE             143  63  1   1 rd/c15d7p7
b $STORAGE             143  64  1   1 rd/c15d8
b $STORAGE             143  65  1   1 rd/c15d8p1
b $STORAGE             143  66  1   1 rd/c15d8p2
b $STORAGE             143  67  1   1 rd/c15d8p3
b $STORAGE             143  68  1   1 rd/c15d8p4
b $STORAGE             143  69  1   1 rd/c15d8p5
b $STORAGE             143  70  1   1 rd/c15d8p6
b $STORAGE             143  71  1   1 rd/c15d8p7
b $STORAGE             143  72  1   1 rd/c15d9
b $STORAGE             143  73  1   1 rd/c15d9p1
b $STORAGE             143  74  1   1 rd/c15d9p2
b $STORAGE             143  75  1   1 rd/c15d9p3
b $STORAGE             143  76  1   1 rd/c15d9p4
b $STORAGE             143  77  1   1 rd/c15d9p5
b $STORAGE             143  78  1   1 rd/c15d9p6
b $STORAGE             143  79  1   1 rd/c15d9p7
b $STORAGE             143  80  1   1 rd/c15d10
b $STORAGE             143  81  1   1 rd/c15d10p1
b $STORAGE             143  82  1   1 rd/c15d10p2
b $STORAGE             143  83  1   1 rd/c15d10p3
b $STORAGE             143  84  1   1 rd/c15d10p4
b $STORAGE             143  85  1   1 rd/c15d10p5
b $STORAGE             143  86  1   1 rd/c15d10p6
b $STORAGE             143  87  1   1 rd/c15d10p7
b $STORAGE             143  88  1   1 rd/c15d11
b $STORAGE             143  89  1   1 rd/c15d11p1
b $STORAGE             143  90  1   1 rd/c15d11p2
b $STORAGE             143  91  1   1 rd/c15d11p3
b $STORAGE             143  92  1   1 rd/c15d11p4
b $STORAGE             143  93  1   1 rd/c15d11p5
b $STORAGE             143  94  1   1 rd/c15d11p6
b $STORAGE             143  95  1   1 rd/c15d11p7
b $STORAGE             143  96  1   1 rd/c15d12
b $STORAGE             143  97  1   1 rd/c15d12p1
b $STORAGE             143  98  1   1 rd/c15d12p2
b $STORAGE             143  99  1   1 rd/c15d12p3
b $STORAGE             143 100  1   1 rd/c15d12p4
b $STORAGE             143 101  1   1 rd/c15d12p5
b $STORAGE             143 102  1   1 rd/c15d12p6
b $STORAGE             143 103  1   1 rd/c15d12p7
b $STORAGE             143 104  1   1 rd/c15d13
b $STORAGE             143 105  1   1 rd/c15d13p1
b $STORAGE             143 106  1   1 rd/c15d13p2
b $STORAGE             143 107  1   1 rd/c15d13p3
b $STORAGE             143 108  1   1 rd/c15d13p4
b $STORAGE             143 109  1   1 rd/c15d13p5
b $STORAGE             143 110  1   1 rd/c15d13p6
b $STORAGE             143 111  1   1 rd/c15d13p7
b $STORAGE             143 112  1   1 rd/c15d14
b $STORAGE             143 113  1   1 rd/c15d14p1
b $STORAGE             143 114  1   1 rd/c15d14p2
b $STORAGE             143 115  1   1 rd/c15d14p3
b $STORAGE             143 116  1   1 rd/c15d14p4
b $STORAGE             143 117  1   1 rd/c15d14p5
b $STORAGE             143 118  1   1 rd/c15d14p6
b $STORAGE             143 119  1   1 rd/c15d14p7
b $STORAGE             143 120  1   1 rd/c15d15
b $STORAGE             143 121  1   1 rd/c15d15p1
b $STORAGE             143 122  1   1 rd/c15d15p2
b $STORAGE             143 123  1   1 rd/c15d15p3
b $STORAGE             143 124  1   1 rd/c15d15p4
b $STORAGE             143 125  1   1 rd/c15d15p5
b $STORAGE             143 126  1   1 rd/c15d15p6
b $STORAGE             143 127  1   1 rd/c15d15p7
b $STORAGE             143 128  1   1 rd/c15d16
b $STORAGE             143 129  1   1 rd/c15d16p1
b $STORAGE             143 130  1   1 rd/c15d16p2
b $STORAGE             143 131  1   1 rd/c15d16p3
b $STORAGE             143 132  1   1 rd/c15d16p4
b $STORAGE             143 133  1   1 rd/c15d16p5
b $STORAGE             143 134  1   1 rd/c15d16p6
b $STORAGE             143 135  1   1 rd/c15d16p7
b $STORAGE             143 136  1   1 rd/c15d17
b $STORAGE             143 137  1   1 rd/c15d17p1
b $STORAGE             143 138  1   1 rd/c15d17p2
b $STORAGE             143 139  1   1 rd/c15d17p3
b $STORAGE             143 140  1   1 rd/c15d17p4
b $STORAGE             143 141  1   1 rd/c15d17p5
b $STORAGE             143 142  1   1 rd/c15d17p6
b $STORAGE             143 143  1   1 rd/c15d17p7
b $STORAGE             143 144  1   1 rd/c15d18
b $STORAGE             143 145  1   1 rd/c15d18p1
b $STORAGE             143 146  1   1 rd/c15d18p2
b $STORAGE             143 147  1   1 rd/c15d18p3
b $STORAGE             143 148  1   1 rd/c15d18p4
b $STORAGE             143 149  1   1 rd/c15d18p5
b $STORAGE             143 150  1   1 rd/c15d18p6
b $STORAGE             143 151  1   1 rd/c15d18p7
b $STORAGE             143 152  1   1 rd/c15d19
b $STORAGE             143 153  1   1 rd/c15d19p1
b $STORAGE             143 154  1   1 rd/c15d19p2
b $STORAGE             143 155  1   1 rd/c15d19p3
b $STORAGE             143 156  1   1 rd/c15d19p4
b $STORAGE             143 157  1   1 rd/c15d19p5
b $STORAGE             143 158  1   1 rd/c15d19p6
b $STORAGE             143 159  1   1 rd/c15d19p7
b $STORAGE             143 160  1   1 rd/c15d20
b $STORAGE             143 161  1   1 rd/c15d20p1
b $STORAGE             143 162  1   1 rd/c15d20p2
b $STORAGE             143 163  1   1 rd/c15d20p3
b $STORAGE             143 164  1   1 rd/c15d20p4
b $STORAGE             143 165  1   1 rd/c15d20p5
b $STORAGE             143 166  1   1 rd/c15d20p6
b $STORAGE             143 167  1   1 rd/c15d20p7
b $STORAGE             143 168  1   1 rd/c15d21
b $STORAGE             143 169  1   1 rd/c15d21p1
b $STORAGE             143 170  1   1 rd/c15d21p2
b $STORAGE             143 171  1   1 rd/c15d21p3
b $STORAGE             143 172  1   1 rd/c15d21p4
b $STORAGE             143 173  1   1 rd/c15d21p5
b $STORAGE             143 174  1   1 rd/c15d21p6
b $STORAGE             143 175  1   1 rd/c15d21p7
b $STORAGE             143 176  1   1 rd/c15d22
b $STORAGE             143 177  1   1 rd/c15d22p1
b $STORAGE             143 178  1   1 rd/c15d22p2
b $STORAGE             143 179  1   1 rd/c15d22p3
b $STORAGE             143 180  1   1 rd/c15d22p4
b $STORAGE             143 181  1   1 rd/c15d22p5
b $STORAGE             143 182  1   1 rd/c15d22p6
b $STORAGE             143 183  1   1 rd/c15d22p7
b $STORAGE             143 184  1   1 rd/c15d23
b $STORAGE             143 185  1   1 rd/c15d23p1
b $STORAGE             143 186  1   1 rd/c15d23p2
b $STORAGE             143 187  1   1 rd/c15d23p3
b $STORAGE             143 188  1   1 rd/c15d23p4
b $STORAGE             143 189  1   1 rd/c15d23p5
b $STORAGE             143 190  1   1 rd/c15d23p6
b $STORAGE             143 191  1   1 rd/c15d23p7
b $STORAGE             143 192  1   1 rd/c15d24
b $STORAGE             143 193  1   1 rd/c15d24p1
b $STORAGE             143 194  1   1 rd/c15d24p2
b $STORAGE             143 195  1   1 rd/c15d24p3
b $STORAGE             143 196  1   1 rd/c15d24p4
b $STORAGE             143 197  1   1 rd/c15d24p5
b $STORAGE             143 198  1   1 rd/c15d24p6
b $STORAGE             143 199  1   1 rd/c15d24p7
b $STORAGE             143 200  1   1 rd/c15d25
b $STORAGE             143 201  1   1 rd/c15d25p1
b $STORAGE             143 202  1   1 rd/c15d25p2
b $STORAGE             143 203  1   1 rd/c15d25p3
b $STORAGE             143 204  1   1 rd/c15d25p4
b $STORAGE             143 205  1   1 rd/c15d25p5
b $STORAGE             143 206  1   1 rd/c15d25p6
b $STORAGE             143 207  1   1 rd/c15d25p7
b $STORAGE             143 208  1   1 rd/c15d26
b $STORAGE             143 209  1   1 rd/c15d26p1
b $STORAGE             143 210  1   1 rd/c15d26p2
b $STORAGE             143 211  1   1 rd/c15d26p3
b $STORAGE             143 212  1   1 rd/c15d26p4
b $STORAGE             143 213  1   1 rd/c15d26p5
b $STORAGE             143 214  1   1 rd/c15d26p6
b $STORAGE             143 215  1   1 rd/c15d26p7
b $STORAGE             143 216  1   1 rd/c15d27
b $STORAGE             143 217  1   1 rd/c15d27p1
b $STORAGE             143 218  1   1 rd/c15d27p2
b $STORAGE             143 219  1   1 rd/c15d27p3
b $STORAGE             143 220  1   1 rd/c15d27p4
b $STORAGE             143 221  1   1 rd/c15d27p5
b $STORAGE             143 222  1   1 rd/c15d27p6
b $STORAGE             143 223  1   1 rd/c15d27p7
b $STORAGE             143 224  1   1 rd/c15d28
b $STORAGE             143 225  1   1 rd/c15d28p1
b $STORAGE             143 226  1   1 rd/c15d28p2
b $STORAGE             143 227  1   1 rd/c15d28p3
b $STORAGE             143 228  1   1 rd/c15d28p4
b $STORAGE             143 229  1   1 rd/c15d28p5
b $STORAGE             143 230  1   1 rd/c15d28p6
b $STORAGE             143 231  1   1 rd/c15d28p7
b $STORAGE             143 232  1   1 rd/c15d29
b $STORAGE             143 233  1   1 rd/c15d29p1
b $STORAGE             143 234  1   1 rd/c15d29p2
b $STORAGE             143 235  1   1 rd/c15d29p3
b $STORAGE             143 236  1   1 rd/c15d29p4
b $STORAGE             143 237  1   1 rd/c15d29p5
b $STORAGE             143 238  1   1 rd/c15d29p6
b $STORAGE             143 239  1   1 rd/c15d29p7
b $STORAGE             143 240  1   1 rd/c15d30
b $STORAGE             143 241  1   1 rd/c15d30p1
b $STORAGE             143 242  1   1 rd/c15d30p2
b $STORAGE             143 243  1   1 rd/c15d30p3
b $STORAGE             143 244  1   1 rd/c15d30p4
b $STORAGE             143 245  1   1 rd/c15d30p5
b $STORAGE             143 246  1   1 rd/c15d30p6
b $STORAGE             143 247  1   1 rd/c15d30p7
b $STORAGE             143 248  1   1 rd/c15d31
b $STORAGE             143 249  1   1 rd/c15d31p1
b $STORAGE             143 250  1   1 rd/c15d31p2
b $STORAGE             143 251  1   1 rd/c15d31p3
b $STORAGE             143 252  1   1 rd/c15d31p4
b $STORAGE             143 253  1   1 rd/c15d31p5
b $STORAGE             143 254  1   1 rd/c15d31p6
b $STORAGE             143 255  1   1 rd/c15d31p7
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                b $STORAGE             104   0  1   1 cciss/c0d0
b $STORAGE             104   1  1   1 cciss/c0d0p1
b $STORAGE             104   2  1   1 cciss/c0d0p2
b $STORAGE             104   3  1   1 cciss/c0d0p3
b $STORAGE             104   4  1   1 cciss/c0d0p4
b $STORAGE             104   5  1   1 cciss/c0d0p5
b $STORAGE             104   6  1   1 cciss/c0d0p6
b $STORAGE             104   7  1   1 cciss/c0d0p7
b $STORAGE             104   8  1   1 cciss/c0d0p8
b $STORAGE             104   9  1   1 cciss/c0d0p9
b $STORAGE             104  10  1   1 cciss/c0d0p10
b $STORAGE             104  11  1   1 cciss/c0d0p11
b $STORAGE             104  12  1   1 cciss/c0d0p12
b $STORAGE             104  13  1   1 cciss/c0d0p13
b $STORAGE             104  14  1   1 cciss/c0d0p14
b $STORAGE             104  15  1   1 cciss/c0d0p15
b $STORAGE             104  16  1   1 cciss/c0d1
b $STORAGE             104  17  1   1 cciss/c0d1p1
b $STORAGE             104  18  1   1 cciss/c0d1p2
b $STORAGE             104  19  1   1 cciss/c0d1p3
b $STORAGE             104  20  1   1 cciss/c0d1p4
b $STORAGE             104  21  1   1 cciss/c0d1p5
b $STORAGE             104  22  1   1 cciss/c0d1p6
b $STORAGE             104  23  1   1 cciss/c0d1p7
b $STORAGE             104  24  1   1 cciss/c0d1p8
b $STORAGE             104  25  1   1 cciss/c0d1p9
b $STORAGE             104  26  1   1 cciss/c0d1p10
b $STORAGE             104  27  1   1 cciss/c0d1p11
b $STORAGE             104  28  1   1 cciss/c0d1p12
b $STORAGE             104  29  1   1 cciss/c0d1p13
b $STORAGE             104  30  1   1 cciss/c0d1p14
b $STORAGE             104  31  1   1 cciss/c0d1p15
b $STORAGE             104  32  1   1 cciss/c0d2
b $STORAGE             104  33  1   1 cciss/c0d2p1
b $STORAGE             104  34  1   1 cciss/c0d2p2
b $STORAGE             104  35  1   1 cciss/c0d2p3
b $STORAGE             104  36  1   1 cciss/c0d2p4
b $STORAGE             104  37  1   1 cciss/c0d2p5
b $STORAGE             104  38  1   1 cciss/c0d2p6
b $STORAGE             104  39  1   1 cciss/c0d2p7
b $STORAGE             104  40  1   1 cciss/c0d2p8
b $STORAGE             104  41  1   1 cciss/c0d2p9
b $STORAGE             104  42  1   1 cciss/c0d2p10
b $STORAGE             104  43  1   1 cciss/c0d2p11
b $STORAGE             104  44  1   1 cciss/c0d2p12
b $STORAGE             104  45  1   1 cciss/c0d2p13
b $STORAGE             104  46  1   1 cciss/c0d2p14
b $STORAGE             104  47  1   1 cciss/c0d2p15
b $STORAGE             104  48  1   1 cciss/c0d3
b $STORAGE             104  49  1   1 cciss/c0d3p1
b $STORAGE             104  50  1   1 cciss/c0d3p2
b $STORAGE             104  51  1   1 cciss/c0d3p3
b $STORAGE             104  52  1   1 cciss/c0d3p4
b $STORAGE             104  53  1   1 cciss/c0d3p5
b $STORAGE             104  54  1   1 cciss/c0d3p6
b $STORAGE             104  55  1   1 cciss/c0d3p7
b $STORAGE             104  56  1   1 cciss/c0d3p8
b $STORAGE             104  57  1   1 cciss/c0d3p9
b $STORAGE             104  58  1   1 cciss/c0d3p10
b $STORAGE             104  59  1   1 cciss/c0d3p11
b $STORAGE             104  60  1   1 cciss/c0d3p12
b $STORAGE             104  61  1   1 cciss/c0d3p13
b $STORAGE             104  62  1   1 cciss/c0d3p14
b $STORAGE             104  63  1   1 cciss/c0d3p15
b $STORAGE             104  64  1   1 cciss/c0d4
b $STORAGE             104  65  1   1 cciss/c0d4p1
b $STORAGE             104  66  1   1 cciss/c0d4p2
b $STORAGE             104  67  1   1 cciss/c0d4p3
b $STORAGE             104  68  1   1 cciss/c0d4p4
b $STORAGE             104  69  1   1 cciss/c0d4p5
b $STORAGE             104  70  1   1 cciss/c0d4p6
b $STORAGE             104  71  1   1 cciss/c0d4p7
b $STORAGE             104  72  1   1 cciss/c0d4p8
b $STORAGE             104  73  1   1 cciss/c0d4p9
b $STORAGE             104  74  1   1 cciss/c0d4p10
b $STORAGE             104  75  1   1 cciss/c0d4p11
b $STORAGE             104  76  1   1 cciss/c0d4p12
b $STORAGE             104  77  1   1 cciss/c0d4p13
b $STORAGE             104  78  1   1 cciss/c0d4p14
b $STORAGE             104  79  1   1 cciss/c0d4p15
b $STORAGE             104  80  1   1 cciss/c0d5
b $STORAGE             104  81  1   1 cciss/c0d5p1
b $STORAGE             104  82  1   1 cciss/c0d5p2
b $STORAGE             104  83  1   1 cciss/c0d5p3
b $STORAGE             104  84  1   1 cciss/c0d5p4
b $STORAGE             104  85  1   1 cciss/c0d5p5
b $STORAGE             104  86  1   1 cciss/c0d5p6
b $STORAGE             104  87  1   1 cciss/c0d5p7
b $STORAGE             104  88  1   1 cciss/c0d5p8
b $STORAGE             104  89  1   1 cciss/c0d5p9
b $STORAGE             104  90  1   1 cciss/c0d5p10
b $STORAGE             104  91  1   1 cciss/c0d5p11
b $STORAGE             104  92  1   1 cciss/c0d5p12
b $STORAGE             104  93  1   1 cciss/c0d5p13
b $STORAGE             104  94  1   1 cciss/c0d5p14
b $STORAGE             104  95  1   1 cciss/c0d5p15
b $STORAGE             104  96  1   1 cciss/c0d6
b $STORAGE             104  97  1   1 cciss/c0d6p1
b $STORAGE             104  98  1   1 cciss/c0d6p2
b $STORAGE             104  99  1   1 cciss/c0d6p3
b $STORAGE             104 100  1   1 cciss/c0d6p4
b $STORAGE             104 101  1   1 cciss/c0d6p5
b $STORAGE             104 102  1   1 cciss/c0d6p6
b $STORAGE             104 103  1   1 cciss/c0d6p7
b $STORAGE             104 104  1   1 cciss/c0d6p8
b $STORAGE             104 105  1   1 cciss/c0d6p9
b $STORAGE             104 106  1   1 cciss/c0d6p10
b $STORAGE             104 107  1   1 cciss/c0d6p11
b $STORAGE             104 108  1   1 cciss/c0d6p12
b $STORAGE             104 109  1   1 cciss/c0d6p13
b $STORAGE             104 110  1   1 cciss/c0d6p14
b $STORAGE             104 111  1   1 cciss/c0d6p15
b $STORAGE             104 112  1   1 cciss/c0d7
b $STORAGE             104 113  1   1 cciss/c0d7p1
b $STORAGE             104 114  1   1 cciss/c0d7p2
b $STORAGE             104 115  1   1 cciss/c0d7p3
b $STORAGE             104 116  1   1 cciss/c0d7p4
b $STORAGE             104 117  1   1 cciss/c0d7p5
b $STORAGE             104 118  1   1 cciss/c0d7p6
b $STORAGE             104 119  1   1 cciss/c0d7p7
b $STORAGE             104 120  1   1 cciss/c0d7p8
b $STORAGE             104 121  1   1 cciss/c0d7p9
b $STORAGE             104 122  1   1 cciss/c0d7p10
b $STORAGE             104 123  1   1 cciss/c0d7p11
b $STORAGE             104 124  1   1 cciss/c0d7p12
b $STORAGE             104 125  1   1 cciss/c0d7p13
b $STORAGE             104 126  1   1 cciss/c0d7p14
b $STORAGE             104 127  1   1 cciss/c0d7p15
b $STORAGE             104 128  1   1 cciss/c0d8
b $STORAGE             104 129  1   1 cciss/c0d8p1
b $STORAGE             104 130  1   1 cciss/c0d8p2
b $STORAGE             104 131  1   1 cciss/c0d8p3
b $STORAGE             104 132  1   1 cciss/c0d8p4
b $STORAGE             104 133  1   1 cciss/c0d8p5
b $STORAGE             104 134  1   1 cciss/c0d8p6
b $STORAGE             104 135  1   1 cciss/c0d8p7
b $STORAGE             104 136  1   1 cciss/c0d8p8
b $STORAGE             104 137  1   1 cciss/c0d8p9
b $STORAGE             104 138  1   1 cciss/c0d8p10
b $STORAGE             104 139  1   1 cciss/c0d8p11
b $STORAGE             104 140  1   1 cciss/c0d8p12
b $STORAGE             104 141  1   1 cciss/c0d8p13
b $STORAGE             104 142  1   1 cciss/c0d8p14
b $STORAGE             104 143  1   1 cciss/c0d8p15
b $STORAGE             104 144  1   1 cciss/c0d9
b $STORAGE             104 145  1   1 cciss/c0d9p1
b $STORAGE             104 146  1   1 cciss/c0d9p2
b $STORAGE             104 147  1   1 cciss/c0d9p3
b $STORAGE             104 148  1   1 cciss/c0d9p4
b $STORAGE             104 149  1   1 cciss/c0d9p5
b $STORAGE             104 150  1   1 cciss/c0d9p6
b $STORAGE             104 151  1   1 cciss/c0d9p7
b $STORAGE             104 152  1   1 cciss/c0d9p8
b $STORAGE             104 153  1   1 cciss/c0d9p9
b $STORAGE             104 154  1   1 cciss/c0d9p10
b $STORAGE             104 155  1   1 cciss/c0d9p11
b $STORAGE             104 156  1   1 cciss/c0d9p12
b $STORAGE             104 157  1   1 cciss/c0d9p13
b $STORAGE             104 158  1   1 cciss/c0d9p14
b $STORAGE             104 159  1   1 cciss/c0d9p15
b $STORAGE             104 160  1   1 cciss/c0d10
b $STORAGE             104 161  1   1 cciss/c0d10p1
b $STORAGE             104 162  1   1 cciss/c0d10p2
b $STORAGE             104 163  1   1 cciss/c0d10p3
b $STORAGE             104 164  1   1 cciss/c0d10p4
b $STORAGE             104 165  1   1 cciss/c0d10p5
b $STORAGE             104 166  1   1 cciss/c0d10p6
b $STORAGE             104 167  1   1 cciss/c0d10p7
b $STORAGE             104 168  1   1 cciss/c0d10p8
b $STORAGE             104 169  1   1 cciss/c0d10p9
b $STORAGE             104 170  1   1 cciss/c0d10p10
b $STORAGE             104 171  1   1 cciss/c0d10p11
b $STORAGE             104 172  1   1 cciss/c0d10p12
b $STORAGE             104 173  1   1 cciss/c0d10p13
b $STORAGE             104 174  1   1 cciss/c0d10p14
b $STORAGE             104 175  1   1 cciss/c0d10p15
b $STORAGE             104 176  1   1 cciss/c0d11
b $STORAGE             104 177  1   1 cciss/c0d11p1
b $STORAGE             104 178  1   1 cciss/c0d11p2
b $STORAGE             104 179  1   1 cciss/c0d11p3
b $STORAGE             104 180  1   1 cciss/c0d11p4
b $STORAGE             104 181  1   1 cciss/c0d11p5
b $STORAGE             104 182  1   1 cciss/c0d11p6
b $STORAGE             104 183  1   1 cciss/c0d11p7
b $STORAGE             104 184  1   1 cciss/c0d11p8
b $STORAGE             104 185  1   1 cciss/c0d11p9
b $STORAGE             104 186  1   1 cciss/c0d11p10
b $STORAGE             104 187  1   1 cciss/c0d11p11
b $STORAGE             104 188  1   1 cciss/c0d11p12
b $STORAGE             104 189  1   1 cciss/c0d11p13
b $STORAGE             104 190  1   1 cciss/c0d11p14
b $STORAGE             104 191  1   1 cciss/c0d11p15
b $STORAGE             104 192  1   1 cciss/c0d12
b $STORAGE             104 193  1   1 cciss/c0d12p1
b $STORAGE             104 194  1   1 cciss/c0d12p2
b $STORAGE             104 195  1   1 cciss/c0d12p3
b $STORAGE             104 196  1   1 cciss/c0d12p4
b $STORAGE             104 197  1   1 cciss/c0d12p5
b $STORAGE             104 198  1   1 cciss/c0d12p6
b $STORAGE             104 199  1   1 cciss/c0d12p7
b $STORAGE             104 200  1   1 cciss/c0d12p8
b $STORAGE             104 201  1   1 cciss/c0d12p9
b $STORAGE             104 202  1   1 cciss/c0d12p10
b $STORAGE             104 203  1   1 cciss/c0d12p11
b $STORAGE             104 204  1   1 cciss/c0d12p12
b $STORAGE             104 205  1   1 cciss/c0d12p13
b $STORAGE             104 206  1   1 cciss/c0d12p14
b $STORAGE             104 207  1   1 cciss/c0d12p15
b $STORAGE             104 208  1   1 cciss/c0d13
b $STORAGE             104 209  1   1 cciss/c0d13p1
b $STORAGE             104 210  1   1 cciss/c0d13p2
b $STORAGE             104 211  1   1 cciss/c0d13p3
b $STORAGE             104 212  1   1 cciss/c0d13p4
b $STORAGE             104 213  1   1 cciss/c0d13p5
b $STORAGE             104 214  1   1 cciss/c0d13p6
b $STORAGE             104 215  1   1 cciss/c0d13p7
b $STORAGE             104 216  1   1 cciss/c0d13p8
b $STORAGE             104 217  1   1 cciss/c0d13p9
b $STORAGE             104 218  1   1 cciss/c0d13p10
b $STORAGE             104 219  1   1 cciss/c0d13p11
b $STORAGE             104 220  1   1 cciss/c0d13p12
b $STORAGE             104 221  1   1 cciss/c0d13p13
b $STORAGE             104 222  1   1 cciss/c0d13p14
b $STORAGE             104 223  1   1 cciss/c0d13p15
b $STORAGE             104 224  1   1 cciss/c0d14
b $STORAGE             104 225  1   1 cciss/c0d14p1
b $STORAGE             104 226  1   1 cciss/c0d14p2
b $STORAGE             104 227  1   1 cciss/c0d14p3
b $STORAGE             104 228  1   1 cciss/c0d14p4
b $STORAGE             104 229  1   1 cciss/c0d14p5
b $STORAGE             104 230  1   1 cciss/c0d14p6
b $STORAGE             104 231  1   1 cciss/c0d14p7
b $STORAGE             104 232  1   1 cciss/c0d14p8
b $STORAGE             104 233  1   1 cciss/c0d14p9
b $STORAGE             104 234  1   1 cciss/c0d14p10
b $STORAGE             104 235  1   1 cciss/c0d14p11
b $STORAGE             104 236  1   1 cciss/c0d14p12
b $STORAGE             104 237  1   1 cciss/c0d14p13
b $STORAGE             104 238  1   1 cciss/c0d14p14
b $STORAGE             104 239  1   1 cciss/c0d14p15
b $STORAGE             104 240  1   1 cciss/c0d15
b $STORAGE             104 241  1   1 cciss/c0d15p1
b $STORAGE             104 242  1   1 cciss/c0d15p2
b $STORAGE             104 243  1   1 cciss/c0d15p3
b $STORAGE             104 244  1   1 cciss/c0d15p4
b $STORAGE             104 245  1   1 cciss/c0d15p5
b $STORAGE             104 246  1   1 cciss/c0d15p6
b $STORAGE             104 247  1   1 cciss/c0d15p7
b $STORAGE             104 248  1   1 cciss/c0d15p8
b $STORAGE             104 249  1   1 cciss/c0d15p9
b $STORAGE             104 250  1   1 cciss/c0d15p10
b $STORAGE             104 251  1   1 cciss/c0d15p11
b $STORAGE             104 252  1   1 cciss/c0d15p12
b $STORAGE             104 253  1   1 cciss/c0d15p13
b $STORAGE             104 254  1   1 cciss/c0d15p14
b $STORAGE             104 255  1   1 cciss/c0d15p15
b $STORAGE             105   0  1   1 cciss/c1d0
b $STORAGE             105   1  1   1 cciss/c1d0p1
b $STORAGE             105   2  1   1 cciss/c1d0p2
b $STORAGE             105   3  1   1 cciss/c1d0p3
b $STORAGE             105   4  1   1 cciss/c1d0p4
b $STORAGE             105   5  1   1 cciss/c1d0p5
b $STORAGE             105   6  1   1 cciss/c1d0p6
b $STORAGE             105   7  1   1 cciss/c1d0p7
b $STORAGE             105   8  1   1 cciss/c1d0p8
b $STORAGE             105   9  1   1 cciss/c1d0p9
b $STORAGE             105  10  1   1 cciss/c1d0p10
b $STORAGE             105  11  1   1 cciss/c1d0p11
b $STORAGE             105  12  1   1 cciss/c1d0p12
b $STORAGE             105  13  1   1 cciss/c1d0p13
b $STORAGE             105  14  1   1 cciss/c1d0p14
b $STORAGE             105  15  1   1 cciss/c1d0p15
b $STORAGE             105  16  1   1 cciss/c1d1
b $STORAGE             105  17  1   1 cciss/c1d1p1
b $STORAGE             105  18  1   1 cciss/c1d1p2
b $STORAGE             105  19  1   1 cciss/c1d1p3
b $STORAGE             105  20  1   1 cciss/c1d1p4
b $STORAGE             105  21  1   1 cciss/c1d1p5
b $STORAGE             105  22  1   1 cciss/c1d1p6
b $STORAGE             105  23  1   1 cciss/c1d1p7
b $STORAGE             105  24  1   1 cciss/c1d1p8
b $STORAGE             105  25  1   1 cciss/c1d1p9
b $STORAGE             105  26  1   1 cciss/c1d1p10
b $STORAGE             105  27  1   1 cciss/c1d1p11
b $STORAGE             105  28  1   1 cciss/c1d1p12
b $STORAGE             105  29  1   1 cciss/c1d1p13
b $STORAGE             105  30  1   1 cciss/c1d1p14
b $STORAGE             105  31  1   1 cciss/c1d1p15
b $STORAGE             105  32  1   1 cciss/c1d2
b $STORAGE             105  33  1   1 cciss/c1d2p1
b $STORAGE             105  34  1   1 cciss/c1d2p2
b $STORAGE             105  35  1   1 cciss/c1d2p3
b $STORAGE             105  36  1   1 cciss/c1d2p4
b $STORAGE             105  37  1   1 cciss/c1d2p5
b $STORAGE             105  38  1   1 cciss/c1d2p6
b $STORAGE             105  39  1   1 cciss/c1d2p7
b $STORAGE             105  40  1   1 cciss/c1d2p8
b $STORAGE             105  41  1   1 cciss/c1d2p9
b $STORAGE             105  42  1   1 cciss/c1d2p10
b $STORAGE             105  43  1   1 cciss/c1d2p11
b $STORAGE             105  44  1   1 cciss/c1d2p12
b $STORAGE             105  45  1   1 cciss/c1d2p13
b $STORAGE             105  46  1   1 cciss/c1d2p14
b $STORAGE             105  47  1   1 cciss/c1d2p15
b $STORAGE             105  48  1   1 cciss/c1d3
b $STORAGE             105  49  1   1 cciss/c1d3p1
b $STORAGE             105  50  1   1 cciss/c1d3p2
b $STORAGE             105  51  1   1 cciss/c1d3p3
b $STORAGE             105  52  1   1 cciss/c1d3p4
b $STORAGE             105  53  1   1 cciss/c1d3p5
b $STORAGE             105  54  1   1 cciss/c1d3p6
b $STORAGE             105  55  1   1 cciss/c1d3p7
b $STORAGE             105  56  1   1 cciss/c1d3p8
b $STORAGE             105  57  1   1 cciss/c1d3p9
b $STORAGE             105  58  1   1 cciss/c1d3p10
b $STORAGE             105  59  1   1 cciss/c1d3p11
b $STORAGE             105  60  1   1 cciss/c1d3p12
b $STORAGE             105  61  1   1 cciss/c1d3p13
b $STORAGE             105  62  1   1 cciss/c1d3p14
b $STORAGE             105  63  1   1 cciss/c1d3p15
b $STORAGE             105  64  1   1 cciss/c1d4
b $STORAGE             105  65  1   1 cciss/c1d4p1
b $STORAGE             105  66  1   1 cciss/c1d4p2
b $STORAGE             105  67  1   1 cciss/c1d4p3
b $STORAGE             105  68  1   1 cciss/c1d4p4
b $STORAGE             105  69  1   1 cciss/c1d4p5
b $STORAGE             105  70  1   1 cciss/c1d4p6
b $STORAGE             105  71  1   1 cciss/c1d4p7
b $STORAGE             105  72  1   1 cciss/c1d4p8
b $STORAGE             105  73  1   1 cciss/c1d4p9
b $STORAGE             105  74  1   1 cciss/c1d4p10
b $STORAGE             105  75  1   1 cciss/c1d4p11
b $STORAGE             105  76  1   1 cciss/c1d4p12
b $STORAGE             105  77  1   1 cciss/c1d4p13
b $STORAGE             105  78  1   1 cciss/c1d4p14
b $STORAGE             105  79  1   1 cciss/c1d4p15
b $STORAGE             105  80  1   1 cciss/c1d5
b $STORAGE             105  81  1   1 cciss/c1d5p1
b $STORAGE             105  82  1   1 cciss/c1d5p2
b $STORAGE             105  83  1   1 cciss/c1d5p3
b $STORAGE             105  84  1   1 cciss/c1d5p4
b $STORAGE             105  85  1   1 cciss/c1d5p5
b $STORAGE             105  86  1   1 cciss/c1d5p6
b $STORAGE             105  87  1   1 cciss/c1d5p7
b $STORAGE             105  88  1   1 cciss/c1d5p8
b $STORAGE             105  89  1   1 cciss/c1d5p9
b $STORAGE             105  90  1   1 cciss/c1d5p10
b $STORAGE             105  91  1   1 cciss/c1d5p11
b $STORAGE             105  92  1   1 cciss/c1d5p12
b $STORAGE             105  93  1   1 cciss/c1d5p13
b $STORAGE             105  94  1   1 cciss/c1d5p14
b $STORAGE             105  95  1   1 cciss/c1d5p15
b $STORAGE             105  96  1   1 cciss/c1d6
b $STORAGE             105  97  1   1 cciss/c1d6p1
b $STORAGE             105  98  1   1 cciss/c1d6p2
b $STORAGE             105  99  1   1 cciss/c1d6p3
b $STORAGE             105 100  1   1 cciss/c1d6p4
b $STORAGE             105 101  1   1 cciss/c1d6p5
b $STORAGE             105 102  1   1 cciss/c1d6p6
b $STORAGE             105 103  1   1 cciss/c1d6p7
b $STORAGE             105 104  1   1 cciss/c1d6p8
b $STORAGE             105 105  1   1 cciss/c1d6p9
b $STORAGE             105 106  1   1 cciss/c1d6p10
b $STORAGE             105 107  1   1 cciss/c1d6p11
b $STORAGE             105 108  1   1 cciss/c1d6p12
b $STORAGE             105 109  1   1 cciss/c1d6p13
b $STORAGE             105 110  1   1 cciss/c1d6p14
b $STORAGE             105 111  1   1 cciss/c1d6p15
b $STORAGE             105 112  1   1 cciss/c1d7
b $STORAGE             105 113  1   1 cciss/c1d7p1
b $STORAGE             105 114  1   1 cciss/c1d7p2
b $STORAGE             105 115  1   1 cciss/c1d7p3
b $STORAGE             105 116  1   1 cciss/c1d7p4
b $STORAGE             105 117  1   1 cciss/c1d7p5
b $STORAGE             105 118  1   1 cciss/c1d7p6
b $STORAGE             105 119  1   1 cciss/c1d7p7
b $STORAGE             105 120  1   1 cciss/c1d7p8
b $STORAGE             105 121  1   1 cciss/c1d7p9
b $STORAGE             105 122  1   1 cciss/c1d7p10
b $STORAGE             105 123  1   1 cciss/c1d7p11
b $STORAGE             105 124  1   1 cciss/c1d7p12
b $STORAGE             105 125  1   1 cciss/c1d7p13
b $STORAGE             105 126  1   1 cciss/c1d7p14
b $STORAGE             105 127  1   1 cciss/c1d7p15
b $STORAGE             105 128  1   1 cciss/c1d8
b $STORAGE             105 129  1   1 cciss/c1d8p1
b $STORAGE             105 130  1   1 cciss/c1d8p2
b $STORAGE             105 131  1   1 cciss/c1d8p3
b $STORAGE             105 132  1   1 cciss/c1d8p4
b $STORAGE             105 133  1   1 cciss/c1d8p5
b $STORAGE             105 134  1   1 cciss/c1d8p6
b $STORAGE             105 135  1   1 cciss/c1d8p7
b $STORAGE             105 136  1   1 cciss/c1d8p8
b $STORAGE             105 137  1   1 cciss/c1d8p9
b $STORAGE             105 138  1   1 cciss/c1d8p10
b $STORAGE             105 139  1   1 cciss/c1d8p11
b $STORAGE             105 140  1   1 cciss/c1d8p12
b $STORAGE             105 141  1   1 cciss/c1d8p13
b $STORAGE             105 142  1   1 cciss/c1d8p14
b $STORAGE             105 143  1   1 cciss/c1d8p15
b $STORAGE             105 144  1   1 cciss/c1d9
b $STORAGE             105 145  1   1 cciss/c1d9p1
b $STORAGE             105 146  1   1 cciss/c1d9p2
b $STORAGE             105 147  1   1 cciss/c1d9p3
b $STORAGE             105 148  1   1 cciss/c1d9p4
b $STORAGE             105 149  1   1 cciss/c1d9p5
b $STORAGE             105 150  1   1 cciss/c1d9p6
b $STORAGE             105 151  1   1 cciss/c1d9p7
b $STORAGE             105 152  1   1 cciss/c1d9p8
b $STORAGE             105 153  1   1 cciss/c1d9p9
b $STORAGE             105 154  1   1 cciss/c1d9p10
b $STORAGE             105 155  1   1 cciss/c1d9p11
b $STORAGE             105 156  1   1 cciss/c1d9p12
b $STORAGE             105 157  1   1 cciss/c1d9p13
b $STORAGE             105 158  1   1 cciss/c1d9p14
b $STORAGE             105 159  1   1 cciss/c1d9p15
b $STORAGE             105 160  1   1 cciss/c1d10
b $STORAGE             105 161  1   1 cciss/c1d10p1
b $STORAGE             105 162  1   1 cciss/c1d10p2
b $STORAGE             105 163  1   1 cciss/c1d10p3
b $STORAGE             105 164  1   1 cciss/c1d10p4
b $STORAGE             105 165  1   1 cciss/c1d10p5
b $STORAGE             105 166  1   1 cciss/c1d10p6
b $STORAGE             105 167  1   1 cciss/c1d10p7
b $STORAGE             105 168  1   1 cciss/c1d10p8
b $STORAGE             105 169  1   1 cciss/c1d10p9
b $STORAGE             105 170  1   1 cciss/c1d10p10
b $STORAGE             105 171  1   1 cciss/c1d10p11
b $STORAGE             105 172  1   1 cciss/c1d10p12
b $STORAGE             105 173  1   1 cciss/c1d10p13
b $STORAGE             105 174  1   1 cciss/c1d10p14
b $STORAGE             105 175  1   1 cciss/c1d10p15
b $STORAGE             105 176  1   1 cciss/c1d11
b $STORAGE             105 177  1   1 cciss/c1d11p1
b $STORAGE             105 178  1   1 cciss/c1d11p2
b $STORAGE             105 179  1   1 cciss/c1d11p3
b $STORAGE             105 180  1   1 cciss/c1d11p4
b $STORAGE             105 181  1   1 cciss/c1d11p5
b $STORAGE             105 182  1   1 cciss/c1d11p6
b $STORAGE             105 183  1   1 cciss/c1d11p7
b $STORAGE             105 184  1   1 cciss/c1d11p8
b $STORAGE             105 185  1   1 cciss/c1d11p9
b $STORAGE             105 186  1   1 cciss/c1d11p10
b $STORAGE             105 187  1   1 cciss/c1d11p11
b $STORAGE             105 188  1   1 cciss/c1d11p12
b $STORAGE             105 189  1   1 cciss/c1d11p13
b $STORAGE             105 190  1   1 cciss/c1d11p14
b $STORAGE             105 191  1   1 cciss/c1d11p15
b $STORAGE             105 192  1   1 cciss/c1d12
b $STORAGE             105 193  1   1 cciss/c1d12p1
b $STORAGE             105 194  1   1 cciss/c1d12p2
b $STORAGE             105 195  1   1 cciss/c1d12p3
b $STORAGE             105 196  1   1 cciss/c1d12p4
b $STORAGE             105 197  1   1 cciss/c1d12p5
b $STORAGE             105 198  1   1 cciss/c1d12p6
b $STORAGE             105 199  1   1 cciss/c1d12p7
b $STORAGE             105 200  1   1 cciss/c1d12p8
b $STORAGE             105 201  1   1 cciss/c1d12p9
b $STORAGE             105 202  1   1 cciss/c1d12p10
b $STORAGE             105 203  1   1 cciss/c1d12p11
b $STORAGE             105 204  1   1 cciss/c1d12p12
b $STORAGE             105 205  1   1 cciss/c1d12p13
b $STORAGE             105 206  1   1 cciss/c1d12p14
b $STORAGE             105 207  1   1 cciss/c1d12p15
b $STORAGE             105 208  1   1 cciss/c1d13
b $STORAGE             105 209  1   1 cciss/c1d13p1
b $STORAGE             105 210  1   1 cciss/c1d13p2
b $STORAGE             105 211  1   1 cciss/c1d13p3
b $STORAGE             105 212  1   1 cciss/c1d13p4
b $STORAGE             105 213  1   1 cciss/c1d13p5
b $STORAGE             105 214  1   1 cciss/c1d13p6
b $STORAGE             105 215  1   1 cciss/c1d13p7
b $STORAGE             105 216  1   1 cciss/c1d13p8
b $STORAGE             105 217  1   1 cciss/c1d13p9
b $STORAGE             105 218  1   1 cciss/c1d13p10
b $STORAGE             105 219  1   1 cciss/c1d13p11
b $STORAGE             105 220  1   1 cciss/c1d13p12
b $STORAGE             105 221  1   1 cciss/c1d13p13
b $STORAGE             105 222  1   1 cciss/c1d13p14
b $STORAGE             105 223  1   1 cciss/c1d13p15
b $STORAGE             105 224  1   1 cciss/c1d14
b $STORAGE             105 225  1   1 cciss/c1d14p1
b $STORAGE             105 226  1   1 cciss/c1d14p2
b $STORAGE             105 227  1   1 cciss/c1d14p3
b $STORAGE             105 228  1   1 cciss/c1d14p4
b $STORAGE             105 229  1   1 cciss/c1d14p5
b $STORAGE             105 230  1   1 cciss/c1d14p6
b $STORAGE             105 231  1   1 cciss/c1d14p7
b $STORAGE             105 232  1   1 cciss/c1d14p8
b $STORAGE             105 233  1   1 cciss/c1d14p9
b $STORAGE             105 234  1   1 cciss/c1d14p10
b $STORAGE             105 235  1   1 cciss/c1d14p11
b $STORAGE             105 236  1   1 cciss/c1d14p12
b $STORAGE             105 237  1   1 cciss/c1d14p13
b $STORAGE             105 238  1   1 cciss/c1d14p14
b $STORAGE             105 239  1   1 cciss/c1d14p15
b $STORAGE             105 240  1   1 cciss/c1d15
b $STORAGE             105 241  1   1 cciss/c1d15p1
b $STORAGE             105 242  1   1 cciss/c1d15p2
b $STORAGE             105 243  1   1 cciss/c1d15p3
b $STORAGE             105 244  1   1 cciss/c1d15p4
b $STORAGE             105 245  1   1 cciss/c1d15p5
b $STORAGE             105 246  1   1 cciss/c1d15p6
b $STORAGE             105 247  1   1 cciss/c1d15p7
b $STORAGE             105 248  1   1 cciss/c1d15p8
b $STORAGE             105 249  1   1 cciss/c1d15p9
b $STORAGE             105 250  1   1 cciss/c1d15p10
b $STORAGE             105 251  1   1 cciss/c1d15p11
b $STORAGE             105 252  1   1 cciss/c1d15p12
b $STORAGE             105 253  1   1 cciss/c1d15p13
b $STORAGE             105 254  1   1 cciss/c1d15p14
b $STORAGE             105 255  1   1 cciss/c1d15p15
b $STORAGE             106   0  1   1 cciss/c2d0
b $STORAGE             106   1  1   1 cciss/c2d0p1
b $STORAGE             106   2  1   1 cciss/c2d0p2
b $STORAGE             106   3  1   1 cciss/c2d0p3
b $STORAGE             106   4  1   1 cciss/c2d0p4
b $STORAGE             106   5  1   1 cciss/c2d0p5
b $STORAGE             106   6  1   1 cciss/c2d0p6
b $STORAGE             106   7  1   1 cciss/c2d0p7
b $STORAGE             106   8  1   1 cciss/c2d0p8
b $STORAGE             106   9  1   1 cciss/c2d0p9
b $STORAGE             106  10  1   1 cciss/c2d0p10
b $STORAGE             106  11  1   1 cciss/c2d0p11
b $STORAGE             106  12  1   1 cciss/c2d0p12
b $STORAGE             106  13  1   1 cciss/c2d0p13
b $STORAGE             106  14  1   1 cciss/c2d0p14
b $STORAGE             106  15  1   1 cciss/c2d0p15
b $STORAGE             106  16  1   1 cciss/c2d1
b $STORAGE             106  17  1   1 cciss/c2d1p1
b $STORAGE             106  18  1   1 cciss/c2d1p2
b $STORAGE             106  19  1   1 cciss/c2d1p3
b $STORAGE             106  20  1   1 cciss/c2d1p4
b $STORAGE             106  21  1   1 cciss/c2d1p5
b $STORAGE             106  22  1   1 cciss/c2d1p6
b $STORAGE             106  23  1   1 cciss/c2d1p7
b $STORAGE             106  24  1   1 cciss/c2d1p8
b $STORAGE             106  25  1   1 cciss/c2d1p9
b $STORAGE             106  26  1   1 cciss/c2d1p10
b $STORAGE             106  27  1   1 cciss/c2d1p11
b $STORAGE             106  28  1   1 cciss/c2d1p12
b $STORAGE             106  29  1   1 cciss/c2d1p13
b $STORAGE             106  30  1   1 cciss/c2d1p14
b $STORAGE             106  31  1   1 cciss/c2d1p15
b $STORAGE             106  32  1   1 cciss/c2d2
b $STORAGE             106  33  1   1 cciss/c2d2p1
b $STORAGE             106  34  1   1 cciss/c2d2p2
b $STORAGE             106  35  1   1 cciss/c2d2p3
b $STORAGE             106  36  1   1 cciss/c2d2p4
b $STORAGE             106  37  1   1 cciss/c2d2p5
b $STORAGE             106  38  1   1 cciss/c2d2p6
b $STORAGE             106  39  1   1 cciss/c2d2p7
b $STORAGE             106  40  1   1 cciss/c2d2p8
b $STORAGE             106  41  1   1 cciss/c2d2p9
b $STORAGE             106  42  1   1 cciss/c2d2p10
b $STORAGE             106  43  1   1 cciss/c2d2p11
b $STORAGE             106  44  1   1 cciss/c2d2p12
b $STORAGE             106  45  1   1 cciss/c2d2p13
b $STORAGE             106  46  1   1 cciss/c2d2p14
b $STORAGE             106  47  1   1 cciss/c2d2p15
b $STORAGE             106  48  1   1 cciss/c2d3
b $STORAGE             106  49  1   1 cciss/c2d3p1
b $STORAGE             106  50  1   1 cciss/c2d3p2
b $STORAGE             106  51  1   1 cciss/c2d3p3
b $STORAGE             106  52  1   1 cciss/c2d3p4
b $STORAGE             106  53  1   1 cciss/c2d3p5
b $STORAGE             106  54  1   1 cciss/c2d3p6
b $STORAGE             106  55  1   1 cciss/c2d3p7
b $STORAGE             106  56  1   1 cciss/c2d3p8
b $STORAGE             106  57  1   1 cciss/c2d3p9
b $STORAGE             106  58  1   1 cciss/c2d3p10
b $STORAGE             106  59  1   1 cciss/c2d3p11
b $STORAGE             106  60  1   1 cciss/c2d3p12
b $STORAGE             106  61  1   1 cciss/c2d3p13
b $STORAGE             106  62  1   1 cciss/c2d3p14
b $STORAGE             106  63  1   1 cciss/c2d3p15
b $STORAGE             106  64  1   1 cciss/c2d4
b $STORAGE             106  65  1   1 cciss/c2d4p1
b $STORAGE             106  66  1   1 cciss/c2d4p2
b $STORAGE             106  67  1   1 cciss/c2d4p3
b $STORAGE             106  68  1   1 cciss/c2d4p4
b $STORAGE             106  69  1   1 cciss/c2d4p5
b $STORAGE             106  70  1   1 cciss/c2d4p6
b $STORAGE             106  71  1   1 cciss/c2d4p7
b $STORAGE             106  72  1   1 cciss/c2d4p8
b $STORAGE             106  73  1   1 cciss/c2d4p9
b $STORAGE             106  74  1   1 cciss/c2d4p10
b $STORAGE             106  75  1   1 cciss/c2d4p11
b $STORAGE             106  76  1   1 cciss/c2d4p12
b $STORAGE             106  77  1   1 cciss/c2d4p13
b $STORAGE             106  78  1   1 cciss/c2d4p14
b $STORAGE             106  79  1   1 cciss/c2d4p15
b $STORAGE             106  80  1   1 cciss/c2d5
b $STORAGE             106  81  1   1 cciss/c2d5p1
b $STORAGE             106  82  1   1 cciss/c2d5p2
b $STORAGE             106  83  1   1 cciss/c2d5p3
b $STORAGE             106  84  1   1 cciss/c2d5p4
b $STORAGE             106  85  1   1 cciss/c2d5p5
b $STORAGE             106  86  1   1 cciss/c2d5p6
b $STORAGE             106  87  1   1 cciss/c2d5p7
b $STORAGE             106  88  1   1 cciss/c2d5p8
b $STORAGE             106  89  1   1 cciss/c2d5p9
b $STORAGE             106  90  1   1 cciss/c2d5p10
b $STORAGE             106  91  1   1 cciss/c2d5p11
b $STORAGE             106  92  1   1 cciss/c2d5p12
b $STORAGE             106  93  1   1 cciss/c2d5p13
b $STORAGE             106  94  1   1 cciss/c2d5p14
b $STORAGE             106  95  1   1 cciss/c2d5p15
b $STORAGE             106  96  1   1 cciss/c2d6
b $STORAGE             106  97  1   1 cciss/c2d6p1
b $STORAGE             106  98  1   1 cciss/c2d6p2
b $STORAGE             106  99  1   1 cciss/c2d6p3
b $STORAGE             106 100  1   1 cciss/c2d6p4
b $STORAGE             106 101  1   1 cciss/c2d6p5
b $STORAGE             106 102  1   1 cciss/c2d6p6
b $STORAGE             106 103  1   1 cciss/c2d6p7
b $STORAGE             106 104  1   1 cciss/c2d6p8
b $STORAGE             106 105  1   1 cciss/c2d6p9
b $STORAGE             106 106  1   1 cciss/c2d6p10
b $STORAGE             106 107  1   1 cciss/c2d6p11
b $STORAGE             106 108  1   1 cciss/c2d6p12
b $STORAGE             106 109  1   1 cciss/c2d6p13
b $STORAGE             106 110  1   1 cciss/c2d6p14
b $STORAGE             106 111  1   1 cciss/c2d6p15
b $STORAGE             106 112  1   1 cciss/c2d7
b $STORAGE             106 113  1   1 cciss/c2d7p1
b $STORAGE             106 114  1   1 cciss/c2d7p2
b $STORAGE             106 115  1   1 cciss/c2d7p3
b $STORAGE             106 116  1   1 cciss/c2d7p4
b $STORAGE             106 117  1   1 cciss/c2d7p5
b $STORAGE             106 118  1   1 cciss/c2d7p6
b $STORAGE             106 119  1   1 cciss/c2d7p7
b $STORAGE             106 120  1   1 cciss/c2d7p8
b $STORAGE             106 121  1   1 cciss/c2d7p9
b $STORAGE             106 122  1   1 cciss/c2d7p10
b $STORAGE             106 123  1   1 cciss/c2d7p11
b $STORAGE             106 124  1   1 cciss/c2d7p12
b $STORAGE             106 125  1   1 cciss/c2d7p13
b $STORAGE             106 126  1   1 cciss/c2d7p14
b $STORAGE             106 127  1   1 cciss/c2d7p15
b $STORAGE             106 128  1   1 cciss/c2d8
b $STORAGE             106 129  1   1 cciss/c2d8p1
b $STORAGE             106 130  1   1 cciss/c2d8p2
b $STORAGE             106 131  1   1 cciss/c2d8p3
b $STORAGE             106 132  1   1 cciss/c2d8p4
b $STORAGE             106 133  1   1 cciss/c2d8p5
b $STORAGE             106 134  1   1 cciss/c2d8p6
b $STORAGE             106 135  1   1 cciss/c2d8p7
b $STORAGE             106 136  1   1 cciss/c2d8p8
b $STORAGE             106 137  1   1 cciss/c2d8p9
b $STORAGE             106 138  1   1 cciss/c2d8p10
b $STORAGE             106 139  1   1 cciss/c2d8p11
b $STORAGE             106 140  1   1 cciss/c2d8p12
b $STORAGE             106 141  1   1 cciss/c2d8p13
b $STORAGE             106 142  1   1 cciss/c2d8p14
b $STORAGE             106 143  1   1 cciss/c2d8p15
b $STORAGE             106 144  1   1 cciss/c2d9
b $STORAGE             106 145  1   1 cciss/c2d9p1
b $STORAGE             106 146  1   1 cciss/c2d9p2
b $STORAGE             106 147  1   1 cciss/c2d9p3
b $STORAGE             106 148  1   1 cciss/c2d9p4
b $STORAGE             106 149  1   1 cciss/c2d9p5
b $STORAGE             106 150  1   1 cciss/c2d9p6
b $STORAGE             106 151  1   1 cciss/c2d9p7
b $STORAGE             106 152  1   1 cciss/c2d9p8
b $STORAGE             106 153  1   1 cciss/c2d9p9
b $STORAGE             106 154  1   1 cciss/c2d9p10
b $STORAGE             106 155  1   1 cciss/c2d9p11
b $STORAGE             106 156  1   1 cciss/c2d9p12
b $STORAGE             106 157  1   1 cciss/c2d9p13
b $STORAGE             106 158  1   1 cciss/c2d9p14
b $STORAGE             106 159  1   1 cciss/c2d9p15
b $STORAGE             106 160  1   1 cciss/c2d10
b $STORAGE             106 161  1   1 cciss/c2d10p1
b $STORAGE             106 162  1   1 cciss/c2d10p2
b $STORAGE             106 163  1   1 cciss/c2d10p3
b $STORAGE             106 164  1   1 cciss/c2d10p4
b $STORAGE             106 165  1   1 cciss/c2d10p5
b $STORAGE             106 166  1   1 cciss/c2d10p6
b $STORAGE             106 167  1   1 cciss/c2d10p7
b $STORAGE             106 168  1   1 cciss/c2d10p8
b $STORAGE             106 169  1   1 cciss/c2d10p9
b $STORAGE             106 170  1   1 cciss/c2d10p10
b $STORAGE             106 171  1   1 cciss/c2d10p11
b $STORAGE             106 172  1   1 cciss/c2d10p12
b $STORAGE             106 173  1   1 cciss/c2d10p13
b $STORAGE             106 174  1   1 cciss/c2d10p14
b $STORAGE             106 175  1   1 cciss/c2d10p15
b $STORAGE             106 176  1   1 cciss/c2d11
b $STORAGE             106 177  1   1 cciss/c2d11p1
b $STORAGE             106 178  1   1 cciss/c2d11p2
b $STORAGE             106 179  1   1 cciss/c2d11p3
b $STORAGE             106 180  1   1 cciss/c2d11p4
b $STORAGE             106 181  1   1 cciss/c2d11p5
b $STORAGE             106 182  1   1 cciss/c2d11p6
b $STORAGE             106 183  1   1 cciss/c2d11p7
b $STORAGE             106 184  1   1 cciss/c2d11p8
b $STORAGE             106 185  1   1 cciss/c2d11p9
b $STORAGE             106 186  1   1 cciss/c2d11p10
b $STORAGE             106 187  1   1 cciss/c2d11p11
b $STORAGE             106 188  1   1 cciss/c2d11p12
b $STORAGE             106 189  1   1 cciss/c2d11p13
b $STORAGE             106 190  1   1 cciss/c2d11p14
b $STORAGE             106 191  1   1 cciss/c2d11p15
b $STORAGE             106 192  1   1 cciss/c2d12
b $STORAGE             106 193  1   1 cciss/c2d12p1
b $STORAGE             106 194  1   1 cciss/c2d12p2
b $STORAGE             106 195  1   1 cciss/c2d12p3
b $STORAGE             106 196  1   1 cciss/c2d12p4
b $STORAGE             106 197  1   1 cciss/c2d12p5
b $STORAGE             106 198  1   1 cciss/c2d12p6
b $STORAGE             106 199  1   1 cciss/c2d12p7
b $STORAGE             106 200  1   1 cciss/c2d12p8
b $STORAGE             106 201  1   1 cciss/c2d12p9
b $STORAGE             106 202  1   1 cciss/c2d12p10
b $STORAGE             106 203  1   1 cciss/c2d12p11
b $STORAGE             106 204  1   1 cciss/c2d12p12
b $STORAGE             106 205  1   1 cciss/c2d12p13
b $STORAGE             106 206  1   1 cciss/c2d12p14
b $STORAGE             106 207  1   1 cciss/c2d12p15
b $STORAGE             106 208  1   1 cciss/c2d13
b $STORAGE             106 209  1   1 cciss/c2d13p1
b $STORAGE             106 210  1   1 cciss/c2d13p2
b $STORAGE             106 211  1   1 cciss/c2d13p3
b $STORAGE             106 212  1   1 cciss/c2d13p4
b $STORAGE             106 213  1   1 cciss/c2d13p5
b $STORAGE             106 214  1   1 cciss/c2d13p6
b $STORAGE             106 215  1   1 cciss/c2d13p7
b $STORAGE             106 216  1   1 cciss/c2d13p8
b $STORAGE             106 217  1   1 cciss/c2d13p9
b $STORAGE             106 218  1   1 cciss/c2d13p10
b $STORAGE             106 219  1   1 cciss/c2d13p11
b $STORAGE             106 220  1   1 cciss/c2d13p12
b $STORAGE             106 221  1   1 cciss/c2d13p13
b $STORAGE             106 222  1   1 cciss/c2d13p14
b $STORAGE             106 223  1   1 cciss/c2d13p15
b $STORAGE             106 224  1   1 cciss/c2d14
b $STORAGE             106 225  1   1 cciss/c2d14p1
b $STORAGE             106 226  1   1 cciss/c2d14p2
b $STORAGE             106 227  1   1 cciss/c2d14p3
b $STORAGE             106 228  1   1 cciss/c2d14p4
b $STORAGE             106 229  1   1 cciss/c2d14p5
b $STORAGE             106 230  1   1 cciss/c2d14p6
b $STORAGE             106 231  1   1 cciss/c2d14p7
b $STORAGE             106 232  1   1 cciss/c2d14p8
b $STORAGE             106 233  1   1 cciss/c2d14p9
b $STORAGE             106 234  1   1 cciss/c2d14p10
b $STORAGE             106 235  1   1 cciss/c2d14p11
b $STORAGE             106 236  1   1 cciss/c2d14p12
b $STORAGE             106 237  1   1 cciss/c2d14p13
b $STORAGE             106 238  1   1 cciss/c2d14p14
b $STORAGE             106 239  1   1 cciss/c2d14p15
b $STORAGE             106 240  1   1 cciss/c2d15
b $STORAGE             106 241  1   1 cciss/c2d15p1
b $STORAGE             106 242  1   1 cciss/c2d15p2
b $STORAGE             106 243  1   1 cciss/c2d15p3
b $STORAGE             106 244  1   1 cciss/c2d15p4
b $STORAGE             106 245  1   1 cciss/c2d15p5
b $STORAGE             106 246  1   1 cciss/c2d15p6
b $STORAGE             106 247  1   1 cciss/c2d15p7
b $STORAGE             106 248  1   1 cciss/c2d15p8
b $STORAGE             106 249  1   1 cciss/c2d15p9
b $STORAGE             106 250  1   1 cciss/c2d15p10
b $STORAGE             106 251  1   1 cciss/c2d15p11
b $STORAGE             106 252  1   1 cciss/c2d15p12
b $STORAGE             106 253  1   1 cciss/c2d15p13
b $STORAGE             106 254  1   1 cciss/c2d15p14
b $STORAGE             106 255  1   1 cciss/c2d15p15
b $STORAGE             107   0  1   1 cciss/c3d0
b $STORAGE             107   1  1   1 cciss/c3d0p1
b $STORAGE             107   2  1   1 cciss/c3d0p2
b $STORAGE             107   3  1   1 cciss/c3d0p3
b $STORAGE             107   4  1   1 cciss/c3d0p4
b $STORAGE             107   5  1   1 cciss/c3d0p5
b $STORAGE             107   6  1   1 cciss/c3d0p6
b $STORAGE             107   7  1   1 cciss/c3d0p7
b $STORAGE             107   8  1   1 cciss/c3d0p8
b $STORAGE             107   9  1   1 cciss/c3d0p9
b $STORAGE             107  10  1   1 cciss/c3d0p10
b $STORAGE             107  11  1   1 cciss/c3d0p11
b $STORAGE             107  12  1   1 cciss/c3d0p12
b $STORAGE             107  13  1   1 cciss/c3d0p13
b $STORAGE             107  14  1   1 cciss/c3d0p14
b $STORAGE             107  15  1   1 cciss/c3d0p15
b $STORAGE             107  16  1   1 cciss/c3d1
b $STORAGE             107  17  1   1 cciss/c3d1p1
b $STORAGE             107  18  1   1 cciss/c3d1p2
b $STORAGE             107  19  1   1 cciss/c3d1p3
b $STORAGE             107  20  1   1 cciss/c3d1p4
b $STORAGE             107  21  1   1 cciss/c3d1p5
b $STORAGE             107  22  1   1 cciss/c3d1p6
b $STORAGE             107  23  1   1 cciss/c3d1p7
b $STORAGE             107  24  1   1 cciss/c3d1p8
b $STORAGE             107  25  1   1 cciss/c3d1p9
b $STORAGE             107  26  1   1 cciss/c3d1p10
b $STORAGE             107  27  1   1 cciss/c3d1p11
b $STORAGE             107  28  1   1 cciss/c3d1p12
b $STORAGE             107  29  1   1 cciss/c3d1p13
b $STORAGE             107  30  1   1 cciss/c3d1p14
b $STORAGE             107  31  1   1 cciss/c3d1p15
b $STORAGE             107  32  1   1 cciss/c3d2
b $STORAGE             107  33  1   1 cciss/c3d2p1
b $STORAGE             107  34  1   1 cciss/c3d2p2
b $STORAGE             107  35  1   1 cciss/c3d2p3
b $STORAGE             107  36  1   1 cciss/c3d2p4
b $STORAGE             107  37  1   1 cciss/c3d2p5
b $STORAGE             107  38  1   1 cciss/c3d2p6
b $STORAGE             107  39  1   1 cciss/c3d2p7
b $STORAGE             107  40  1   1 cciss/c3d2p8
b $STORAGE             107  41  1   1 cciss/c3d2p9
b $STORAGE             107  42  1   1 cciss/c3d2p10
b $STORAGE             107  43  1   1 cciss/c3d2p11
b $STORAGE             107  44  1   1 cciss/c3d2p12
b $STORAGE             107  45  1   1 cciss/c3d2p13
b $STORAGE             107  46  1   1 cciss/c3d2p14
b $STORAGE             107  47  1   1 cciss/c3d2p15
b $STORAGE             107  48  1   1 cciss/c3d3
b $STORAGE             107  49  1   1 cciss/c3d3p1
b $STORAGE             107  50  1   1 cciss/c3d3p2
b $STORAGE             107  51  1   1 cciss/c3d3p3
b $STORAGE             107  52  1   1 cciss/c3d3p4
b $STORAGE             107  53  1   1 cciss/c3d3p5
b $STORAGE             107  54  1   1 cciss/c3d3p6
b $STORAGE             107  55  1   1 cciss/c3d3p7
b $STORAGE             107  56  1   1 cciss/c3d3p8
b $STORAGE             107  57  1   1 cciss/c3d3p9
b $STORAGE             107  58  1   1 cciss/c3d3p10
b $STORAGE             107  59  1   1 cciss/c3d3p11
b $STORAGE             107  60  1   1 cciss/c3d3p12
b $STORAGE             107  61  1   1 cciss/c3d3p13
b $STORAGE             107  62  1   1 cciss/c3d3p14
b $STORAGE             107  63  1   1 cciss/c3d3p15
b $STORAGE             107  64  1   1 cciss/c3d4
b $STORAGE             107  65  1   1 cciss/c3d4p1
b $STORAGE             107  66  1   1 cciss/c3d4p2
b $STORAGE             107  67  1   1 cciss/c3d4p3
b $STORAGE             107  68  1   1 cciss/c3d4p4
b $STORAGE             107  69  1   1 cciss/c3d4p5
b $STORAGE             107  70  1   1 cciss/c3d4p6
b $STORAGE             107  71  1   1 cciss/c3d4p7
b $STORAGE             107  72  1   1 cciss/c3d4p8
b $STORAGE             107  73  1   1 cciss/c3d4p9
b $STORAGE             107  74  1   1 cciss/c3d4p10
b $STORAGE             107  75  1   1 cciss/c3d4p11
b $STORAGE             107  76  1   1 cciss/c3d4p12
b $STORAGE             107  77  1   1 cciss/c3d4p13
b $STORAGE             107  78  1   1 cciss/c3d4p14
b $STORAGE             107  79  1   1 cciss/c3d4p15
b $STORAGE             107  80  1   1 cciss/c3d5
b $STORAGE             107  81  1   1 cciss/c3d5p1
b $STORAGE             107  82  1   1 cciss/c3d5p2
b $STORAGE             107  83  1   1 cciss/c3d5p3
b $STORAGE             107  84  1   1 cciss/c3d5p4
b $STORAGE             107  85  1   1 cciss/c3d5p5
b $STORAGE             107  86  1   1 cciss/c3d5p6
b $STORAGE             107  87  1   1 cciss/c3d5p7
b $STORAGE             107  88  1   1 cciss/c3d5p8
b $STORAGE             107  89  1   1 cciss/c3d5p9
b $STORAGE             107  90  1   1 cciss/c3d5p10
b $STORAGE             107  91  1   1 cciss/c3d5p11
b $STORAGE             107  92  1   1 cciss/c3d5p12
b $STORAGE             107  93  1   1 cciss/c3d5p13
b $STORAGE             107  94  1   1 cciss/c3d5p14
b $STORAGE             107  95  1   1 cciss/c3d5p15
b $STORAGE             107  96  1   1 cciss/c3d6
b $STORAGE             107  97  1   1 cciss/c3d6p1
b $STORAGE             107  98  1   1 cciss/c3d6p2
b $STORAGE             107  99  1   1 cciss/c3d6p3
b $STORAGE             107 100  1   1 cciss/c3d6p4
b $STORAGE             107 101  1   1 cciss/c3d6p5
b $STORAGE             107 102  1   1 cciss/c3d6p6
b $STORAGE             107 103  1   1 cciss/c3d6p7
b $STORAGE             107 104  1   1 cciss/c3d6p8
b $STORAGE             107 105  1   1 cciss/c3d6p9
b $STORAGE             107 106  1   1 cciss/c3d6p10
b $STORAGE             107 107  1   1 cciss/c3d6p11
b $STORAGE             107 108  1   1 cciss/c3d6p12
b $STORAGE             107 109  1   1 cciss/c3d6p13
b $STORAGE             107 110  1   1 cciss/c3d6p14
b $STORAGE             107 111  1   1 cciss/c3d6p15
b $STORAGE             107 112  1   1 cciss/c3d7
b $STORAGE             107 113  1   1 cciss/c3d7p1
b $STORAGE             107 114  1   1 cciss/c3d7p2
b $STORAGE             107 115  1   1 cciss/c3d7p3
b $STORAGE             107 116  1   1 cciss/c3d7p4
b $STORAGE             107 117  1   1 cciss/c3d7p5
b $STORAGE             107 118  1   1 cciss/c3d7p6
b $STORAGE             107 119  1   1 cciss/c3d7p7
b $STORAGE             107 120  1   1 cciss/c3d7p8
b $STORAGE             107 121  1   1 cciss/c3d7p9
b $STORAGE             107 122  1   1 cciss/c3d7p10
b $STORAGE             107 123  1   1 cciss/c3d7p11
b $STORAGE             107 124  1   1 cciss/c3d7p12
b $STORAGE             107 125  1   1 cciss/c3d7p13
b $STORAGE             107 126  1   1 cciss/c3d7p14
b $STORAGE             107 127  1   1 cciss/c3d7p15
b $STORAGE             107 128  1   1 cciss/c3d8
b $STORAGE             107 129  1   1 cciss/c3d8p1
b $STORAGE             107 130  1   1 cciss/c3d8p2
b $STORAGE             107 131  1   1 cciss/c3d8p3
b $STORAGE             107 132  1   1 cciss/c3d8p4
b $STORAGE             107 133  1   1 cciss/c3d8p5
b $STORAGE             107 134  1   1 cciss/c3d8p6
b $STORAGE             107 135  1   1 cciss/c3d8p7
b $STORAGE             107 136  1   1 cciss/c3d8p8
b $STORAGE             107 137  1   1 cciss/c3d8p9
b $STORAGE             107 138  1   1 cciss/c3d8p10
b $STORAGE             107 139  1   1 cciss/c3d8p11
b $STORAGE             107 140  1   1 cciss/c3d8p12
b $STORAGE             107 141  1   1 cciss/c3d8p13
b $STORAGE             107 142  1   1 cciss/c3d8p14
b $STORAGE             107 143  1   1 cciss/c3d8p15
b $STORAGE             107 144  1   1 cciss/c3d9
b $STORAGE             107 145  1   1 cciss/c3d9p1
b $STORAGE             107 146  1   1 cciss/c3d9p2
b $STORAGE             107 147  1   1 cciss/c3d9p3
b $STORAGE             107 148  1   1 cciss/c3d9p4
b $STORAGE             107 149  1   1 cciss/c3d9p5
b $STORAGE             107 150  1   1 cciss/c3d9p6
b $STORAGE             107 151  1   1 cciss/c3d9p7
b $STORAGE             107 152  1   1 cciss/c3d9p8
b $STORAGE             107 153  1   1 cciss/c3d9p9
b $STORAGE             107 154  1   1 cciss/c3d9p10
b $STORAGE             107 155  1   1 cciss/c3d9p11
b $STORAGE             107 156  1   1 cciss/c3d9p12
b $STORAGE             107 157  1   1 cciss/c3d9p13
b $STORAGE             107 158  1   1 cciss/c3d9p14
b $STORAGE             107 159  1   1 cciss/c3d9p15
b $STORAGE             107 160  1   1 cciss/c3d10
b $STORAGE             107 161  1   1 cciss/c3d10p1
b $STORAGE             107 162  1   1 cciss/c3d10p2
b $STORAGE             107 163  1   1 cciss/c3d10p3
b $STORAGE             107 164  1   1 cciss/c3d10p4
b $STORAGE             107 165  1   1 cciss/c3d10p5
b $STORAGE             107 166  1   1 cciss/c3d10p6
b $STORAGE             107 167  1   1 cciss/c3d10p7
b $STORAGE             107 168  1   1 cciss/c3d10p8
b $STORAGE             107 169  1   1 cciss/c3d10p9
b $STORAGE             107 170  1   1 cciss/c3d10p10
b $STORAGE             107 171  1   1 cciss/c3d10p11
b $STORAGE             107 172  1   1 cciss/c3d10p12
b $STORAGE             107 173  1   1 cciss/c3d10p13
b $STORAGE             107 174  1   1 cciss/c3d10p14
b $STORAGE             107 175  1   1 cciss/c3d10p15
b $STORAGE             107 176  1   1 cciss/c3d11
b $STORAGE             107 177  1   1 cciss/c3d11p1
b $STORAGE             107 178  1   1 cciss/c3d11p2
b $STORAGE             107 179  1   1 cciss/c3d11p3
b $STORAGE             107 180  1   1 cciss/c3d11p4
b $STORAGE             107 181  1   1 cciss/c3d11p5
b $STORAGE             107 182  1   1 cciss/c3d11p6
b $STORAGE             107 183  1   1 cciss/c3d11p7
b $STORAGE             107 184  1   1 cciss/c3d11p8
b A A A A A A A A A A A A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         $STORAGE             107 185  1   1 cciss/c3d11p9
b $STORAGE             107 186  1   1 cciss/c3d11p10
b $STORAGE             107 187  1   1 cciss/c3d11p11
b $STORAGE             107 188  1   1 cciss/c3d11p12
b $STORAGE             107 189  1   1 cciss/c3d11p13
b $STORAGE             107 190  1   1 cciss/c3d11p14
b $STORAGE             107 191  1   1 cciss/c3d11p15
b $STORAGE             107 192  1   1 cciss/c3d12
b $STORAGE             107 193  1   1 cciss/c3d12p1
b $STORAGE             107 194  1   1 cciss/c3d12p2
b $STORAGE             107 195  1   1 cciss/c3d12p3
b $STORAGE             107 196  1   1 cciss/c3d12p4
b $STORAGE             107 197  1   1 cciss/c3d12p5
b $STORAGE             107 198  1   1 cciss/c3d12p6
b $STORAGE             107 199  1   1 cciss/c3d12p7
b $STORAGE             107 200  1   1 cciss/c3d12p8
b $STORAGE             107 201  1   1 cciss/c3d12p9
b $STORAGE             107 202  1   1 cciss/c3d12p10
b $STORAGE             107 203  1   1 cciss/c3d12p11
b $STORAGE             107 204  1   1 cciss/c3d12p12
b $STORAGE             107 205  1   1 cciss/c3d12p13
b $STORAGE             107 206  1   1 cciss/c3d12p14
b $STORAGE             107 207  1   1 cciss/c3d12p15
b $STORAGE             107 208  1   1 cciss/c3d13
b $STORAGE             107 209  1   1 cciss/c3d13p1
b $STORAGE             107 210  1   1 cciss/c3d13p2
b $STORAGE             107 211  1   1 cciss/c3d13p3
b $STORAGE             107 212  1   1 cciss/c3d13p4
b $STORAGE             107 213  1   1 cciss/c3d13p5
b $STORAGE             107 214  1   1 cciss/c3d13p6
b $STORAGE             107 215  1   1 cciss/c3d13p7
b $STORAGE             107 216  1   1 cciss/c3d13p8
b $STORAGE             107 217  1   1 cciss/c3d13p9
b $STORAGE             107 218  1   1 cciss/c3d13p10
b $STORAGE             107 219  1   1 cciss/c3d13p11
b $STORAGE             107 220  1   1 cciss/c3d13p12
b $STORAGE             107 221  1   1 cciss/c3d13p13
b $STORAGE             107 222  1   1 cciss/c3d13p14
b $STORAGE             107 223  1   1 cciss/c3d13p15
b $STORAGE             107 224  1   1 cciss/c3d14
b $STORAGE             107 225  1   1 cciss/c3d14p1
b $STORAGE             107 226  1   1 cciss/c3d14p2
b $STORAGE             107 227  1   1 cciss/c3d14p3
b $STORAGE             107 228  1   1 cciss/c3d14p4
b $STORAGE             107 229  1   1 cciss/c3d14p5
b $STORAGE             107 230  1   1 cciss/c3d14p6
b $STORAGE             107 231  1   1 cciss/c3d14p7
b $STORAGE             107 232  1   1 cciss/c3d14p8
b $STORAGE             107 233  1   1 cciss/c3d14p9
b $STORAGE             107 234  1   1 cciss/c3d14p10
b $STORAGE             107 235  1   1 cciss/c3d14p11
b $STORAGE             107 236  1   1 cciss/c3d14p12
b $STORAGE             107 237  1   1 cciss/c3d14p13
b $STORAGE             107 238  1   1 cciss/c3d14p14
b $STORAGE             107 239  1   1 cciss/c3d14p15
b $STORAGE             107 240  1   1 cciss/c3d15
b $STORAGE             107 241  1   1 cciss/c3d15p1
b $STORAGE             107 242  1   1 cciss/c3d15p2
b $STORAGE             107 243  1   1 cciss/c3d15p3
b $STORAGE             107 244  1   1 cciss/c3d15p4
b $STORAGE             107 245  1   1 cciss/c3d15p5
b $STORAGE             107 246  1   1 cciss/c3d15p6
b $STORAGE             107 247  1   1 cciss/c3d15p7
b $STORAGE             107 248  1   1 cciss/c3d15p8
b $STORAGE             107 249  1   1 cciss/c3d15p9
b $STORAGE             107 250  1   1 cciss/c3d15p10
b $STORAGE             107 251  1   1 cciss/c3d15p11
b $STORAGE             107 252  1   1 cciss/c3d15p12
b $STORAGE             107 253  1   1 cciss/c3d15p13
b $STORAGE             107 254  1   1 cciss/c3d15p14
b $STORAGE             107 255  1   1 cciss/c3d15p15
b $STORAGE             108   0  1   1 cciss/c4d0
b $STORAGE             108   1  1   1 cciss/c4d0p1
b $STORAGE             108   2  1   1 cciss/c4d0p2
b $STORAGE             108   3  1   1 cciss/c4d0p3
b $STORAGE             108   4  1   1 cciss/c4d0p4
b $STORAGE             108   5  1   1 cciss/c4d0p5
b $STORAGE             108   6  1   1 cciss/c4d0p6
b $STORAGE             108   7  1   1 cciss/c4d0p7
b $STORAGE             108   8  1   1 cciss/c4d0p8
b $STORAGE             108   9  1   1 cciss/c4d0p9
b $STORAGE             108  10  1   1 cciss/c4d0p10
b $STORAGE             108  11  1   1 cciss/c4d0p11
b $STORAGE             108  12  1   1 cciss/c4d0p12
b $STORAGE             108  13  1   1 cciss/c4d0p13
b $STORAGE             108  14  1   1 cciss/c4d0p14
b $STORAGE             108  15  1   1 cciss/c4d0p15
b $STORAGE             108  16  1   1 cciss/c4d1
b $STORAGE             108  17  1   1 cciss/c4d1p1
b $STORAGE             108  18  1   1 cciss/c4d1p2
b $STORAGE             108  19  1   1 cciss/c4d1p3
b $STORAGE             108  20  1   1 cciss/c4d1p4
b $STORAGE             108  21  1   1 cciss/c4d1p5
b $STORAGE             108  22  1   1 cciss/c4d1p6
b $STORAGE             108  23  1   1 cciss/c4d1p7
b $STORAGE             108  24  1   1 cciss/c4d1p8
b $STORAGE             108  25  1   1 cciss/c4d1p9
b $STORAGE             108  26  1   1 cciss/c4d1p10
b $STORAGE             108  27  1   1 cciss/c4d1p11
b $STORAGE             108  28  1   1 cciss/c4d1p12
b $STORAGE             108  29  1   1 cciss/c4d1p13
b $STORAGE             108  30  1   1 cciss/c4d1p14
b $STORAGE             108  31  1   1 cciss/c4d1p15
b $STORAGE             108  32  1   1 cciss/c4d2
b $STORAGE             108  33  1   1 cciss/c4d2p1
b $STORAGE             108  34  1   1 cciss/c4d2p2
b $STORAGE             108  35  1   1 cciss/c4d2p3
b $STORAGE             108  36  1   1 cciss/c4d2p4
b $STORAGE             108  37  1   1 cciss/c4d2p5
b $STORAGE             108  38  1   1 cciss/c4d2p6
b $STORAGE             108  39  1   1 cciss/c4d2p7
b $STORAGE             108  40  1   1 cciss/c4d2p8
b $STORAGE             108  41  1   1 cciss/c4d2p9
b $STORAGE             108  42  1   1 cciss/c4d2p10
b $STORAGE             108  43  1   1 cciss/c4d2p11
b $STORAGE             108  44  1   1 cciss/c4d2p12
b $STORAGE             108  45  1   1 cciss/c4d2p13
b $STORAGE             108  46  1   1 cciss/c4d2p14
b $STORAGE             108  47  1   1 cciss/c4d2p15
b $STORAGE             108  48  1   1 cciss/c4d3
b $STORAGE             108  49  1   1 cciss/c4d3p1
b $STORAGE             108  50  1   1 cciss/c4d3p2
b $STORAGE             108  51  1   1 cciss/c4d3p3
b $STORAGE             108  52  1   1 cciss/c4d3p4
b $STORAGE             108  53  1   1 cciss/c4d3p5
b $STORAGE             108  54  1   1 cciss/c4d3p6
b $STORAGE             108  55  1   1 cciss/c4d3p7
b $STORAGE             108  56  1   1 cciss/c4d3p8
b $STORAGE             108  57  1   1 cciss/c4d3p9
b $STORAGE             108  58  1   1 cciss/c4d3p10
b $STORAGE             108  59  1   1 cciss/c4d3p11
b $STORAGE             108  60  1   1 cciss/c4d3p12
b $STORAGE             108  61  1   1 cciss/c4d3p13
b $STORAGE             108  62  1   1 cciss/c4d3p14
b $STORAGE             108  63  1   1 cciss/c4d3p15
b $STORAGE             108  64  1   1 cciss/c4d4
b $STORAGE             108  65  1   1 cciss/c4d4p1
b $STORAGE             108  66  1   1 cciss/c4d4p2
b $STORAGE             108  67  1   1 cciss/c4d4p3
b $STORAGE             108  68  1   1 cciss/c4d4p4
b $STORAGE             108  69  1   1 cciss/c4d4p5
b $STORAGE             108  70  1   1 cciss/c4d4p6
b $STORAGE             108  71  1   1 cciss/c4d4p7
b $STORAGE             108  72  1   1 cciss/c4d4p8
b $STORAGE             108  73  1   1 cciss/c4d4p9
b $STORAGE             108  74  1   1 cciss/c4d4p10
b $STORAGE             108  75  1   1 cciss/c4d4p11
b $STORAGE             108  76  1   1 cciss/c4d4p12
b $STORAGE             108  77  1   1 cciss/c4d4p13
b $STORAGE             108  78  1   1 cciss/c4d4p14
b $STORAGE             108  79  1   1 cciss/c4d4p15
b $STORAGE             108  80  1   1 cciss/c4d5
b $STORAGE             108  81  1   1 cciss/c4d5p1
b $STORAGE             108  82  1   1 cciss/c4d5p2
b $STORAGE             108  83  1   1 cciss/c4d5p3
b $STORAGE             108  84  1   1 cciss/c4d5p4
b $STORAGE             108  85  1   1 cciss/c4d5p5
b $STORAGE             108  86  1   1 cciss/c4d5p6
b $STORAGE             108  87  1   1 cciss/c4d5p7
b $STORAGE             108  88  1   1 cciss/c4d5p8
b $STORAGE             108  89  1   1 cciss/c4d5p9
b $STORAGE             108  90  1   1 cciss/c4d5p10
b $STORAGE             108  91  1   1 cciss/c4d5p11
b $STORAGE             108  92  1   1 cciss/c4d5p12
b $STORAGE             108  93  1   1 cciss/c4d5p13
b $STORAGE             108  94  1   1 cciss/c4d5p14
b $STORAGE             108  95  1   1 cciss/c4d5p15
b $STORAGE             108  96  1   1 cciss/c4d6
b $STORAGE             108  97  1   1 cciss/c4d6p1
b $STORAGE             108  98  1   1 cciss/c4d6p2
b $STORAGE             108  99  1   1 cciss/c4d6p3
b $STORAGE             108 100  1   1 cciss/c4d6p4
b $STORAGE             108 101  1   1 cciss/c4d6p5
b $STORAGE             108 102  1   1 cciss/c4d6p6
b $STORAGE             108 103  1   1 cciss/c4d6p7
b $STORAGE             108 104  1   1 cciss/c4d6p8
b $STORAGE             108 105  1   1 cciss/c4d6p9
b $STORAGE             108 106  1   1 cciss/c4d6p10
b $STORAGE             108 107  1   1 cciss/c4d6p11
b $STORAGE             108 108  1   1 cciss/c4d6p12
b $STORAGE             108 109  1   1 cciss/c4d6p13
b $STORAGE             108 110  1   1 cciss/c4d6p14
b $STORAGE             108 111  1   1 cciss/c4d6p15
b $STORAGE             108 112  1   1 cciss/c4d7
b $STORAGE             108 113  1   1 cciss/c4d7p1
b $STORAGE             108 114  1   1 cciss/c4d7p2
b $STORAGE             108 115  1   1 cciss/c4d7p3
b $STORAGE             108 116  1   1 cciss/c4d7p4
b $STORAGE             108 117  1   1 cciss/c4d7p5
b $STORAGE             108 118  1   1 cciss/c4d7p6
b $STORAGE             108 119  1   1 cciss/c4d7p7
b $STORAGE             108 120  1   1 cciss/c4d7p8
b $STORAGE             108 121  1   1 cciss/c4d7p9
b $STORAGE             108 122  1   1 cciss/c4d7p10
b $STORAGE             108 123  1   1 cciss/c4d7p11
b $STORAGE             108 124  1   1 cciss/c4d7p12
b $STORAGE             108 125  1   1 cciss/c4d7p13
b $STORAGE             108 126  1   1 cciss/c4d7p14
b $STORAGE             108 127  1   1 cciss/c4d7p15
b $STORAGE             108 128  1   1 cciss/c4d8
b $STORAGE             108 129  1   1 cciss/c4d8p1
b $STORAGE             108 130  1   1 cciss/c4d8p2
b $STORAGE             108 131  1   1 cciss/c4d8p3
b $STORAGE             108 132  1   1 cciss/c4d8p4
b $STORAGE             108 133  1   1 cciss/c4d8p5
b $STORAGE             108 134  1   1 cciss/c4d8p6
b $STORAGE             108 135  1   1 cciss/c4d8p7
b $STORAGE             108 136  1   1 cciss/c4d8p8
b $STORAGE             108 137  1   1 cciss/c4d8p9
b $STORAGE             108 138  1   1 cciss/c4d8p10
b $STORAGE             108 139  1   1 cciss/c4d8p11
b $STORAGE             108 140  1   1 cciss/c4d8p12
b $STORAGE             108 141  1   1 cciss/c4d8p13
b $STORAGE             108 142  1   1 cciss/c4d8p14
b $STORAGE             108 143  1   1 cciss/c4d8p15
b $STORAGE             108 144  1   1 cciss/c4d9
b $STORAGE             108 145  1   1 cciss/c4d9p1
b $STORAGE             108 146  1   1 cciss/c4d9p2
b $STORAGE             108 147  1   1 cciss/c4d9p3
b $STORAGE             108 148  1   1 cciss/c4d9p4
b $STORAGE             108 149  1   1 cciss/c4d9p5
b $STORAGE             108 150  1   1 cciss/c4d9p6
b $STORAGE             108 151  1   1 cciss/c4d9p7
b $STORAGE             108 152  1   1 cciss/c4d9p8
b $STORAGE             108 153  1   1 cciss/c4d9p9
b $STORAGE             108 154  1   1 cciss/c4d9p10
b $STORAGE             108 155  1   1 cciss/c4d9p11
b $STORAGE             108 156  1   1 cciss/c4d9p12
b $STORAGE             108 157  1   1 cciss/c4d9p13
b $STORAGE             108 158  1   1 cciss/c4d9p14
b $STORAGE             108 159  1   1 cciss/c4d9p15
b $STORAGE             108 160  1   1 cciss/c4d10
b $STORAGE             108 161  1   1 cciss/c4d10p1
b $STORAGE             108 162  1   1 cciss/c4d10p2
b $STORAGE             108 163  1   1 cciss/c4d10p3
b $STORAGE             108 164  1   1 cciss/c4d10p4
b $STORAGE             108 165  1   1 cciss/c4d10p5
b $STORAGE             108 166  1   1 cciss/c4d10p6
b $STORAGE             108 167  1   1 cciss/c4d10p7
b $STORAGE             108 168  1   1 cciss/c4d10p8
b $STORAGE             108 169  1   1 cciss/c4d10p9
b $STORAGE             108 170  1   1 cciss/c4d10p10
b $STORAGE             108 171  1   1 cciss/c4d10p11
b $STORAGE             108 172  1   1 cciss/c4d10p12
b $STORAGE             108 173  1   1 cciss/c4d10p13
b $STORAGE             108 174  1   1 cciss/c4d10p14
b $STORAGE             108 175  1   1 cciss/c4d10p15
b $STORAGE             108 176  1   1 cciss/c4d11
b $STORAGE             108 177  1   1 cciss/c4d11p1
b $STORAGE             108 178  1   1 cciss/c4d11p2
b $STORAGE             108 179  1   1 cciss/c4d11p3
b $STORAGE             108 180  1   1 cciss/c4d11p4
b $STORAGE             108 181  1   1 cciss/c4d11p5
b $STORAGE             108 182  1   1 cciss/c4d11p6
b $STORAGE             108 183  1   1 cciss/c4d11p7
b $STORAGE             108 184  1   1 cciss/c4d11p8
b $STORAGE             108 185  1   1 cciss/c4d11p9
b $STORAGE             108 186  1   1 cciss/c4d11p10
b $STORAGE             108 187  1   1 cciss/c4d11p11
b $STORAGE             108 188  1   1 cciss/c4d11p12
b $STORAGE             108 189  1   1 cciss/c4d11p13
b $STORAGE             108 190  1   1 cciss/c4d11p14
b $STORAGE             108 191  1   1 cciss/c4d11p15
b $STORAGE             108 192  1   1 cciss/c4d12
b $STORAGE             108 193  1   1 cciss/c4d12p1
b $STORAGE             108 194  1   1 cciss/c4d12p2
b $STORAGE             108 195  1   1 cciss/c4d12p3
b $STORAGE             108 196  1   1 cciss/c4d12p4
b $STORAGE             108 197  1   1 cciss/c4d12p5
b $STORAGE             108 198  1   1 cciss/c4d12p6
b $STORAGE             108 199  1   1 cciss/c4d12p7
b $STORAGE             108 200  1   1 cciss/c4d12p8
b $STORAGE             108 201  1   1 cciss/c4d12p9
b $STORAGE             108 202  1   1 cciss/c4d12p10
b $STORAGE             108 203  1   1 cciss/c4d12p11
b $STORAGE             108 204  1   1 cciss/c4d12p12
b $STORAGE             108 205  1   1 cciss/c4d12p13
b $STORAGE             108 206  1   1 cciss/c4d12p14
b $STORAGE             108 207  1   1 cciss/c4d12p15
b $STORAGE             108 208  1   1 cciss/c4d13
b $STORAGE             108 209  1   1 cciss/c4d13p1
b $STORAGE             108 210  1   1 cciss/c4d13p2
b $STORAGE             108 211  1   1 cciss/c4d13p3
b $STORAGE             108 212  1   1 cciss/c4d13p4
b $STORAGE             108 213  1   1 cciss/c4d13p5
b $STORAGE             108 214  1   1 cciss/c4d13p6
b $STORAGE             108 215  1   1 cciss/c4d13p7
b $STORAGE             108 216  1   1 cciss/c4d13p8
b $STORAGE             108 217  1   1 cciss/c4d13p9
b $STORAGE             108 218  1   1 cciss/c4d13p10
b $STORAGE             108 219  1   1 cciss/c4d13p11
b $STORAGE             108 220  1   1 cciss/c4d13p12
b $STORAGE             108 221  1   1 cciss/c4d13p13
b $STORAGE             108 222  1   1 cciss/c4d13p14
b $STORAGE             108 223  1   1 cciss/c4d13p15
b $STORAGE             108 224  1   1 cciss/c4d14
b $STORAGE             108 225  1   1 cciss/c4d14p1
b $STORAGE             108 226  1   1 cciss/c4d14p2
b $STORAGE             108 227  1   1 cciss/c4d14p3
b $STORAGE             108 228  1   1 cciss/c4d14p4
b $STORAGE             108 229  1   1 cciss/c4d14p5
b $STORAGE             108 230  1   1 cciss/c4d14p6
b $STORAGE             108 231  1   1 cciss/c4d14p7
b $STORAGE             108 232  1   1 cciss/c4d14p8
b $STORAGE             108 233  1   1 cciss/c4d14p9
b $STORAGE             108 234  1   1 cciss/c4d14p10
b $STORAGE             108 235  1   1 cciss/c4d14p11
b $STORAGE             108 236  1   1 cciss/c4d14p12
b $STORAGE             108 237  1   1 cciss/c4d14p13
b $STORAGE             108 238  1   1 cciss/c4d14p14
b $STORAGE             108 239  1   1 cciss/c4d14p15
b $STORAGE             108 240  1   1 cciss/c4d15
b $STORAGE             108 241  1   1 cciss/c4d15p1
b $STORAGE             108 242  1   1 cciss/c4d15p2
b $STORAGE             108 243  1   1 cciss/c4d15p3
b $STORAGE             108 244  1   1 cciss/c4d15p4
b $STORAGE             108 245  1   1 cciss/c4d15p5
b $STORAGE             108 246  1   1 cciss/c4d15p6
b $STORAGE             108 247  1   1 cciss/c4d15p7
b $STORAGE             108 248  1   1 cciss/c4d15p8
b $STORAGE             108 249  1   1 cciss/c4d15p9
b $STORAGE             108 250  1   1 cciss/c4d15p10
b $STORAGE             108 251  1   1 cciss/c4d15p11
b $STORAGE             108 252  1   1 cciss/c4d15p12
b $STORAGE             108 253  1   1 cciss/c4d15p13
b $STORAGE             108 254  1   1 cciss/c4d15p14
b $STORAGE             108 255  1   1 cciss/c4d15p15
b $STORAGE             109   0  1   1 cciss/c5d0
b $STORAGE             109   1  1   1 cciss/c5d0p1
b $STORAGE             109   2  1   1 cciss/c5d0p2
b $STORAGE             109   3  1   1 cciss/c5d0p3
b $STORAGE             109   4  1   1 cciss/c5d0p4
b $STORAGE             109   5  1   1 cciss/c5d0p5
b $STORAGE             109   6  1   1 cciss/c5d0p6
b $STORAGE             109   7  1   1 cciss/c5d0p7
b $STORAGE             109   8  1   1 cciss/c5d0p8
b $STORAGE             109   9  1   1 cciss/c5d0p9
b $STORAGE             109  10  1   1 cciss/c5d0p10
b $STORAGE             109  11  1   1 cciss/c5d0p11
b $STORAGE             109  12  1   1 cciss/c5d0p12
b $STORAGE             109  13  1   1 cciss/c5d0p13
b $STORAGE             109  14  1   1 cciss/c5d0p14
b $STORAGE             109  15  1   1 cciss/c5d0p15
b $STORAGE             109  16  1   1 cciss/c5d1
b $STORAGE             109  17  1   1 cciss/c5d1p1
b $STORAGE             109  18  1   1 cciss/c5d1p2
b $STORAGE             109  19  1   1 cciss/c5d1p3
b $STORAGE             109  20  1   1 cciss/c5d1p4
b $STORAGE             109  21  1   1 cciss/c5d1p5
b $STORAGE             109  22  1   1 cciss/c5d1p6
b $STORAGE             109  23  1   1 cciss/c5d1p7
b $STORAGE             109  24  1   1 cciss/c5d1p8
b $STORAGE             109  25  1   1 cciss/c5d1p9
b $STORAGE             109  26  1   1 cciss/c5d1p10
b $STORAGE             109  27  1   1 cciss/c5d1p11
b $STORAGE             109  28  1   1 cciss/c5d1p12
b $STORAGE             109  29  1   1 cciss/c5d1p13
b $STORAGE             109  30  1   1 cciss/c5d1p14
b $STORAGE             109  31  1   1 cciss/c5d1p15
b $STORAGE             109  32  1   1 cciss/c5d2
b $STORAGE             109  33  1   1 cciss/c5d2p1
b $STORAGE             109  34  1   1 cciss/c5d2p2
b $STORAGE             109  35  1   1 cciss/c5d2p3
b $STORAGE             109  36  1   1 cciss/c5d2p4
b $STORAGE             109  37  1   1 cciss/c5d2p5
b $STORAGE             109  38  1   1 cciss/c5d2p6
b $STORAGE             109  39  1   1 cciss/c5d2p7
b $STORAGE             109  40  1   1 cciss/c5d2p8
b $STORAGE             109  41  1   1 cciss/c5d2p9
b $STORAGE             109  42  1   1 cciss/c5d2p10
b $STORAGE             109  43  1   1 cciss/c5d2p11
b $STORAGE             109  44  1   1 cciss/c5d2p12
b $STORAGE             109  45  1   1 cciss/c5d2p13
b $STORAGE             109  46  1   1 cciss/c5d2p14
b $STORAGE             109  47  1   1 cciss/c5d2p15
b $STORAGE             109  48  1   1 cciss/c5d3
b $STORAGE             109  49  1   1 cciss/c5d3p1
b $STORAGE             109  50  1   1 cciss/c5d3p2
b $STORAGE             109  51  1   1 cciss/c5d3p3
b $STORAGE             109  52  1   1 cciss/c5d3p4
b $STORAGE             109  53  1   1 cciss/c5d3p5
b $STORAGE             109  54  1   1 cciss/c5d3p6
b $STORAGE             109  55  1   1 cciss/c5d3p7
b $STORAGE             109  56  1   1 cciss/c5d3p8
b $STORAGE             109  57  1   1 cciss/c5d3p9
b $STORAGE             109  58  1   1 cciss/c5d3p10
b $STORAGE             109  59  1   1 cciss/c5d3p11
b $STORAGE             109  60  1   1 cciss/c5d3p12
b $STORAGE             109  61  1   1 cciss/c5d3p13
b $STORAGE             109  62  1   1 cciss/c5d3p14
b $STORAGE             109  63  1   1 cciss/c5d3p15
b $STORAGE             109  64  1   1 cciss/c5d4
b $STORAGE             109  65  1   1 cciss/c5d4p1
b $STORAGE             109  66  1   1 cciss/c5d4p2
b $STORAGE             109  67  1   1 cciss/c5d4p3
b $STORAGE             109  68  1   1 cciss/c5d4p4
b $STORAGE             109  69  1   1 cciss/c5d4p5
b $STORAGE             109  70  1   1 cciss/c5d4p6
b $STORAGE             109  71  1   1 cciss/c5d4p7
b $STORAGE             109  72  1   1 cciss/c5d4p8
b $STORAGE             109  73  1   1 cciss/c5d4p9
b $STORAGE             109  74  1   1 cciss/c5d4p10
b $STORAGE             109  75  1   1 cciss/c5d4p11
b $STORAGE             109  76  1   1 cciss/c5d4p12
b $STORAGE             109  77  1   1 cciss/c5d4p13
b $STORAGE             109  78  1   1 cciss/c5d4p14
b $STORAGE             109  79  1   1 cciss/c5d4p15
b $STORAGE             109  80  1   1 cciss/c5d5
b $STORAGE             109  81  1   1 cciss/c5d5p1
b $STORAGE             109  82  1   1 cciss/c5d5p2
b $STORAGE             109  83  1   1 cciss/c5d5p3
b $STORAGE             109  84  1   1 cciss/c5d5p4
b $STORAGE             109  85  1   1 cciss/c5d5p5
b $STORAGE             109  86  1   1 cciss/c5d5p6
b $STORAGE             109  87  1   1 cciss/c5d5p7
b $STORAGE             109  88  1   1 cciss/c5d5p8
b $STORAGE             109  89  1   1 cciss/c5d5p9
b $STORAGE             109  90  1   1 cciss/c5d5p10
b $STORAGE             109  91  1   1 cciss/c5d5p11
b $STORAGE             109  92  1   1 cciss/c5d5p12
b $STORAGE             109  93  1   1 cciss/c5d5p13
b $STORAGE             109  94  1   1 cciss/c5d5p14
b $STORAGE             109  95  1   1 cciss/c5d5p15
b $STORAGE             109  96  1   1 cciss/c5d6
b $STORAGE             109  97  1   1 cciss/c5d6p1
b $STORAGE             109  98  1   1 cciss/c5d6p2
b $STORAGE             109  99  1   1 cciss/c5d6p3
b $STORAGE             109 100  1   1 cciss/c5d6p4
b $STORAGE             109 101  1   1 cciss/c5d6p5
b $STORAGE             109 102  1   1 cciss/c5d6p6
b $STORAGE             109 103  1   1 cciss/c5d6p7
b $STORAGE             109 104  1   1 cciss/c5d6p8
b $STORAGE             109 105  1   1 cciss/c5d6p9
b $STORAGE             109 106  1   1 cciss/c5d6p10
b $STORAGE             109 107  1   1 cciss/c5d6p11
b $STORAGE             109 108  1   1 cciss/c5d6p12
b $STORAGE             109 109  1   1 cciss/c5d6p13
b $STORAGE             109 110  1   1 cciss/c5d6p14
b $STORAGE             109 111  1   1 cciss/c5d6p15
b $STORAGE             109 112  1   1 cciss/c5d7
b $STORAGE             109 113  1   1 cciss/c5d7p1
b $STORAGE             109 114  1   1 cciss/c5d7p2
b $STORAGE             109 115  1   1 cciss/c5d7p3
b $STORAGE             109 116  1   1 cciss/c5d7p4
b $STORAGE             109 117  1   1 cciss/c5d7p5
b $STORAGE             109 118  1   1 cciss/c5d7p6
b $STORAGE             109 119  1   1 cciss/c5d7p7
b $STORAGE             109 120  1   1 cciss/c5d7p8
b $STORAGE             109 121  1   1 cciss/c5d7p9
b $STORAGE             109 122  1   1 cciss/c5d7p10
b $STORAGE             109 123  1   1 cciss/c5d7p11
b $STORAGE             109 124  1   1 cciss/c5d7p12
b $STORAGE             109 125  1   1 cciss/c5d7p13
b $STORAGE             109 126  1   1 cciss/c5d7p14
b $STORAGE             109 127  1   1 cciss/c5d7p15
b $STORAGE             109 128  1   1 cciss/c5d8
b $STORAGE             109 129  1   1 cciss/c5d8p1
b $STORAGE             109 130  1   1 cciss/c5d8p2
b $STORAGE             109 131  1   1 cciss/c5d8p3
b $STORAGE             109 132  1   1 cciss/c5d8p4
b $STORAGE             109 133  1   1 cciss/c5d8p5
b $STORAGE             109 134  1   1 cciss/c5d8p6
b $STORAGE             109 135  1   1 cciss/c5d8p7
b $STORAGE             109 136  1   1 cciss/c5d8p8
b $STORAGE             109 137  1   1 cciss/c5d8p9
b $STORAGE             109 138  1   1 cciss/c5d8p10
b $STORAGE             109 139  1   1 cciss/c5d8p11
b $STORAGE             109 140  1   1 cciss/c5d8p12
b $STORAGE             109 141  1   1 cciss/c5d8p13
b $STORAGE             109 142  1   1 cciss/c5d8p14
b $STORAGE             109 143  1   1 cciss/c5d8p15
b $STORAGE             109 144  1   1 cciss/c5d9
b $STORAGE             109 145  1   1 cciss/c5d9p1
b $STORAGE             109 146  1   1 cciss/c5d9p2
b $STORAGE             109 147  1   1 cciss/c5d9p3
b $STORAGE             109 148  1   1 cciss/c5d9p4
b $STORAGE             109 149  1   1 cciss/c5d9p5
b $STORAGE             109 150  1   1 cciss/c5d9p6
b $STORAGE             109 151  1   1 cciss/c5d9p7
b $STORAGE             109 152  1   1 cciss/c5d9p8
b $STORAGE             109 153  1   1 cciss/c5d9p9
b $STORAGE             109 154  1   1 cciss/c5d9p10
b $STORAGE             109 155  1   1 cciss/c5d9p11
b $STORAGE             109 156  1   1 cciss/c5d9p12
b $STORAGE             109 157  1   1 cciss/c5d9p13
b $STORAGE             109 158  1   1 cciss/c5d9p14
b $STORAGE             109 159  1   1 cciss/c5d9p15
b $STORAGE             109 160  1   1 cciss/c5d10
b $STORAGE             109 161  1   1 cciss/c5d10p1
b $STORAGE             109 162  1   1 cciss/c5d10p2
b $STORAGE             109 163  1   1 cciss/c5d10p3
b $STORAGE             109 164  1   1 cciss/c5d10p4
b $STORAGE             109 165  1   1 cciss/c5d10p5
b $STORAGE             109 166  1   1 cciss/c5d10p6
b $STORAGE             109 167  1   1 cciss/c5d10p7
b $STORAGE             109 168  1   1 cciss/c5d10p8
b $STORAGE             109 169  1   1 cciss/c5d10p9
b $STORAGE             109 170  1   1 cciss/c5d10p10
b $STORAGE             109 171  1   1 cciss/c5d10p11
b $STORAGE             109 172  1   1 cciss/c5d10p12
b $STORAGE             109 173  1   1 cciss/c5d10p13
b $STORAGE             109 174  1   1 cciss/c5d10p14
b $STORAGE             109 175  1   1 cciss/c5d10p15
b $STORAGE             109 176  1   1 cciss/c5d11
b $STORAGE             109 177  1   1 cciss/c5d11p1
b $STORAGE             109 178  1   1 cciss/c5d11p2
b $STORAGE             109 179  1   1 cciss/c5d11p3
b $STORAGE             109 180  1   1 cciss/c5d11p4
b $STORAGE             109 181  1   1 cciss/c5d11p5
b $STORAGE             109 182  1   1 cciss/c5d11p6
b $STORAGE             109 183  1   1 cciss/c5d11p7
b $STORAGE             109 184  1   1 cciss/c5d11p8
b $STORAGE             109 185  1   1 cciss/c5d11p9
b $STORAGE             109 186  1   1 cciss/c5d11p10
b $STORAGE             109 187  1   1 cciss/c5d11p11
b $STORAGE             109 188  1   1 cciss/c5d11p12
b $STORAGE             109 189  1   1 cciss/c5d11p13
b $STORAGE             109 190  1   1 cciss/c5d11p14
b $STORAGE             109 191  1   1 cciss/c5d11p15
b $STORAGE             109 192  1   1 cciss/c5d12
b $STORAGE             109 193  1   1 cciss/c5d12p1
b $STORAGE             109 194  1   1 cciss/c5d12p2
b $STORAGE             109 195  1   1 cciss/c5d12p3
b $STORAGE             109 196  1   1 cciss/c5d12p4
b $STORAGE             109 197  1   1 cciss/c5d12p5
b $STORAGE             109 198  1   1 cciss/c5d12p6
b $STORAGE             109 199  1   1 cciss/c5d12p7
b $STORAGE             109 200  1   1 cciss/c5d12p8
b $STORAGE             109 201  1   1 cciss/c5d12p9
b $STORAGE             109 202  1   1 cciss/c5d12p10
b $STORAGE             109 203  1   1 cciss/c5d12p11
b $STORAGE             109 204  1   1 cciss/c5d12p12
b $STORAGE             109 205  1   1 cciss/c5d12p13
b $STORAGE             109 206  1   1 cciss/c5d12p14
b $STORAGE             109 207  1   1 cciss/c5d12p15
b $STORAGE             109 208  1   1 cciss/c5d13
b $STORAGE             109 209  1   1 cciss/c5d13p1
b $STORAGE             109 210  1   1 cciss/c5d13p2
b $STORAGE             109 211  1   1 cciss/c5d13p3
b $STORAGE             109 212  1   1 cciss/c5d13p4
b $STORAGE             109 213  1   1 cciss/c5d13p5
b $STORAGE             109 214  1   1 cciss/c5d13p6
b $STORAGE             109 215  1   1 cciss/c5d13p7
b $STORAGE             109 216  1   1 cciss/c5d13p8
b $STORAGE             109 217  1   1 cciss/c5d13p9
b $STORAGE             109 218  1   1 cciss/c5d13p10
b $STORAGE             109 219  1   1 cciss/c5d13p11
b $STORAGE             109 220  1   1 cciss/c5d13p12
b $STORAGE             109 221  1   1 cciss/c5d13p13
b $STORAGE             109 222  1   1 cciss/c5d13p14
b $STORAGE             109 223  1   1 cciss/c5d13p15
b $STORAGE             109 224  1   1 cciss/c5d14
b $STORAGE             109 225  1   1 cciss/c5d14p1
b $STORAGE             109 226  1   1 cciss/c5d14p2
b $STORAGE             109 227  1   1 cciss/c5d14p3
b $STORAGE             109 228  1   1 cciss/c5d14p4
b $STORAGE             109 229  1   1 cciss/c5d14p5
b $STORAGE             109 230  1   1 cciss/c5d14p6
b $STORAGE             109 231  1   1 cciss/c5d14p7
b $STORAGE             109 232  1   1 cciss/c5d14p8
b $STORAGE             109 233  1   1 cciss/c5d14p9
b $STORAGE             109 234  1   1 cciss/c5d14p10
b $STORAGE             109 235  1   1 cciss/c5d14p11
b $STORAGE             109 236  1   1 cciss/c5d14p12
b $STORAGE             109 237  1   1 cciss/c5d14p13
b $STORAGE             109 238  1   1 cciss/c5d14p14
b $STORAGE             109 239  1   1 cciss/c5d14p15
b $STORAGE             109 240  1   1 cciss/c5d15
b $STORAGE             109 241  1   1 cciss/c5d15p1
b $STORAGE             109 242  1   1 cciss/c5d15p2
b $STORAGE             109 243  1   1 cciss/c5d15p3
b $STORAGE             109 244  1   1 cciss/c5d15p4
b $STORAGE             109 245  1   1 cciss/c5d15p5
b $STORAGE             109 246  1   1 cciss/c5d15p6
b $STORAGE             109 247  1   1 cciss/c5d15p7
b $STORAGE             109 248  1   1 cciss/c5d15p8
b $STORAGE             109 249  1   1 cciss/c5d15p9
b $STORAGE             109 250  1   1 cciss/c5d15p10
b $STORAGE             109 251  1   1 cciss/c5d15p11
b $STORAGE             109 252  1   1 cciss/c5d15p12
b $STORAGE             109 253  1   1 cciss/c5d15p13
b $STORAGE             109 254  1   1 cciss/c5d15p14
b $STORAGE             109 255  1   1 cciss/c5d15p15
b $STORAGE             110   0  1   1 cciss/c6d0
b $STORAGE             110   1  1   1 cciss/c6d0p1
b $STORAGE             110   2  1   1 cciss/c6d0p2
b $STORAGE             110   3  1   1 cciss/c6d0p3
b $STORAGE             110   4  1   1 cciss/c6d0p4
b $STORAGE             110   5  1   1 cciss/c6d0p5
b $STORAGE             110   6  1   1 cciss/c6d0p6
b $STORAGE             110   7  1   1 cciss/c6d0p7
b $STORAGE             110   8  1   1 cciss/c6d0p8
b $STORAGE             110   9  1   1 cciss/c6d0p9
b $STORAGE             110  10  1   1 cciss/c6d0p10
b $STORAGE             110  11  1   1 cciss/c6d0p11
b $STORAGE             110  12  1   1 cciss/c6d0p12
b $STORAGE             110  13  1   1 cciss/c6d0p13
b $STORAGE             110  14  1   1 cciss/c6d0p14
b $STORAGE             110  15  1   1 cciss/c6d0p15
b $STORAGE             110  16  1   1 cciss/c6d1
b $STORAGE             110  17  1   1 cciss/c6d1p1
b $STORAGE             110  18  1   1 cciss/c6d1p2
b $STORAGE             110  19  1   1 cciss/c6d1p3
b $STORAGE             110  20  1   1 cciss/c6d1p4
b $STORAGE             110  21  1   1 cciss/c6d1p5
b $STORAGE             110  22  1   1 cciss/c6d1p6
b $STORAGE             110  23  1   1 cciss/c6d1p7
b $STORAGE             110  24  1   1 cciss/c6d1p8
b $STORAGE             110  25  1   1 cciss/c6d1p9
b $STORAGE             110  26  1   1 cciss/c6d1p10
b $STORAGE             110  27  1   1 cciss/c6d1p11
b $STORAGE             110  28  1   1 cciss/c6d1p12
b $STORAGE             110  29  1   1 cciss/c6d1p13
b $STORAGE             110  30  1   1 cciss/c6d1p14
b $STORAGE             110  31  1   1 cciss/c6d1p15
b $STORAGE             110  32  1   1 cciss/c6d2
b $STORAGE             110  33  1   1 cciss/c6d2p1
b $STORAGE             110  34  1   1 cciss/c6d2p2
b $STORAGE             110  35  1   1 cciss/c6d2p3
b $STORAGE             110  36  1   1 cciss/c6d2p4
b $STORAGE             110  37  1   1 cciss/c6d2p5
b $STORAGE             110  38  1   1 cciss/c6d2p6
b $STORAGE             110  39  1   1 cciss/c6d2p7
b $STORAGE             110  40  1   1 cciss/c6d2p8
b $STORAGE             110  41  1   1 cciss/c6d2p9
b $STORAGE             110  42  1   1 cciss/c6d2p10
b $STORAGE             110  43  1   1 cciss/c6d2p11
b $STORAGE             110  44  1   1 cciss/c6d2p12
b $STORAGE             110  45  1   1 cciss/c6d2p13
b $STORAGE             110  46  1   1 cciss/c6d2p14
b $STORAGE             110  47  1   1 cciss/c6d2p15
b $STORAGE             110  48  1   1 cciss/c6d3
b $STORAGE             110  49  1   1 cciss/c6d3p1
b $STORAGE             110  50  1   1 cciss/c6d3p2
b $STORAGE             110  51  1   1 cciss/c6d3p3
b $STORAGE             110  52  1   1 cciss/c6d3p4
b $STORAGE             110  53  1   1 cciss/c6d3p5
b $STORAGE             110  54  1   1 cciss/c6d3p6
b $STORAGE             110  55  1   1 cciss/c6d3p7
b $STORAGE             110  56  1   1 cciss/c6d3p8
b $STORAGE             110  57  1   1 cciss/c6d3p9
b $STORAGE             110  58  1   1 cciss/c6d3p10
b $STORAGE             110  59  1   1 cciss/c6d3p11
b $STORAGE             110  60  1   1 cciss/c6d3p12
b $STORAGE             110  61  1   1 cciss/c6d3p13
b $STORAGE             110  62  1   1 cciss/c6d3p14
b $STORAGE             110  63  1   1 cciss/c6d3p15
b $STORAGE             110  64  1   1 cciss/c6d4
b $STORAGE             110  65  1   1 cciss/c6d4p1
b $STORAGE             110  66  1   1 cciss/c6d4p2
b $STORAGE             110  67  1   1 cciss/c6d4p3
b $STORAGE             110  68  1   1 cciss/c6d4p4
b $STORAGE             110  69  1   1 cciss/c6d4p5
b $STORAGE             110  70  1   1 cciss/c6d4p6
b $STORAGE             110  71  1   1 cciss/c6d4p7
b $STORAGE             110  72  1   1 cciss/c6d4p8
b $STORAGE             110  73  1   1 cciss/c6d4p9
b $STORAGE             110  74  1   1 cciss/c6d4p10
b $STORAGE             110  75  1   1 cciss/c6d4p11
b $STORAGE             110  76  1   1 cciss/c6d4p12
b $STORAGE             110  77  1   1 cciss/c6d4p13
b $STORAGE             110  78  1   1 cciss/c6d4p14
b $STORAGE             110  79  1   1 cciss/c6d4p15
b $STORAGE             110  80  1   1 cciss/c6d5
b $STORAGE             110  81  1   1 cciss/c6d5p1
b $STORAGE             110  82  1   1 cciss/c6d5p2
b $STORAGE             110  83  1   1 cciss/c6d5p3
b $STORAGE             110  84  1   1 cciss/c6d5p4
b $STORAGE             110  85  1   1 cciss/c6d5p5
b $STORAGE             110  86  1   1 cciss/c6d5p6
b $STORAGE             110  87  1   1 cciss/c6d5p7
b $STORAGE             110  88  1   1 cciss/c6d5p8
b $STORAGE             110  89  1   1 cciss/c6d5p9
b $STORAGE             110  90  1   1 cciss/c6d5p10
b $STORAGE             110  91  1   1 cciss/c6d5p11
b $STORAGE             110  92  1   1 cciss/c6d5p12
b $STORAGE             110  93  1   1 cciss/c6d5p13
b $STORAGE             110  94  1   1 cciss/c6d5p14
b $STORAGE             110  95  1   1 cciss/c6d5p15
b $STORAGE             110  96  1   1 cciss/c6d6
b $STORAGE             110  97  1   1 cciss/c6d6p1
b $STORAGE             110  98  1   1 cciss/c6d6p2
b $STORAGE             110  99  1   1 cciss/c6d6p3
b $STORAGE             110 100  1   1 cciss/c6d6p4
b $STORAGE             110 101  1   1 cciss/c6d6p5
b $STORAGE             110 102  1   1 cciss/c6d6p6
b $STORAGE             110 103  1   1 cciss/c6d6p7
b $STORAGE             110 104  1   1 cciss/c6d6p8
b $STORAGE             110 105  1   1 cciss/c6d6p9
b $STORAGE             110 106  1   1 cciss/c6d6p10
b $STORAGE             110 107  1   1 cciss/c6d6p11
b $STORAGE             110 108  1   1 cciss/c6d6p12
b $STORAGE             110 109  1   1 cciss/c6d6p13
b $STORAGE             110 110  1   1 cciss/c6d6p14
b $STORAGE             110 111  1   1 cciss/c6d6p15
b $STORAGE             110 112  1   1 cciss/c6d7
b $STORAGE             110 113  1   1 cciss/c6d7p1
b $STORAGE             110 114  1   1 cciss/c6d7p2
b $STORAGE             110 115  1   1 cciss/c6d7p3
b $STORAGE             110 116  1   1 cciss/c6d7p4
b $STORAGE             110 117  1   1 cciss/c6d7p5
b $STORAGE             110 118  1   1 cciss/c6d7p6
b $STORAGE             110 119  1   1 cciss/c6d7p7
b $STORAGE             110 120  1   1 cciss/c6d7p8
b $STORAGE             110 121  1   1 cciss/c6d7p9
b $STORAGE             110 122  1   1 cciss/c6d7p10
b $STORAGE             110 123  1   1 cciss/c6d7p11
b $STORAGE             110 124  1   1 cciss/c6d7p12
b $STORAGE             110 125  1   1 cciss/c6d7p13
b $STORAGE             110 126  1   1 cciss/c6d7p14
b $STORAGE             110 127  1   1 cciss/c6d7p15
b $STORAGE             110 128  1   1 cciss/c6d8
b $STORAGE             110 129  1   1 cciss/c6d8p1
b $STORAGE             110 130  1   1 cciss/c6d8p2
b $STORAGE             110 131  1   1 cciss/c6d8p3
b $STORAGE             110 132  1   1 cciss/c6d8p4
b $STORAGE             110 133  1   1 cciss/c6d8p5
b $STORAGE             110 134  1   1 cciss/c6d8p6
b $STORAGE             110 135  1   1 cciss/c6d8p7
b $STORAGE             110 136  1   1 cciss/c6d8p8
b $STORAGE             110 137  1   1 cciss/c6d8p9
b $STORAGE             110 138  1   1 cciss/c6d8p10
b $STORAGE             110 139  1   1 cciss/c6d8p11
b $STORAGE             110 140  1   1 cciss/c6d8p12
b $STORAGE             110 141  1   1 cciss/c6d8p13
b $STORAGE             110 142  1   1 cciss/c6d8p14
b $STORAGE             110 143  1   1 cciss/c6d8p15
b $STORAGE             110 144  1   1 cciss/c6d9
b $STORAGE             110 145  1   1 cciss/c6d9p1
b $STORAGE             110 146  1   1 cciss/c6d9p2
b $STORAGE             110 147  1   1 cciss/c6d9p3
b $STORAGE             110 148  1   1 cciss/c6d9p4
b $STORAGE             110 149  1   1 cciss/c6d9p5
b $STORAGE             110 150  1   1 cciss/c6d9p6
b $STORAGE             110 151  1   1 cciss/c6d9p7
b $STORAGE             110 152  1   1 cciss/c6d9p8
b $STORAGE             110 153  1   1 cciss/c6d9p9
b $STORAGE             110 154  1   1 cciss/c6d9p10
b $STORAGE             110 155  1   1 cciss/c6d9p11
b $STORAGE             110 156  1   1 cciss/c6d9p12
b $STORAGE             110 157  1   1 cciss/c6d9p13
b $STORAGE             110 158  1   1 cciss/c6d9p14
b $STORAGE             110 159  1   1 cciss/c6d9p15
b $STORAGE             110 160  1   1 cciss/c6d10
b $STORAGE             110 161  1   1 cciss/c6d10p1
b $STORAGE             110 162  1   1 cciss/c6d10p2
b $STORAGE             110 163  1   1 cciss/c6d10p3
b $STORAGE             110 164  1   1 cciss/c6d10p4
b $STORAGE             110 165  1   1 cciss/c6d10p5
b $STORAGE             110 166  1   1 cciss/c6d10p6
b $STORAGE             110 167  1   1 cciss/c6d10p7
b $STORAGE             110 168  1   1 cciss/c6d10p8
b $STORAGE             110 169  1   1 cciss/c6d10p9
b $STORAGE             110 170  1   1 cciss/c6d10p10
b $STORAGE             110 171  1   1 cciss/c6d10p11
b $STORAGE             110 172  1   1 cciss/c6d10p12
b $STORAGE             110 173  1   1 cciss/c6d10p13
b $STORAGE             110 174  1   1 cciss/c6d10p14
b $STORAGE             110 175  1   1 cciss/c6d10p15
b $STORAGE             110 176  1   1 cciss/c6d11
b $STORAGE             110 177  1   1 cciss/c6d11p1
b $STORAGE             110 178  1   1 cciss/c6d11p2
b $STORAGE             110 179  1   1 cciss/c6d11p3
b $STORAGE             110 180  1   1 cciss/c6d11p4
b $STORAGE             110 181  1   1 cciss/c6d11p5
b $STORAGE             110 182  1   1 cciss/c6d11p6
b $STORAGE             110 183  1   1 cciss/c6d11p7
b $STORAGE             110 184  1   1 cciss/c6d11p8
b $STORAGE             110 185  1   1 cciss/c6d11p9
b $STORAGE             110 186  1   1 cciss/c6d11p10
b $STORAGE             110 187  1   1 cciss/c6d11p11
b $STORAGE             110 188  1   1 cciss/c6d11p12
b $STORAGE             110 189  1   1 cciss/c6d11p13
b $STORAGE             110 190  1   1 cciss/c6d11p14
b $STORAGE             110 191  1   1 cciss/c6d11p15
b $STORAGE             110 192  1   1 cciss/c6d12
b $STORAGE             110 193  1   1 cciss/c6d12p1
b $STORAGE             110 194  1   1 cciss/c6d12p2
b $STORAGE             110 195  1   1 cciss/c6d12p3
b $STORAGE             110 196  1   1 cciss/c6d12p4
b $STORAGE             110 197  1   1 cciss/c6d12p5
b $STORAGE             110 198  1   1 cciss/c6d12p6
b $STORAGE             110 199  1   1 cciss/c6d12p7
b $STORAGE             110 200  1   1 cciss/c6d12p8
b $STORAGE             110 201  1   1 cciss/c6d12p9
b $STORAGE             110 202  1   1 cciss/c6d12p10
b $STORAGE             110 203  1   1 cciss/c6d12p11
b $STORAGE             110 204  1   1 cciss/c6d12p12
b $STORAGE             110 205  1   1 cciss/c6d12p13
b $STORAGE             110 206  1   1 cciss/c6d12p14
b $STORAGE             110 207  1   1 cciss/c6d12p15
b $STORAGE             110 208  1   1 cciss/c6d13
b $STORAGE             110 209  1   1 cciss/c6d13p1
b $STORAGE             110 210  1   1 cciss/c6d13p2
b $STORAGE             110 211  1   1 cciss/c6d13p3
b $STORAGE             110 212  1   1 cciss/c6d13p4
b $STORAGE             110 213  1   1 cciss/c6d13p5
b $STORAGE             110 214  1   1 cciss/c6d13p6
b $STORAGE             110 215  1   1 cciss/c6d13p7
b $STORAGE             110 216  1   1 cciss/c6d13p8
b $STORAGE             110 217  1   1 cciss/c6d13p9
b $STORAGE             110 218  1   1 cciss/c6d13p10
b $STORAGE             110 219  1   1 cciss/c6d13p11
b $STORAGE             110 220  1   1 cciss/c6d13p12
b $STORAGE             110 221  1   1 cciss/c6d13p13
b $STORAGE             110 222  1   1 cciss/c6d13p14
b $STORAGE             110 223  1   1 cciss/c6d13p15
b $STORAGE             110 224  1   1 cciss/c6d14
b $STORAGE             110 225  1   1 cciss/c6d14p1
b $STORAGE             110 226  1   1 cciss/c6d14p2
b $STORAGE             110 227  1   1 cciss/c6d14p3
b $STORAGE             110 228  1   1 cciss/c6d14p4
b $STORAGE             110 229  1   1 cciss/c6d14p5
b $STORAGE             110 230  1   1 cciss/c6d14p6
b $STORAGE             110 231  1   1 cciss/c6d14p7
b $STORAGE             110 232  1   1 cciss/c6d14p8
b $STORAGE             110 233  1   1 cciss/c6d14p9
b $STORAGE             110 234  1   1 cciss/c6d14p10
b $STORAGE             110 235  1   1 cciss/c6d14p11
b $STORAGE             110 236  1   1 cciss/c6d14p12
b $STORAGE             110 237  1   1 cciss/c6d14p13
b $STORAGE             110 238  1   1 cciss/c6d14p14
b $STORAGE             110 239  1   1 cciss/c6d14p15
b $STORAGE             110 240  1   1 cciss/c6d15
b $STORAGE             110 241  1   1 cciss/c6d15p1
b $STORAGE             110 242  1   1 cciss/c6d15p2
b $STORAGE             110 243  1   1 cciss/c6d15p3
b $STORAGE             110 244  1   1 cciss/c6d15p4
b $STORAGE             110 245  1   1 cciss/c6d15p5
b $STORAGE             110 246  1   1 cciss/c6d15p6
b $STORAGE             110 247  1   1 cciss/c6d15p7
b $STORAGE             110 248  1   1 cciss/c6d15p8
b $STORAGE             110 249  1   1 cciss/c6d15p9
b $STORAGE             110 250  1   1 cciss/c6d15p10
b $STORAGE             110 251  1   1 cciss/c6d15p11
b $STORAGE             110 252  1   1 cciss/c6d15p12
b $STORAGE             110 253  1   1 cciss/c6d15p13
b $STORAGE             110 254  1   1 cciss/c6d15p14
b $STORAGE             110 255  1   1 cciss/c6d15p15
b $STORAGE             111   0  1   1 cciss/c7d0
b $STORAGE             111   1  1   1 cciss/c7d0p1
b $STORAGE             111   2  1   1 cciss/c7d0p2
b $STORAGE             111   3  1   1 cciss/c7d0p3
b $STORAGE             111   4  1   1 cciss/c7d0p4
b $STORAGE             111   5  1   1 cciss/c7d0p5
b $STORAGE             111   6  1   1 cciss/c7d0p6
b $STORAGE             111   7  1   1 cciss/c7d0p7
b $STORAGE             111   8  1   1 cciss/c7d0p8
b $STORAGE             111   9  1   1 cciss/c7d0p9
b $STORAGE             111  10  1   1 cciss/c7d0p10
b $STORAGE             111  11  1   1 cciss/c7d0p11
b $STORAGE             111  12  1   1 cciss/c7d0p12
b $STORAGE             111  13  1   1 cciss/c7d0p13
b $STORAGE             111  14  1   1 cciss/c7d0p14
b $STORAGE             111  15  1   1 cciss/c7d0p15
b $STORAGE             111  16  1   1 cciss/c7d1
b $STORAGE             111  17  1   1 cciss/c7d1p1
b $STORAGE             111  18  1   1 cciss/c7d1p2
b $STORAGE             111  19  1   1 cciss/c7d1p3
b $STORAGE             111  20  1   1 cciss/c7d1p4
b $STORAGE             111  21  1   1 cciss/c7d1p5
b $STORAGE             111  22  1   1 cciss/c7d1p6
b $STORAGE             111  23  1   1 cciss/c7d1p7
b $STORAGE             111  24  1   1 cciss/c7d1p8
b $STORAGE             111  25  1   1 cciss/c7d1p9
b $STORAGE             111  26  1   1 cciss/c7d1p10
b $STORAGE             111  27  1   1 cciss/c7d1p11
b $STORAGE             111  28  1   1 cciss/c7d1p12
b $STORAGE             111  29  1   1 cciss/c7d1p13
b $STORAGE             111  30  1   1 cciss/c7d1p14
b $STORAGE             111  31  1   1 cciss/c7d1p15
b $STORAGE             111  32  1   1 cciss/c7d2
b $STORAGE             111  33  1   1 cciss/c7d2p1
b $STORAGE             111  34  1   1 cciss/c7d2p2
b $STORAGE             111  35  1   1 cciss/c7d2p3
b $STORAGE             111  36  1   1 cciss/c7d2p4
b $STORAGE             111  37  1   1 cciss/c7d2p5
b $STORAGE             111  38  1   1 cciss/c7d2p6
b $STORAGE             111  39  1   1 cciss/c7d2p7
b $STORAGE             111  40  1   1 cciss/c7d2p8
b $STORAGE             111  41  1   1 cciss/c7d2p9
b $STORAGE             111  42  1   1 cciss/c7d2p10
b $STORAGE             111  43  1   1 cciss/c7d2p11
b $STORAGE             111  44  1   1 cciss/c7d2p12
b $STORAGE             111  45  1   1 cciss/c7d2p13
b $STORAGE             111  46  1   1 cciss/c7d2p14
b $STORAGE             111  47  1   1 cciss/c7d2p15
b $STORAGE             111  48  1   1 cciss/c7d3
b $STORAGE             111  49  1   1 cciss/c7d3p1
b $STORAGE             111  50  1   1 cciss/c7d3p2
b $STORAGE             111  51  1   1 cciss/c7d3p3
b $STORAGE             111  52  1   1 cciss/c7d3p4
b $STORAGE             111  53  1   1 cciss/c7d3p5
b $STORAGE             111  54  1   1 cciss/c7d3p6
b $STORAGE             111  55  1   1 cciss/c7d3p7
b $STORAGE             111  56  1   1 cciss/c7d3p8
b $STORAGE             111  57  1   1 cciss/c7d3p9
b $STORAGE             111  58  1   1 cciss/c7d3p10
b $STORAGE             111  59  1   1 cciss/c7d3p11
b $STORAGE             111  60  1   1 cciss/c7d3p12
b $STORAGE             111  61  1   1 cciss/c7d3p13
b $STORAGE             111  62  1   1 cciss/c7d3p14
b $STORAGE             111  63  1   1 cciss/c7d3p15
b $STORAGE             111  64  1   1 cciss/c7d4
b $STORAGE             111  65  1   1 cciss/c7d4p1
b $STORAGE             111  66  1   1 cciss/c7d4p2
b $STORAGE             111  67  1   1 cciss/c7d4p3
b $STORAGE             111  68  1   1 cciss/c7d4p4
b $STORAGE             111  69  1   1 cciss/c7d4p5
b $STORAGE             111  70  1   1 cciss/c7d4p6
b $STORAGE             111  71  1   1 cciss/c7d4p7
b $STORAGE             111  72  1   1 cciss/c7d4p8
b $STORAGE             111  73  1   1 cciss/c7d4p9
b $STORAGE             111  74  1   1 cciss/c7d4p10
b $STORAGE             111  75  1   1 cciss/c7d4p11
b $STORAGE             111  76  1   1 cciss/c7d4p12
b $STORAGE             111  77  1   1 cciss/c7d4p13
b $STORAGE             111  78  1   1 cciss/c7d4p14
b $STORAGE             111  79  1   1 cciss/c7d4p15
b $STORAGE             111  80  1   1 cciss/c7d5
b $STORAGE             111  81  1   1 cciss/c7d5p1
b $STORAGE             111  82  1   1 cciss/c7d5p2
b $STORAGE             111  83  1   1 cciss/c7d5p3
b $STORAGE             111  84  1   1 cciss/c7d5p4
b $STORAGE             111  85  1   1 cciss/c7d5p5
b $STORAGE             111  86  1   1 cciss/c7d5p6
b $STORAGE             111  87  1   1 cciss/c7d5p7
b $STORAGE             111  88  1   1 cciss/c7d5p8
b $STORAGE             111  89  1   1 cciss/c7d5p9
b $STORAGE             111  90  1   1 cciss/c7d5p10
b $STORAGE             111  91  1   1 cciss/c7d5p11
b $STORAGE             111  92  1   1 cciss/c7d5p12
b $STORAGE             111  93  1   1 cciss/c7d5p13
b $STORAGE             111  94  1   1 cciss/c7d5p14
b $STORAGE             111  95  1   1 cciss/c7d5p15
b $STORAGE             111  96  1   1 cciss/c7d6
b $STORAGE             111  97  1   1 cciss/c7d6p1
b $STORAGE             111  98  1   1 cciss/c7d6p2
b $STORAGE             111  99  1   1 cciss/c7d6p3
b $STORAGE             111 100  1   1 cciss/c7d6p4
b $STORAGE             111 101  1   1 cciss/c7d6p5
b $STORAGE             111 102  1   1 cciss/c7d6p6
b $STORAGE             111 103  1   1 cciss/c7d6p7
b $STORAGE             111 104  1   1 cciss/c7d6p8
b $STORAGE             111 105  1   1 cciss/c7d6p9
b $STORAGE             111 106  1   1 cciss/c7d6p10
b $STORAGE             111 107  1   1 cciss/c7d6p11
b $STORAGE             111 108  1   1 cciss/c7d6p12
b $STORAGE             111 109  1   1 cciss/c7d6p13
b $STORAGE             111 110  1   1 cciss/c7d6p14
b $STORAGE             111 111  1   1 cciss/c7d6p15
b $STORAGE             111 112  1   1 cciss/c7d7
b $STORAGE             111 113  1   1 cciss/c7d7p1
b $STORAGE             111 114  1   1 cciss/c7d7p2
b $STORAGE             111 115  1   1 cciss/c7d7p3
b $STORAGE             111 116  1   1 cciss/c7d7p4
b $STORAGE             111 117  1   1 cciss/c7d7p5
b $STORAGE             111 118  1   1 cciss/c7d7p6
b $STORAGE             111 119  1   1 cciss/c7d7p7
b $STORAGE             111 120  1   1 cciss/c7d7p8
b $STORAGE             111 121  1   1 cciss/c7d7p9
b $STORAGE             111 122  1   1 cciss/c7d7p10
b $STORAGE             111 123  1   1 cciss/c7d7p11
b $STORAGE             111 124  1   1 cciss/c7d7p12
b $STORAGE             111 125  1   1 cciss/c7d7p13
b $STORAGE             111 126  1   1 cciss/c7d7p14
b $STORAGE             111 127  1   1 cciss/c7d7p15
b $STORAGE             111 128  1   1 cciss/c7d8
b $STORAGE             111 129  1   1 cciss/c7d8p1
b $STORAGE             111 130  1   1 cciss/c7d8p2
b $STORAGE             111 131  1   1 cciss/c7d8p3
b $STORAGE             111 132  1   1 cciss/c7d8p4
b $STORAGE             111 133  1   1 cciss/c7d8p5
b $STORAGE             111 134  1   1 cciss/c7d8p6
b $STORAGE             111 135  1   1 cciss/c7d8p7
b $STORAGE             111 136  1   1 cciss/c7d8p8
b $STORAGE             111 137  1   1 cciss/c7d8p9
b $STORAGE             111 138  1   1 cciss/c7d8p10
b $STORAGE             111 139  1   1 cciss/c7d8p11
b $STORAGE             111 140  1   1 cciss/c7d8p12
b $STORAGE             111 141  1   1 cciss/c7d8p13
b $STORAGE             111 142  1   1 cciss/c7d8p14
b $STORAGE             111 143  1   1 cciss/c7d8p15
b $STORAGE             111 144  1   1 cciss/c7d9
b $STORAGE             111 145  1   1 cciss/c7d9p1
b $STORAGE             111 146  1   1 cciss/c7d9p2
b $STORAGE             111 147  1   1 cciss/c7d9p3
b $STORAGE             111 148  1   1 cciss/c7d9p4
b $STORAGE             111 149  1   1 cciss/c7d9p5
b $STORAGE             111 150  1   1 cciss/c7d9p6
b $STORAGE             111 151  1   1 cciss/c7d9p7
b $STORAGE             111 152  1   1 cciss/c7d9p8
b $STORAGE             111 153  1   1 cciss/c7d9p9
b $STORAGE             111 154  1   1 cciss/c7d9p10
b $STORAGE             111 155  1   1 cciss/c7d9p11
b $STORAGE             111 156  1   1 cciss/c7d9p12
b $STORAGE             111 157  1   1 cciss/c7d9p13
b $STORAGE             111 158  1   1 cciss/c7d9p14
b $STORAGE             111 159  1   1 cciss/c7d9p15
b $STORAGE             111 160  1   1 cciss/c7d10
b $STORAGE             111 161  1   1 cciss/c7d10p1
b $STORAGE             111 162  1   1 cciss/c7d10p2
b $STORAGE             111 163  1   1 cciss/c7d10p3
b $STORAGE             111 164  1   1 cciss/c7d10p4
b $STORAGE             111 165  1   1 cciss/c7d10p5
b $STORAGE             111 166  1   1 cciss/c7d10p6
b $STORAGE             111 167  1   1 cciss/c7d10p7
b $STORAGE             111 168  1   1 cciss/c7d10p8
b $STORAGE             111 169  1   1 cciss/c7d10p9
b $STORAGE             111 170  1   1 cciss/c7d10p10
b $STORAGE             111 171  1   1 cciss/c7d10p11
b $STORAGE             111 172  1   1 cciss/c7d10p12
b $STORAGE             111 173  1   1 cciss/c7d10p13
b $STORAGE             111 174  1   1 cciss/c7d10p14
b $STORAGE             111 175  1   1 cciss/c7d10p15
b $STORAGE             111 176  1   1 cciss/c7d11
b $STORAGE             111 177  1   1 cciss/c7d11p1
b $STORAGE             111 178  1   1 cciss/c7d11p2
b $STORAGE             111 179  1   1 cciss/c7d11p3
b $STORAGE             111 180  1   1 cciss/c7d11p4
b $STORAGE             111 181  1   1 cciss/c7d11p5
b $STORAGE             111 182  1   1 cciss/c7d11p6
b $STORAGE             111 183  1   1 cciss/c7d11p7
b $STORAGE             111 184  1   1 cciss/c7d11p8
b $STORAGE             111 185  1   1 cciss/c7d11p9
b $STORAGE             111 186  1   1 cciss/c7d11p10
b $STORAGE             111 187  1   1 cciss/c7d11p11
b $STORAGE             111 188  1   1 cciss/c7d11p12
b $STORAGE             111 189  1   1 cciss/c7d11p13
b $STORAGE             111 190  1   1 cciss/c7d11p14
b $STORAGE             111 191  1   1 cciss/c7d11p15
b $STORAGE             111 192  1   1 cciss/c7d12
b $STORAGE             111 193  1   1 cciss/c7d12p1
b $STORAGE             111 194  1   1 cciss/c7d12p2
b $STORAGE             111 195  1   1 cciss/c7d12p3
b $STORAGE             111 196  1   1 cciss/c7d12p4
b $STORAGE             111 197  1   1 cciss/c7d12p5
b $STORAGE             111 198  1   1 cciss/c7d12p6
b $STORAGE             111 199  1   1 cciss/c7d12p7
b $STORAGE             111 200  1   1 cciss/c7d12p8
b $STORAGE             111 201  1   1 cciss/c7d12p9
b $STORAGE             111 202  1   1 cciss/c7d12p10
b $STORAGE             111 203  1   1 cciss/c7d12p11
b $STORAGE             111 204  1   1 cciss/c7d12p12
b $STORAGE             111 205  1   1 cciss/c7d12p13
b $STORAGE             111 206  1   1 cciss/c7d12p14
b $STORAGE             111 207  1   1 cciss/c7d12p15
b $STORAGE             111 208  1   1 cciss/c7d13
b $STORAGE             111 209  1   1 cciss/c7d13p1
b $STORAGE             111 210  1   1 cciss/c7d13p2
b $STORAGE             111 211  1   1 cciss/c7d13p3
b $STORAGE             111 212  1   1 cciss/c7d13p4
b $STORAGE             111 213  1   1 cciss/c7d13p5
b $STORAGE             111 214  1   1 cciss/c7d13p6
b $STORAGE             111 215  1   1 cciss/c7d13p7
b $STORAGE             111 216  1   1 cciss/c7d13p8
b $STORAGE             111 217  1   1 cciss/c7d13p9
b $STORAGE             111 218  1   1 cciss/c7d13p10
b $STORAGE             111 219  1   1 cciss/c7d13p11
b $STORAGE             111 220  1   1 cciss/c7d13p12
b $STORAGE             111 221  1   1 cciss/c7d13p13
b $STORAGE             111 222  1   1 cciss/c7d13p14
b $STORAGE             111 223  1   1 cciss/c7d13p15
b $STORAGE             111 224  1   1 cciss/c7d14
b $STORAGE             111 225  1   1 cciss/c7d14p1
b $STORAGE             111 226  1   1 cciss/c7d14p2
b $STORAGE             111 227  1   1 cciss/c7d14p3
b $STORAGE             111 228  1   1 cciss/c7d14p4
b $STORAGE             111 229  1   1 cciss/c7d14p5
b $STORAGE             111 230  1   1 cciss/c7d14p6
b $STORAGE             111 231  1   1 cciss/c7d14p7
b $STORAGE             111 232  1   1 cciss/c7d14p8
b $STORAGE             111 233  1   1 cciss/c7d14p9
b $STORAGE             111 234  1   1 cciss/c7d14p10
b $STORAGE             111 235  1   1 cciss/c7d14p11
b $STORAGE             111 236  1   1 cciss/c7d14p12
b $STORAGE             111 237  1   1 cciss/c7d14p13
b $STORAGE             111 238  1   1 cciss/c7d14p14
b $STORAGE             111 239  1   1 cciss/c7d14p15
b $STORAGE             111 240  1   1 cciss/c7d15
b $STORAGE             111 241  1   1 cciss/c7d15p1
b $STORAGE             111 242  1   1 cciss/c7d15p2
b $STORAGE             111 243  1   1 cciss/c7d15p3
b $STORAGE             111 244  1   1 cciss/c7d15p4
b $STORAGE             111 245  1   1 cciss/c7d15p5
b $STORAGE             111 246  1   1 cciss/c7d15p6
b $STORAGE             111 247  1   1 cciss/c7d15p7
b $STORAGE             111 248  1   1 cciss/c7d15p8
b $STORAGE             111 249  1   1 cciss/c7d15p9
b $STORAGE             111 250  1   1 cciss/c7d15p10
b $STORAGE             111 251  1   1 cciss/c7d15p11
b $STORAGE             111 252  1   1 cciss/c7d15p12
b $STORAGE             111 253  1   1 cciss/c7d15p13
b $STORAGE             111 254  1   1 cciss/c7d15p14
b $STORAGE             111 255  1   1 cciss/c7d15p15
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                # Symlinks that aren't required, but expected by other Red Hat packages,
# and various other things.
l fb fb0
l isdnctrl isdnctrl0
l nftape nrft0
l ram ram1
l sga sg0
l sgb sg1
l sgc sg2
l sgd sg3
l sge sg4
l sgf sg5
l sgg sg6
l sgh sg7
l sgi sg8
l sgj sg9
l sgk sg10
l sgl sg11
l sgm sg12
l sgn sg13
l sgo sg14
l sgp sg15
l vbi vbi0
l winradio winradio0

l ttyUB0 rfcomm0
l ttyUB1 rfcomm1
l cuub0 curf0
l cuub1 curf1

# More well-known floppy device names.
b $FLOPPY                2  12  1   4 fd%dD360  
b $FLOPPY                2  16  1   4 fd%dD720  
b $FLOPPY                2  28  1   4 fd%dH1440  
b $FLOPPY                2  12  1   4 fd%dH360  
b $FLOPPY                2  16  1   4 fd%dH720  

# Not sure where this came from.
c $ROOT                  6   0  1   4 par%d

# Alternative names for mouse devices.  Should these be symlinks?
c $CONSOLE              10   0  1   1 logimouse
c $CONSOLE              10   1  1   1 psmouse
c $CONSOLE              10   2  1   1 msmouse
c $CONSOLE              10   3  1   1 atimouse
c $CONSOLE              10   4  1   1 jmouse

# Tape device names that should probably be symlinks, too.
c $STORAGE              12   6  1   1 rmt8
c $STORAGE              12   8  1   1 rmt16

# More tape stuff.
c $STORAGE              12 136  1   1 tape-d
c $STORAGE              12 255  1   1 tape-reset

# CD-ROM devices.
b $STORAGE              15   0  1   1 cdu31a
b $STORAGE              20   0  1   1 mcdx

# Tape stuff.
c $STORAGE              27   0  1   4 rft%d
c $STORAGE              27   4  1   4 nrft%d
c $STORAGE              27  16  1   4 zrft%d
c $STORAGE              27  20  1   4 nzrft%d
c $STORAGE              27  32  1   4 rawrft%d
c $STORAGE              27  36  1   4 nrawrft%d

# I2C bus devices.
c $ROOT                 89   0  1   8 i2c%d

# Syslog socket.
s $ALLWRITE                           log

# IBM pSeries virtual console for LPAR
c $CONSOLE             229   0  1   1 hvc0
c $SERIAL              229 128  1  32 hvsi%d

# AIO notification interface
l vsys aio

# Link for xfs0/nnpfs rename.
l xfs0 nnpfs0

# Link from VMware's vmnet* to the devices.txt vnet*
l vmnet0 vnet0
l vmnet1 vnet1
l vmnet2 vnet2
l vmnet3 vnet3
l vmnet4 vnet4
l vmnet5 vnet5
l vmnet6 vnet6
l vmnet7 vnet7
l vmnet8 vnet8
l vmnet9 vnet9
a vmware vnet
a vmware vmnet
a vmware vmmon
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           # The "console" alias.
a console tty
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           # Support for the older "generic" devices.
a generic std
a generic fd
a generic hda
a generic hdb
a generic hdc
a generic hdd
a generic tty
a generic ptyp
a generic mouse
a generic lp
a generic parport
a generic sound
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      =ALLREAD  644 root root
=ALLWRITE 666 root root
=FLOPPY   660 root floppy
=KMEM     640 root kmem	 
=PRINTER  660 root lp
=PTY      666 root tty
=ROOT     600 root root
=SERIAL   660 root uucp
=STORAGE  640 root disk
=TTY      620 root tty
=VCSA     620 vcsa tty

# Define "console" as an alias for root for specifying input devices and such.
=CONSOLE  $ROOT
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         # Aliases for all of the RAID controller devices supported.
a raid ataraid/
a raid cciss/
a raid ida/
a raid rd/
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               # Aliases for firewalling.
a ipfilter ipauth
a ipfilter ipl
a ipfilter ipnat
a ipfilter ipstate
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                # This file is written almost directly from the devices.txt file kept at
# http://www.lanana.org/docs/device-list/devices.txt, as of 30 August 2004
# Type Perms User Group Major Minor Inc Count Base
#
# USB devices have their own configuration file.
#

c $KMEM                  1   1  1   1 mem
c $KMEM                  1   2  1   1 kmem
c $ALLWRITE              1   3  1   1 null
c $KMEM                  1   4  1   1 port
c $ALLWRITE              1   5  1   1 zero
c $ROOT                  1   6  1   1 core
c $ALLWRITE              1   7  1   1 full
c $ALLREAD               1   8  1   1 random
c $ALLREAD               1   9  1   1 urandom
c $ALLREAD               1  10  1   1 aio
c $ROOT                  1  11  1   1 kmsg

b $STORAGE               1   0  1 128 ram%d
b $STORAGE               1 250  1   1 initrd

c $PTY                   2   0  1  16 ptyp%x
c $PTY                   2  16  1  16 ptyq%x
c $PTY                   2  32  1  16 ptyr%x
c $PTY                   2  48  1  16 ptys%x
c $PTY                   2  64  1  16 ptyt%x
c $PTY                   2  80  1  16 ptyu%x
c $PTY                   2  96  1  16 ptyv%x
c $PTY                   2 112  1  16 ptyw%x
c $PTY                   2 128  1  16 ptyx%x
c $PTY                   2 144  1  16 ptyy%x
c $PTY                   2 160  1  16 ptyz%x
c $PTY                   2 176  1  16 ptya%x
c $PTY                   2 192  1  16 ptyb%x
c $PTY                   2 208  1  16 ptyc%x
c $PTY                   2 224  1  16 ptyd%x
c $PTY                   2 240  1  16 ptye%x

b $FLOPPY                2   0  1   4 fd%d 0
b $FLOPPY                2 128  1   4 fd%d 4

b $FLOPPY                2   4  1   4 fd%dd360  0
b $FLOPPY                2  20  1   4 fd%dh360  0
b $FLOPPY                2  48  1   4 fd%dh410  0
b $FLOPPY                2  64  1   4 fd%dh420  0
b $FLOPPY                2  24  1   4 fd%dh720  0
b $FLOPPY                2  80  1   4 fd%dh880  0
b $FLOPPY                2   8  1   4 fd%dh1200 0
b $FLOPPY                2  40  1   4 fd%dh1440 0
b $FLOPPY                2  56  1   4 fd%dh1476 0
b $FLOPPY                2  72  1   4 fd%dh1494 0
b $FLOPPY                2  92  1   4 fd%dh1660 0

b $FLOPPY                2  12  1   4 fd%du360  0
b $FLOPPY                2  16  1   4 fd%du720  0
b $FLOPPY                2 120  1   4 fd%du800  0
b $FLOPPY                2  52  1   4 fd%du820  0
b $FLOPPY                2  68  1   4 fd%du830  0
b $FLOPPY                2  84  1   4 fd%du1040 0
b $FLOPPY                2  88  1   4 fd%du1120 0
b $FLOPPY                2  28  1   4 fd%du1440 0
b $FLOPPY                2 124  1   4 fd%du1660 0
b $FLOPPY                2  44  1   4 fd%du1680 0
b $FLOPPY                2  60  1   4 fd%du1722 0
b $FLOPPY                2  76  1   4 fd%du1743 0
b $FLOPPY                2  96  1   4 fd%du1760 0
b $FLOPPY                2 116  1   4 fd%du1840 0
b $FLOPPY                2 100  1   4 fd%du1920 0
b $FLOPPY                2  32  1   4 fd%du2880 0
b $FLOPPY                2 104  1   4 fd%du3200 0
b $FLOPPY                2 108  1   4 fd%du3520 0
b $FLOPPY                2 112  1   4 fd%du3840 0

b $FLOPPY                2 132  1   4 fd%dd360  4
b $FLOPPY                2 148  1   4 fd%dh360  4
b $FLOPPY                2 176  1   4 fd%dh410  4
b $FLOPPY                2 192  1   4 fd%dh420  4
b $FLOPPY                2 152  1   4 fd%dh720  4
b $FLOPPY                2 208  1   4 fd%dh880  4
b $FLOPPY                2 136  1   4 fd%dh1200 4
b $FLOPPY                2 168  1   4 fd%dh1440 4
b $FLOPPY                2 184  1   4 fd%dh1476 4
b $FLOPPY                2 200  1   4 fd%dh1494 4
b $FLOPPY                2 220  1   4 fd%dh1660 4

b $FLOPPY                2 140  1   4 fd%du360  4
b $FLOPPY                2 144  1   4 fd%du720  4
b $FLOPPY                2 248  1   4 fd%du800  4
b $FLOPPY                2 180  1   4 fd%du820  4
b $FLOPPY                2 196  1   4 fd%du830  4
b $FLOPPY                2 212  1   4 fd%du1040 4
b $FLOPPY                2 216  1   4 fd%du1120 4
b $FLOPPY                2 156  1   4 fd%du1440 4
b $FLOPPY                2 252  1   4 fd%du1660 4
b $FLOPPY                2 172  1   4 fd%du1680 4
b $FLOPPY                2 188  1   4 fd%du1722 4
b $FLOPPY                2 204  1   4 fd%du1743 4
b $FLOPPY                2 224  1   4 fd%du1760 4
b $FLOPPY                2 244  1   4 fd%du1840 4
b $FLOPPY                2 228  1   4 fd%du1920 4
b $FLOPPY                2 160  1   4 fd%du2880 4
b $FLOPPY                2 232  1   4 fd%du3200 4
b $FLOPPY                2 236  1   4 fd%du3520 4
b $FLOPPY                2 240  1   4 fd%du3840 4

b $FLOPPY                2   4  1   4 fd%dCompaQ 0
b $FLOPPY                2 132  1   4 fd%dCompaQ 4

c $PTY                   3   0  1  16 ttyp%x
c $PTY                   3  16  1  16 ttyq%x
c $PTY                   3  32  1  16 ttyr%x
c $PTY                   3  48  1  16 ttys%x
c $PTY                   3  64  1  16 ttyt%x
c $PTY                   3  80  1  16 ttyu%x
c $PTY                   3  96  1  16 ttyv%x
c $PTY                   3 112  1  16 ttyw%x
c $PTY                   3 128  1  16 ttyx%x
c $PTY                   3 144  1  16 ttyy%x
c $PTY                   3 160  1  16 ttyz%x
c $PTY                   3 176  1  16 ttya%x
c $PTY                   3 192  1  16 ttyb%x
c $PTY                   3 208  1  16 ttyc%x
c $PTY                   3 224  1  16 ttyd%x
c $PTY                   3 240  1  16 ttye%x

# See fs/partitions/check.c in the kernel sources for the source of this
# limitation.
b $STORAGE               3   0  1  33 hda
b $STORAGE               3  64  1  33 hdb

b $STORAGE               4   0  1   1 root
l                                     systty tty0
c $TTY                   4   0  1  64 tty%d
c $SERIAL                4  64  1 192 ttyS%d

c $ALLWRITE              5   0  1   1 tty
c $CONSOLE               5   1  1   1 console
c $ALLWRITE              5   2  1   1 ptmx
c $SERIAL                5  64  1 192 cua%d

c $PRINTER               6   0  1   4 lp%d

c $VCSA                  7   0  1  64 vcs
c $VCSA                  7 128  1  64 vcsa

b $STORAGE               7   0  1 256 loop%d

b $STORAGE               8   0  1  16 sda
b $STORAGE               8  16  1  16 sdb
b $STORAGE               8  32  1  16 sdc
b $STORAGE               8  48  1  16 sdd
b $STORAGE               8  64  1  16 sde
b $STORAGE               8  80  1  16 sdf
b $STORAGE               8  96  1  16 sdg
b $STORAGE               8 112  1  16 sdh
b $STORAGE               8 128  1  16 sdi
b $STORAGE               8 144  1  16 sdj
b $STORAGE               8 160  1  16 sdk
b $STORAGE               8 176  1  16 sdl
b $STORAGE               8 192  1  16 sdm
b $STORAGE               8 208  1  16 sdn
b $STORAGE               8 224  1  16 sdo
b $STORAGE               8 240  1  16 sdp

c $STORAGE               9   0  1  32 st%d
c $STORAGE               9  32  1  32 st%dl
c $STORAGE               9  64  1  32 st%dm
c $STORAGE               9  96  1  32 st%da
c $STORAGE               9 128  1  32 nst%d
c $STORAGE               9 160  1  32 nst%dl
c $STORAGE               9 192  1  32 nst%dm
c $STORAGE               9 224  1  32 nst%da

b $STORAGE               9   0  1  32 md%d

c $CONSOLE              10   0  1   1 logibm
c $CONSOLE              10   1  1   1 psaux
c $CONSOLE              10   2  1   1 inportbm
c $CONSOLE              10   3  1   1 atibm
c $CONSOLE              10   4  1   1 jbm
c $CONSOLE              10   4  1   1 amigamouse
c $CONSOLE              10   5  1   1 atarimouse
c $CONSOLE              10   6  1   1 sunmouse
c $CONSOLE              10   7  1   1 amigamouse1
c $CONSOLE              10   8  1   1 smouse
c $CONSOLE              10   9  1   1 pc110pad
c $CONSOLE              10  10  1   1 adbmouse
c $CONSOLE              10  11  1   1 vrtpanel

# Where did 12 go?

c $CONSOLE              10  13  1   1 vpcmouse
c $CONSOLE              10  14  1   1 touchscreen/ucb1x00
c $CONSOLE              10  15  1   1 touchscreen/mk712

c $CONSOLE              10 128  1   1 beep
c $ROOT                 10 129  1   1 modreq
c $ROOT                 10 130  1   1 watchdog
c $ROOT                 10 131  1   1 temperature
c $ROOT                 10 132  1   1 hwtrap
c $ROOT                 10 133  1   1 exttrp
c $ROOT                 10 134  1   1 apm_bios
c $ALLREAD              10 135  1   1 rtc

# Where did 136, 137, and 138 go?

c $ROOT                 10 139  1   1 openprom
c $ROOT                 10 140  1   1 relay8
c $ROOT                 10 141  1   1 relay16
c $ROOT                 10 142  1   1 msr
c $ROOT                 10 143  1   1 pciconf
c $ROOT                 10 144  1   1 nvram
c $CONSOLE              10 145  1   1 hfmodem
c $CONSOLE              10 146  1   1 graphics
c $CONSOLE              10 147  1   1 opengl
c $CONSOLE              10 148  1   1 gfx
c $CONSOLE              10 149  1   1 input/mouse
c $CONSOLE              10 150  1   1 input/keyboard
c $CONSOLE              10 151  1   1 led
c $ROOT                 10 152  1   1 kpoll
c $ROOT                 10 153  1   1 mergemem
c $CONSOLE              10 154  1   1 pmu
c $SERIAL               10 155  1   1 isictl
c $ROOT                 10 156  1   1 lcd
c $ROOT                 10 157  1   1 ac
c $ROOT                 10 158  1   1 nwbutton
c $ROOT                 10 159  1   1 nwdebug
c $ROOT                 10 160  1   1 nwflash
c $ROOT                 10 161  1   1 userdma
c $ROOT                 10 162  1   1 smbus
c $CONSOLE              10 163  1   1 lik
c $ROOT                 10 164  1   1 ipmo
c $ROOT                 10 165  1   1 vmmon
c $ROOT                 10 166  1   1 i2o/ctl
c $SERIAL               10 167  1   1 specialix_sxctl
c $SERIAL               10 168  1   1 tcldrv
c $SERIAL               10 169  1   1 specialix_rioctl
c $ROOT                 10 170  1   1 thinkpad/thinkpad
c $ROOT                 10 171  1   1 srripc
c $ROOT                 10 172  1   1 usemaclone
c $ROOT                 10 173  1   1 ipmikcs
c $ROOT                 10 174  1   1 uctrl
c $ALLREAD              10 175  1   1 agpgart
c $ALLREAD              10 176  1   1 gtrsc
c $SERIAL               10 177  1   1 cbm
c $ROOT                 10 178  1   1 jsflash
c $ROOT                 10 179  1   1 xsvc
c $CONSOLE              10 180  1   1 vrbuttons
c $ROOT                 10 181  1   1 toshiba
c $ROOT                 10 182  1   1 perfctr
c $ROOT                 10 183  1   1 hwrng

c $ROOT                 10 184  1   1 cpu/microcode

# Where did 185 go?

c $ROOT                 10 186  1   1 atomicps
c $ROOT                 10 187  1   1 irnet
c $ROOT                 10 188  1   1 smbusbios
c $ROOT                 10 189  1   1 ussp_ctl
c $ROOT                 10 190  1   1 crash
c $ROOT                 10 191  1   1 pcl181
c $ROOT                 10 192  1   1 nas_xbus
c $ROOT                 10 193  1   1 d7s
c $ROOT                 10 194  1   1 zkshim
c $CONSOLE              10 195  1   1 elographics/e2201

# Where did 196 and 197 go?

c $ROOT                 10 198  1   1 sexec
c $CONSOLE              10 199  1   1 scanners/cuecat
c $ROOT                 10 200  1   1 net/tun
c $ROOT                 10 201  1   1 button/gulpb
c $ROOT                 10 202  1   1 emd/ctl

# Where did 203 go?

c $CONSOLE              10 204  1   1 video/em8300
c $CONSOLE              10 205  1   1 video/em8300_mv
c $CONSOLE              10 206  1   1 video/em8300_ma
c $CONSOLE              10 207  1   1 video/em8300_sp
c $ROOT                 10 208  1   1 compaq/cpqphpc
c $ROOT                 10 209  1   1 compaq/cpqrid
c $ROOT                 10 210  1   1 impi/bt
c $ROOT                 10 211  1   1 impi/smic
c $ROOT                 10 212  1   1 watchdogs/0
c $ROOT                 10 213  1   1 watchdogs/1
c $ROOT                 10 214  1   1 watchdogs/2
c $ROOT                 10 215  1   1 watchdogs/3
c $ROOT                 10 216  1   1 fujitsu/apanel
c $ROOT                 10 217  1   1 ni/natmotn
c $ROOT                 10 218  1   1 kchuid
c $ROOT                 10 219  1   1 modems/mwave
c $ROOT                 10 220  1   1 mptctl
c $ROOT                 10 221  1   1 mvista/hssdsi
c $ROOT                 10 222  1   1 mvista/hasi
c $ROOT                 10 223  1   1 input/uinput
c $ROOT                 10 224  1   1 tpm
c $ROOT                 10 225  1   1 pps
c $ROOT                 10 226  1   1 systrace
c $ROOT                 10 227  1   1 mcelog
c $ROOT                 10 228  1   1 hpet
c $ROOT                 10 229  1   1 fuse
c $ROOT                 10 230  1   1 midishare

# SPARC only
c $CONSOLE              11   0  1   1 kbd
# PA-RISC only
# c $SERIAL               11   0  1   4 ttyB%d
b $STORAGE              11   0  1  32 scd%d

c $STORAGE              12   2  1   1 ntpqic11
c $STORAGE              12   3  1   1 tpqic11
c $STORAGE              12   4  1   1 ntpqic24
c $STORAGE              12   5  1   1 tpqic24
c $STORAGE              12   6  1   1 ntpqic120
c $STORAGE              12   7  1   1 tpqic120
c $STORAGE              12   8  1   1 ntpqic150
c $STORAGE              12   9  1   1 tpqic150

b $STORAGE              12   0  1   8 dos_cd%d

c $CONSOLE              13   0  1  32 input/js%d
c $CONSOLE              13  32  1  31 input/mouse%d
c $CONSOLE              13  63  1   1 input/mice
c $CONSOLE              13  64  1  32 input/event%d

b $STORAGE              13   0  1  64 xda
b $STORAGE              13  64  1  64 xdb

c $CONSOLE              14   0  1   1 mixer
c $CONSOLE              14   1  1   1 sequencer
c $CONSOLE              14   2  1   1 midi00
c $CONSOLE              14   3  1   1 dsp
c $CONSOLE              14   4  1   1 audio

# Where did 5 go?

c $CONSOLE              14   6  1   1 sndstat
c $CONSOLE              14   7  1   1 audioctl
c $CONSOLE              14   8  1   1 sequencer2

c $CONSOLE              14  16  1   1 mixer1
c $CONSOLE              14  17  1   1 patmgr0
c $CONSOLE              14  18  1   1 midi01
c $CONSOLE              14  19  1   1 dsp1
c $CONSOLE              14  20  1   1 audio1

c $CONSOLE              14  33  1   1 patmgr1
c $CONSOLE              14  34  1   1 midi02
c $CONSOLE              14  50  1   1 midi03

b $STORAGE              14   0  1  17 dos_hda
b $STORAGE              14  64  1  17 dos_hdb
b $STORAGE              14 128  1  17 dos_hdc
b $STORAGE              14 192  1  17 dos_hdd

l                                     js0 input/js0
l                                     js1 input/js1
l                                     js2 input/js2
l                                     js3 input/js3

# Replaced with symlinks to input core joystick devices (see usb).
#c $CONSOLE              15   0  1 128 js%d
#c $CONSOLE              15 128  1 128 djs%d

b $STORAGE              15   0  1   1 sonycd

c $CONSOLE              16   0  1   1 gs4500
b $STORAGE              16   0  1   1 gscd

c $SERIAL               17   0  1  16 ttyH%d
b $STORAGE              17   0  1   1 optcd

c $SERIAL               18   0  1  16 cuh%d
b $STORAGE              18   0  1   1 sjcd

c $SERIAL               19   0  1  33 ttyC%d
b $STORAGE              19   0  1   8 double%d
b $STORAGE              19 128  1   8 cdouble%d

c $SERIAL               20   0  1  32 cub%d
b $STORAGE              20   0  1   1 hitcd

c $STORAGE              21   0  1 256 sg%d
b $STORAGE              21   0  1  64 mfma
b $STORAGE              21  64  1  64 mfmb

c $SERIAL               22   0  1  32 ttyD%d
b $STORAGE              22   0  1  33 hdc
b $STORAGE              22  64  1  33 hdd

c $SERIAL               23   0  1  32 cud%d
b $STORAGE              23   0  1   1 mcd

c $SERIAL               24   0  1 256 ttyE%d
b $STORAGE              24   0  1   1 cdu535

c $SERIAL               25   0  1 256 cue%d
b $STORAGE              25   0  1   4 sbpcd%d 0

c $CONSOLE              26   0  1   1 wvisfgrab
b $STORAGE              26   0  1   4 sbpcd%d 4

c $STORAGE              27   0  1   4 qft%d
c $STORAGE              27   4  1   4 nqft%d
c $STORAGE              27  16  1   4 zqft%d
c $STORAGE              27  20  1   4 nzqft%d
c $STORAGE              27  32  1   4 rawqft%d
c $STORAGE              27  36  1   4 nrawqft%d
b $STORAGE              27   0  1   4 sbpcd%d 8

c $ROOT                 28   0  1   4 staliomem%d
c $PRINTER              28   0  1   4 slm%d
b $STORAGE              28   0  1   4 sbpcd%d 12

# This next set's commented out because it conflicts with the Apple Desktop
# Bus driver, which appears to be the more correct of the two.
# b $STORAGE              28   0  1  16 ada
# b $STORAGE              28  16  1  16 adb
# b $STORAGE              28  32  1  16 adc
# b $STORAGE              28  48  1  16 add
# b $STORAGE              28  64  1  16 ade
# b $STORAGE              28  80  1  16 adf
# b $STORAGE              28  96  1  16 adg
# b $STORAGE              28 112  1  16 adh
# b $STORAGE              28 128  1  16 adi
# b $STORAGE              28 144  1  16 adj
# b $STORAGE              28 160  1  16 adk
# b $STORAGE              28 176  1  16 adl
# b $STORAGE              28 192  1  16 adm
# b $STORAGE              28 208  1  16 adn
# b $STORAGE              28 224  1  16 ado
# b $STORAGE              28 240  1  16 adp

c $CONSOLE              29   0  1  32 fb%d
b $STORAGE              29   0  1   1 aztcd

c $ROOT                 30   0  1   1 socksys
c $ROOT                 30   1  1   1 spx
c $ROOT                 30  32  1   1 inet/ip
c $ROOT                 30  33  1   1 inet/icmp
c $ROOT                 30  34  1   1 inet/ggp
c $ROOT                 30  35  1   1 inet/ipip
c $ROOT                 30  36  1   1 inet/tcp
c $ROOT                 30  37  1   1 inet/egp
c $ROOT                 30  38  1   1 inet/pup
c $ROOT                 30  39  1   1 inet/udp
c $ROOT                 30  40  1   1 inet/idp
c $ROOT                 30  41  1   1 inet/rawip
l                                     ip    inet/ip
l                                     icmp  inet/icmp
l                                     ggp   inet/ggp
l                                     ipip  inet/ipip
l                                     tcp   inet/tcp
l                                     egp   inet/egp
l                                     pup   inet/pup
l                                     udp   inet/udp
l                                     idp   inet/idp
l                                     rawip inet/rawip
l                                     inet/arp udp
l                                     inet/rip udp
l                                     nfsd socksys
l                                     X0R null

b $STORAGE              30   0  1   1 cm205cd

c $CONSOLE              31   0  1   1 mpu401data
c $CONSOLE              31   1  1   1 mpu401stat
b $STORAGE              31   0  1   8 rom%d
b $STORAGE              31   8  1   8 rrom%d
b $STORAGE              31  16  1   8 flash%d
b $STORAGE              31  24  1   8 rflash%d

c $SERIAL               32   0  1  16 ttyX%d
b $STORAGE              32   0  1   1 cm206cd

c $SERIAL               33   0  1  16 cux%d
b $STORAGE              33   0  1  33 hde
b $STORAGE              33  64  1  33 hdf

c $ROOT                 34   0  1  16 scc%d
b $STORAGE              34   0  1  33 hdg
b $STORAGE              34  64  1  33 hdh

c $CONSOLE              35   0  1   4 midi%d
c $CONSOLE              35  64  1   4 rmidi%d
c $CONSOLE              35 128  1   4 smpte%d
b $STORAGE              35   0  1   1 slram

c $ROOT                 36   0  1   1 route
c $ROOT                 36   1  1   1 skip
c $ROOT                 36   2  1   1 fwmonitor
c $ROOT                 36  16  1  16 tap%d
b $STORAGE              36   0  1  64 eda
b $STORAGE              36  64  1  64 edb

c $STORAGE              37   0  1 128 ht%d
c $STORAGE              37 128  1 128 nht%d
b $STORAGE              37   0  1   1 z2ram

c $ROOT                 38   0  1  16 mlanai%d

c $ROOT                 39   0  1  16 ml16pa-a%d
c $ROOT                 39  16  1   1 ml16pa-d
c $ROOT                 39  17  1   3 ml16pa-c%d
c $ROOT                 39  32  1  16 ml16pb-a%d
c $ROOT                 39  48  1   1 ml16pb-d
c $ROOT                 39  49  1   3 ml16pb-c%d

c $CONSOLE              40   0  1   1 mmetfgrab

# Obsolete (see devices.txt).
#b $ROOT                 40   0  1  16 eza

c $ROOT                 41   0  1   1 yamm
b $STORAGE              41   0  1   1 bpcd

# Stay away from major 42!  Don't add any entries which use it!  I mean it!

c $SERIAL               43   0  1  64 ttyI%d
b $STORAGE              43   0  1 128 nb%d

c $SERIAL               44   0  1  64 cui%d
b $STORAGE              44   0  1  16 ftla
b $STORAGE              44  16  1  16 ftlb
b $STORAGE              44  32  1  16 ftlc
b $STORAGE              44  48  1  16 ftld
b $STORAGE              44  64  1  16 ftle
b $STORAGE              44  80  1  16 ftlf
b $STORAGE              44  96  1  16 ftlg
b $STORAGE              44 112  1  16 ftlh
b $STORAGE              44 128  1  16 ftli
b $STORAGE              44 144  1  16 ftlj
b $STORAGE              44 160  1  16 ftlk
b $STORAGE              44 176  1  16 ftll
b $STORAGE              44 192  1  16 ftlm
b $STORAGE              44 208  1  16 ftln
b $STORAGE              44 224  1  16 ftlo
b $STORAGE              44 240  1  16 ftlp

c $ROOT                 45   0  1  64 isdn%d
c $ROOT                 45  64  1  64 isdnctrl%d
c $ROOT                 45 128  1  64 ippp%d
c $ROOT                 45 255  1   1 isdninfo
b $STORAGE              45   0  1  16 pda
b $STORAGE              45  16  1  16 pdb
b $STORAGE              45  32  1  16 pdc
b $STORAGE              45  48  1  16 pdd

c $SERIAL               46   0  1  16 ttyR%d
b $STORAGE              46   0  1   4 pcd%d

c $SERIAL               47   0  1  16 cur%d
b $STORAGE              47   0  1   4 pf%d

c $SERIAL               48   0  1  16 ttyL%d
c $SERIAL               49   0  1  16 cul%d

c $SERIAL               51   0  1  16 bc%d

c $ROOT                 52   0  1   4 dcbri%d

c $ROOT                 53   0  1   3 pd_bdm%d
c $ROOT                 53   3  1   3 icd_bdm%d

c $SERIAL               54   0  1   3 holter%d

c $ROOT                 55   0  1   1 dsp56k

c $ROOT                 56   0  1   1 adb
b $STORAGE              56   0  1  33 hdi
b $STORAGE              56  64  1  33 hdj

c $SERIAL               57   0  1  16 ttyP%d
b $STORAGE              57   0  1  33 hdk
b $STORAGE              57  64  1  33 hdl

c $SERIAL               58   0  1  16 cup%d

c $ROOT                 59   0  1   1 firewall

# Conflicts with parallel-port disks (see devices.txt).
#b $STORAGE              59   0  1   8 pda%d
#b $STORAGE              59   0  1   8 rpda%d

# Here there be dragons.

c $ROOT                 64   0  1   1 enskip
b $STORAGE              64   0  1   1 scramdisk/master
b $STORAGE              64   1  1 254 scramdisk/%d

c $ROOT                 65   0  1   4 plink%d
c $ROOT                 65  64  1   4 rplink%d
c $ROOT                 65 128  1   4 plink%dd
c $ROOT                 65 192  1   4 rplink%dd
b $STORAGE              65   0  1  16 sdq
b $STORAGE              65  16  1  16 sdr
b $STORAGE              65  32  1  16 sds
b $STORAGE              65  48  1  16 sdt
b $STORAGE              65  64  1  16 sdu
b $STORAGE              65  80  1  16 sdv
b $STORAGE              65  96  1  16 sdw
b $STORAGE              65 112  1  16 sdx
b $STORAGE              65 128  1  16 sdy
b $STORAGE              65 144  1  16 sdz
b $STORAGE              65 160  1  16 sdaa
b $STORAGE              65 176  1  16 sdab
b $STORAGE              65 192  1  16 sdac
b $STORAGE              65 208  1  16 sdad
b $STORAGE              65 224  1  16 sdae
b $STORAGE              65 240  1  16 sdaf

c $ROOT                 66   0  1  16 yppcpci%d
b $STORAGE              66   0  1  16 sdag
b $STORAGE              66  16  1  16 sdah
b $STORAGE              66  32  1  16 sdai
b $STORAGE              66  48  1  16 sdaj
b $STORAGE              66  64  1  16 sdak
b $STORAGE              66  80  1  16 sdal
b $STORAGE              66  96  1  16 sdam
b $STORAGE              66 112  1  16 sdan
b $STORAGE              66 128  1  16 sdao
b $STORAGE              66 144  1  16 sdap
b $STORAGE              66 160  1  16 sdaq
b $STORAGE              66 176  1  16 sdar
b $STORAGE              66 192  1  16 sdas
b $STORAGE              66 208  1  16 sdat
b $STORAGE              66 224  1  16 sdau
b $STORAGE              66 240  1  16 sdav

c $STORAGE              67   0  1   1 cfs0
b $STORAGE              67   0  1  16 sdaw
b $STORAGE              67  16  1  16 sdax
b $STORAGE              67  32  1  16 sday
b $STORAGE              67  48  1  16 sdaz
b $STORAGE              67  64  1  16 sdba
b $STORAGE              67  80  1  16 sdbb
b $STORAGE              67  96  1  16 sdbc
b $STORAGE              67 112  1  16 sdbd
b $STORAGE              67 128  1  16 sdbe
b $STORAGE              67 144  1  16 sdbf
b $STORAGE              67 160  1  16 sdbg
b $STORAGE              67 176  1  16 sdbh
b $STORAGE              67 192  1  16 sdbi
b $STORAGE              67 208  1  16 sdbj
b $STORAGE              67 224  1  16 sdbk
b $STORAGE              67 240  1  16 sdbl

c $ROOT                 68   0  1   1 capi20
c $ROOT                 68   1  1  20 capi20.%02d
b $STORAGE              68   0  1  16 sdbm
b $STORAGE              68  16  1  16 sdbn
b $STORAGE              68  32  1  16 sdbo
b $STORAGE              68  48  1  16 sdbp
b $STORAGE              68  64  1  16 sdbq
b $STORAGE              68  80  1  16 sdbr
b $STORAGE              68  96  1  16 sdbs
b $STORAGE              68 112  1  16 sdbt
b $STORAGE              68 128  1  16 sdbu
b $STORAGE              68 144  1  16 sdbv
b $STORAGE              68 160  1  16 sdbw
b $STORAGE              68 176  1  16 sdbx
b $STORAGE              68 192  1  16 sdby
b $STORAGE              68 208  1  16 sdbz
b $STORAGE              68 224  1  16 sdca
b $STORAGE              68 240  1  16 sdcb

c $ROOT                 69   0  1   1 ma16
b $STORAGE              69   0  1  16 sdcc
b $STORAGE              69  16  1  16 sdcd
b $STORAGE              69  32  1  16 sdce
b $STORAGE              69  48  1  16 sdcf
b $STORAGE              69  64  1  16 sdcg
b $STORAGE              69  80  1  16 sdch
b $STORAGE              69  96  1  16 sdci
b $STORAGE              69 112  1  16 sdcj
b $STORAGE              69 128  1  16 sdck
b $STORAGE              69 144  1  16 sdcl
b $STORAGE              69 160  1  16 sdcm
b $STORAGE              69 176  1  16 sdcn
b $STORAGE              69 192  1  16 sdco
b $STORAGE              69 208  1  16 sdcp
b $STORAGE              69 224  1  16 sdcq
b $STORAGE              69 240  1  16 sdcr

c $ROOT                 70   0  1   1 apscfg
c $ROOT                 70   1  1   1 apsauth
c $ROOT                 70   2  1   1 apslog
c $ROOT                 70   3  1   1 apsdbg
c $ROOT                 70  64  1   1 apsisdn
c $ROOT                 70  65  1   1 apsasync
c $ROOT                 70 128  1   1 apsmon
b $STORAGE              70   0  1  16 sdcs
b $STORAGE              70  16  1  16 sdct
b $STORAGE              70  32  1  16 sdcu
b $STORAGE              70  48  1  16 sdcv
b $STORAGE              70  64  1  16 sdcw
b $STORAGE              70  80  1  16 sdcx
b $STORAGE              70  96  1  16 sdcy
b $STORAGE              70 112  1  16 sdcz
b $STORAGE              70 128  1  16 sdda
b $STORAGE              70 144  1  16 sddb
b $STORAGE              70 160  1  16 sddc
b $STORAGE              70 176  1  16 sddd
b $STORAGE              70 192  1  16 sdde
b $STORAGE              70 208  1  16 sddf
b $STORAGE              70 224  1  16 sddg
b $STORAGE              70 240  1  16 sddh

c $SERIAL               71   0  1 256 ttyF%d
b $STORAGE              71   0  1  16 sddi
b $STORAGE              71  16  1  16 sddj
b $STORAGE              71  32  1  16 sddk
b $STORAGE              71  48  1  16 sddl
b $STORAGE              71  64  1  16 sddm
b $STORAGE              71  80  1  16 sddn
b $STORAGE              71  96  1  16 sddo
b $STORAGE              71 112  1  16 sddp
b $STORAGE              71 128  1  16 sddq
b $STORAGE              71 144  1  16 sddr
b $STORAGE              71 160  1  16 sdds
b $STORAGE              71 176  1  16 sddt
b $STORAGE              71 192  1  16 sddu
b $STORAGE              71 208  1  16 sddv
b $STORAGE              71 224  1  16 sddw
b $STORAGE              71 240  1  16 sddx

c $SERIAL               72   0  1 256 cuf%d

c $ROOT                 73   0  4   4 ip2ipl%d
c $ROOT                 73   1  4   4 ip2stat%d

c $ROOT                 74   0  1  16 SCI/%d

c $SERIAL               75   0  1  16 ttyW%d

c $SERIAL               76   0  1  16 cuw%d

c $ALLREAD              77   0  1   1 qng

# Conflict with isicom driver (see devices.txt).
#c $SERIAL               78   0  1  16 ttyM%x
#c $SERIAL               79   0  1  16 cum%d

c $CONSOLE              80   0  1   1 at200
b $STORAGE              80   0  1  16 i2o/hda
b $STORAGE              80  16  1  16 i2o/hdb
b $STORAGE              80  32  1  16 i2o/hdc
b $STORAGE              80  48  1  16 i2o/hdd
b $STORAGE              80  64  1  16 i2o/hde
b $STORAGE              80  80  1  16 i2o/hdf
b $STORAGE              80  96  1  16 i2o/hdg
b $STORAGE              80 112  1  16 i2o/hdh
b $STORAGE              80 128  1  16 i2o/hdi
b $STORAGE              80 144  1  16 i2o/hdj
b $STORAGE              80 160  1  16 i2o/hdk
b $STORAGE              80 176  1  16 i2o/hdl
b $STORAGE              80 192  1  16 i2o/hdm
b $STORAGE              80 208  1  16 i2o/hdn
b $STORAGE              80 224  1  16 i2o/hdo
b $STORAGE              80 240  1  16 i2o/hdp

c $CONSOLE              81   0  1  64 video%d
c $CONSOLE              81  64  1  64 radio%d
c $CONSOLE              81 192  1  32 vtx%d
c $CONSOLE              81 224  1  32 vbi%d

b $STORAGE              81   0  1  16 i2o/hdq
b $STORAGE              81  16  1  16 i2o/hdr
b $STORAGE              81  32  1  16 i2o/hds
b $STORAGE              81  48  1  16 i2o/hdt
b $STORAGE              81  64  1  16 i2o/hdu
b $STORAGE              81  80  1  16 i2o/hdv
b $STORAGE              81  96  1  16 i2o/hdw
b $STORAGE              81 112  1  16 i2o/hdx
b $STORAGE              81 128  1  16 i2o/hdy
b $STORAGE              81 144  1  16 i2o/hdz
b $STORAGE              81 160  1  16 i2o/hdaa
b $STORAGE              81 176  1  16 i2o/hdab
b $STORAGE              81 192  1  16 i2o/hdac
b $STORAGE              81 208  1  16 i2o/hdad
b $STORAGE              81 224  1  16 i2o/hdae
b $STORAGE              81 240  1  16 i2o/hdaf

c $CONSOLE              82   0  1   4 winradio%d

b $STORAGE              82   0  1  16 i2o/hdag
b $STORAGE              82  16  1  16 i2o/hdah
b $STORAGE              82  32  1  16 i2o/hdai
b $STORAGE              82  48  1  16 i2o/hdaj
b $STORAGE              82  64  1  16 i2o/hdak
b $STORAGE              82  80  1  16 i2o/hdal
b $STORAGE              82  96  1  16 i2o/hdam
b $STORAGE              82 112  1  16 i2o/hdan
b $STORAGE              82 128  1  16 i2o/hdao
b $STORAGE              82 144  1  16 i2o/hdap
b $STORAGE              82 160  1  16 i2o/hdaq
b $STORAGE              82 176  1  16 i2o/hdar
b $STORAGE              82 192  1  16 i2o/hdas
b $STORAGE              82 208  1  16 i2o/hdat
b $STORAGE              82 224  1  16 i2o/hdau
b $STORAGE              82 240  1  16 i2o/hdav

c $CONSOLE              83   0  1  16 mga_vid%d

b $STORAGE              83   0  1  16 i2o/hdaw
b $STORAGE              83  16  1  16 i2o/hdax
b $STORAGE              83  32  1  16 i2o/hday
b $STORAGE              83  48  1  16 i2o/hdaz
b $STORAGE              83  64  1  16 i2o/hdba
b $STORAGE              83  80  1  16 i2o/hdbb
b $STORAGE              83  96  1  16 i2o/hdbc
b $STORAGE              83 112  1  16 i2o/hdbd
b $STORAGE              83 128  1  16 i2o/hdbe
b $STORAGE              83 144  1  16 i2o/hdbf
b $STORAGE              83 160  1  16 i2o/hdbg
b $STORAGE              83 176  1  16 i2o/hdbh
b $STORAGE              83 192  1  16 i2o/hdbi
b $STORAGE              83 208  1  16 i2o/hdbj
b $STORAGE              83 224  1  16 i2o/hdbk
b $STORAGE              83 240  1  16 i2o/hdbl

c $ROOT                 84   0  1   2 ihcp%d

b $STORAGE              84   0  1  16 i2o/hdbm
b $STORAGE              84  16  1  16 i2o/hdbn
b $STORAGE              84  32  1  16 i2o/hdbo
b $STORAGE              84  48  1  16 i2o/hdbp
b $STORAGE              84  64  1  16 i2o/hdbq
b $STORAGE              84  80  1  16 i2o/hdbr
b $STORAGE              84  96  1  16 i2o/hdbs
b $STORAGE              84 112  1  16 i2o/hdbt
b $STORAGE              84 128  1  16 i2o/hdbu
b $STORAGE              84 144  1  16 i2o/hdbv
b $STORAGE              84 160  1  16 i2o/hdbw
b $STORAGE              84 176  1  16 i2o/hdbx
b $STORAGE              84 192  1  16 i2o/hdby
b $STORAGE              84 208  1  16 i2o/hdbz
b $STORAGE              84 224  1  16 i2o/hdca
b $STORAGE              84 240  1  16 i2o/hdcb

c $ROOT                 85   0  1   1 shmiq
c $ROOT                 85   1  1   8 qcntl%d

b $STORAGE              85   0  1  16 i2o/hdcc
b $STORAGE              85  16  1  16 i2o/hdcd
b $STORAGE              85  32  1  16 i2o/hdce
b $STORAGE              85  48  1  16 i2o/hdcf
b $STORAGE              85  64  1  16 i2o/hdcg
b $STORAGE              85  80  1  16 i2o/hdch
b $STORAGE              85  96  1  16 i2o/hdci
b $STORAGE              85 112  1  16 i2o/hdcj
b $STORAGE              85 128  1  16 i2o/hdck
b $STORAGE              85 144  1  16 i2o/hdcl
b $STORAGE              85 160  1  16 i2o/hdcm
b $STORAGE              85 176  1  16 i2o/hdcn
b $STORAGE              85 192  1  16 i2o/hdco
b $STORAGE              85 208  1  16 i2o/hdcp
b $STORAGE              85 224  1  16 i2o/hdcq
b $STORAGE              85 240  1  16 i2o/hdcr

c $STORAGE              86   0  1   8 sch%d

b $STORAGE              86   0  1  16 i2o/hdcs
b $STORAGE              86  16  1  16 i2o/hdct
b $STORAGE              86  32  1  16 i2o/hdcu
b $STORAGE              86  48  1  16 i2o/hdcv
b $STORAGE              86  64  1  16 i2o/hdcw
b $STORAGE              86  80  1  16 i2o/hdcx
b $STORAGE              86  96  1  16 i2o/hdcy
b $STORAGE              86 112  1  16 i2o/hdcz
b $STORAGE              86 128  1  16 i2o/hdda
b $STORAGE              86 144  1  16 i2o/hddb
b $STORAGE              86 160  1  16 i2o/hddc
b $STORAGE              86 176  1  16 i2o/hddd
b $STORAGE              86 192  1  16 i2o/hdde
b $STORAGE              86 208  1  16 i2o/hddf
b $STORAGE              86 224  1  16 i2o/hddg
b $STORAGE              86 240  1  16 i2o/hddh

c $STORAGE              87   0  1   8 controla%d

b $STORAGE              87   0  1  16 i2o/hddi
b $STORAGE              87  16  1  16 i2o/hddj
b $STORAGE              87  32  1  16 i2o/hddk
b $STORAGE              87  48  1  16 i2o/hddl
b $STORAGE              87  64  1  16 i2o/hddm
b $STORAGE              87  80  1  16 i2o/hddn
b $STORAGE              87  96  1  16 i2o/hddo
b $STORAGE              87 112  1  16 i2o/hddp
b $STORAGE              87 128  1  16 i2o/hddq
b $STORAGE              87 144  1  16 i2o/hddr
b $STORAGE              87 160  1  16 i2o/hdds
b $STORAGE              87 176  1  16 i2o/hddt
b $STORAGE              87 192  1  16 i2o/hddu
b $STORAGE              87 208  1  16 i2o/hddv
b $STORAGE              87 224  1  16 i2o/hddw
b $STORAGE              87 240  1  16 i2o/hddx

c $SERIAL               88   0  1   8 comx%d

b $STORAGE              88   0  1  33 hdm
b $STORAGE              88  64  1  33 hdn

c $ROOT                 89   0  1   8 i2c-%d

b $STORAGE              89   0  1  33 hdo
b $STORAGE              89  64  1  33 hdp

c $STORAGE              90   0  2  16 mtd%d
c $STORAGE              90   1  2  16 mtdr%d

b $STORAGE              90   0  1  33 hdq
b $STORAGE              90  64  1  33 hdr

c $ROOT                 91   0  1  16 can%d

b $STORAGE              91   0  1  33 hds
b $STORAGE              91  64  1  33 hdt

b $STORAGE              92   0  1  64 ppdd%d

c $CONSOLE              93   0  1   8 iscc%d
c $CONSOLE              93 128  1   8 isccctl%d

b $STORAGE              93   0 16   1 nftla
b $STORAGE              93  16 16  15 nftl%c a

c $CONSOLE              94   0  1   8 dcxx%d

# devices.txt gives us 64 numbered dasd devices, with apparently up to three
# lettered partitions on each; the older s390-specific file used 64 lettered
# devices with up to three numbered partitions on each; the second partition on
# the second disk is now dasd1b (94/6) instead of dasdb2 (94/6)
b $STORAGE              94   0  4  64 dasd%d
b $STORAGE              94   1  4  64 dasd%da
b $STORAGE              94   2  4  64 dasd%db
b $STORAGE              94   3  4  64 dasd%dc

c $ROOT                 95   0  1   1 ipl
c $ROOT                 95   1  1   1 ipnat
c $ROOT                 95   2  1   1 ipstate
c $ROOT                 95   3  1   1 ipauth

c $STORAGE              96   0  1  16 pt%d
c $STORAGE              96 128  1  16 npt%d

b $STORAGE              96   0  1  16 inftla
b $STORAGE              96  16  1  16 inftlb
b $STORAGE              96  32  1  16 inftlc
b $STORAGE              96  48  1  16 inftld
b $STORAGE              96  64  1  16 inftle
b $STORAGE              96  80  1  16 inftlf
b $STORAGE              96  96  1  16 inftlg
b $STORAGE              96 112  1  16 inftlh
b $STORAGE              96 128  1  16 inftli
b $STORAGE              96 144  1  16 inftlj
b $STORAGE              96 160  1  16 inftlk
b $STORAGE              96 176  1  16 inftll
b $STORAGE              96 192  1  16 inftlm
b $STORAGE              96 208  1  16 inftln
b $STORAGE              96 224  1  16 inftlo
b $STORAGE              96 240  1  16 inftlp

c $STORAGE              97   0  1   4 pg%d

c $ROOT                 98   0  1   4 comedi%d
b $STORAGE              98   0  1  16 ubda
b $STORAGE              98  16  1  16 ubdb
b $STORAGE              98  32  1  16 ubdc
b $STORAGE              98  48  1  16 ubdd
b $STORAGE              98  64  1  16 ubde
b $STORAGE              98  80  1  16 ubdf
b $STORAGE              98  96  1  16 ubdg
b $STORAGE              98 112  1  16 ubdh
b $STORAGE              98 128  1  16 ubdi
b $STORAGE              98 144  1  16 ubdj
b $STORAGE              98 160  1  16 ubdk
b $STORAGE              98 176  1  16 ubdl
b $STORAGE              98 192  1  16 ubdm
b $STORAGE              98 208  1  16 ubdn
b $STORAGE              98 224  1  16 ubdo
b $STORAGE              98 240  1  16 ubdp

c $PRINTER              99   0  1   8 parport%d
b $STORAGE              99   0  1   1 jsfd

c $CONSOLE             100   0  1   8 phone%d

c $ROOT                101   0  1   1 mdspstat
c $ROOT                101   1  1  16 mdsp%d 1

b $STORAGE             101   0  1   1 amiraid/ar0
b $STORAGE             101   1  1  15 amiraid/ar0p%d
b $STORAGE             101  16  1   1 amiraid/ar1
b $STORAGE             101  17  1  15 amiraid/ar1p%d
b $STORAGE             101  32  1   1 amiraid/ar2
b $STORAGE             101  33  1  15 amiraid/ar2p%d
b $STORAGE             101  48  1   1 amiraid/ar3
b $STORAGE             101  49  1  15 amiraid/ar3p%d
b $STORAGE             101  64  1   1 amiraid/ar4
b $STORAGE             101  65  1  15 amiraid/ar4p%d
b $STORAGE             101  80  1   1 amiraid/ar5
b $STORAGE             101  81  1  15 amiraid/ar5p%d
b $STORAGE             101  96  1   1 amiraid/ar6
b $STORAGE             101  97  1  15 amiraid/ar6p%d
b $STORAGE             101 112  1   1 amiraid/ar7
b $STORAGE             101 113  1  15 amiraid/ar7p%d
b $STORAGE             101 128  1   1 amiraid/ar8
b $STORAGE             101 129  1  15 amiraid/ar8p%d
b $STORAGE             101 144  1   1 amiraid/ar9
b $STORAGE             101 145  1  15 amiraid/ar9p%d
b $STORAGE             101 160  1   1 amiraid/ar10
b $STORAGE             101 161  1  15 amiraid/ar10p%d
b $STORAGE             101 176  1   1 amiraid/ar11
b $STORAGE             101 177  1  15 amiraid/ar11p%d
b $STORAGE             101 192  1   1 amiraid/ar12
b $STORAGE             101 193  1  15 amiraid/ar12p%d
b $STORAGE             101 208  1   1 amiraid/ar13
b $STORAGE             101 209  1  15 amiraid/ar13p%d
b $STORAGE             101 224  1   1 amiraid/ar14
b $STORAGE             101 225  1  15 amiraid/ar14p%d
b $STORAGE             101 240  1   1 amiraid/ar15
b $STORAGE             101 241  1  15 amiraid/ar15p%d

c $ROOT                102   0  1   4 tlk%d

b $STORAGE             102   0  1  16 cbd/a
b $STORAGE             102  16  1  16 cbd/b
b $STORAGE             102  32  1  16 cbd/c
b $STORAGE             102  48  1  16 cbd/d
b $STORAGE             102  64  1  16 cbd/e
b $STORAGE             102  80  1  16 cbd/f
b $STORAGE             102  96  1  16 cbd/g
b $STORAGE             102 112  1  16 cbd/h
b $STORAGE             102 128  1  16 cbd/i
b $STORAGE             102 144  1  16 cbd/j
b $STORAGE             102 160  1  16 cbd/k
b $STORAGE             102 176  1  16 cbd/l
b $STORAGE             102 192  1  16 cbd/m
b $STORAGE             102 208  1  16 cbd/n
b $STORAGE             102 224  1  16 cbd/o
b $STORAGE             102 240  1  16 cbd/p

c $STORAGE             103   0  1   2 nnpfs%d
b $ROOT                103   0  1   1 audit

c $SERIAL              105   0  1  16 ttyV%d

c $SERIAL              106   0  1  16 cuv%d

c $CONSOLE             107   0  1   1 3dfx

c $ROOT                108   0  1   1 ppp

c $CONSOLE             110   0  1   8 srnd%d

c $CONSOLE             111   0  1   8 av%d

c $SERIAL              112   0  1  16 ttyM%x

b $STORAGE             112   0  1   8 iseries/vda
b $STORAGE             112   8  1   8 iseries/vdb
b $STORAGE             112  16  1   8 iseries/vdc
b $STORAGE             112  24  1   8 iseries/vdd
b $STORAGE             112  32  1   8 iseries/vde
b $STORAGE             112  40  1   8 iseries/vdf
b $STORAGE             112  48  1   8 iseries/vdg
b $STORAGE             112  56  1   8 iseries/vdh
b $STORAGE             112  64  1   8 iseries/vdi
b $STORAGE             112  72  1   8 iseries/vdj
b $STORAGE             112  80  1   8 iseries/vdk
b $STORAGE             112  88  1   8 iseries/vdl
b $STORAGE             112  96  1   8 iseries/vdm
b $STORAGE             112 104  1   8 iseries/vdn
b $STORAGE             112 112  1   8 iseries/vdo
b $STORAGE             112 120  1   8 iseries/vdp
b $STORAGE             112 128  1   8 iseries/vdq
b $STORAGE             112 136  1   8 iseries/vdr
b $STORAGE             112 144  1   8 iseries/vds
b $STORAGE             112 152  1   8 iseries/vdt
b $STORAGE             112 160  1   8 iseries/vdu
b $STORAGE             112 168  1   8 iseries/vdv
b $STORAGE             112 176  1   8 iseries/vdw
b $STORAGE             112 184  1   8 iseries/vdx
b $STORAGE             112 192  1   8 iseries/vdy
b $STORAGE             112 200  1   8 iseries/vdz
b $STORAGE             112 208  1   8 iseries/vdaa
b $STORAGE             112 216  1   8 iseries/vdab
b $STORAGE             112 224  1   8 iseries/vdac
b $STORAGE             112 232  1   8 iseries/vdad
b $STORAGE             112 240  1   8 iseries/vdae
b $STORAGE             112 248  1   8 iseries/vdaf

c $SERIAL              113   0  1  16 cum%d

b $STORAGE             113   0  1   8 iseries/vcd%c a

c $ROOT                114   0  1  16 ise%d
c $ROOT                114 128  1  16 isex%d

c $PRINTER             115   0  1   8 tipar%d
c $SERIAL              115   8  1   8 tiser%d
c $ROOT                115  16  1  16 tiusb%d
b $STORAGE             115   0  1 256 nwfs/v%d

b $STORAGE             116   0 16  16 umem/d%d
b $STORAGE             116   1  1  15 umem/d0p%d
b $STORAGE             116  17  1  15 umem/d1p%d
b $STORAGE             116  33  1  15 umem/d2p%d
b $STORAGE             116  49  1  15 umem/d3p%d
b $STORAGE             116  65  1  15 umem/d4p%d
b $STORAGE             116  81  1  15 umem/d5p%d
b $STORAGE             116  97  1  15 umem/d6p%d
b $STORAGE             116 113  1  15 umem/d7p%d
b $STORAGE             116 129  1  15 umem/d8p%d
b $STORAGE             116 145  1  15 umem/d9p%d
b $STORAGE             116 161  1  15 umem/d10p%d
b $STORAGE             116 177  1  15 umem/d11p%d
b $STORAGE             116 193  1  15 umem/d12p%d
b $STORAGE             116 209  1  15 umem/d13p%d
b $STORAGE             116 225  1  15 umem/d14p%d
b $STORAGE             116 241  1  15 umem/d15p%d

c $SERIAL              117   0  1  16 cosa0c%d
c $SERIAL              117  16  1  16 cosa1c%d

c $ROOT                118   0  1   1 ica
c $ROOT                118   1  1  15 ica%d

c $ROOT                119   0  1  10 vnet%d

b $STORAGE             128   0  1  16 sddy
b $STORAGE             128  16  1  16 sddz
b $STORAGE             128  32  1  16 sdea
b $STORAGE             128  48  1  16 sdeb
b $STORAGE             128  64  1  16 sdec
b $STORAGE             128  80  1  16 sded
b $STORAGE             128  96  1  16 sdee
b $STORAGE             128 112  1  16 sdef
b $STORAGE             128 128  1  16 sdeg
b $STORAGE             128 144  1  16 sdeh
b $STORAGE             128 160  1  16 sdei
b $STORAGE             128 176  1  16 sdej
b $STORAGE             128 192  1  16 sdek
b $STORAGE             128 208  1  16 sdel
b $STORAGE             128 224  1  16 sdem
b $STORAGE             128 240  1  16 sden

b $STORAGE             129   0  1  16 sdeo
b $STORAGE             129  16  1  16 sdep
b $STORAGE             129  32  1  16 sdeq
b $STORAGE             129  48  1  16 sder
b $STORAGE             129  64  1  16 sdes
b $STORAGE             129  80  1  16 sdet
b $STORAGE             129  96  1  16 sdeu
b $STORAGE             129 112  1  16 sdev
b $STORAGE             129 128  1  16 sdew
b $STORAGE             129 144  1  16 sdex
b $STORAGE             129 160  1  16 sdey
b $STORAGE             129 176  1  16 sdez
b $STORAGE             129 192  1  16 sdfa
b $STORAGE             129 208  1  16 sdfb
b $STORAGE             129 224  1  16 sdfc
b $STORAGE             129 240  1  16 sdfd

b $STORAGE             130   0  1  16 sdfe
b $STORAGE             130  16  1  16 sdff
b $STORAGE             130  32  1  16 sdfg
b $STORAGE             130  48  1  16 sdfh
b $STORAGE             130  64  1  16 sdfi
b $STORAGE             130  80  1  16 sdfj
b $STORAGE             130  96  1  16 sdfk
b $STORAGE             130 112  1  16 sdfl
b $STORAGE             130 128  1  16 sdfm
b $STORAGE             130 144  1  16 sdfn
b $STORAGE             130 160  1  16 sdfo
b $STORAGE             130 176  1  16 sdfp
b $STORAGE             130 192  1  16 sdfq
b $STORAGE             130 208  1  16 sdfr
b $STORAGE             130 224  1  16 sdfs
b $STORAGE             130 240  1  16 sdft

b $STORAGE             131   0  1  16 sdfu
b $STORAGE             131  16  1  16 sdfv
b $STORAGE             131  32  1  16 sdfw
b $STORAGE             131  48  1  16 sdfx
b $STORAGE             131  64  1  16 sdfy
b $STORAGE             131  80  1  16 sdfz
b $STORAGE             131  96  1  16 sdga
b $STORAGE             131 112  1  16 sdgb
b $STORAGE             131 128  1  16 sdgc
b $STORAGE             131 144  1  16 sdgd
b $STORAGE             131 160  1  16 sdge
b $STORAGE             131 176  1  16 sdgf
b $STORAGE             131 192  1  16 sdgg
b $STORAGE             131 208  1  16 sdgh
b $STORAGE             131 224  1  16 sdgi
b $STORAGE             131 240  1  16 sdgj

b $STORAGE             132   0  1  16 sdgk
b $STORAGE             132  16  1  16 sdgl
b $STORAGE             132  32  1  16 sdgm
b $STORAGE             132  48  1  16 sdgn
b $STORAGE             132  64  1  16 sdgo
b $STORAGE             132  80  1  16 sdgp
b $STORAGE             132  96  1  16 sdgq
b $STORAGE             132 112  1  16 sdgr
b $STORAGE             132 128  1  16 sdgs
b $STORAGE             132 144  1  16 sdgt
b $STORAGE             132 160  1  16 sdgu
b $STORAGE             132 176  1  16 sdgv
b $STORAGE             132 192  1  16 sdgw
b $STORAGE             132 208  1  16 sdgx
b $STORAGE             132 224  1  16 sdgy
b $STORAGE             132 240  1  16 sdgz

b $STORAGE             133   0  1  16 sdha
b $STORAGE             133  16  1  16 sdhb
b $STORAGE             133  32  1  16 sdhc
b $STORAGE             133  48  1  16 sdhd
b $STORAGE             133  64  1  16 sdhe
b $STORAGE             133  80  1  16 sdhf
b $STORAGE             133  96  1  16 sdhg
b $STORAGE             133 112  1  16 sdhh
b $STORAGE             133 128  1  16 sdhi
b $STORAGE             133 144  1  16 sdhj
b $STORAGE             133 160  1  16 sdhk
b $STORAGE             133 176  1  16 sdhl
b $STORAGE             133 192  1  16 sdhm
b $STORAGE             133 208  1  16 sdhn
b $STORAGE             133 224  1  16 sdho
b $STORAGE             133 240  1  16 sdhp

b $STORAGE             134   0  1  16 sdhq
b $STORAGE             134  16  1  16 sdhr
b $STORAGE             134  32  1  16 sdhs
b $STORAGE             134  48  1  16 sdht
b $STORAGE             134  64  1  16 sdhu
b $STORAGE             134  80  1  16 sdA A A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             hv
b $STORAGE             134  96  1  16 sdhw
b $STORAGE             134 112  1  16 sdhx
b $STORAGE             134 128  1  16 sdhy
b $STORAGE             134 144  1  16 sdhz
b $STORAGE             134 160  1  16 sdia
b $STORAGE             134 176  1  16 sdib
b $STORAGE             134 192  1  16 sdic
b $STORAGE             134 208  1  16 sdid
b $STORAGE             134 224  1  16 sdie
b $STORAGE             134 240  1  16 sdif

b $STORAGE             135   0  1  16 sdig
b $STORAGE             135  16  1  16 sdih
b $STORAGE             135  32  1  16 sdii
b $STORAGE             135  48  1  16 sdij
b $STORAGE             135  64  1  16 sdik
b $STORAGE             135  80  1  16 sdil
b $STORAGE             135  96  1  16 sdim
b $STORAGE             135 112  1  16 sdin
b $STORAGE             135 128  1  16 sdio
b $STORAGE             135 144  1  16 sdip
b $STORAGE             135 160  1  16 sdiq
b $STORAGE             135 176  1  16 sdir
b $STORAGE             135 192  1  16 sdis
b $STORAGE             135 208  1  16 sdit
b $STORAGE             135 224  1  16 sdiu
b $STORAGE             135 240  1  16 sdiv

c $ROOT                144   0  1  64 pppox%d

c $CONSOLE             145   0 64   4 sam%d_mixer
c $CONSOLE             145   1 64   4 sam%d_sequencer
c $CONSOLE             145   2 64   4 sam%d_midi00
c $CONSOLE             145   3 64   4 sam%d_dsp
c $CONSOLE             145   4 64   4 sam%d_audio
c $CONSOLE             145   6 64   4 sam%d_sndstat
c $CONSOLE             145  18 64   4 sam%d_midi01
c $CONSOLE             145  34 64   4 sam%d_midi02
c $CONSOLE             145  50 64   4 sam%d_midi03

c $ROOT                146   0  1   8 scramnet%d
c $CONSOLE             147   0  1   8 aureal%d

b $STORAGE             147   0  1   8 drbd%d

c $SERIAL              148   0  1  16 ttyT%d
c $SERIAL              149   0  1  16 cut%d

c $ROOT                150   0  1  16 rtf%d

c $STORAGE             151   0  1  16 dpti%d

c $STORAGE             152   0  1   1 etherd/ctl
c $STORAGE             152   1  1   1 etherd/err
c $STORAGE             152   2  1   1 etherd/raw

b $STORAGE             152   0  1 256 etherd/%d

c $ROOT                153   0  1  16 spi/spi%d

b $STORAGE             153   0 16  16 emd/%d
b $STORAGE             153   1  1  15 emd/0p%d 1
b $STORAGE             153  17  1  15 emd/1p%d 1
b $STORAGE             153  33  1  15 emd/2p%d 1
b $STORAGE             153  49  1  15 emd/3p%d 1
b $STORAGE             153  65  1  15 emd/4p%d 1
b $STORAGE             153  81  1  15 emd/5p%d 1
b $STORAGE             153  97  1  15 emd/6p%d 1
b $STORAGE             153 113  1  15 emd/7p%d 1
b $STORAGE             153 129  1  15 emd/8p%d 1
b $STORAGE             153 145  1  15 emd/9p%d 1
b $STORAGE             153 161  1  15 emd/10p%d 1
b $STORAGE             153 177  1  15 emd/11p%d 1
b $STORAGE             153 193  1  15 emd/12p%d 1
b $STORAGE             153 209  1  15 emd/13p%d 1
b $STORAGE             153 225  1  15 emd/14p%d 1
b $STORAGE             153 241  1  15 emd/15p%d 1

c $SERIAL              154   0  1 256 ttySR%d
c $SERIAL              155   0  1 256 cusr%d
c $SERIAL              156   0  1 256 ttySR%d 256
c $SERIAL              157   0  1 256 cusr%d  256

c $SERIAL              158   0  1  16 gfax%d

b $STORAGE             160   0  1   1 sx8/0
b $STORAGE             160   1  1  31 sx8/0p%d 1
b $STORAGE             160  32  1   1 sx8/1
b $STORAGE             160  33  1  31 sx8/1p%d 1
b $STORAGE             160  64  1   1 sx8/2
b $STORAGE             160  65  1  31 sx8/2p%d 1
b $STORAGE             160  96  1   1 sx8/3
b $STORAGE             160  97  1  31 sx8/3p%d 1
b $STORAGE             160 128  1   1 sx8/4
b $STORAGE             160 129  1  31 sx8/4p%d 1
b $STORAGE             160 160  1   1 sx8/5
b $STORAGE             160 161  1  31 sx8/5p%d 1
b $STORAGE             160 192  1   1 sx8/6
b $STORAGE             160 193  1  31 sx8/6p%d 1
b $STORAGE             160 224  1   1 sx8/7
b $STORAGE             160 225  1  31 sx8/7p%d 1

c $ROOT                160   0  1  16 gpib%d

b $STORAGE             161   0  1   1 sx8/8
b $STORAGE             161   1  1  31 sx8/8p%d 1
b $STORAGE             161  32  1   1 sx8/9
b $STORAGE             161  33  1  31 sx8/9p%d 1
b $STORAGE             161  64  1   1 sx8/10
b $STORAGE             161  65  1  31 sx8/10p%d 1
b $STORAGE             161  96  1   1 sx8/11
b $STORAGE             161  97  1  31 sx8/11p%d 1
b $STORAGE             161 128  1   1 sx8/12
b $STORAGE             161 129  1  31 sx8/12p%d 1
b $STORAGE             161 160  1   1 sx8/13
b $STORAGE             161 161  1  31 sx8/13p%d 1
b $STORAGE             161 192  1   1 sx8/14
b $STORAGE             161 193  1  31 sx8/14p%d 1
b $STORAGE             161 224  1   1 sx8/15
b $STORAGE             161 225  1  31 sx8/15p%d 1

c $SERIAL              161   0  1  16 ircomm%d
c $PRINTER             161  16  1  16 irlpt%d

c $STORAGE             162   0  1   1 rawctl
c $STORAGE             162   1  1 255 raw/raw%d 1

c $SERIAL              163   0  1  64 bimrt%d

c $SERIAL              164   0  1  64 ttyCH%d
c $SERIAL              165   0  1  64 cuch%d

# Moved to the input subdirectory (see usb).
#c $SERIAL              166   0  1  16 ttyACM%d
#c $SERIAL              167   0  1  16 cuacm%d

c $ROOT                168   0  1  64 ecsa%d
c $ROOT                169   0  1  64 ecsa8-%d

c $ROOT                170   0  1  64 megarac%d

# 171 is used by various ieee1394 drivers.  See http://www.linux1394.org/ for
# more information.

c $SERIAL              172   0  1 128 ttyMX%d
c $SERIAL              172 128  1   1 moxactl
c $SERIAL              173   0  1 128 cumx%d

c $SERIAL              174   0  1  16 ttySI%d
c $SERIAL              175   0  1  16 cusi%d

c $ROOT                176   0  1  16 nfastpci%d

c $ROOT                177   0  1  16 pcilynx/aux%d
c $ROOT                177  16  1  16 pcilynx/rom%d
c $ROOT                177  32  1  16 pcilynx/ram%d

c $ROOT                178   0  1  16 clanvi%d

c $CONSOLE             179   0  1  16 dvxirq%d

c $PRINTER             180   0  1  16 usb/lp%d
c $CONSOLE             180  48  1  16 usb/scanner%d
c $CONSOLE             180  64  1   1 usb/rio500
c $ROOT                180  65  1   1 usb/usblcd
c $ROOT                180  66  1   1 usb/cpad0
c $CONSOLE             180  96  1  16 usb/hiddev%d
c $ROOT                180 112  1  16 usb/auer%d
c $ROOT                180 128  1   4 usb/brlvgr%d
c $ROOT                180 132  1   1 usb/idmouse
c $ROOT                180 133  1   8 usb/sisusbvga%d 1
c $ROOT                180 144  1   1 usb/lcd
c $ROOT                180 160  1  16 usb/legousbtower%d
c $ROOT                180 240  1   4 usb/dabusb%d

b $STORAGE             180   0  1   8 uba
b $STORAGE             180   8  1   8 ubb
b $STORAGE             180  16  1   8 ubc
b $STORAGE             180  24  1   8 ubd
b $STORAGE             180  32  1   8 ube
b $STORAGE             180  40  1   8 ubf
b $STORAGE             180  48  1   8 ubg
b $STORAGE             180  56  1   8 ubh
b $STORAGE             180  64  1   8 ubi
b $STORAGE             180  72  1   8 ubj
b $STORAGE             180  80  1   8 ubk
b $STORAGE             180  88  1   8 ubl
b $STORAGE             180  96  1   8 ubm
b $STORAGE             180 104  1   8 ubn
b $STORAGE             180 112  1   8 ubo
b $STORAGE             180 120  1   8 ubp

c $ALLREAD             181   0  1  16 pcfclock%d
c $ROOT                182   0  1  16 pethr%d

c $ROOT                183   0  1  16 ss5136dn%d
c $ROOT                184   0  1  16 pevss%d
c $STORAGE             185   0  1  16 intermezzo%d
c $ROOT                186   0  1  16 obd%d
c $ROOT                187   0  1  16 deskey%d

c $SERIAL              188   0  1  16 ttyUSB%d
c $SERIAL              189   0  1  16 cuusb%d

c $CONSOLE             190   0  1  16 kctt%d

c $ROOT                192   0  1   1 profile
c $ROOT                192   1  1  16 profile%d 0
c $ROOT                193   0  1   1 trace
c $ROOT                193   1  1  16 trace%d 0

c $CONSOLE             194   0 16  16 mvideo/status%d
c $CONSOLE             194   1 16  16 mvideo/stream%d
c $CONSOLE             194   2 16  16 mvideo/frame%d
c $CONSOLE             194   3 16  16 mvideo/rawframe%d
c $CONSOLE             194   4 16  16 mvideo/codec0%d
c $CONSOLE             194   5 16  16 mvideo/video4linux%d

c $CONSOLE             195   0  1 255 nvidia%d
c $CONSOLE             195 255  1   1 nvidiactl

c $ROOT                196   0  1  51 tor/%d

c $ROOT                197   0  1 128 tnf/t%d
c $ROOT                197 128  1   1 tnf/status
c $ROOT                197 130  1   1 tnf/trace

c $ROOT                198   0  1   8 tpmp2/%d

# We can skip 199 because Veritas user-land handles it.

c $STORAGE             200   0  1   1 vx/config
c $STORAGE             200   1  1   1 vx/trace
c $STORAGE             200   2  1   1 vx/iod
c $STORAGE             200   3  1   1 vx/info
c $STORAGE             200   4  1   1 vx/task
c $STORAGE             200   5  1   1 vx/taskmon

# We can skip 201 because Veritas user-land handles it.

c $ROOT                202   0  1  16 cpu/%d/msr

b $STORAGE             202   0  1  16 xvda
b $STORAGE             202  16  1  16 xvdb
b $STORAGE             202  32  1  16 xvdc
b $STORAGE             202  48  1  16 xvdd
b $STORAGE             202  64  1  16 xvde
b $STORAGE             202  80  1  16 xvdf
b $STORAGE             202  96  1  16 xvdg
b $STORAGE             202 112  1  16 xvdh
b $STORAGE             202 128  1  16 xvdi
b $STORAGE             202 144  1  16 xvdj
b $STORAGE             202 160  1  16 xvdk
b $STORAGE             202 176  1  16 xvdl
b $STORAGE             202 192  1  16 xvdm
b $STORAGE             202 208  1  16 xvdn
b $STORAGE             202 224  1  16 xvdo
b $STORAGE             202 240  1  16 xvdp

c $ROOT                203   0  1  16 cpu/%d/cpuid

b $ROOT                203   0  1  16 cpu/%d/cpuid

c $SERIAL              204   0  1   4 ttyLU%d 0
c $SERIAL              204   4  1   1 ttyFB%d 0
c $SERIAL              204   5  1   3 ttySA%d 0
c $SERIAL              204   8  1   4 ttySC%d 0
c $SERIAL              204  12  1   4 ttyFW%d 0
c $SERIAL              204  16  1  16 ttyAM%d 0
c $SERIAL              204  32  1   8 ttyDB%d 0
c $TTY                 204  40  1   1 ttySG0
c $SERIAL              204  41  1   3 ttySMX%d
c $SERIAL              204  44  1   2 ttyMM%d
c $SERIAL              204  46  1   4 ttyCPM%d
c $SERIAL              204  50  1  32 ttyIOC%d
c $SERIAL              204  82  1   2 ttyVR%d
c $SERIAL              204  84  1  32 ttyIOC%d 84
c $SERIAL              204 116  1  32 ttySIOC%d
c $SERIAL              204 148  1   6 ttyPSC%d
c $SERIAL              204 154  1  16 ttyAT%d
c $SERIAL              204 170  1  16 ttyNX%d
c $SERIAL              204 186  1   1 ttyJ0

c $SERIAL              205   0  1   4 culu%d 0
c $SERIAL              205   4  1   1 cufb%d 0
c $SERIAL              205   5  1   3 cusa%d 0
c $SERIAL              205   8  1   4 cusc%d 0
c $SERIAL              205  12  1   4 cufw%d 0
c $SERIAL              205  16  1  16 cuam%d 0
c $SERIAL              205  32  1   8 cudb%d 0
c $TTY                 205  40  1   1 cusg0
c $SERIAL              205  41  1   3 ttycusmx%d 0
c $SERIAL              205  44  1   5 cucpm%d
c $SERIAL              205  50  1  32 cuioc4%d
c $SERIAL              205  82  1   2 cuvr%d

c $STORAGE             206   0  1  32 osst%d 0
c $STORAGE             206  32  1  32 osst%dl 0
c $STORAGE             206  64  1  32 osst%dm 0
c $STORAGE             206  96  1  32 osst%da 0
c $STORAGE             206 128  1  32 nosst%d 0
c $STORAGE             206 160  1  32 nosst%dl 0
c $STORAGE             206 196  1  32 nosst%dm 0
c $STORAGE             206 224  1  32 nosst%da 0

c $ROOT                207   0  1   1 cpqhealth/cpqw
c $ROOT                207   1  1   1 cpqhealth/crom
c $ROOT                207   2  1   1 cpqhealth/cdt
c $ROOT                207   3  1   1 cpqhealth/cevt
c $ROOT                207   4  1   1 cpqhealth/casr
c $ROOT                207   5  1   1 cpqhealth/cecc
c $ROOT                207   6  1   1 cpqhealth/cmca
c $ROOT                207   7  1   1 cpqhealth/ccsm
c $ROOT                207   8  1   1 cpqhealth/cnmi
c $ROOT                207   9  1   1 cpqhealth/css
c $ROOT                207  10  1   1 cpqhealth/cram
c $ROOT                207  11  1   1 cpqhealth/cpci

c $SERIAL              208   0  1 256 ttyU%d
c $SERIAL              209   0  1 256 cuu%d

c $SERIAL              210   0 10   4 sbei/wxcfg%d 0
c $SERIAL              210   1 10   4 sbei/dld%d 0
c $SERIAL              210   2  1   4 sbei/wan0%d 0
c $SERIAL              210   6  1   4 sbei/wanc0%d 0
c $SERIAL              210  12  1   4 sbei/wan1%d 0
c $SERIAL              210  16  1   4 sbei/wanc1%d 0
c $SERIAL              210  22  1   4 sbei/wan2%d 0
c $SERIAL              210  26  1   4 sbei/wanc2%d 0
c $SERIAL              210  32  1   4 sbei/wan3%d 0
c $SERIAL              210  36  1   4 sbei/wanc3%d 0

c $SERIAL              211   0  1   8 addinum/cpci1500/%d

c $ROOT                212   0  9   7 dvb/adapter0/video%d
c $ROOT                212   1  9   7 dvb/adapter0/audio%d
c $ROOT                212   2  9   7 dvb/adapter0/sec%d
c $ROOT                212   3  9   7 dvb/adapter0/frontend%d
c $ROOT                212   4  9   7 dvb/adapter0/demux%d
c $ROOT                212   5  9   7 dvb/adapter0/dvr%d
c $ROOT                212   6  9   7 dvb/adapter0/ca%d
c $ROOT                212   7  9   7 dvb/adapter0/net%d
c $ROOT                212   8  9   7 dvb/adapter0/osd%d
c $ROOT                212  64  9   7 dvb/adapter1/video%d
c $ROOT                212  65  9   7 dvb/adapter1/audio%d
c $ROOT                212  66  9   7 dvb/adapter1/sec%d
c $ROOT                212  67  9   7 dvb/adapter1/frontend%d
c $ROOT                212  68  9   7 dvb/adapter1/demux%d
c $ROOT                212  69  9   7 dvb/adapter1/dvr%d
c $ROOT                212  70  9   7 dvb/adapter1/ca%d
c $ROOT                212  71  9   7 dvb/adapter1/net%d
c $ROOT                212  72  9   7 dvb/adapter1/osd%d
c $ROOT                212 128  9   7 dvb/adapter2/video%d
c $ROOT                212 129  9   7 dvb/adapter2/audio%d
c $ROOT                212 130  9   7 dvb/adapter2/sec%d
c $ROOT                212 131  9   7 dvb/adapter2/frontend%d
c $ROOT                212 132  9   7 dvb/adapter2/demux%d
c $ROOT                212 133  9   7 dvb/adapter2/dvr%d
c $ROOT                212 134  9   7 dvb/adapter2/ca%d
c $ROOT                212 135  9   7 dvb/adapter2/net%d
c $ROOT                212 136  9   7 dvb/adapter2/osd%d
c $ROOT                212 192  9   7 dvb/adapter3/video%d
c $ROOT                212 193  9   7 dvb/adapter3/audio%d
c $ROOT                212 194  9   7 dvb/adapter3/sec%d
c $ROOT                212 195  9   6 dvb/adapter3/frontend%d
c $ROOT                212 196  9   6 dvb/adapter3/demux%d
c $ROOT                212 197  9   6 dvb/adapter3/dvr%d
c $ROOT                212 198  9   6 dvb/adapter3/ca%d
c $ROOT                212 199  9   6 dvb/adapter3/net%d
c $ROOT                212 200  9   6 dvb/adapter3/osd%d

c $SERIAL              216   0  1  16 rfcomm%d
c $SERIAL              217   0  1  16 curf%d

c $ROOT                218   0  1  16 logicalco/bci/%d
c $ROOT                219   0  1  16 logicalco/dci1300/%d

c $ROOT                220   0  2  16 myricom/gm%d 0
c $ROOT                220   1  2  16 myricom/gmp%d 0

c $ROOT                221   0  1   4 bus/vme/m%d 0
c $ROOT                221   4  1   4 bus/vme/s%d 0
c $ROOT                221   8  1   1 bus/vme/ctl

c $SERIAL              224   0  1 255 ttyY%d
c $SERIAL              225   0  1 255 cuy%d

c $CONSOLE             226   0  1   4 dri/card%d 0

c $ROOT                227   1  1  32 3270/tty%d 1
c $ROOT                228   0  1  33 3270/tub

c $ROOT                229   0  1  32 iseries/vtty%d 0

c $ROOT                230   0  1  32 iseries/vt%d 0
c $ROOT                230  32  1  32 iseries/vt%dl 0
c $ROOT                230  64  1  32 iseries/vt%dm 0
c $ROOT                230  96  1  32 iseries/vt%da 0
c $ROOT                230 128  1  32 iseries/nvt%d 0
c $ROOT                230 160  1  32 iseries/nvt%dl 0
c $ROOT                230 192  1  32 iseries/nvt%dm 0
c $ROOT                230 224  1  32 iseries/nvt%da 0

c $ROOT                231   0  1  64 infiniband/umad%d
c $ROOT                231  64  1  64 infiniband/issm%d
c $ROOT                231 128  1  32 infiniband/uverbs%d

c $ROOT                232   0 10   3 biometric/sensor%d/fingerprint
c $ROOT                232   1 10   3 biometric/sensor%d/iris
c $ROOT                232   2 10   3 biometric/sensor%d/retina
c $ROOT                232   3 10   3 biometric/sensor%d/voiceprint
c $ROOT                232   4 10   3 biometric/sensor%d/facial
c $ROOT                232   5 10   3 biometric/sensor%d/hand

c $ROOT                233   0  1   1 ipath
c $ROOT                233   1  1   4 ipath%d 0
c $ROOT                233 129  1   1 ipath_sma
c $ROOT                233 130  1   1 ipath_diag

c $ROOT                256   0  1 1028 ttyEQ%d

b $ROOT                256   0  1  16 rfda
b $ROOT                256  16  1  16 rfdb
b $ROOT                256  32  1  16 rfdc
b $ROOT                256  48  1  16 rfdd
b $ROOT                256  64  1  16 rfde
b $ROOT                256  80  1  16 rfdf
b $ROOT                256  96  1  16 rfdg
b $ROOT                256 112  1  16 rfdh
b $ROOT                256 128  1  16 rfdi
b $ROOT                256 144  1  16 rfdj
b $ROOT                256 160  1  16 rfdk
b $ROOT                256 176  1  16 rfdl
b $ROOT                256 192  1  16 rfdm
b $ROOT                256 208  1  16 rfdn
b $ROOT                256 224  1  16 rfdo
b $ROOT                256 240  1  16 rfdp

c $ROOT                257   0  1   1 ptlsec
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      # Yes, these are undocumented devices that appear to be in the kernel proper.
c $ROOT                 36   3  1   1 netlink
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    # Aliases for video4linux devices.
a v4l dcxx
a v4l mmetfgrab
a v4l radio
a v4l sound
a v4l vbi
a v4l video
a v4l vttuner
a v4l vtx
a v4l winradio
a v4l wvisfgrab
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Q  .    ..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          # do not bell on tab-completion
#set bell-style none

set meta-flag on
set input-meta on
set convert-meta off
set output-meta on

# Completed names which are symbolic links to
# directories have a slash appended.
set mark-symlinked-directories on

$if mode=emacs

# for linux console and RH/Debian xterm
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e[1;5C": forward-word
"\e[1;5D": backward-word

# for rxvt
"\e[8~": end-of-line

# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
"\eOH": beginning-of-line
"\eOF": end-of-line

# for freebsd console
"\e[H": beginning-of-line
"\e[F": end-of-line
$endif
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
127.0.0.1 localhost localhost.localdomain
::1       localhost localhost.localdomain localhost6 localhost6.localdomain6
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        root:$1$bz/3S/qY$7NMN9JxnwD29GFkfB83WK1:15356:0:99999:7:::
bin:*:15356:0:99999:7:::
daemon:*:15356:0:99999:7:::
adm:*:15356:0:99999:7:::
lp:*:15356:0:99999:7:::
sync:*:15356:0:99999:7:::
shutdown:*:15356:0:99999:7:::
halt:*:15356:0:99999:7:::
mail:*:15356:0:99999:7:::
news:*:15356:0:99999:7:::
uucp:*:15356:0:99999:7:::
operator:*:15356:0:99999:7:::
games:*:15356:0:99999:7:::
gopher:*:15356:0:99999:7:::
ftp:*:15356:0:99999:7:::
nobody:*:15356:0:99999:7:::
vcsa:!!:15356:0:99999:7:::
ntp:!!:15356:0:99999:7:::
rpc:!!:15356:0:99999:7:::
rpcuser:!!:15356:0:99999:7:::
nfsnobody:!!:15356:0:99999:7:::
sshd:!!:15356:0:99999:7:::
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             #
# scsi_id configuration
#
# lower or upper case has no affect on the left side. Quotes (") are
# required for spaces in values. Model is the same as the SCSI
# INQUIRY product identification field. Per the SCSI INQUIRY, the vendor
# is limited to 8 bytes, model to 16 bytes.
#
# The first matching line found is used. Short matches match longer ones,
# if you do not want such a match space fill the extra bytes. If no model
# is specified, only the vendor string need match.
#
# options=<any scsi_id command line options>
# vendor=string[,model=string],options=<per-device scsi_id options>

# some libata drives require vpd page 0x80
vendor="ATA",options=-p 0x80
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      X  .     ..  Y  rc.localZ  rc6.d   u  rc5.d     init.d    rc1.d   ǀ  rc  Ȁ  
rc.sysinit  ɀ  rc3.d     rc2.d     rc4.d    Hrc0.d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           #!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Z  .   X  ..  [  K99lvm2-monitor \  K35dhcpd]  
K87multipathd   ^  
K50netconsole   _  
K86nfslock  `  K74ntpd a  K92iptables b  
K69rpcsvcgssd   c  
S00killall  d   K74xe-linux-distributione   K80system-status-server f  K89rdiscg  K85rpcidmapdh  K35dhcrelay i  K25sshd j  K89netplugd k  	K88syslog   l  
K87portmap  m  K87mcstrans n  
K85rpcgssd  o  
K44rawdevices   p  K75netfsq  	S01reboot   r  K01rootpassword s  K20nfs  t 
K90network                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          u  .   X  ..  v  K35dhcpdw  
S13portmap  x  	S12syslog   y  S02lvm2-monitor z  
K87multipathd   {  
S56rawdevices   |  S99local}  
S14nfslock  ~  
K50netconsole     S08mcstrans   K74ntpd   S55sshd   S99rootpassword   
S10network    
K69rpcsvcgssd     S25netfs  K89rdisc  S08iptables    S26xe-linux-distribution  K35dhcrelay   S18rpcidmapd  K89netplugd   
S19rpcgssd     S20system-status-server  
K20nfs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .   X  ..    netplugd  network   nfs   rpcgssd   rootpassword  system-status-server  
multipathd    dhcpd     halt  portmap   iptables  killall   syslog    
netconsole    netfs     lvm2-monitor  sshd  nfslock   
rpcsvcgssd    mcstrans  ntpd  	rpcidmapd     
rawdevices    	functions     dhcrelay  rdisc     single    thttpd   xe-linux-distribution                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               #!/bin/sh
#
# netplugd     This shell script takes care of starting and stopping
#              the network plug management daemon.
#
# chkconfig: - 11 89
# description: netplugd is a daemon for managing non-static network \
#              interfaces.
# processname: netplugd
# pidfile: /var/run/netplugd.pid

# Copyright 2003 Key Research, Inc.

# Source function library.
. /etc/rc.d/init.d/functions

# Source networking configuration.
. /etc/sysconfig/network

if [ -f /etc/sysconfig/netplugd ]; then
    . /etc/sysconfig/netplugd
fi

# See how we were called.
case "$1" in
  start)
	# Start daemon.
	[ ${NETWORKING} = "no" ] && exit 1
	[ -x /sbin/netplugd ] || exit 1
	echo -n $"Starting network plug daemon: "
	daemon /sbin/netplugd ${NETPLUGDARGS} -p /var/run/netplugd.pid
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/netplugd
	;;
  stop)
	# Stop daemon.
	echo -n $"Shutting down network plug daemon: "
	killproc netplugd
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/netplugd
	;;
  status)
	status netplugd
	RETVAL=$?
	;;
  restart|reload)
	$0 stop
	$0 start
	;;
  condrestart)
	[ -f /var/lock/subsys/netplugd ] && restart || :
	;;
  *)
	echo $"Usage: $0 {start|stop|status|restart}"
	RETVAL=3
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      #! /bin/bash
#
# network       Bring up/down networking
#
# chkconfig: 2345 10 90
# description: Activates/Deactivates all network interfaces configured to \
#              start at boot time.
#
### BEGIN INIT INFO
# Provides: $network
### END INIT INFO

# Source function library.
. /etc/init.d/functions

if [ ! -f /etc/sysconfig/network ]; then
    exit 0
fi

. /etc/sysconfig/network

if [ -f /etc/sysconfig/pcmcia ]; then
	. /etc/sysconfig/pcmcia
fi


# Check that networking is up.
[ "${NETWORKING}" = "no" ] && exit 0

# if the ip configuration utility isn't around we can't function.
[ -x /sbin/ip ] || exit 1

# Even if IPX is configured, without the utilities we can't do much
[ ! -x /sbin/ipx_internal_net -o ! -x /sbin/ipx_configure ] && IPX=

# Even if VLAN is configured, without the utility we can't do much
[ ! -x /sbin/vconfig ] && VLAN=

CWD=`pwd`
cd /etc/sysconfig/network-scripts

. ./network-functions

# find all the interfaces besides loopback.
# ignore aliases, alternative configurations, and editor backup files
interfaces=$(ls ifcfg* | \
	    LANG=C sed -e "$__sed_discard_ignored_files" \
		       -e '/\(ifcfg-lo\|:\|ifcfg-.*-range\)/d' \
		       -e '/ifcfg-[A-Za-z0-9\._-]\+$/ { s/^ifcfg-//g;s/[0-9]/ &/}' | \
	    LANG=C sort -k 1,1 -k 2n | \
	    LANG=C sed 's/ //')

rc=0
# See how we were called.
case "$1" in
  start)
  	rc=0
	# IPv6 hook (pre IPv4 start)
	if [ "$NETWORKING_IPV6" = "yes" ]; then
		if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
			/etc/sysconfig/network-scripts/init.ipv6-global start pre
		fi
	fi
  
	sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1

	# bring up loopback interface
	action $"Bringing up loopback interface: " ./ifup ifcfg-lo

	case "$IPX" in
	  yes|true)
	    /sbin/ipx_configure --auto_primary=$IPXAUTOPRIMARY \
				   --auto_interface=$IPXAUTOFRAME
	    if [ "$IPXINTERNALNETNUM" != "0" ]; then
	       /sbin/ipx_internal_net add $IPXINTERNALNETNUM $IPXINTERNALNODENUM
	    fi
	    ;;
	esac

	case "$VLAN" in
	  yes)
	    if [ -d /proc/net/vlan ] || modprobe 8021q >/dev/null 2>&1 ; then
		test -z "$VLAN_NAME_TYPE" && VLAN_NAME_TYPE=DEV_PLUS_VID_NO_PAD
		action $"Setting 802.1Q VLAN parameters: " /sbin/vconfig set_name_type "$VLAN_NAME_TYPE"
	    else
		echo $"No 802.1Q VLAN support available in kernel."
	    fi
	    ;;
	esac

	vlaninterfaces=""
	vpninterfaces=""
	xdslinterfaces=""
	bridgeinterfaces=""

	# bring up all other interfaces configured to come up at boot time
	for i in $interfaces; do
		unset DEVICE TYPE SLAVE
		eval $(LANG=C fgrep "DEVICE=" ifcfg-$i)
		eval $(LANG=C fgrep "TYPE=" ifcfg-$i)
		eval $(LANG=C fgrep "SLAVE=" ifcfg-$i)

		if [ -z "$DEVICE" ] ; then DEVICE="$i"; fi

		if [ "${DEVICE##cipcb}" != "$DEVICE" ] ; then
			vpninterfaces="$vpninterfaces $i"
			continue
		fi
		if [ "$TYPE" = "xDSL" ]; then
		        xdslinterfaces="$xdslinterfaces $i"
			continue
		fi

		if [ "$TYPE" = "Bridge" ]; then
		        bridgeinterfaces="$bridgeinterfaces $i"
			continue
		fi
		if [ "$TYPE" = "IPSEC" ]; then
			vpninterfaces="$vpninterfaces $i"
			continue
		fi

		if [ "${DEVICE%%.*}" != "$DEVICE"  -o  "${DEVICE##vlan}" != "$DEVICE" ] ; then
			vlaninterfaces="$vlaninterfaces $i"
			continue
		fi
		
		if [ "$SLAVE" = "yes" ]; then
			continue
		fi

		if LANG=C egrep -L "^ONBOOT=['\"]?[Nn][Oo]['\"]?" ifcfg-$i > /dev/null ; then
		        # this loads the module, to preserve ordering
			is_available $i
			continue
		fi
		# If we're in confirmation mode, get user confirmation.
		if [ -f /var/run/confirm ]; then
			confirm $i
			test $? = 1 && continue
		fi
		action $"Bringing up interface $i: " ./ifup $i boot
		rc=$((rc+$?))
	done
	
	# Bring up xDSL and VPN interfaces
	for i in $vlaninterfaces $bridgeinterfaces $xdslinterfaces $vpninterfaces ; do
            if ! LANG=C egrep -L "^ONBOOT=['\"]?[Nn][Oo]['\"]?" ifcfg-$i >/dev/null 2>&1 ; then
		# If we're in confirmation mode, get user confirmation.
		if [ -f /var/run/confirm ]; then
			confirm $i
			test $? = 1 && continue
		fi
		action $"Bringing up interface $i: " ./ifup $i boot
		rc=$((rc+$?))
	    fi
        done

	# Add non interface-specific static-routes.
	if [ -f /etc/sysconfig/static-routes ]; then
	   grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do
              /sbin/route add -$args
	   done
	fi    

 	# IPv6 hook (post IPv4 start)
 	if [ "$NETWORKING_IPV6" = "yes" ]; then
 		if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
 			/etc/sysconfig/network-scripts/init.ipv6-global start post
 		fi
 	fi
	# Run this again to catch any interface-specific actions
	sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1
 
        touch /var/lock/subsys/network

	[ -n "${NETWORKDELAY}" ] && /bin/sleep ${NETWORKDELAY}
        ;;
  stop)
  	# Don't shut the network down if root is on NFS or a network
	# block device.
        rootfs=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/" && $3 != "rootfs") { print $3; }}' /proc/mounts)
        rootopts=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $4; }}' /etc/mtab)
	
	if [[ "$rootfs" =~ "^nfs" ]] || [[ "$rootopts" =~ "_netdev|_rnetdev" ]] ; then
		exit 1
	fi
  
  	# If this is a final shutdown/halt, check for network FS,
	# and unmount them even if the user didn't turn on netfs
	if [ "$RUNLEVEL" = "6" -o "$RUNLEVEL" = "0" -o "$RUNLEVEL" = "1" ]; then
		NFSMTAB=`LC_ALL=C awk '$3  ~ /^nfs/ { print $2 }' /proc/mounts`
		SMBMTAB=`LC_ALL=C awk '$3 == "smbfs" { print $2 }' /proc/mounts`
		NCPMTAB=`LC_ALL=C awk '$3 == "ncpfs" { print $2 }' /proc/mounts`
		if [ -n "$NFSMTAB" -o -n "$SMBMTAB" -o -n "$NCPMTAB" ] ; then
			/etc/init.d/netfs stop
		fi
	fi
	
 	# IPv6 hook (pre IPv4 stop)
 	if [ "$NETWORKING_IPV6" = "yes" ]; then
 		if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
 			/etc/sysconfig/network-scripts/init.ipv6-global stop pre
 		fi
 	fi
 
	vlaninterfaces=""
	vpninterfaces=""
	xdslinterfaces=""
	bridgeinterfaces=""
	remaining=""
	rc=0

	# get list of bonding, vpn, and xdsl interfaces
	for i in $interfaces; do
		unset DEVICE TYPE
		eval $(LANG=C fgrep "DEVICE=" ifcfg-$i)
		eval $(LANG=C fgrep "TYPE=" ifcfg-$i)

		if [ -z "$DEVICE" ] ; then DEVICE="$i"; fi

		if [ "${DEVICE##cipcb}" != "$DEVICE" ] ; then
			vpninterfaces="$vpninterfaces $i"
			continue
		fi
		if [ "$TYPE" = "IPSEC" ]; then
			vpninterfaces="$vpninterfaces $i"
			continue
		fi
		if [ "$TYPE" = "Bridge" ]; then
		        bridgeinterfaces="$bridgeinterfaces $i"
		        continue
		fi
		if [ "$TYPE" = "xDSL" ]; then
		        xdslinterfaces="$xdslinterfaces $i"
			continue
		fi

		if [ "${DEVICE%%.*}" != "$DEVICE"  -o  "${DEVICE##vlan}" != "$DEVICE" ] ; then
			vlaninterfaces="$vlaninterfaces $i"
			continue
		fi
		remaining="$remaining $i"
	done
	
	for i in $vpninterfaces $xdslinterfaces $bridgeinterfaces $vlaninterfaces $remaining; do
		(. ifcfg-$i
		if [ -z "$DEVICE" ] ; then DEVICE="$i"; fi

		if ! check_device_down $DEVICE; then
		   action $"Shutting down interface $i: " ./ifdown $i boot
		   rc=$((rc+$?))
		fi
		)
	done

	case "$IPX" in
	  yes|true)
	    if [ "$IPXINTERNALNETNUM" != "0" ]; then
	       /sbin/ipx_internal_net del
	    fi
	    ;;
	esac

	action $"Shutting down loopback interface: " ./ifdown ifcfg-lo

	if [ -d /proc/sys/net/ipv4 ]; then
	  if [ -f /proc/sys/net/ipv4/ip_forward ]; then
		if [ `cat /proc/sys/net/ipv4/ip_forward` != 0 ]; then
			action $"Disabling IPv4 packet forwarding: " sysctl -w net.ipv4.ip_forward=0
		fi
	  fi
	  if [ -f /proc/sys/net/ipv4/ip_always_defrag ]; then
	        if [ `cat /proc/sys/net/ipv4/ip_always_defrag` != 0 ]; then
		        action $"Disabling IPv4 automatic defragmentation: " sysctl -w net.ipv4.ip_always_defrag=0
		fi
	  fi
	fi

	# IPv6 hook (post IPv4 stop)
	if [ "$NETWORKING_IPV6" = "yes" ]; then
		if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
			/etc/sysconfig/network-scripts/init.ipv6-global stop post
		fi
	fi
	
        rm -f /var/lock/subsys/network
        ;;
  status)
	echo $"Configured devices:"
	echo lo $interfaces

	echo $"Currently active devices:"
	echo $(/sbin/ip -o link show up | awk -F ": " '{ print $2 }')
	;;
  restart|reload)
        cd "$CWD"
	$0 stop
	$0 start
	;;
  *)
        echo $"Usage: $0 {start|stop|restart|reload|status}"
        exit 1
esac

exit $rc
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               #!/bin/sh
#
# nfs           This shell script takes care of starting and stopping
#               the NFS services.
#
# chkconfig: - 60 20
# description: NFS is a popular protocol for file sharing across TCP/IP \
#              networks. This service provides NFS server functionality, \
#              which is configured via the /etc/exports file.
# probe: true
# config: /etc/sysconfig/nfs

# Source function library.
. /etc/rc.d/init.d/functions

# Source networking configuration.
[ -f /etc/sysconfig/network ] && . /etc/sysconfig/network

# Check for and source configuration file otherwise set defaults
[ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs

# Remote quota server
[ -z "$RQUOTAD" ] && RQUOTAD=`type -path rpc.rquotad`

RETVAL=0

# See how we were called.
case "$1" in
  start)

	# Check that networking is up.
	[ "${NETWORKING}" != "yes" ] && exit 6

	[ -x /usr/sbin/rpc.nfsd ] || exit 5
	[ -x /usr/sbin/rpc.mountd ] || exit 5
	[ -x /usr/sbin/exportfs ] || exit 5

	# Make sure the rpc.mountd is not already running.
	if status rpc.mountd > /dev/null ; then
		exit 0
	fi

	# Don't fail if /etc/exports doesn't exist; create a bare-bones 
	# version and continue.
	[ -r /etc/exports ] || \
    	{ touch /etc/exports && chmod u+rw,g+r,o+r /etc/exports ; } || \
    	{ echo "/etc/exports does not exist" ; exit 0 ; }
	[ -z "$MOUNTD_NFS_V2" ] && MOUNTD_NFS_V2=default
	[ -z "$MOUNTD_NFS_V3" ] && MOUNTD_NFS_V3=default

	# Number of servers to be started by default
	[ -z "$RPCNFSDCOUNT" ] && RPCNFSDCOUNT=8

	# Start daemons.
	[ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd start

	# Load preload module so arguments to rpc.nfsd will take effect
	[ -n "$RPCNFSDARGS" -a "$NFSD_MODULE" != "noload" ] && {
		[ -x /sbin/modprobe ] && /sbin/modprobe nfsd
	}

	action $"Starting NFS services: " /usr/sbin/exportfs -r

	# Set the ports lockd should listen on
	if [ -n "$LOCKD_TCPPORT" ]; then
	    /sbin/sysctl -w fs.nfs.nlm_tcpport=$LOCKD_TCPPORT >/dev/null 2>&1
	fi
	if [ -n "$LOCKD_UDPPORT" ]; then
	    /sbin/sysctl -w fs.nfs.nlm_udpport=$LOCKD_UDPPORT >/dev/null 2>&1
	fi

	if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then
	    echo -n $"Starting NFS quotas: "
		[ -n "$RQUOTAD_PORT" ] \
			&& RPCRQUOTADOPTS="$RPCRQUOTADOPTS -p $RQUOTAD_PORT"
	    daemon rpc.rquotad $RPCRQUOTADOPTS
		RETVAL=$?
	    echo
	fi

	echo -n $"Starting NFS daemon: "
	daemon rpc.nfsd $RPCNFSDARGS $RPCNFSDCOUNT
	RETVAL=$?
	echo
	[ $RETVAL -ne 0 ] && exit $RETVAL

	[ -n "$MOUNTD_PORT" ] \
	&& RPCMOUNTDOPTS="$RPCMOUNTDOPTS -p $MOUNTD_PORT"

	case $MOUNTD_NFS_V1 in
	no|NO)
	    RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 1" ;;
	esac

	case $MOUNTD_NFS_V2 in
	no|NO)
	    RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 2" ;;
	esac

	case $MOUNTD_NFS_V3 in
	no|NO)
	    RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3" ;;
	esac

	echo -n $"Starting NFS mountd: "
	daemon rpc.mountd $RPCMOUNTDOPTS
	RETVAL=$?
	echo
	[ $RETVAL -ne 0 ] && exit $RETVAL
	touch /var/lock/subsys/nfs

	# Let rpc.idmapd know that rpc.mountd just started
	[ -x /usr/sbin/rpc.idmapd ] && /sbin/service rpcidmapd condstart

	;;
  stop)
	# Stop daemons.
	echo -n $"Shutting down NFS mountd: "
	killproc rpc.mountd
	echo
	echo -n $"Shutting down NFS daemon: "
	killproc nfsd -2
	echo
	if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then
		echo -n $"Shutting down NFS quotas: "
		killproc rpc.rquotad
		RETVAL=$?
		echo
	fi
	# Do it the last so that clients can still access the server
	# when the server is running.
	cnt=`/usr/sbin/exportfs -v | /usr/bin/wc -l`	
	if [ $cnt -gt 0 ]; then 
		action $"Shutting down NFS services: " /usr/sbin/exportfs -au
	else
		action $"Shutting down NFS services: " /bin/false
	fi
	[ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd stop
	rm -f /var/lock/subsys/nfs
	;;
  status)
	[ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd status
	status rpc.mountd
	status nfsd
	if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then
		status rpc.rquotad
	fi
	RETVAL=$?
	;;
  restart)
	$0 stop
	$0 start
	;;
  reload)
	/usr/sbin/exportfs -r
	touch /var/lock/subsys/nfs
	;;
  probe)
	if [ ! -f /var/lock/subsys/nfs ] ; then
	  echo $"start"; exit 0
	fi
	/sbin/pidof rpc.mountd >/dev/null 2>&1; MOUNTD="$?"
	/sbin/pidof nfsd >/dev/null 2>&1; NFSD="$?"
	if [ $MOUNTD = 1 -o $NFSD = 1 ] ; then
	  echo $"restart"; exit 0
	fi
	if [ /etc/exports -nt /var/lock/subsys/nfs ] ; then
	  echo $"reload"; exit 0
	fi
	;;
  condrestart)
	[ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd condrestart
  	[ -f /var/lock/subsys/nfs ] && {
		$0 stop
		$0 start
	}
	;;
  *)
	echo $"Usage: nfs {start|stop|status|restart|reload|condrestart}"
	RETVAL=3
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    #!/bin/bash
#
# rpcgssd       Start up and shut down RPCSEC GSS daemon
#
# Authors:	Chuck Lever <cel@netapp.com>
#
# chkconfig: 345 19 85
# description: Starts user-level daemon that manages RPCSEC GSS contexts \
#	       for the NFSv4 client.

# Source function library.
. /etc/init.d/functions

# Source networking configuration.
[ -f /etc/sysconfig/network ] && . /etc/sysconfig/network

# Check for and source configuration file otherwise set defaults
[ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs

# See if we are configured to start 
[ "${SECURE_NFS}" != "yes" ] && exit 6

# Try to use machine credentials by default
RETVAL=0
LOCKFILE=/var/lock/subsys/rpcgssd
prog="rpc.gssd"

case "$1" in
  start|condstart)
	# Check that networking is up.
	[ "${NETWORKING}" != "yes" ] && exit 6
	[ ! -x /usr/sbin/rpc.gssd ] && exit 5

	# Make sure the daemon is not already running.
	if status $prog > /dev/null ; then
		exit 0
	fi

	# During condstart need to check again to see
	# if we are configured to start
	[ "${SECURE_NFS}" != "yes" ] && exit 6

	rm -f $LOCKFILE
	echo -n $"Starting RPC gssd: "

	# List of kernel modules to load
	[ -z "${SECURE_NFS_MODS}" ] && SECURE_NFS_MODS="des rpcsec_gss_krb5"

	# Make sure the rpc_pipefs filesystem is available
	[ "${RPCMTAB}" != "noload" ] && {
		RPCMTAB=`grep -v '^#' /proc/mounts | \
			awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'`
		[ -z "${RPCMTAB}" ] && {
			[ -x /sbin/lsmod -a -x /sbin/modprobe ] && {
				if ! /sbin/lsmod | grep sunrpc > /dev/null ; then
				 	/sbin/modprobe sunrpc
				fi
			}
			RPCMTAB=`grep -v '^#' /proc/mounts | \
				awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'`
			[ -z "${RPCMTAB}" ] && { \
				echo "Error: RPC MTAB does not exist."
				exit 6
			}
		}
	}
	[ "${SECURE_NFS_MODS}" != "noload" ] && {
		[ -x /sbin/lsmod -a -x /sbin/modprobe ] && {
			for i in ${SECURE_NFS_MODS}; do 
				if ! /sbin/lsmod | grep $i > /dev/null ;  then
				 	/sbin/modprobe $i || {
						echo "Error: Unable to load '$i' security module."
						exit 6;
					}
				fi
			done
		}
	}

	# Start daemon.
	daemon $prog ${RPCGSSDARGS}
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && touch $LOCKFILE
	;;
  stop)
	# Stop daemon.
	echo -n $"Stopping RPC gssd: "
	killproc $prog
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && rm -f $LOCKFILE
	;;
  status)
	status rpc.gssd
	RETVAL=$?
	;;
  restart|reload)
	$0 stop
	$0 start
	RETVAL=$?
	;;
  condrestart)
	if [ -f $LOCKFILE ]; then
		$0 restart
		RETVAL=$?
	fi
	;;
  *)
	echo $"Usage: $0 {start|stop|restart|condstart|condrestart|status}"
	RETVAL=3
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   #!/bin/bash

# chkconfig: 12345 99 01
# description: configure system at first boot

if [ "$1" != "start" ] ; then
    exit
fi

# Rerun ourselves via initlog
if [ -z '$IN_INITLOG' -a -x /sbin/initlog ]; then
    exec /sbin/initlog -r "/etc/init.d/rootpassword start"
fi

. /etc/init.d/functions

echo -n "Configuring Citrix Demonstration Linux Virtual Machine "
head -1 /etc/issue | sed "s/.*Machine//g" | sed "s/.*v/v/g"
echo "(This will only appear the first time you boot this guest.)"

# root password only if in interactive mode:
if ! grep -q "noninteractive" /proc/cmdline ; then
    stty sane erase ^H
    echo $""
    echo $"Please specify a root password:"
    while ! passwd ; do : ; done

#    echo $""
#    echo $"Please specify a VNC password:"
#    while ! vncpasswd /etc/vncpass ; do : ; done
fi

success 

/sbin/chkconfig rootpassword off

echo $"*** Configuration complete - continuing normal boot..."
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         #! /bin/sh
#
# system-status-server       Start/Stop irq balancing daemon
#
# chkconfig: 345 20 80
# description: small webserver for the DLVM
# processname: system-status-server


# Source function library.
. /etc/init.d/functions

# Check that we're a priviledged user
[ `id -u` = 0 ] || exit 4 


echo "system-status-server SCRIPT!!"

# Check that networking is up.
if [ "$NETWORKING" = "no" ]
then
	exit 1 
fi

[ -f /usr/sbin/thttpd ] || exit 5

RETVAL=0

start() {
        echo -n $"Starting $prog: "
	thttpd -C /opt/citrix/system-status-server/thttpd.conf
	RETVAL=$?
	if [ $RETVAL -eq 0 ];
	    echo "OK"
	then
	    echo "failed"
	fi

	cat /etc/issue.top > /etc/issue
	echo -n "IP address: " >> /etc/issue
	ifconfig eth0 | grep "inet addr" | cut -d: -f2 | sed "s/ .*//g" >> /etc/issue
	return 0
}


stop() {
        echo -n $"Stopping $prog: "
	kill `pidof thttpd`
	echo
	return 0
}

restart() {
	stop
	start
}

# See how we were called.
case "$1" in
  start)
	start
	;;
  stop)
	stop
	;;
  restart|reload)
	restart
	;;
  *)
	echo $"Usage: $0 {start|stop|restart}"
	exit 1
	;;
esac

exit $?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       #!/bin/bash
#
#	/etc/rc.d/init.d/multipathd
#
# Starts the multipath daemon
#
# chkconfig: - 06 87
# description: Manage device-mapper multipath devices
# processname: multipathd

DAEMON=/sbin/multipathd
prog=`basename $DAEMON`
initdir=/etc/rc.d/init.d
lockdir=/var/lock/subsys
sysconfig=/etc/sysconfig
syspath=/sys/block

 
system=redhat
 
if [ $system = redhat ]; then
	# Source function library.
	. $initdir/functions
fi
 
test -r $sysconfig/$prog && . $sysconfig/$prog

RETVAL=0

teardown_slaves()
{
pushd $1 > /dev/null
if [ -d "slaves" ]; then
for slave in slaves/*;
do
	if [ "$slave" = "slaves/*" ]; then
		read dev <  $1/dev
		tablename=`dmsetup table --target multipath | sed -n "s/\(.*\): .* $dev .*/\1/p"`
		if ! [ -z $tablename ]; then
			echo "Root is on a multipathed device, multipathd can not be stopped"
			exit 1
		fi
	else
		local_slave=`readlink -f $slave`;
		teardown_slaves $local_slave;
	fi
	done
		
else
		read dev <  $1/dev
		tablename=`dmsetup table --target multipath | sed -n "s/\(.*\): .* $dev .*/\1/p"`
		if ! [ -z $tablename ]; then
			echo "Root is on a multipathed device, multipathd can not be stopped"
			exit 1
		fi
fi
popd > /dev/null
}

#
# See how we were called.
#

start() {
	test -x $DAEMON || exit 5
	echo -n $"Starting $prog daemon: "
	daemon $DAEMON
	RETVAL=$?
	[ $RETVAL -eq 0 ] && touch $lockdir/$prog
	echo
}

stop() {
        root_dev=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $1; }}' /etc/mtab)
	dm_num=`dmsetup info -c --noheadings -o minor $root_dev 2> /dev/null`
	if [ $? -eq 0 ]; then
		root_dm_device="dm-$dm_num"
		[ -d $syspath/$root_dm_device ] && teardown_slaves $syspath/$root_dm_device
	fi

	echo -n $"Stopping $prog daemon: "
	killproc $DAEMON
	RETVAL=$?
	[ $RETVAL -eq 0 ] && rm -f $lockdir/$prog
	echo
}

restart() {
	stop
	start
}	

reload() {
	echo -n "Reloading $prog: "
	trap "" SIGHUP
	killproc $DAEMON -HUP
	RETVAL=$?
	echo
}	

case "$1" in
start)
	start
	;;
stop)
	stop
	;;
reload)
	reload
	;;
restart)
	restart
	;;
condrestart)
	if [ -f $lockdir/$prog ]; then
	    restart
	fi
	;;
status)
	status $prog
	RETVAL=$?
	;;
*)
	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
	RETVAL=3
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          #!/bin/sh
#
### BEGIN INIT INFO
# Provides: dhcpd
# Default-Start:
# Default-Stop:
# Should-Start:
# Required-Start: $network
# Required-Stop:
# Short-Description: Start and stop the DHCP server
# Description: dhcpd provides the Dynamic Host Configuration Protocol (DHCP)
#              server.
### END INIT INFO
#
# The fields below are left around for legacy tools (will remove later).
#
# chkconfig: - 65 35
# description: dhcpd provides the Dynamic Host Configuration Protocol (DHCP) \
#              server
# processname: dhcpd
# config: /etc/dhcpd.conf
# config: /var/lib/dhcpd/dhcpd.leases
# pidfile: /var/run/dhcpd.pid

. /etc/init.d/functions

RETVAL=0

prog=dhcpd
dhcpd=/usr/sbin/dhcpd
lockfile=/var/lock/subsys/dhcpd
pidfile=/var/run/dhcpd.pid
statedir=/var/lib/dhcpd

[ -f /etc/sysconfig/dhcpd ] && . /etc/sysconfig/dhcpd

# if the user specified a different config file, make sure we reference it
findConfig() {
    for arg in $DHCPDARGS ; do
        if [ "$found" = 1 ]; then
            [ -f "$arg" ] && echo "$arg"
            return
        fi
        if [ "$arg" = "-cf" ]; then
            found=1
            continue
        fi
    done
    echo "/etc/dhcpd.conf"
}

conf="$(findConfig "$DHCPDARGS")"

if [ ! -f $statedir/dhcpd.leases ] ; then
    mkdir -p $statedir
    touch $statedir/dhcpd.leases
    [ -x /sbin/restorecon ] && [ -d /selinux ] && /sbin/restorecon $statedir/dhcpd.leases >/dev/null 2>&1
fi

configtest() {
    [ -x $dhcpd ] || return 5
    [ -f $conf ] || return 6
    $dhcpd -q -t -cf $conf
    RETVAL=$?
    if [ $RETVAL -eq 1 ]; then
        $dhcpd -t -cf $conf
    else
        echo "Syntax: OK" >&2
    fi
    return $RETVAL
}

start() {
    [ -x $dhcpd ] || return 5
    [ -f $conf ] || return 6

    pidofproc $prog >/dev/null 2>&1
    RETVAL=$?
    [ $RETVAL -eq 0 ] && return $RETVAL

    echo -n $"Starting $prog: "
    daemon $dhcpd $DHCPDARGS 2>/dev/null
    RETVAL=$?
    echo
    [ $RETVAL = 0 ] && touch $lockfile
    return $RETVAL
}

stop() {
    pidofproc $prog >/dev/null 2>&1
    if [ $? -ne 0 ]; then
        RETVAL=7
        return $RETVAL
    fi

    echo -n $"Shutting down $prog: "
    killproc $prog
    RETVAL=$?
    [ $RETVAL = 0 ] && rm -f $lockfile
    echo
    return $RETVAL
}

if [ $# -gt 1 ]; then
    RETVAL=2
    exit $RETVAL
fi

case "$1" in
    start)
        start
        RETVAL=$?
        ;;
    stop)
        stop
        RETVAL=$?
        ;;
    restart|force-reload)
        stop ; start
        RETVAL=$?
        ;;
    condrestart)
        if [ -f $lockfile ]; then
            stop ; start
            RETVAL=$?
        fi
        ;;
    configtest)
        configtest
        RETVAL=$?
        ;;
    status)
        status $dhcpd
        RETVAL=$?
        ;;
    *)
        echo $"Usage: $0 {start|stop|restart|condrestart|configtest|status}"
        RETVAL=3
        ;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 #!/bin/bash
#
# halt          This file is executed by init when it goes into runlevel
#               0 (halt) or runlevel 6 (reboot). It kills all processes,
#               unmounts file systems and then either halts or reboots.
#
# Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#               Modified for RHS Linux by Damien Neil
#

NOLOCALE=1
. /etc/init.d/functions

UMOUNT="umount"
[ ! -w /etc ] && UMOUNT="umount -n"

action() {
   echo -n "$1 "
   shift
   if [ "$BOOTUP" = "color" ]; then
      "$@" && echo_success || echo_failure
   else
      "$@"
   fi
   echo
}

halt_crypto() {
    fnval=0
    while read dst src key; do
	[ -z "$dst" -o "${dst#\#}" != "$dst" ] && continue
        if [ -b "/dev/mapper/$dst" ]; then
            if /sbin/dmsetup info "$dst" | grep -q '^Open count: *0$'; then
                action $"Stopping disk encryption for $dst" /sbin/cryptsetup remove "$dst"
            else
                fnval=1
            fi
        fi
    done < /etc/crypttab
    return $fnval
}

# See how we were called.
case "$0" in
   *halt)
	message=$"Halting system..."
	command="/sbin/halt"
	;;
   *reboot)
	message=$"Please stand by while rebooting the system..."
	command="/sbin/reboot"
	kexec_command="/sbin/kexec"
	;;
   *)
	echo $"$0: call me as 'halt' or 'reboot' please!"
	exit 1
	;;
esac
case "$1" in
   *start)
   	;;
   *)
	echo $"Usage: $0 {start}"
	exit 1
	;;
esac

# Kill all processes.
[ "${BASH+bash}" = bash ] && enable kill

action $"Sending all processes the TERM signal..." /sbin/killall5 -15
sleep 5
action $"Sending all processes the KILL signal..."  /sbin/killall5 -9

# Write to wtmp file before unmounting /var
/sbin/halt -w

# Save mixer settings, here for lack of a better place.
grep -q "\(alsa\)" /proc/devices
if [ $? = 0 -a -x /usr/sbin/alsactl ]; then
   action $"Saving mixer settings" alsactl store
fi

# Save random seed
touch /var/lib/random-seed
chmod 600 /var/lib/random-seed
action $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null

# Sync the system clock.
ARC=0
SRM=0
UTC=0

if [ -f /etc/sysconfig/clock ]; then
   . /etc/sysconfig/clock

   # convert old style clock config to new values
   if [ "${CLOCKMODE}" = "GMT" ]; then
      UTC=true
   elif [ "${CLOCKMODE}" = "ARC" ]; then
      ARC=true
   fi
fi

CLOCKDEF=""
CLOCKFLAGS="$CLOCKFLAGS --systohc"

case "$UTC" in
   yes|true)
	CLOCKFLAGS="$CLOCKFLAGS -u";
	CLOCKDEF="$CLOCKDEF (utc)";
	;;
   no|false)
	CLOCKFLAGS="$CLOCKFLAGS --localtime";
	CLOCKDEF="$CLOCKDEF (localtime)";
	;;
esac

case "$ARC" in
   yes|true)
	CLOCKFLAGS="$CLOCKFLAGS -A";
	CLOCKDEF="$CLOCKDEF (arc)";
	;;
esac
case "$SRM" in
   yes|true)
	CLOCKFLAGS="$CLOCKFLAGS -S";
	CLOCKDEF="$CLOCKDEF (srm)";
	;;
esac

[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS

# Try to unmount tmpfs filesystems to avoid swapping them in.  Ignore failures.
tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }
	     $3 == "tmpfs" { print $2; }' /proc/mounts | sort -r)
[ -n "$tmpfs" ] && fstab-decode $UMOUNT $tmpfs 2>/dev/null

# Turn off swap, then unmount file systems.
[ -f /proc/swaps ] && SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps`
if [ -n "$SWAPS" ]; then
    action $"Turning off swap: " swapoff $SWAPS
    for dst in $SWAPS; do
	if [[ "$dst" =~ "^/dev/mapper" ]] \
	    && [ "$(dmsetup status "$dst" | cut -d ' ' -f 3)" = crypt ]; then
	    backdev=$(/sbin/cryptsetup status "$dst" \
		| awk '$1 == "device:" { print $2 }')
	    /sbin/cryptsetup remove "$dst"
	fi
    done
fi

[ -x /sbin/quotaoff ] && action $"Turning off quotas: " /sbin/quotaoff -aug

# Unmount file systems, killing processes if we have to.
# Unmount loopback stuff first
__umount_loopback_loop

# Unmount RPC pipe file systems
__umount_loop '$3 ~ /^rpc_pipefs$/ || $3 ~ /^rpc_svc_gss_pipefs$/ {print $2}' \
    /proc/mounts \
    $"Unmounting pipe file systems: " \
    $"Unmounting pipe file systems (retry): " \
    -f

LANG=C __umount_loop '$2 ~ /^\/$|^\/proc|^\/dev/{next}
	$3 == "tmpfs" || $3 == "proc" {print $2 ; next}
	/(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
	{print $2}' /proc/mounts \
	$"Unmounting file systems: " \
	$"Unmounting file systems (retry): " \
	-f

[ -f /proc/bus/usb/devices ] && $UMOUNT /proc/bus/usb

[ -f /etc/crypttab ] && halt_crypto

# remove the crash indicator flag
rm -f /.autofsck

# Try all file systems other than root, essential filesystems and RAM disks,
# one last time.
awk '$2 !~ /\/(|dev|proc|selinux)$/ && $1 !~ /^\/dev\/ram/ { print $2 }' \
    /proc/mounts | sort -r | \
  while read line; do
    fstab-decode $UMOUNT -f $line
done

if [ -x /sbin/halt.local ]; then
   /sbin/halt.local
fi

# Remount read only anything that's left mounted.
# echo $"Remounting remaining filesystems readonly"
mount | awk '{ print $3 }' | while read line; do
    fstab-decode mount -n -o ro,remount $line
done

# Now halt or reboot.
echo $"$message"
if [ -f /fastboot ]; then
 echo $"On the next boot fsck will be skipped."
elif [ -f /forcefsck ]; then
 echo $"On the next boot fsck will be forced."
fi

if [ "$command" = /sbin/halt -a -r /etc/ups/upsmon.conf -a -f /etc/killpower -a -f /etc/sysconfig/ups ] ; then
	. /etc/sysconfig/ups
	if [ "$SERVER" = "yes" -a "$MODEL" = "upsdrvctl" ] ; then
		/sbin/upsdrvctl shutdown
	elif [ "$SERVER" = "yes" -a "$MODEL" != "NONE" -a -n "$MODEL" -a -n "$DEVICE" ] ; then
		$MODEL $OPTIONS_HALT -k $DEVICE
	fi
fi

# First, try kexec. If that fails, fall back to rebooting the old way.
[ -n "$kexec_command" ] && $kexec_command -e -x >& /dev/null

HALTARGS="-d"
[ "$INIT_HALT" != "HALT" ] && HALTARGS="$HALTARGS -p"

exec $command $HALTARGS
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   #! /bin/sh
#
# portmap       Start/Stop RPC portmapper
#
# chkconfig: 345 13 87
# description: The portmapper manages RPC connections, which are used by \
#              protocols such as NFS and NIS. The portmap server must be \
#              running on machines which act as servers for protocols which \
#              make use of the RPC mechanism.
# processname: portmap


# This is an interactive program, we need the current locale
[ -f /etc/profile.d/lang.sh ] && . /etc/profile.d/lang.sh
# We can't Japanese on normal console at boot time, so force LANG=C.
if [ "$LANG" = "ja" -o "$LANG" = "ja_JP.eucJP" ]; then
    if [ "$TERM" = "linux" ] ; then
        LANG=C
    fi
fi

# Source function library.
. /etc/init.d/functions

# Get config.
if [ -f /etc/sysconfig/network ]; then
    . /etc/sysconfig/network
else
    echo $"Networking not configured - exiting"
    exit 1
fi

prog="portmap"

# Check that networking is up.
if [ "$NETWORKING" = "no" ]; then
	exit 0
fi

[ -f /sbin/portmap ] || exit 0

[ -f /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog

RETVAL=0

start() {
        echo -n $"Starting $prog: "
        daemon portmap $PMAP_ARGS
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/portmap
	return $RETVAL
}


stop() {
        echo -n $"Stopping $prog: "
        killproc portmap
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/portmap
	return $RETVAL
}

restart() {
  	pmap_dump > /var/run/portmap.state
	stop
	start
	pmap_set < /var/run/portmap.state
	rm -f /var/run/portmap.state
}

# See how we were called.
case "$1" in
  start)
	start
	;;
  stop)
	stop
	;;
  status)
	status portmap
	;;
  restart|reload)
	restart
	;;
  condrestart)
	[ -f /var/lock/subsys/portmap ] && restart || :
	;;
  *)
	echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
	exit 1
esac

exit $?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           #!/bin/sh
#
# iptables	Start iptables firewall
#
# chkconfig: 2345 08 92
# description:	Starts, stops and saves iptables firewall
#
# config: /etc/sysconfig/iptables
# config: /etc/sysconfig/iptables-config

# Source function library.
. /etc/init.d/functions

IPTABLES=iptables
IPTABLES_DATA=/etc/sysconfig/$IPTABLES
IPTABLES_CONFIG=/etc/sysconfig/${IPTABLES}-config
IPV=${IPTABLES%tables} # ip for ipv4 | ip6 for ipv6
PROC_IPTABLES_NAMES=/proc/net/${IPV}_tables_names
VAR_SUBSYS_IPTABLES=/var/lock/subsys/$IPTABLES

if [ ! -x /sbin/$IPTABLES ]; then
    echo -n $"/sbin/$IPTABLES does not exist."; warning; echo
    exit 0
fi

if lsmod 2>/dev/null | grep -q ipchains ; then
    echo -n $"ipchains and $IPTABLES can not be used together."; warning; echo
    exit 1
fi

# Old or new modutils
/sbin/modprobe --version 2>&1 | grep -q module-init-tools \
    && NEW_MODUTILS=1 \
    || NEW_MODUTILS=0

# Default firewall configuration:
IPTABLES_MODULES=""
IPTABLES_MODULES_UNLOAD="yes"
IPTABLES_SAVE_ON_STOP="no"
IPTABLES_SAVE_ON_RESTART="no"
IPTABLES_SAVE_COUNTER="no"
IPTABLES_STATUS_NUMERIC="yes"

# Load firewall configuration.
[ -f "$IPTABLES_CONFIG" ] && . "$IPTABLES_CONFIG"

rmmod_r() {
    # Unload module with all referring modules.
    # At first all referring modules will be unloaded, then the module itself.
    local mod=$1
    local ret=0
    local ref=

    # Get referring modules.
    # New modutils have another output format.
    [ $NEW_MODUTILS = 1 ] \
	&& ref=`lsmod | awk "/^${mod}/ { print \\\$4; }" | tr ',' ' '` \
	|| ref=`lsmod | grep ^${mod} | cut -d "[" -s -f 2 | cut -d "]" -s -f 1`

    # recursive call for all referring modules
    for i in $ref; do
	rmmod_r $i
	let ret+=$?;
    done

    # Unload module.
    # The extra test is for 2.6: The module might have autocleaned,
    # after all referring modules are unloaded.
    if grep -q "^${mod}" /proc/modules ; then
	modprobe -r $mod > /dev/null 2>&1
	let ret+=$?;
    fi

    return $ret
}

flush_n_delete() {
    # Flush firewall rules and delete chains.
    [ -e "$PROC_IPTABLES_NAMES" ] || return 1

    # Check if firewall is configured (has tables)
    tables=`cat $PROC_IPTABLES_NAMES 2>/dev/null`
    [ -z "$tables" ] && return 1

    echo -n $"Flushing firewall rules: "
    ret=0
    # For all tables
    for i in $tables; do
        # Flush firewall rules.
	$IPTABLES -t $i -F;
	let ret+=$?;

        # Delete firewall chains.
	$IPTABLES -t $i -X;
	let ret+=$?;

	# Set counter to zero.
	$IPTABLES -t $i -Z;
	let ret+=$?;
    done

    [ $ret -eq 0 ] && success || failure
    echo
    return $ret
}

set_policy() {
    # Set policy for configured tables.
    policy=$1

    # Check if iptable module is loaded
    [ ! -e "$PROC_IPTABLES_NAMES" ] && return 1

    # Check if firewall is configured (has tables)
    tables=`cat $PROC_IPTABLES_NAMES 2>/dev/null`
    [ -z "$tables" ] && return 1

    echo -n $"Setting chains to policy $policy: "
    ret=0
    for i in $tables; do
	echo -n "$i "
	case "$i" in
	    raw)
		$IPTABLES -t raw -P PREROUTING $policy \
		    && $IPTABLES -t raw -P OUTPUT $policy \
		    || let ret+=1
		;;
	    filter)
                $IPTABLES -t filter -P INPUT $policy \
		    && $IPTABLES -t filter -P OUTPUT $policy \
		    && $IPTABLES -t filter -P FORWARD $policy \
		    || let ret+=1
		;;
	    nat)
		$IPTABLES -t nat -P PREROUTING $policy \
		    && $IPTABLES -t nat -P POSTROUTING $policy \
		    && $IPTABLES -t nat -P OUTPUT $policy \
		    || let ret+=1
		;;
	    mangle)
	        $IPTABLES -t mangle -P PREROUTING $policy \
		    && $IPTABLES -t mangle -P POSTROUTING $policy \
		    && $IPTABLES -t mangle -P INPUT $policy \
		    && $IPTABLES -t mangle -P OUTPUT $policy \
		    && $IPTABLES -t mangle -P FORWARD $policy \
		    || let ret+=1
		;;
	    *)
	        let ret+=1
		;;
        esac
    done

    [ $ret -eq 0 ] && success || failure
    echo
    return $ret
}

start() {
    # Do not start if there is no config file.
    [ -f "$IPTABLES_DATA" ] || return 1

    echo -n $"Applying $IPTABLES firewall rules: "

    OPT=
    [ "x$IPTABLES_SAVE_COUNTER" = "xyes" ] && OPT="-c"

    $IPTABLES-restore $OPT $IPTABLES_DATA
    if [ $? -eq 0 ]; then
	success; echo
    else
	failure; echo; return 1
    fi
    
    # Load additional modules (helpers)
    if [ -n "$IPTABLES_MODULES" ]; then
	echo -n $"Loading additional $IPTABLES modules: "
	ret=0
	for mod in $IPTABLES_MODULES; do
	    echo -n "$mod "
	    modprobe $mod > /dev/null 2>&1
	    let ret+=$?;
	done
	[ $ret -eq 0 ] && success || failure
	echo
    fi
    
    touch $VAR_SUBSYS_IPTABLES
    return $ret
}

stop() {
    # Do not stop if iptables module is not loaded.
    [ -e "$PROC_IPTABLES_NAMES" ] || return 1

    flush_n_delete
    set_policy ACCEPT
    
    if [ "x$IPTABLES_MODULES_UNLOAD" = "xyes" ]; then
	echo -n $"Unloading $IPTABLES modules: "
	ret=0
	rmmod_r ${IPV}_tables
	let ret+=$?;
	rmmod_r ${IPV}_conntrack
	let ret+=$?;
	[ $ret -eq 0 ] && success || failure
	echo
    fi
    
    rm -f $VAR_SUBSYS_IPTABLES
    return $ret
}

save() {
    # Check if iptable module is loaded
    [ ! -e "$PROC_IPTABLES_NAMES" ] && return 1

    # Check if firewall is configured (has tables)
    tables=`cat $PROC_IPTABLES_NAMES 2>/dev/null`
    [ -z "$tables" ] && return 1

    echo -n $"Saving firewall rules to $IPTABLES_DATA: "

    OPT=
    [ "x$IPTABLES_SAVE_COUNTER" = "xyes" ] && OPT="-c"

    ret=0
    TMP_FILE=`/bin/mktemp -q /tmp/$IPTABLES.XXXXXX` \
	&& chmod 600 "$TMP_FILE" \
	&& $IPTABLES-save $OPT > $TMP_FILE 2>/dev/null \
	&& size=`stat -c '%s' $TMP_FILE` && [ $size -gt 0 ] \
	|| ret=1
    if [ $ret -eq 0 ]; then
	if [ -e $IPTABLES_DATA ]; then
	    cp -f $IPTABLES_DATA $IPTABLES_DATA.save \
		&& chmod 600 $IPTABLES_DATA.save \
		|| ret=1
	fi
	if [ $ret -eq 0 ]; then
	    cp -f $TMP_FILE $IPTABLES_DATA \
		&& chmod 600 $IPTABLES_DATA \
	        || ret=1
	fi
    fi
    [ $ret -eq 0 ] && success || failure
    echo
    rm -f $TMP_FILE
    return $ret
}

status() {
    tables=`cat $PROC_IPTABLES_NAMES 2>/dev/null`

    # Do not print status if lockfile is missing and iptables modules are not 
    # loaded.
    # Check if iptable module is loaded
    if [ ! -f "$VAR_SUBSYS_IPTABLES" -a -z "$tables" ]; then
	echo $"Firewall is stopped."
	return 1
    fi

    # Check if firewall is configured (has tables)
    if [ ! -e "$PROC_IPTABLES_NAMES" ]; then
	echo $"Firewall is not configured. "
	return 1
    fi
    if [ -z "$tables" ]; then
	echo $"Firewall is not configured. "
	return 1
    fi

    NUM=
    [ "x$IPTABLES_STATUS_NUMERIC" = "xyes" ] && NUM="-n"
    VERBOSE= 
    [ "x$IPTABLES_STATUS_VERBOSE" = "xyes" ] && VERBOSE="--verbose"
    COUNT=
    [ "x$IPTABLES_STATUS_LINENUMBERS" = "xyes" ] && COUNT="--line-numbers"

    for table in $tables; do
	echo $"Table: $table"
	$IPTABLES -t $table --list $NUM $VERBOSE $COUNT && echo
    done

    return 0
}

restart() {
    [ "x$IPTABLES_SAVE_ON_RESTART" = "xyes" ] && save
    stop
    start
}

case "$1" in
    start)
	stop
	start
	RETVAL=$?
	;;
    stop)
	[ "x$IPTABLES_SAVE_ON_STOP" = "xyes" ] && save
	stop
	RETVAL=$?
	;;
    restart)
	restart
	RETVAL=$?
	;;
    condrestart)
	[ -e "$VAR_SUBSYS_IPTABLES" ] && restart
	;;
    status)
	status
	RETVAL=$?
	;;
    panic)
	flush_n_delete
	set_policy DROP
	RETVAL=$?
        ;;
    save)
	save
	RETVAL=$?
	;;
    *)
	echo $"Usage: $0 {start|stop|restart|condrestart|status|panic|save}"
	exit 1
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            #! /bin/bash

# Bring down all unneeded services that are still running (there shouldn't 
# be any, so this is just a sanity check)

case "$1" in
   *start)
	;;
   *)
	echo $"Usage: $0 {start}"
	exit 1
	;;
esac
				      

for i in /var/lock/subsys/* ; do
	# Check if the script is there.
	[ -f "$i" ] || continue

	# Get the subsystem name.
	subsys=${i#/var/lock/subsys/}
	
	# Networking could be needed for NFS root.
	[ $subsys = network ] && continue

	# Bring the subsystem down.
	if [ -f /etc/init.d/$subsys.init ]; then
		/etc/init.d/$subsys.init stop
	elif [ -f /etc/init.d/$subsys ]; then
		/etc/init.d/$subsys stop
	else
		rm -f "$i"
	fi
done
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    #!/bin/bash
#
# syslog        Starts syslogd/klogd.
#
#
# chkconfig: 2345 12 88
# description: Syslog is the facility by which many daemons use to log \
# messages to various system log files.  It is a good idea to always \
# run syslog.
### BEGIN INIT INFO
# Provides: $syslog
### END INIT INFO

# Source function library.
. /etc/init.d/functions

RETVAL=0

start() {
	[ -x /sbin/syslogd ] || exit 5
	[ -x /sbin/klogd ] || exit 5

	# Source config
	if [ -f /etc/sysconfig/syslog ] ; then
		. /etc/sysconfig/syslog
	else
		SYSLOGD_OPTIONS="-m 0"
		KLOGD_OPTIONS="-2"
	fi

	if [ -z "$SYSLOG_UMASK" ] ; then
	      SYSLOG_UMASK=077;
	fi
	umask $SYSLOG_UMASK

 	echo -n $"Starting system logger: "
	daemon syslogd $SYSLOGD_OPTIONS
	RETVAL=$?
	echo
	echo -n $"Starting kernel logger: "
	daemon klogd $KLOGD_OPTIONS
	echo
	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/syslog
	return $RETVAL
}	
stop() {
	echo -n $"Shutting down kernel logger: "
	killproc klogd
	echo
	echo -n $"Shutting down system logger: "
	killproc syslogd
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/syslog
	return $RETVAL
}
rhstatus() {
	status syslogd
	status klogd
}
restart() {
	stop
	start
}	
reload()  {
    RETVAL=1
    syslog=`cat /var/run/syslogd.pid 2>/dev/null`
    echo -n "Reloading syslogd..."
    if [ -n "${syslog}" ] && [ -e /proc/"${syslog}" ]; then
	kill -HUP "$syslog";
	RETVAL=$?
    fi
    if [ $RETVAL -ne 0 ]; then
	failure
    else
	success
    fi
    echo
    RETVAL=1
    echo -n "Reloading klogd..."
    klog=`cat /var/run/klogd.pid 2>/dev/null`
    if [ -n "${klog}" ] && [ -e /proc/"${klog}" ]; then
	kill -USR2 "$klog";
        RETVAL=$?
    fi
    if [ $RETVAL -ne 0 ]; then
	failure
    else
	success
    fi
    echo    
    return $RETVAL
}
case "$1" in
  start)
  	start
	;;
  stop)
  	stop
	;;
  status)
  	rhstatus
	;;
  restart)
  	restart
	;;
  reload)
	reload
	;;
  condrestart)
  	[ -f /var/lock/subsys/syslog ] && restart || :
	;;
  *)
	echo $"Usage: $0 {start|stop|status|restart|condrestart}"
	exit 2
esac

exit $?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     #!/bin/bash
# 
# netconsole 	This loads the netconsole module with the configured parameters.
#
# chkconfig: - 50 50
# description: Initializes network console logging
# config: /etc/sysconfig/netconsole
#
# Copyright 2002 Red Hat, Inc.
#
# Based in part on a shell script by
# Andreas Dilger <adilger@turbolinux.com>  Sep 26, 2001

PATH=/sbin:/usr/sbin:$PATH
RETVAL=0
SERVER_ADDRESS_RESOLUTION=

# Check that networking is up.
. /etc/sysconfig/network

# Source function library.
. /etc/rc.d/init.d/functions

# Default values
LOCALPORT=6666
DEV=

SYSLOGADDR=
SYSLOGPORT=514
SYSLOGMACADDR=

kernel=`uname -r | cut -d. -f1-2`

usage ()
{
	echo $"Usage: $0 {start|stop|status|restart|condrestart}" 1>&2
	RETVAL=1
}

print_address_info ()
{
	local host=$1
	local route via target

	route=$(LANG=C ip -o route get to $host/32)
	
	[ -z "$DEV" ] && DEV=$(echo $route | sed "s|.* dev \([^ ]*\).*|\1|")
	echo "DEV=$DEV"
	echo "LOCALADDR=$(echo $route | sed "s|.* src \([^ ]*\).*|\1|")"
	if echo $route | grep -q " via " ; then
		via=$(echo $route | sed "s|.* via \([^ ]*\).*|\1|")
		target=$via
	else
		target=$host
	fi
	if [ -z "$SYSLOGMACADDR" ]; then
		arp=$(LANG=C arping -c 1 -I $DEV $target 2>/dev/null | awk '/ reply from .*[.*]/ { print gensub(".* reply from .* \\[(.*)\\].*","\\1","G") }')
		[ -n "$arp" ] && echo "SYSLOGMACADDR=$arp"
	fi	
}	
	
netconsole_failure ()
{
	echo -n "$1"
	failure
	echo
	exit 1
}

start ()
{
	[ -f /etc/sysconfig/netconsole ] || exit 0
	. /etc/sysconfig/netconsole

	SYSLOGOPTS=
	# syslogd server, if any
	if [ -n "$SYSLOGADDR" ]; then
	if ! [[ "$SYSLOGADDR" =~ "^([0-9]{1,3}\.){3}[0-9]{1,3}$" ]]; then
		SYSLOGADDR=$(LANG=C host $SYSLOGADDR 2>/dev/null | awk '/has address / { print $NF }')
	fi
	fi
	if [ -z "$SYSLOGADDR" ] ; then
		echo $"Server address not specified in /etc/sysconfig/netconsole" 1>&2
		exit 1
	fi
	eval $(print_address_info $SYSLOGADDR)
	
	if [ -z "$SYSLOGMACADDR" ]; then
		echo $"netconsole: can't resolve MAC address of $SYSLOGADDR" 1>&2
		netconsole_failure "syslog server address resolution"
	fi

	SYSLOGOPTS="netconsole=$LOCALPORT@$LOCALADDR/$DEV,$SYSLOGPORT@$SYSLOGADDR/$SYSLOGMACADDR "

	/usr/bin/logger -p daemon.info -t netconsole: inserting netconsole module with arguments \
	$SYSLOGOPTS
	if [ -n "$SYSLOGOPTS" ]; then
		action $"Initializing netconsole" modprobe netconsole \
			$SYSLOGOPTS
	fi
	touch /var/lock/subsys/netconsole
}

stop ()
{
	if /sbin/lsmod | grep netconsole >/dev/null 2>&1 ; then
	    action $"Disabling netconsole" rmmod netconsole;
	fi

	rm -f /var/lock/subsys/netconsole
}

status ()
{
	if /sbin/lsmod | grep netconsole >/dev/null 2>&1 ; then
		echo $"netconsole module loaded"
		RETVAL=0
	else
		echo $"netconsole module not loaded"
		RETVAL=3
	fi
}


restart ()
{
	stop
	start
}

condrestart ()
{
	[ -e /var/lock/subsys/netconsole ] && restart
}


case "$1" in
    stop) stop ;;
    status) status ;;
    start|restart|reload) restart ;;
    condrestart) condrestart ;;
    *) usage ;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              #!/bin/bash
#
# netfs         Mount network filesystems.
#
# Authors:	Bill Nottingham <notting@redhat.com>
#		AJ Lewis <alewis@redhat.com>
# 		Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#
# chkconfig: 345 25 75
# description: Mounts and unmounts all Network File System (NFS), \
#	       SMB/CIFS (Lan Manager/Windows), and NCP (NetWare) mount points.
### BEGIN INIT INFO
# Provides: $local_fs $remote_fs
### END INIT INFO

[ -f /etc/sysconfig/network ] || exit 0
. /etc/init.d/functions
. /etc/sysconfig/network

# Check that networking is up.
[ "${NETWORKING}" = "no" ] && exit 0

NFSFSTAB=`LC_ALL=C awk '!/^#/ && $3 ~ /^nfs/ && $3 != "nfsd" && $4 !~ /noauto/ { print $2 }' /etc/fstab`
SMBFSTAB=`LC_ALL=C awk '!/^#/ && $3 == "smbfs" && $4 !~ /noauto/ { print $2 }' /etc/fstab`
CIFSFSTAB=`LC_ALL=C awk '!/^#/ && $3 == "cifs" && $4 !~ /noauto/ { print $2 }' /etc/fstab`
NCPFSTAB=`LC_ALL=C awk '!/^#/ && $3 == "ncpfs" && $4 !~ /noauto/ { print $2 }' /etc/fstab`
NETDEVFSTAB=`LC_ALL=C awk '!/^#/ && $4 ~/_netdev/ && $4 !~ /noauto/ { print $1 }' /etc/fstab`

NFSMTAB=`LC_ALL=C awk '$3 ~ /^nfs/ && $3 != "nfsd" && $2 != "/" { print $2 }' /proc/mounts`
SMBMTAB=`LC_ALL=C awk '$3 == "smbfs" { print $2 }' /proc/mounts`
CIFSMTAB=`LC_ALL=C awk '$3 == "cifs" { print $2 }' /proc/mounts`
NCPMTAB=`LC_ALL=C awk '$3 == "ncpfs" { print $2 }' /proc/mounts`
NETDEVMTAB=`LC_ALL=C awk '$4 ~ /_netdev/ && $2 != "/" { print $2 }' /etc/mtab`

# See how we were called.
case "$1" in
  start)
	# Let udev handle any backlog before trying to mount file systems
	/sbin/udevsettle --timeout=30
        [ -n "$NFSFSTAB" ] && 
	  {
	    [ ! -f /var/lock/subsys/portmap ] && service portmap start
	    action $"Mounting NFS filesystems: " mount -a -t nfs,nfs4
	  }
        [ -n "$SMBFSTAB" ] && action $"Mounting SMB filesystems: " mount -a -t smbfs
        [ -n "$CIFSFSTAB" ] && action $"Mounting CIFS filesystems: " mount -a -t cifs
        [ -n "$NCPFSTAB" ] && action $"Mounting NCP filesystems: " mount -a -t ncpfs
        [ -n "$NETDEVFSTAB" ] &&
	  {
	    if [ -f /etc/mdadm.conf ]; then
		mdadm -A -s 
	    fi
	    if [ -f /etc/multipath.conf -a -x /sbin/multipath.static ]; then
	    	modprobe dm-multipath >/dev/null 2>&1
		/sbin/multipath.static -v 0
		if [ -x /sbin/kpartx ]; then
		       /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a"
		fi
	    fi
	    if [ -x /sbin/lvm.static ]; then
		if /sbin/lvm.static vgscan > /dev/null 2>&1 ; then
		       action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y
		fi
	    fi
	    STRING=$"Checking network-attached filesystems"
	    
	    echo $STRING
	    fsck -A -T -R -a -t opts=_netdev
	    rc=$?
	    
	    if [ "$rc" -eq "0" ]; then
	    	success "$STRING"
		echo
	    elif [ "$rc" -eq "1" ]; then
	        passed "$STRING"
	        echo
	    fi
	    
	    if [ "$rc" -gt 1 ]; then
	    	if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
			/usr/bin/rhgb-client --details=yes >/dev/null 2>&1
		fi
	        
                failure "$STRING"
		echo
		echo
		echo $"*** An error occurred during the file system check."
		echo $"*** Dropping you to a shell; the system will reboot"
		echo $"*** when you leave the shell."
		
		str=$"(Repair filesystem)"
		PS1="$str \# # "; export PS1
		[ "$SELINUX" = "1" ] && disable_selinux
		sulogin
		
		shutdown -r now
	   fi
	  }
	touch /var/lock/subsys/netfs
	action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs,gfs
	;;
  stop)
        # Unmount loopback stuff first
	__umount_loopback_loop
  	if [ -n "$NETDEVMTAB" ]; then
		__umount_loop '$4 ~ /_netdev/ && $2 != "/" {print $2}' \
			/etc/mtab \
			$"Unmounting network block filesystems: " \
			$"Unmounting network block filesystems (retry): "
	fi
  	if [ -n "$NFSMTAB" ]; then
		__umount_loop '$3 ~ /^nfs/ && $3 != "nfsd" && $2 != "/" {print $2}' \
			/proc/mounts \
			$"Unmounting NFS filesystems: " \
			$"Unmounting NFS filesystems (retry): " \
			"-f -l"
	fi
	[ -n "$SMBMTAB" ] && action $"Unmounting SMB filesystems: " umount -a -t smbfs
	[ -n "$CIFSMTAB" ] && action $"Unmounting CIFS filesystems: " umount -a -t cifs
	[ -n "$NCPMTAB" ] && action $"Unmounting NCP filesystems: " umount -a -t ncpfs
	rm -f /var/lock/subsys/netfs
	;;
  status)
	if [ -f /proc/mounts ] ; then
	        [ -n "$NFSFSTAB" ] && {
		     echo $"Configured NFS mountpoints: "
		     for fs in $NFSFSTAB; do echo $fs ; done
		}
	        [ -n "$SMBFSTAB" ] && {
		     echo $"Configured SMB mountpoints: "
		     for fs in $SMBFSTAB; do echo $fs ; done
		}
	        [ -n "$CIFSFSTAB" ] && {
		     echo $"Configured CIFS mountpoints: "
		     for fs in $CIFSFSTAB; do echo $fs ; done
		}
	        [ -n "$NCPFSTAB" ] && {
		     echo $"Configured NCP mountpoints: "
		     for fs in $NCPFSTAB; do echo $fs ; done
		}
		[ -n "$NETDEVFSTAB" ] && {
		      echo $"Configured network block devices: "
		      for fs in $NETDEVFSTAB; do echo $fs ; done
		}
		[ -n "$NFSMTAB" ] && {
                      echo $"Active NFS mountpoints: "
		      for fs in $NFSMTAB; do echo $fs ; done
		}
		[ -n "$SMBMTAB" ] && {
                      echo $"Active SMB mountpoints: "
		      for fs in $SMBMTAB; do echo $fs ; done
		}
		[ -n "$CIFSMTAB" ] && {
                      echo $"Active CIFS mountpoints: "
		      for fs in $CIFSMTAB; do echo $fs ; done
		}
		[ -n "$NCPMTAB" ] && {
                      echo $"Active NCP mountpoints: "
		      for fs in $NCPMTAB; do echo $fs ; done
		}
		[ -n "$NETDEVMTAB" ] && {
		      echo $"Active network block devices: "
		      for fs in $NETDEVMTAB; do echo $fs ; done
		}
	else
		echo $"/proc filesystem unavailable"
	fi
	[ -r /var/lock/subsys/netfs ] || exit 2
	;;
  restart)
	$0 stop
	$0 start
	;;
  reload)
        $0 start
	;;
  *)
	echo $"Usage: $0 {start|stop|restart|reload|status}"
	exit 1
esac

exit 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       #!/bin/bash
#
# Copyright (C) 2007 Red Hat, Inc. All rights reserved.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# This file is part of LVM2.
# It is required for the proper handling of failures of LVM2 mirror
# devices that were created using the -m option of lvcreate.
#
#
# chkconfig: 12345 02 99
# description: Starts and stops dmeventd monitoring for lvm2
#	       
### BEGIN INIT INFO
# Provides: 
### END INIT INFO

. /etc/init.d/functions

VGCHANGE="/usr/sbin/vgchange"
WARN=1

start()
{
	ret=0
	# TODO do we want to separate out already active groups only?
	VGS=`vgs --noheadings -o name 2> /dev/null`
	for vg in $VGS
	do
	    action "Starting monitoring for VG $vg:" $VGCHANGE --monitor y $vg || ret=$?
	done

	return $ret
}


stop()
{
	ret=0
	# TODO do we want to separate out already active groups only?
	if test "$WARN" = "1"; then
	   echo "Not stopping monitoring, this is a dangerous operation. Please use force-stop to override."
	   return 1
	fi
	VGS=`vgs --noheadings -o name 2> /dev/null`
	for vg in $VGS
	do
	    action "Stopping monitoring for VG $vg:" $VGCHANGE --monitor n $vg || ret=$?
	done
	return $ret
}

result=1

# See how we were called.
case "$1" in
  start)
	start
	result=$?
	;;

  force-stop)
	WARN=0
	stop
	result=$?
	;;

  stop)
	test "$runlevel" = "0" && WARN=0
	test "$runlevel" = "6" && WARN=0
	stop
	result=$?
	;;

  restart)
	WARN=0
	if stop
	then
		start
	fi 
	result=$?
	;;

  status)
	# TODO anyone with an idea how to dump monitored volumes?
	;;

  *)
	echo $"Usage: $0 {start|stop|restart|status|force-stop}"
	;;
esac

exit $result
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    #!/bin/bash
#
# Init file for OpenSSH server daemon
#
# chkconfig: 2345 55 25
# description: OpenSSH server daemon
#
# processname: sshd
# config: /etc/ssh/ssh_host_key
# config: /etc/ssh/ssh_host_key.pub
# config: /etc/ssh/ssh_random_seed
# config: /etc/ssh/sshd_config
# pidfile: /var/run/sshd.pid

# source function library
. /etc/rc.d/init.d/functions

# pull in sysconfig settings
[ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd

RETVAL=0
prog="sshd"

# Some functions to make the below more readable
KEYGEN=/usr/bin/ssh-keygen
SSHD=/usr/sbin/sshd
RSA1_KEY=/etc/ssh/ssh_host_key
RSA_KEY=/etc/ssh/ssh_host_rsa_key
DSA_KEY=/etc/ssh/ssh_host_dsa_key
PID_FILE=/var/run/sshd.pid

runlevel=$(set -- $(runlevel); eval "echo \$$#" )

do_rsa1_keygen() {
	if [ ! -s $RSA1_KEY ]; then
		echo -n $"Generating SSH1 RSA host key: "
		rm -f $RSA1_KEY
		if $KEYGEN -q -t rsa1 -f $RSA1_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $RSA1_KEY
			chmod 644 $RSA1_KEY.pub
			if [ -x /sbin/restorecon ]; then
			    /sbin/restorecon $RSA1_KEY.pub
			fi
			success $"RSA1 key generation"
			echo
		else
			failure $"RSA1 key generation"
			echo
			exit 1
		fi
	fi
}

do_rsa_keygen() {
	if [ ! -s $RSA_KEY ]; then
		echo -n $"Generating SSH2 RSA host key: "
		rm -f $RSA_KEY
		if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $RSA_KEY
			chmod 644 $RSA_KEY.pub
			if [ -x /sbin/restorecon ]; then
			    /sbin/restorecon $RSA_KEY.pub
			fi
			success $"RSA key generation"
			echo
		else
			failure $"RSA key generation"
			echo
			exit 1
		fi
	fi
}

do_dsa_keygen() {
	if [ ! -s $DSA_KEY ]; then
		echo -n $"Generating SSH2 DSA host key: "
		rm -f $DSA_KEY
		if $KEYGEN -q -t dsa -f $DSA_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $DSA_KEY
			chmod 644 $DSA_KEY.pub
			if [ -x /sbin/restorecon ]; then
			    /sbin/restorecon $DSA_KEY.pub
			fi
			success $"DSA key generation"
			echo
		else
			failure $"DSA key generation"
			echo
			exit 1
		fi
	fi
}

do_restart_sanity_check()
{
	$SSHD -t
	RETVAL=$?
	if [ ! "$RETVAL" = 0 ]; then
		failure $"Configuration file or keys are invalid"
		echo
	fi
}

start()
{
	# Create keys if necessary
	do_rsa1_keygen
	do_rsa_keygen
	do_dsa_keygen
	
	cp -af /etc/localtime /var/empty/sshd/etc

	echo -n $"Starting $prog: "
	$SSHD $OPTIONS && success || failure
	RETVAL=$?
	[ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
	echo
}

stop()
{
	echo -n $"Stopping $prog: "
	if [ -n "`pidfileofproc $SSHD`" ] ; then
	    killproc $SSHD
	else
	    failure $"Stopping $prog"
	fi
	RETVAL=$?
	# if we are in halt or reboot runlevel kill all running sessions
	# so the TCP connections are closed cleanly
	if [ "x$runlevel" = x0 -o "x$runlevel" = x6 ] ; then
	    killall $prog 2>/dev/null
	fi
	[ "$RETVAL" = 0 ] && rm -f /var/lock/subsys/sshd
	echo
}

reload()
{
	echo -n $"Reloading $prog: "
	if [ -n "`pidfileofproc $SSHD`" ] ; then
	    killproc $SSHD -HUP
	else
	    failure $"Reloading $prog"
	fi
	RETVAL=$?
	echo
}

case "$1" in
	start)
		start
		;;
	stop)
		stop
		;;
	restart)
		stop
		start
		;;
	reload)
		reload
		;;
	condrestart)
		if [ -f /var/lock/subsys/sshd ] ; then
			do_restart_sanity_check
			if [ "$RETVAL" = 0 ] ; then
				stop
				# avoid race
				sleep 3
				start
			fi
		fi
		;;
	status)
		status -p $PID_FILE openssh-daemon
		RETVAL=$?
		;;
	*)
		echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
		RETVAL=1
esac
exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          #!/bin/sh
#
# nfslock       This shell script takes care of starting and stopping
#               the NFS file locking service.
#
# chkconfig: 345 14 86
# description: NFS is a popular protocol for file sharing across \
#	       TCP/IP networks. This service provides NFS file \
#	       locking functionality.
# probe: true

# Source function library.
. /etc/rc.d/init.d/functions

# Source networking configuration.
[ -f /etc/sysconfig/network ] && . /etc/sysconfig/network

# Check for and source configuration file
[ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs

# Start lockd from userland only if kernel <= 2.2.18
OS_RELEASE=`uname --release`
OS_RELEASE_MAJOR=`echo "$OS_RELEASE" | sed 's/\(^[0-9]\)\..*/\1/'`
OS_RELEASE_MINOR=`echo "$OS_RELEASE" | sed 's/\(^[0-9]\)\.\([0-9]*\)\..*/\2/'`
OS_RELEASE_VERSION=`echo "$OS_RELEASE" | sed 's/\(^[0-9]\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`

if [ "$OS_RELEASE_MAJOR" -le 2 -a "$OS_RELEASE_MINOR" -le 2 -a "$OS_RELEASE_VERSION" -le 18 ] ; then
    USERLAND_LOCKD="yes"
else
    USERLAND_LOCKD=
fi

RETVAL=0
start() {
	# Check that networking is up.
	[ "${NETWORKING}" != "yes" ] && exit 6

	if [ "$USERLAND_LOCKD" ] ; then
    	[ -x /sbin/rpc.lockd ] || exit 5
	fi
	[ -x /sbin/rpc.statd ] || exit 5 

	# Make sure the rpc.statd is not already running.
	if status rpc.statd > /dev/null ; then
		exit 0
	fi
	rm -f /var/lock/subsys/nfslock

	# Start daemons.
	if [ "$USERLAND_LOCKD" ]; then
	  echo -n $"Starting NFS locking: "
	  daemon rpc.lockd
	  echo
	else 
	# See if the kernel lockd should start up 
	# listening on a particular port
	#
	[ -x /sbin/modprobe ] && /sbin/modprobe lockd $LOCKDARG
	[ -n "$LOCKD_TCPPORT" ] && \
		/sbin/sysctl -w fs.nfs.nlm_tcpport=$LOCKD_TCPPORT >/dev/null 2>&1
	[ -n "$LOCKD_UDPPORT" ] && \
		/sbin/sysctl -w fs.nfs.nlm_udpport=$LOCKD_UDPPORT >/dev/null 2>&1
	fi  
	echo -n $"Starting NFS statd: "

	# See if a statd's ports has been defined
	[ -n "$STATD_PORT" ] && STATDARG="$STATDARG -p $STATD_PORT"
	[ -n "$STATD_OUTGOING_PORT" ] \
		&& STATDARG="$STATDARG -o $STATD_OUTGOING_PORT"

	# See if we have an HA-callout program specified
	[ -n "$STATD_HA_CALLOUT" ] \
		&& STATDARG="$STATDARG -H $STATD_HA_CALLOUT"
	daemon rpc.statd "$STATDARG"
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/nfslock
    return $RETVAL
}

stop() {
	# Stop daemons.
	if [ -n "`pidofproc lockd`" ]; then
		echo -n $"Stopping NFS locking: "
		killproc lockd -KILL
		echo
	fi

	echo -n $"Stopping NFS statd: "
	killproc rpc.statd
	RETVAL=$?
	echo
	rm -f /var/lock/subsys/nfslock
	rm -f /var/run/sm-notify.pid
	return $RETVAL
}

# See how we were called.
case "$1" in
  start)
        start
	;;
  stop)
  	stop
	;;
  status)
	if [ "$USERLAND_LOCKD" ]; then
	  status lockd
	fi 
	status rpc.statd
	;;
  restart)
        stop
	start
	;;
  probe)
	if [ ! -f /var/lock/subsys/nfslock ] ; then
	  echo $"start"; exit 0
	fi
	/sbin/pidof rpc.statd >/dev/null 2>&1; STATD="$?"
	if [ "$USERLAND_LOCKD" ]; then
	   /sbin/pidof lockd >/dev/null 2>&1; LOCKD="$?"
	else
	   LOCKD=0
	fi
	if [ $STATD = 1 -o $LOCKD = 1 ] ; then
	  echo $"restart"; exit 0
	fi
	;;
  condrestart)
  	[ -f /var/lock/subsys/nfslock ] && {
		stop
		start
	}
	;;
  *)
	echo $"Usage: $0 {start|stop|status|restart|probe|condrestart}"
	RETVAL=3
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          #!/bin/bash
#
# rpcsvcgssd    Start up and shut down RPCSEC GSS daemon
#
# Authors:	Chuck Lever <cel@netapp.com>
#
# chkconfig: - 19 69
# description: Starts user-level daemon that manages RPCSEC GSS contexts \
#	       for the NFSv4 server.

# Source function library.
. /etc/init.d/functions

# Source networking configuration.
[ -f /etc/sysconfig/network ] && . /etc/sysconfig/network

# Check for and source configuration file otherwise set defaults
[ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs

# See if we are configured to start 
[ "${SECURE_NFS}" != "yes" ] && exit 6

RETVAL=0
LOCKFILE=/var/lock/subsys/rpcsvcgssd
prog="rpc.svcgssd"

case "$1" in
  start|condstart)
	# Check that networking is up.
	[ "${NETWORKING}" != "yes" ] && exit 6
	[ "${SECURE_NFS}" != "yes" ] && exit 6
	[ ! -x /usr/sbin/rpc.svcgssd ] && exit 5

	# Make sure the daemon is not already running.
	if status $prog > /dev/null ; then
		exit 0
	fi
	rm -f $LOCKFILE

	echo -n $"Starting RPC svcgssd: "
	# List of kernel modules to load
	[ -z "${SECURE_NFS_MODS}" ] && SECURE_NFS_MODS="des rpcsec_gss_krb5"


	# Make sure the rpc_pipefs filesystem is available
	[ "${RPCMTAB}" != "noload" ] && {
		RPCMTAB=`grep -v '^#' /proc/mounts | \
			awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'`
		[ -z "${RPCMTAB}" ] && {
			[ -x /sbin/lsmod -a -x /sbin/modprobe ] && {
				if ! /sbin/lsmod | grep sunrpc > /dev/null ; then
				 	/sbin/modprobe sunrpc
				fi
			}
			RPCMTAB=`grep -v '^#' /proc/mounts | \
				awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'`
			[ -z "${RPCMTAB}" ] && { \
				echo "Error: RPC MTAB does not exist."
				exit 6
			}
		}
	}
	[ "${SECURE_NFS_MODS}" != "noload" ] && {
		[ -x /sbin/lsmod -a -x /sbin/modprobe ] && {
		# Load rpcsec modules
			for i in ${SECURE_NFS_MODS}
			do 
				if ! /sbin/lsmod | grep $i > /dev/null ;  then
				 	/sbin/modprobe $i || {
						echo "Error: Unable to load '$i' security module."
						exit 6;
					}
				fi
			done
		}
	}

	# Start daemon.
	daemon $prog ${RPCSVCGSSDARGS}
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && touch $LOCKFILE
	;;
  stop)
	# Stop daemon.
	echo -n $"Shutting down RPC svcgssd: "
	killproc $prog
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && rm -f $LOCKFILE
	;;
  status)
	status rpc.svcgssd
	RETVAL=$?
	;;
  restart|reload)
	$0 stop
	$0 start
	RETVAL=$?
	;;
  condrestart)
	if [ -f $LOCKFILE ]; then
		$0 restart
		RETVAL=$?
	fi
	;;
  *)
	echo $"Usage: $0 {start|stop|restart|condstart|condrestart|status}"
	RETVAL=3
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              #!/bin/bash
#
# mcstransd        This starts and stops mcstransd
#
# chkconfig: 2345 08 87
# description: This starts the SELinux Context Translation System Daemon
#
# processname: /sbin/mcstransd
# pidfile: /var/run/mcstransd.pid
#
# Return values according to LSB for all commands but status:
# 0 - success
# 1 - generic or unspecified error
# 2 - invalid or excess argument(s)
# 3 - unimplemented feature (e.g. "reload")
# 4 - insufficient privilege
# 5 - program is not installed
# 6 - program is not configured
# 7 - program is not running

PATH=/sbin:/bin:/usr/bin:/usr/sbin
prog="mcstransd"

# Source function library.
. /etc/init.d/functions

# Allow anyone to run status
if [ "$1" = "status" ] ; then
	status $prog
	RETVAL=$?
	exit $RETVAL
fi

# Check that we are root ... so non-root users stop here
test $EUID = 0  || exit 4

# If selinux is not enabled, return success
test -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled || exit 0

RETVAL=0

start(){
	test -x /sbin/mcstransd  || exit 5
	echo -n $"Starting $prog: "
	if status $prog > /dev/null; then
		echo -n $"$prog: already running"
		failure
		echo
		return 1
	fi

	unset HOME MAIL USER USERNAME
	daemon $prog "$EXTRAOPTIONS"
	RETVAL=$?
	echo
	if test $RETVAL = 0 ; then
        	touch /var/lock/subsys/mcstrans
	fi
	return $RETVAL
}

stop(){
	echo -n $"Stopping $prog: "
	killproc $prog
	RETVAL=$?
	echo
	rm -f /var/lock/subsys/mcstrans
	return $RETVAL
}

reload(){
	echo -n $"Reloading configuration: "	
	killproc $prog -HUP
	RETVAL=$?
	echo
	return $RETVAL
}

restart(){
	stop
	start
}

condrestart(){
	[ -e /var/lock/subsys/mcstrans ] && restart
	return 0
}


# See how we were called.
case "$1" in
    start)
	start
	;;
    stop)
	stop
	;;
    restart)
	restart
	;;
    reload)
	reload
	;;
    condrestart)
	condrestart
	;;
    *)
	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload|rotate}"
	RETVAL=3
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      #!/bin/bash
#
# ntpd		This shell script takes care of starting and stopping
#		ntpd (NTPv4 daemon).
#
# chkconfig: - 58 74
# description: ntpd is the NTPv4 daemon. \
# The Network Time Protocol (NTP) is used to synchronize the time of \
# a computer client or server to another server or reference time source, \
# such as a radio or satellite receiver or modem.

# Source function library.
. /etc/init.d/functions

# Source networking configuration.
. /etc/sysconfig/network

if [ -f /etc/sysconfig/ntpd ];then
        . /etc/sysconfig/ntpd
fi

ntpconf=/etc/ntp.conf
ntpstep=/etc/ntp/step-tickers


RETVAL=0
prog="ntpd"

sync_hwclock() {
	ARC=0
	SRM=0
	UTC=0

	if [ -f /etc/sysconfig/clock ]; then
	   . /etc/sysconfig/clock

	   # convert old style clock config to new values
	   if [ "${CLOCKMODE}" = "GMT" ]; then
	      UTC=true
	   elif [ "${CLOCKMODE}" = "ARC" ]; then
	      ARC=true
	   fi
	fi

	CLOCKFLAGS="$CLOCKFLAGS --systohc"

	case "$UTC" in
	    yes|true)	CLOCKFLAGS="$CLOCKFLAGS --utc";;
	    no|false)	CLOCKFLAGS="$CLOCKFLAGS --localtime";;
	esac
	case "$ARC" in
	    yes|true)	CLOCKFLAGS="$CLOCKFLAGS --arc";;
	esac
	case "$SRM" in
	    yes|true)	CLOCKFLAGS="$CLOCKFLAGS --srm";;
	esac

	action $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS
}

readconf() {
	dostep=''
	dropstr=''
	OPTIND=1
	while getopts ":46aAbc:dD:f:gi:k:l:LnN:p:P:qr:s:t:u:v:V:x" args $OPTIONS;
	do 
	  case "$args" in
	    x) dostep=yes;;
	    c) ntpconf="$OPTARG";;
	    u) dropstr="-U $(echo $OPTARG | sed 's/:.*//')";;
	  esac
	done

	[ -x /usr/sbin/ntpd -a -f $ntpconf ] || exit 0

	tickers=''
	if [ -s "$ntpstep" ]; then
	    tickers=$(sed 's/#.*//' $ntpstep)
	    echo "$tickers" | grep -qi '[a-z0-9]' && dostep=yes || tickers=''
	fi
	if [ -n "$dostep" -a -z "$tickers" ]; then
	    # -x option is used, but step-tickers doesn't exist or contain
	    # anything useful, use servers from ntp.conf instead
	    tickers=$(awk '$1=="peer"||$1=="server"{print $2}' $ntpconf | \
	        fgrep -v 127.127.1.0)
	fi
}

start() {
	# Check that networking is up.
	[ "$NETWORKING" = "no" ] && exit 1

	readconf;

	if [ -n "$dostep" ]; then
	    echo -n $"$prog: Synchronizing with time server: "
	    /usr/sbin/ntpdate $dropstr -s -b $NTPDATE_OPTIONS $tickers &>/dev/null
	    RETVAL=$?
	    [ $RETVAL -eq 0 ] && success || failure
	    echo
	    if [ $RETVAL -eq 0 ]; then
	        [ "$SYNC_HWCLOCK" = "yes" ] && sync_hwclock
	    else
	        OPTIONS="$OPTIONS -g"
	    fi
	else
	    # -g can replace the grep for time servers
	    # as it permits ntpd to violate its 1000s limit once.
	    OPTIONS="$OPTIONS -g"
	fi
        # Start daemons.
        echo -n $"Starting $prog: "
        daemon ntpd $OPTIONS
	RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntpd
	return $RETVAL
}

stop() {
        echo -n $"Shutting down $prog: "
	killproc ntpd
	RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/ntpd
	return $RETVAL
}

# See how we were called.
case "$1" in
  start)
	start
        ;;
  stop)
	stop
        ;;
  status)
	status ntpd
	RETVAL=$?
	;;
  restart|reload)
	stop
	start
	RETVAL=$?
	;;
  condrestart)
	if [ -f /var/lock/subsys/ntpd ]; then
	    stop
	    start
	    RETVAL=$?
	fi
	;;
  *)
        echo $"Usage: $0 {start|stop|restart|condrestart|status}"
        RETVAL=3
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               #!/bin/bash
#
# rpcidmapd     Start up and shut down RPC name to UID/GID mapper
#
# Authors:	Chuck Lever <cel@netapp.com>
#
# chkconfig: 345 18 85
# description: Starts user-level daemon for NFSv4 that maps user \
#              names to UID and GID numbers.

# Source function library.
. /etc/init.d/functions

# Source networking configuration.
[ -f /etc/sysconfig/network ] && . /etc/sysconfig/network

# Check for and source configuration file otherwise set defaults
[ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs

RETVAL=0
LOCKFILE=/var/lock/subsys/rpcidmapd
prog="rpc.idmapd"

case "$1" in
  start|condstart)
	# Check that networking is up.
	[ "${NETWORKING}" != "yes" ] && exit 6

	[ ! -x /usr/sbin/rpc.idmapd ] && exit 5

	# Make sure the daemon is not already running.
	[ "$1" = "condstart" -a -n "`pidofproc $prog`" ] && {
		killproc $prog "-SIGHUP" > /dev/null
		exit 0
	}
	[ "$1" = "start" ] && {	
		if status $prog > /dev/null ; then
			exit 0
		fi
	}
	rm -f $LOCKFILE

	echo -n $"Starting RPC idmapd: "

	# Make sure the rpc_pipefs filesystem is available
	[ "${RPCMTAB}" != "noload" ] && {
		RPCMTAB=`grep -v '^#' /proc/mounts | \
			awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'`
		[ -z "${RPCMTAB}" ] && {
			[ -x /sbin/lsmod -a -x /sbin/modprobe ] && {
				if ! /sbin/lsmod | grep sunrpc > /dev/null ; then
				 	/sbin/modprobe sunrpc
				fi
			}
			RPCMTAB=`grep -v '^#' /proc/mounts | \
				awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'`
			[ -z "${RPCMTAB}" ] && { \
				echo "Error: RPC MTAB does not exist."
				exit 6
			}
		}
	}

	# Start daemon.
	daemon $prog ${RPCIDMAPDARGS}
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && touch $LOCKFILE
	;;
  stop)
	# Stop daemon.
	echo -n $"Stopping RPC idmapd: "
	killproc $prog
	RETVAL=$?
	echo
	[ $RETVAL -eq 0 ] && rm -f $LOCKFILE
	;;
  status)
	status rpc.idmapd
	RETVAL=$?
	;;
  restart|reload)
	$0 stop
	$0 start
	RETVAL=$?
	;;
  condrestart)
	if [ -f $LOCKFILE ]; then
		$0 restart
		RETVAL=$?
	fi
	;;
  *)
	echo $"Usage: $0 {start|stop|restart|condstart|condrestart|status}"
	RETVAL=3
	;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        #!/bin/bash
#
# rawdevices       This shell script assignes rawdevices to block devices
#
# chkconfig: 345 56 44
# description: This scripts assignes raw devices to block devices \
#              (such as hard drive partitions). This is for the use \
#	       of applications such as Oracle. You can set up the \
#	       raw device to block device mapping by editing \
#	       the file /etc/sysconfig/rawdevices. 
#
# config: /etc/sysconfig/rawdevices

[ -f /bin/raw ] || exit 0
[ -f /etc/sysconfig/rawdevices ] || exit 0
# Exit if the file just has the default comments.
LC_ALL=C /bin/egrep -q -v "^ *#" /etc/sysconfig/rawdevices 2>/dev/null || exit 0

. /etc/init.d/functions

function assign_raw()
{
   LC_ALL=C egrep -v '^ *#' /etc/sysconfig/rawdevices |
   while read RAW BLOCK; do 
     if [ -n "$RAW" -a -n "$BLOCK" ]; then 
	 rawdirname=${RAW%/*}
         if [ "$rawdirname" = "/dev" -a -d /dev/raw ]; then
           echo $"  Please correct your /etc/sysconfig/rawdevices:"
           echo $"     rawdevices are now located in the directory /dev/raw/ "
           echo $"  If the command 'raw' still refers to /dev/raw as a file."
           echo $"   you'll have to upgrade your util-linux package"
           exit 0
         fi
         if [ "$rawdirname" = "/dev/raw" -a -f /dev/raw ]; then
           echo $"  Please correct your /etc/sysconfig/rawdevices:"
           echo $"     rawdevices are now located in the directory /dev/raw/ "
           echo $"  If the command 'raw' still refers to /dev/raw as a file."
           echo $"   you'll have to upgrade your util-linux package"
           exit 0
         fi

       echo "           $RAW  -->   $BLOCK"; 
       raw $RAW $BLOCK
     fi
   done
}

# See how we were called.
case "$1" in
  start)
        # Assign devices
        echo $"Assigning devices: "
        assign_raw
        echo $"done"
        ;;
  stop)
        # No action to be taken here
        ;;

  status)
        ID=`id -u`
        if [ $ID -eq 0 ]; then 
          raw -qa
        else
          echo $"You need to be root to use this command ! "
        fi
        ;;

  restart|reload)
        $0 start
        ;;

  *)
        echo $"Usage: $0 {start|stop|status|restart}"
        exit 1
esac

exit 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           # -*-Shell-script-*-
#
# functions	This file contains functions to be used by most or all
#		shell scripts in the /etc/init.d directory.
#

TEXTDOMAIN=initscripts

# Make sure umask is sane
umask 022

# Set up a default search path.
PATH="/sbin:/usr/sbin:/bin:/usr/bin"
export PATH

# Get a sane screen width
[ -z "${COLUMNS:-}" ] && COLUMNS=80

[ -z "${CONSOLETYPE:-}" ] && CONSOLETYPE="`/sbin/consoletype`"

if [ -f /etc/sysconfig/i18n -a -z "${NOLOCALE:-}" ] ; then
  . /etc/profile.d/lang.sh
fi

# Read in our configuration
if [ -z "${BOOTUP:-}" ]; then
  if [ -f /etc/sysconfig/init ]; then
      . /etc/sysconfig/init
  else
    # This all seem confusing? Look in /etc/sysconfig/init,
    # or in /usr/doc/initscripts-*/sysconfig.txt
    BOOTUP=color
    RES_COL=60
    MOVE_TO_COL="echo -en \\033[${RES_COL}G"
    SETCOLOR_SUCCESS="echo -en \\033[1;32m"
    SETCOLOR_FAILURE="echo -en \\033[1;31m"
    SETCOLOR_WARNING="echo -en \\033[1;33m"
    SETCOLOR_NORMAL="echo -en \\033[0;39m"
    LOGLEVEL=1
  fi
  if [ "$CONSOLETYPE" = "serial" ]; then
      BOOTUP=serial
      MOVE_TO_COL=
      SETCOLOR_SUCCESS=
      SETCOLOR_FAILURE=
      SETCOLOR_WARNING=
      SETCOLOR_NORMAL=
  fi
fi

if [ "${BOOTUP:-}" != "verbose" ]; then
   INITLOG_ARGS="-q"
else
   INITLOG_ARGS=
fi

# Interpret escape sequences in an fstab entry
fstab_decode_str() {
	fstab-decode echo "$1"
}

# Check if $pid (could be plural) are running
checkpid() {
	local i

	for i in $* ; do
		[ -d "/proc/$i" ] && return 0
	done
	return 1
}

__readlink() {
    ls -bl "$@" 2>/dev/null| awk '{ print $NF }'
}

# __umount_loop awk_program fstab_file first_msg retry_msg umount_args
# awk_program should process fstab_file and return a list of fstab-encoded
# paths; it doesn't have to handle comments in fstab_file.
__umount_loop() {
	local remaining sig=
	local retry=3

	remaining=$(LC_ALL=C awk "/^#/ {next} $1" "$2" | sort -r)
	while [ -n "$remaining" -a "$retry" -gt 0 ]; do
		if [ "$retry" -eq 3 ]; then
			action "$3" fstab-decode umount $5 $remaining
		else
			action "$4" fstab-decode umount $5 $remaining
		fi
		sleep 2
		remaining=$(LC_ALL=C awk "/^#/ {next} $1" "$2" | sort -r)
		[ -z "$remaining" ] && break
		fstab-decode /sbin/fuser -k -m $sig $remaining >/dev/null
		sleep 5
		retry=$(($retry -1))
		sig=-9
	done
}

# Similar to __umount loop above, specialized for loopback devices
__umount_loopback_loop() {
	local remaining devremaining sig=
	local retry=3

	remaining=$(awk '$1 ~ /^\/dev\/loop/ && $2 != "/" {print $2}' /proc/mounts)
	devremaining=$(awk '$1 ~ /^\/dev\/loop/ && $2 != "/" {print $1}' /proc/mounts)
	while [ -n "$remaining" -a "$retry" -gt 0 ]; do
		if [ "$retry" -eq 3 ]; then
			action $"Unmounting loopback filesystems: " \
				fstab-decode umount $remaining
		else
			action $"Unmounting loopback filesystems (retry):" \
				fstab-decode umount $remaining
		fi
		for dev in $devremaining ; do
			losetup $dev > /dev/null 2>&1 && \
				action $"Detaching loopback device $dev: " \
				losetup -d $dev
		done
		remaining=$(awk '$1 ~ /^\/dev\/loop/ && $2 != "/" {print $2}' /proc/mounts)
		devremaining=$(awk '$1 ~ /^\/dev\/loop/ && $2 != "/" {print $1}' /proc/mounts)
		[ -z "$remaining" ] && break
		fstab-decode /sbin/fuser -k -m $sig $remaining >/dev/null
		sleep 5
		retry=$(($retry -1))
		sig=-9
	done
}

# __proc_pids {program} [pidfile]
# Set $pid to pids from /var/run* for {program}.  $pid should be declared
# local in the caller.
# Returns LSB exit code for the 'status' action.
__pids_var_run() {
	local base=${1##*/}
	local pid_file=${2:-/var/run/$base.pid}

	pid=
	if [ -f "$pid_file" ] ; then
	        local line p
		read line < "$pid_file"
		for p in $line ; do
			[ -z "${p//[0-9]/}" -a -d "/proc/$p" ] && pid="$pid $p"
		done
	        if [ -n "$pid" ]; then
	                return 0
	        fi
		return 1 # "Program is dead and /var/run pid file exists"
	fi
	return 3 # "Program is not running"
}

# Output PIDs of matching processes, found using pidof
__pids_pidof() {
	pidof -c -o $$ -o $PPID -o %PPID -x "$1" || \
		pidof -c -o $$ -o $PPID -o %PPID -x "${1##*/}"
}


# A function to start a program.
daemon() {
	# Test syntax.
	local gotbase= force= nicelevel corelimit
	local pid base= user= nice= bg= pid_file=
	nicelevel=0
	while [ "$1" != "${1##[-+]}" ]; do
	  case $1 in
	    '')    echo $"$0: Usage: daemon [+/-nicelevel] {program}"
	           return 1;;
	    --check)
		   base=$2
		   gotbase="yes"
		   shift 2
		   ;;
	    --check=?*)
	    	   base=${1#--check=}
		   gotbase="yes"
		   shift
		   ;;
	    --user)
		   user=$2
		   shift 2
		   ;;
	    --user=?*)
	           user=${1#--user=}
		   shift
		   ;;
	    --pidfile)
		   pid_file=$2
		   shift 2
		   ;;
	    --pidfile=?*)
		   pid_file=${1#--pidfile=}
		   shift
		   ;;
	    --force)
	    	   force="force"
		   shift
		   ;;
	    [-+][0-9]*)
	    	   nice="nice -n $1"
	           shift
		   ;;
	    *)     echo $"$0: Usage: daemon [+/-nicelevel] {program}"
	           return 1;;
	  esac
	done

        # Save basename.
        [ -z "$gotbase" ] && base=${1##*/}

        # See if it's already running. Look *only* at the pid file.
	__pids_var_run "$base" "$pid_file"

	[ -n "$pid" -a -z "$force" ] && return

	# make sure it doesn't core dump anywhere unless requested
	corelimit="ulimit -S -c ${DAEMON_COREFILE_LIMIT:-0}"
	
	# if they set NICELEVEL in /etc/sysconfig/foo, honor it
	[ -n "${NICELEVEL:-}" ] && nice="nice -n $NICELEVEL"
	
	# Echo daemon
        [ "${BOOTUP:-}" = "verbose" -a -z "${LSB:-}" ] && echo -n " $base"

	# And start it up.
	if [ -z "$user" ]; then
	   $nice /bin/bash -c "$corelimit >/dev/null 2>&1 ; $*"
	else
	   $nice runuser -s /bin/bash - $user -c "$corelimit >/dev/null 2>&1 ; $*"
	fi
	[ "$?" -eq 0 ] && success $"$base startup" || failure $"$base startup"
}

# A function to stop a program.
killproc() {
	local RC killlevel= base pid pid_file= delay

	RC=0; delay=3
	# Test syntax.
	if [ "$#" -eq 0 ]; then
		echo $"Usage: killproc [-p pidfile] [ -d delay] {program} [-signal]"
		return 1
	fi
	if [ "$1" = "-p" ]; then
		pid_file=$2
		shift 2
	fi
	if [ "$1" = "-d" ]; then
		delay=$2
		shift 2
	fi
        

	# check for second arg to be kill level
	[ -n "${2:-}" ] && killlevel=$2

        # Save basename.
        base=${1##*/}

        # Find pid.
	__pids_var_run "$1" "$pid_file"
	if [ -z "$pid_file" -a -z "$pid" ]; then
		pid="$(__pids_pidof "$1")"
	fi

        # Kill it.
        if [ -n "$pid" ] ; then
                [ "$BOOTUP" = "verbose" -a -z "${LSB:-}" ] && echo -n "$base "
		if [ -z "$killlevel" ] ; then
		       if checkpid $pid 2>&1; then
			   # TERM first, then KILL if not dead
			   kill -TERM $pid >/dev/null 2>&1
			   usleep 100000
			   if checkpid $pid && sleep 1 &&
			      checkpid $pid && sleep $delay &&
			      checkpid $pid ; then
                                kill -KILL $pid >/dev/null 2>&1
				usleep 100000
			   fi
		        fi
			checkpid $pid
			RC=$?
			[ "$RC" -eq 0 ] && failure $"$base shutdown" || success $"$base shutdown"
			RC=$((! $RC))
		# use specified level only
		else
		        if checkpid $pid; then
	                	kill $killlevel $pid >/dev/null 2>&1
				RC=$?
				[ "$RC" -eq 0 ] && success $"$base $killlevel" || failure $"$base $killlevel"
			elif [ -n "${LSB:-}" ]; then
				RC=7 # Program is not running
			fi
		fi
	else
		if [ -n "${LSB:-}" -a -n "$killlevel" ]; then
			RC=7 # Program is not running
		else
			failure $"$base shutdown"
			RC=0
		fi
	fi

        # Remove pid file if any.
	if [ -z "$killlevel" ]; then
            rm -f "${pid_file:-/var/run/$base.pid}"
	fi
	return $RC
}

# A function to find the pid of a program. Looks *only* at the pidfile
pidfileofproc() {
	local pid

	# Test syntax.
	if [ "$#" = 0 ] ; then
		echo $"Usage: pidfileofproc {program}"
		return 1
	fi

	__pids_var_run "$1"
	[ -n "$pid" ] && echo $pid
	return 0
}

# A function to find the pid of a program.
pidofproc() {
	local RC pid pid_file=

	# Test syntax.
	if [ "$#" = 0 ]; then
		echo $"Usage: pidofproc [-p pidfile] {program}"
		return 1
	fi
	if [ "$1" = "-p" ]; then
		pid_file=$2
		shift 2
	fi
	fail_code=3 # "Program is not running"

	# First try "/var/run/*.pid" files
	__pids_var_run "$1" "$pid_file"
	RC=$?
	if [ -n "$pid" ]; then
		echo $pid
		return 0
	fi

	[ -n "$pid_file" ] && return $RC
	__pids_pidof "$1" || return $RC
}

status() {
	local base pid pid_file=

	# Test syntax.
	if [ "$#" = 0 ] ; then
		echo $"Usage: status [-p pidfile] {program}"
		return 1
	fi
	if [ "$1" = "-p" ]; then
		pid_file=$2
		shift 2
	fi
	base=${1##*/}

	# First try "pidof"
	__pids_var_run "$1" "$pid_file"
	RC=$?
	if [ -z "$pid_file" -a -z "$pid" ]; then
		pid="$(__pids_pidof "$1")"
	fi
	if [ -n "$pid" ]; then
	        echo $"${base} (pid $pid) is running..."
	        return 0
	fi

	case "$RC" in
		0)
			echo $"${base} (pid $pid) is running..."
			return 0
			;;
		1)
	                echo $"${base} dead but pid file exists"
	                return 1
			;;
	esac
	# See if /var/lock/subsys/${base} exists
	if [ -f /var/lock/subsys/${base} ]; then
		echo $"${base} dead but subsys locked"
		return 2
	fi
	echo $"${base} is stopped"
	return 3
}

echo_success() {
  [ "$BOOTUP" = "color" ] && $MOVE_TO_COL
  echo -n "["
  [ "$BOOTUP" = "color" ] && $SETCOLOR_SUCCESS
  echo -n $"  OK  "
  [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
  echo -n "]"
  echo -ne "\r"
  return 0
}

echo_failure() {
  [ "$BOOTUP" = "color" ] && $MOVE_TO_COL
  echo -n "["
  [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE
  echo -n $"FAILED"
  [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
  echo -n "]"
  echo -ne "\r"
  return 1
}

echo_passed() {
  [ "$BOOTUP" = "color" ] && $MOVE_TO_COL
  echo -n "["
  [ "$BOOTUP" = "color" ] && $SETCOLOR_WARNING
  echo -n $"PASSED"
  [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
  echo -n "]"
  echo -ne "\r"
  return 1
}

echo_warning() {
  [ "$BOOTUP" = "color" ] && $MOVE_TO_COL
  echo -n "["
  [ "$BOOTUP" = "color" ] && $SETCOLOR_WARNING
  echo -n $"WARNING"
  [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
  echo -n "]"
  echo -ne "\r"
  return 1
}

# Inform the graphical boot of our current state
update_boot_stage() {
  if [ "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb-client ]; then
    /usr/bin/rhgb-client --update="$1"
  fi
  return 0
}

# Log that something succeeded
success() {
  #if [ -z "${IN_INITLOG:-}" ]; then
  #   initlog $INITLOG_ARGS -n $0 -s "$1" -e 1
  #fi
  [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ] && echo_success
  return 0
}

# Log that something failed
failure() {
  local rc=$?
  #if [ -z "${IN_INITLOG:-}" ]; then
  #   initlog $INITLOG_ARGS -n $0 -s "$1" -e 2
  #fi
  [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ] && echo_failure
  [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes
  return $rc
}

# Log that something passed, but may have had errors. Useful for fsck
passed() {
  local rc=$?
  #if [ -z "${IN_INITLOG:-}" ]; then
  #   initlog $INITLOG_ARGS -n $0 -s "$1" -e 1
  #fi
  [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ] && echo_passed
  return $rc
}  

# Log a warning
warning() {
  local rc=$?
  #if [ -z "${IN_INITLOG:-}" ]; then
  #   initlog $INITLOG_ARGS -n $0 -s "$1" -e 1
  #fi
  [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ] && echo_warning
  return $rc
}  

# Run some action. Log its output.
action() {
  local STRING rc

  STRING=$1
  echo -n "$STRING "
  if [ "${RHGB_STARTED:-}" != "" -a -w /etc/rhgb/temp/rhgb-console ]; then
      echo -n "$STRING " > /etc/rhgb/temp/rhgb-console
  fi
  shift
  "$@" && success $"$STRING" || failure $"$STRING"
  rc=$?
  echo
  if [ "${RHGB_STARTED:-}" != "" -a -w /etc/rhgb/temp/rhgb-console ]; then
      if [ "$rc" = "0" ]; then
      	echo_success > /etc/rhgb/temp/rhgb-console
      else
        echo_failure > /etc/rhgb/temp/rhgb-console
	[ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes
      fi
      echo > /etc/rhgb/temp/rhgb-console
  fi
  return $rc
}

# returns OK if $1 contains $2
strstr() {
  [ "${1#*$2*}" = "$1" ] && return 1
  return 0
}

# Confirm whether we really want to run this service
confirm() {
  [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes
  while : ; do 
      echo -n $"Start service $1 (Y)es/(N)o/(C)ontinue? [Y] "
      read answer
      if strstr $"yY" "$answer" || [ "$answer" = "" ] ; then
         return 0
      elif strstr $"cC" "$answer" ; then
	 rm -f /var/run/confirm
	 [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=no
         return 2
      elif strstr $"nN" "$answer" ; then
         return 1
      fi
  done
}

# resolve a device node to its major:minor numbers in decimal or hex
get_numeric_dev() {
(
    fmt="%d:%d"
    if [ "$1" == "hex" ]; then
        fmt="%x:%x"
    fi
    ls -lH "$2" | awk '{ sub(/,/, "", $5); printf("'"$fmt"'", $5, $6); }'
) 2>/dev/null
}

# find the working name for a running dm device with the same table as one
# that dmraid would create
resolve_dm_name() {
(
    name="$1"

    line=$(/sbin/dmraid -ay -t --ignorelocking | \
        egrep -iv "no block devices found|No RAID disks" | \
        awk -F ':' "{ if (\$1 ~ /^$name$/) { print \$2; }}")
    for x in $line ; do
        if [[ "$x" =~ "^/dev/" ]] ; then
            majmin=$(get_numeric_dev dec $x)
            line=$(echo "$line" | sed -e "s,$x\( \|$\),$majmin\1,g")
        fi
    done
    line=$(echo "$line" | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//' \
               -e 's/ core [12] [[:digit:]]\+ / core [12] [[:digit:]]\\+ /')
    /sbin/dmsetup table | \
        sed -n -e "s/.*\(no block devices found\|No devices found\).*//" \
               -e "s/\(^[^:]\+\): $line\( \+$\|$\)/\1/p"
) 2>/dev/null
}

# Check whether file $1 is a backup or rpm-generated file and should be ignored
is_ignored_file() {
    case "$1" in
	*~ | *.bak | *.orig | *.rpmnew | *.rpmorig | *.rpmsave)
	    return 0
	    ;;
    esac
    return 1
}
# A sed expression to filter out the files that is_ignored_file recognizes
__sed_discard_ignored_files='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpmsave\)$/d'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                #!/bin/sh
#
### BEGIN INIT INFO
# Provides: dhcrelay
# Default-Start:
# Default-Stop:
# Should-Start:
# Required-Start: $network
# Required-Stop:
# Short-Description: Start and stop the DHCP relay server
# Description: dhcrelay provides the Dynamic Host Configuration Protocol (DHCP)
#              relay server.  This is required when your DHCP server is on
#              another network segment from the clients.
### END INIT INFO
#
# The fields below are left around for legacy tools (will remove later).
#
# chkconfig: - 65 35
# description: dhcrelay provides a relay for Dynamic Host Control Protocol.
# processname: dhcrelay
# # pidfile: /var/run/dhcrelay.pid

. /etc/init.d/functions

RETVAL=0

prog=dhcrelay
dhcrelay=/usr/sbin/dhcrelay
lockfile=/var/lock/subsys/dhcrelay
pidfile=/var/run/dhcrelay.pid
conf=/etc/sysconfig/dhcrelay

# The dhcrelay daemon uses the sysconfig file for configuration information.
# There is no native configuration file for this program and you must specify
# its settings on the command line.
[ -f /etc/sysconfig/dhcrelay ] && . /etc/sysconfig/dhcrelay

configtest() {
    [ -x $dhcrelay ] || exit 5
    [ -f $conf ] || exit 6
    [ -z "$DHCPSERVERS" ] && exit 6
    RETVAL=0
    return $RETVAL
}

start() {
    [ -x $dhcrelay ] || exit 5
    [ -f $conf ] || exit 6

    pidofproc $prog >/dev/null 2>&1
    RETVAL=$?
    [ $RETVAL -eq 0 ] && return $RETVAL

    echo -n $"Starting $prog: "
    daemon $dhcrelay $([ -n "$INTERFACES" ] && for int in $INTERFACES ; do echo -n " -i $int" ; done) $DHCPSERVERS 2>/dev/null
    RETVAL=$?
    echo
    [ $RETVAL -eq 0 ] && touch $lockfile
    return $RETVAL
}

stop() {
    pidofproc $prog >/dev/null 2>&1
    if [ $? -ne 0 ]; then
        RETVAL=7
        return $RETVAL
    fi

    echo -n $"Shutting down $prog: "
    killproc $prog
    RETVAL=$?
    [ $RETVAL = 0 ] && rm -f $lockfile
    echo
    return $RETVAL
}

if [ ! -x $dhcrelay ]; then
    RETVAL=5
    exit $RETVAL
fi

if [ $# -gt 1 ]; then
    RETVAL=2
    exit $RETVAL
fi

case "$1" in
    start)
        start
        RETVAL=$?
        ;;
    stop)
        stop
        RETVAL=$?
        ;;
    restart|force-reload)
        stop ; start
        RETVAL=$?
        ;;
    condrestart)
        if [ -f $lockfile ]; then
            stop ; start
            RETVAL=$?
        fi
        ;;
    configtest)
        configtest
        RETVAL=$?
        ;;
    status)
        status $prog
        RETVAL=$?
        ;;
    *)
        echo $"Usage: $0 {start|stop|restart|condrestart|configtest|status}"
        RETVAL=3
        ;;
esac

exit $RETVAL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  #!/bin/bash
#
# $Id: rdisc,v 1.5 2005/04/05 10:06:01 bastian Exp $
#
# rdisc:        Starts the rdisc Daemon
#
# chkconfig: - 41 89
# description: This is a daemon which discovers routers on the local subnet.
# processname: rdisc
# config: /etc/sysconfig/rdisc

# Source function library.
. /etc/init.d/functions
. /etc/sysconfig/network

#
# Set default options.  Override the defaults and define 
# custom options in /etc/sysconfig/rdisc
#
RDISCOPTS="-s"
[ -f /etc/sysconfig/rdisc ] && . /etc/sysconfig/rdisc


# Check that networking is configured.
[ ${NETWORKING} = "no" ] && exit 0

start() {
	echo -n $"Starting router discovery: "
	if [ $UID -ne 0 ]; then
                RETVAL=1
                failure
        else
		daemon /sbin/rdisc $RDISCOPTS
		RETVAL=$?
		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/rdisc
	fi;
	echo
	return $RETVAL
}

stop() {
	echo -n $"Shutting down router discovery services: "
	if [ $UID -ne 0 ]; then
                RETVAL=1
                failure
        else
        	killproc /sbin/rdisc
		RETVAL=$?
	        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/rdisc
        fi;
	echo
	return $RETVAL
}

restart() {
	stop
	start
}

RETVAL=0

# See how we were called.
case "$1" in
  start)
	start
	;;
  stop)
	stop
	;;
  status)
	status rdisc
	;;
  restart|reload)
	restart
	;;
  *)
	echo $"Usage: $0 {start|stop|status|restart}"
	exit 1
esac

exit $?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     #!/bin/bash
#
#
# rc.single     This file is executed by init when it goes into runlevel
#               1, which is the administrative state. It kills all
#               deamons and then puts the system into single user mode.
#               Note that the file systems are kept mounted.
#
# Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#               Modified for RHS Linux by Damien Neil
#

. /etc/init.d/functions

if [ "$1" != "start" ]; then
   exit 0
fi

# this looks nicer
[ -x /usr/bin/clear ] && /usr/bin/clear

# Now go to the single user level.
echo $"Telling INIT to go to single user mode."
exec init -t1 S
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         #!/bin/bash
#
# $Id: thttpd.init,v 1.1 2004/02/26 17:54:30 thias Exp $
#
# thttpd	This shell script takes care of starting and stopping \
#		thttpd (tiny/turbo/throttling HTTP server)
#
# chkconfig: 345 85 15
# description:	This tiny/turbo/throttling HTTP server is used to \
#		serve HTML files and CGI.
#
# processname: thttpd
# pidfile: /var/run/thttpd.pid
# config: /etc/thttpd.conf

# Source function library.
. /etc/rc.d/init.d/functions

# Source networking configuration.
. /etc/sysconfig/network

# Check that networking is up.
[ "${NETWORKING}" = "no" ] && exit 0

[ -f /etc/thttpd.conf ] || exit 0

RETVAL=0
prog="thttpd"

start() {
	# Start daemons.
	echo -n $"Starting $prog: "
	daemon thttpd -C /etc/thttpd.conf
	RETVAL=$?
	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/thttpd
	echo
	return $RETVAL
}

stop() {
	# Stop daemons.
	echo -n $"Stopping $prog: "
	killproc thttpd
	RETVAL=$?
	[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/thttpd
	echo
	return $RETVAL
}

restart() {
	stop
	start
}

nicestop() {
	# Stop gracefully (once active connections are ended)
	echo -n $"Stopping $prog gracefully: "
	killproc thttpd -USR1
	RETVAL=$?
	[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/thttpd
	echo
	return $RETVAL
}

# See how we were called.
case "$1" in
	start)
		start
		;;
	stop)
		stop
		;;
	status)
		status thttpd
		;;
	restart)
		restart
		;;
	condrestart)
		[ -f /var/lock/subsys/thttpd ] && restart
		;;
	nicestop)
		nicestop
		;;
	*)
		echo $"Usage: thttpd {start|stop|status|restart|condrestart|nicestop}"
		exit 1
esac

exit $?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      #!/bin/bash
#
# xe-linux-distribution	Write Linux distribution information to XenStore.
#
# chkconfig: 2345 14 86
# description: Writes Linux distribution version information to XenStore.
#
### BEGIN INIT INFO
# Provides:          XenServer Virtual Machine Tools
# Required-Start:    $local_fs
# Required-Stop:     $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: XenServer Virtual Machine daemon providing host integration services
# Description:       Writes Linux distribution version information to XenStore.
### END INIT INFO

LANG="C"
export LANG

if [ -f /etc/init.d/functions ] ; then
. /etc/init.d/functions
else
action()
{
    descr=$1 ; shift
    cmd=$@
    echo -n "$descr "
    $cmd
    ret=$?
    if [ $ret -eq 0 ] ; then
	echo "OK"
    else
	echo "Failed"
    fi
    return $ret
}
fi

XE_LINUX_DISTRIBUTION=/usr/sbin/xe-linux-distribution
XE_LINUX_DISTRIBUTION_CACHE=/var/cache/xe-linux-distribution
XE_DAEMON=/usr/sbin/xe-daemon
XE_DAEMON_PIDFILE=/var/run/xe-daemon.pid

if [ ! -x "${XE_LINUX_DISTRIBUTION}" ] ; then
    exit 0
fi

start()
{
    if [ ! -e /proc/xen/xenbus ] ; then
	if [ ! -d /proc/xen ] ; then
	    action $"Mounting xenfs on /proc/xen:" /bin/false
	    echo "Could not find /proc/xen directory."
	    echo "You need a post 2.6.29-rc1 kernel with CONFIG_XEN_COMPAT_XENFS=y and CONFIG_XENFS=y|m"
	    exit 1
	else 
	    # This is needed post 2.6.29-rc1 when /proc/xen support was pushed upstream as a xen filesystem
	    action $"Mounting xenfs on /proc/xen:" mount -t xenfs none /proc/xen
	fi
    fi

    if [ -e /proc/xen/capabilities ] && grep -q control_d /proc/xen/capabilities ; then
	# Do not want daemon in domain 0
	exit 0
    fi

    action $"Detecting Linux distribution version:" \
	${XE_LINUX_DISTRIBUTION} ${XE_LINUX_DISTRIBUTION_CACHE}

    action $"Starting xe daemon: " /bin/true
    mkdir -p $(dirname ${XE_DAEMON_PIDFILE})
    # This is equivalent to daemon() in C
    ( exec &>/dev/null ; ${XE_DAEMON} -p ${XE_DAEMON_PIDFILE} & )
}

stop()
{
    action $"Stopping xe daemon: "   kill -TERM $(cat ${XE_DAEMON_PIDFILE})
}

# fail silently if not running xen
if [ ! -d /proc/xen ]; then
   exit
fi

case "$1" in
  start)
        start
        ;;
  stop)
	stop
	;;
  force-reload|restart)
	stop
	start
	;;
  *)
        # do not advertise unreasonable commands that there is no reason
        # to use with this device
        echo $"Usage: $0 start|restart"
        exit 1
esac

exit $?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .   X  ..    K35dhcpd  S02lvm2-monitor   
K87multipathd     
K50netconsole     
K86nfslock    K74ntpd   S99rootpassword   K92iptables   
K69rpcsvcgssd      K74xe-linux-distribution   K80system-status-server   K89rdisc  K85rpcidmapd  K35dhcrelay   K25sshd   K89netplugd   	K88syslog     
K87portmap    K87mcstrans   
K85rpcgssd    
K44rawdevices   À  K75netfsĀ  K20nfs  ŀ  
K90network  ƀ 
	S99single                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               #! /bin/bash
#
# rc            This file is responsible for starting/stopping
#               services when the runlevel changes.
#
# Original Author:       
#               Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#

set -m

# check a file to be a correct runlevel script
check_runlevel ()
{
	# Check if the file exists at all.
	[ -x "$1" ] || return 1
	is_ignored_file "$1" && return 1
	return 0
}

# Now find out what the current and what the previous runlevel are.
argv1="$1"
set `/sbin/runlevel`
runlevel=$2
previous=$1
export runlevel previous

. /etc/init.d/functions

# See if we want to be in user confirmation mode
if [ "$previous" = "N" ]; then
	if [ -f /var/run/confirm ]; then
		echo $"Entering interactive startup"
	else
		echo $"Entering non-interactive startup"
	fi
fi

# Get first argument. Set new runlevel to this argument.
[ -n "$argv1" ] && runlevel="$argv1"

# Is there an rc directory for this new runlevel?
[ -d /etc/rc$runlevel.d ] || exit 0

# First, run the KILL scripts.
for i in /etc/rc$runlevel.d/K* ; do
	check_runlevel "$i" || continue

	# Check if the subsystem is already up.
	subsys=${i#/etc/rc$runlevel.d/K??}
	[ -f /var/lock/subsys/$subsys -o -f /var/lock/subsys/$subsys.init ] \
		|| continue

	# Bring the subsystem down.
	if LC_ALL=C egrep -q "^..*init.d/functions" $i ; then
		$i stop
	else
		action $"Stopping $subsys: " $i stop
	fi
done

# Now run the START scripts.
for i in /etc/rc$runlevel.d/S* ; do
	check_runlevel "$i" || continue

	# Check if the subsystem is already up.
	subsys=${i#/etc/rc$runlevel.d/S??}
	[ -f /var/lock/subsys/$subsys -o -f /var/lock/subsys/$subsys.init ] \
		&& continue
		    
	# If we're in confirmation mode, get user confirmation
	if [ -f /var/run/confirm ]; then
		confirm $subsys
		test $? = 1 && continue
	fi

	update_boot_stage "$subsys"
	# Bring the subsystem up.
	if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then
		export LC_ALL=C
		exec $i start
	fi
	if LC_ALL=C egrep -q "^..*init.d/functions" $i \
			|| [ "$subsys" = "single" -o "$subsys" = "local" ]; then
		$i start
	else
		action $"Starting $subsys: " $i start
	fi
done
rm -f /var/run/confirm
if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
  /usr/bin/rhgb-client --quit
fi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 #!/bin/bash
#
# /etc/rc.d/rc.sysinit - run once at boot time
#
# Taken in part from Miquel van Smoorenburg's bcheckrc.
#

HOSTNAME=`/bin/hostname`
HOSTTYPE=`uname -m`
unamer=`uname -r`

set -m

if [ -f /etc/sysconfig/network ]; then
    . /etc/sysconfig/network
fi
if [ -z "$HOSTNAME" -o "$HOSTNAME" = "(none)" ]; then
    HOSTNAME=localhost
fi

if [ ! -e /proc/mounts ]; then 
	mount -n -t proc /proc /proc
	mount -n -t sysfs /sys /sys >/dev/null 2>&1
fi
if [ ! -d /proc/bus/usb ]; then
	modprobe usbcore >/dev/null 2>&1 && mount -n -t usbfs /proc/bus/usb /proc/bus/usb
else
	mount -n -t usbfs /proc/bus/usb /proc/bus/usb
fi
 
. /etc/init.d/functions

# Check SELinux status
selinuxfs="$(fstab_decode_str `LC_ALL=C awk '/ selinuxfs / { print $2 }' /proc/mounts`)"
SELINUX_STATE=
if [ -n "$selinuxfs" ] && [ "`cat /proc/self/attr/current`" != "kernel" ]; then
	if [ -r "$selinuxfs/enforce" ] ; then
		SELINUX_STATE=`cat "$selinuxfs/enforce"`
	else
		# assume enforcing if you can't read it
		SELINUX_STATE=1
	fi
fi

if [ -n "$SELINUX_STATE" -a -x /sbin/restorecon ] && LC_ALL=C fgrep -q " /dev " /proc/mounts ; then
	/sbin/restorecon  -R /dev 2>/dev/null
fi

disable_selinux() {
	echo $"*** Warning -- SELinux is active"
	echo $"*** Disabling security enforcement for system recovery."
	echo $"*** Run 'setenforce 1' to reenable."
	echo "0" > "$selinuxfs/enforce"
}

relabel_selinux() {
    if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
	chvt 1
    fi
    # if /sbin/init is not labeled correctly this process is running in the 
    # wrong context, so a reboot will be reuired after relabel
    REBOOTFLAG=`restorecon -v /sbin/init`
    AUTORELABEL=
    . /etc/selinux/config
    if [ "$AUTORELABEL" = "0" ]; then
 	rm -f  /.autorelabel 

 	echo
	echo $"*** Warning -- SELinux ${SELINUXTYPE} policy relabel is required. "
 	echo $"*** /etc/selinux/config indicates you want to manually fix labeling"
 	echo $"*** problems. Dropping you to a shell; the system will reboot"
 	echo $"*** when you leave the shell."
 	echo "0" > $selinuxfs/enforce
 	sulogin
 
 	echo $"Unmounting file systems"
 	umount -a
 	mount -n -o remount,ro /
 	echo $"Automatic reboot in progress."
 	reboot -f
    else
 	echo
 	echo $"*** Warning -- SELinux ${SELINUXTYPE} policy relabel is required."
 	echo $"*** Relabeling could take a very long time, depending on file"
 	echo $"*** system size and speed of hard drives."
 
 	echo "0" > $selinuxfs/enforce
 	/sbin/fixfiles restore > /dev/null 2>&1 
 	rm -f  /.autorelabel 
 	if [ ! -z "$REBOOTFLAG" ]; then 
 	    echo $"Automatic reboot in progress."
 	    reboot -f
 	fi
 	echo $SELINUX_STATE > $selinuxfs/enforce
 	if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
 	    chvt 8
 	fi
    fi
}

key_is_random() {
    [ "$1" = "/dev/urandom" -o "$1" = "/dev/hw_random" \
	-o "$1" = "/dev/random" ]
}

# Because of a chicken/egg problem, init_crypto must be run twice.  /var may be
# encrypted but /var/lib/random-seed is needed to initialize swap.
init_crypto() {
    local have_random dst src key opt mode owner params makeswap skip arg opt
    local param value rc ret mke2fs mdir

    ret=0
    have_random=$1
    while read dst src key opt; do
	[ -z "$dst" -o "${dst#\#}" != "$dst" ] && continue
        [ -b "/dev/mapper/$dst" ] && continue;
	if [ "$have_random" = 0 ] && key_is_random "$key"; then
	    continue
	fi
	if [ -n "$key" -a "x$key" != "xnone" ]; then
	    if test -e "$key" ; then
		owner=$(ls -l $key | (read a b owner rest; echo $owner))
		if ! key_is_random "$key"; then
		mode=$(ls -l "$key" | cut -c 5-10)
		    if [ "$mode" != "------" ]; then
		       echo $"INSECURE MODE FOR $key"
		    fi
		fi
		if [ "$owner" != root ]; then
		    echo $"INSECURE OWNER FOR $key"
		fi
	    else
		echo $"Key file for $dst not found, skipping"
		ret=1
		continue
	    fi
	else
	    key=""
	fi
	params=""
	makeswap=""
	mke2fs=""
	skip=""
	# Parse the src field for UUID= and convert to real device names
	if [ "${src%%=*}" == "UUID" ]; then
		src=$(/sbin/blkid -t "$src" -l -o device)
	elif [ "${src/^\/dev\/disk\/by-uuid\/}" != "$src" ]; then
		src=$(__readlink $src)
	fi
	# Parse the options field, convert to cryptsetup parameters
	# and contruct the command line
	while [ -n "$opt" ]; do
	    arg=${opt%%,*}
	    opt=${opt##$arg}
	    opt=${opt##,}
	    param=${arg%%=*}
	    value=${arg##$param=}

	    case "$param" in
	    cipher)
		params="$params -c $value"
		if [ -z "$value" ]; then
		    echo $"$dst: no value for cipher option, skipping"
		    skip="yes"
		fi
	    ;;
	    size)
		params="$params -s $value"
		if [ -z "$value" ]; then
		    echo $"$dst: no value for size option, skipping"
		    skip="yes"
		fi
	    ;;
	    hash)
		params="$params -h $value"
		if [ -z "$value" ]; then
		    echo $"$dst: no value for hash option, skipping"
		    skip="yes"
		fi
	    ;;
	    verify)
	        params="$params -y"
	    ;;
	    swap)
		makeswap=yes
		;;
	    tmp)
		mke2fs=yes
	    esac
	done
	if [ "$skip" = "yes" ]; then
	    ret=1
	    continue
	fi
	if [ -z "$key" -a -x /usr/bin/rhgb-client ] \
	    && /usr/bin/rhgb-client --ping ; then
	    chvt 1
	fi
	if cryptsetup isLuks "$src" 2>/dev/null; then
	    if key_is_random "$key"; then
		echo $"$dst: LUKS requires non-random key, skipping"
		ret=1
		continue
	    fi
	    if [ -n "$params" ]; then
		echo "$dst: options are invalid for LUKS partitions," \
		    "ignoring them"
	    fi
	    /sbin/cryptsetup ${key:+-d $key} luksOpen "$src" "$dst" <&1
	else
	    /sbin/cryptsetup $params ${key:+-d $key} create "$dst" "$src" <&1
	fi
	rc=$?
	if [ -z "$key" -a -x /usr/bin/rhgb-client ] \
	    && /usr/bin/rhgb-client --ping ; then
	    chvt 8
	fi
	if [ $rc -ne 0 ]; then
	    ret=1
	    continue
	fi
	if [ -b "/dev/mapper/$dst" ]; then
	    if [ "$makeswap" = "yes" ]; then
		mkswap "/dev/mapper/$dst" 2>/dev/null >/dev/null
	    fi
	    if [ "$mke2fs" = "yes" ]; then
		if mke2fs "/dev/mapper/$dst" 2>/dev/null >/dev/null \
		    && mdir=$(mktemp -d /tmp/mountXXXXXX); then
		    mount "/dev/mapper/$dst" "$mdir" && chmod 1777 "$mdir"
		    umount "$mdir"
		    rmdir "$mdir"
		fi
	    fi
	fi
    done < /etc/crypttab
    return $ret
}

if [ -x /sbin/setsysfont -a -c /dev/tty1 ]; then
   /sbin/setsysfont < /dev/tty1 > /dev/tty1 2>/dev/null
fi

# Print a text banner.
echo -en $"\t\tWelcome to "
read -r redhat_release < /etc/redhat-release
if [[ "$redhat_release" =~ "Red Hat" ]]; then
 [ "$BOOTUP" = "color" ] && echo -en "\\033[0;31m"
 echo -en "Red Hat"
 [ "$BOOTUP" = "color" ] && echo -en "\\033[0;39m"
 PRODUCT=`sed "s/Red Hat \(.*\) release.*/\1/" /etc/redhat-release`
 echo " $PRODUCT"
elif [[ "$redhat_release" =~ "Fedora" ]]; then
 [ "$BOOTUP" = "color" ] && echo -en "\\033[0;34m"
 echo -en "Fedora"
 [ "$BOOTUP" = "color" ] && echo -en "\\033[0;39m"
 PRODUCT=`sed "s/Fedora \(.*\) release.*/\1/" /etc/redhat-release`
 echo " $PRODUCT"
elif [[ "$redhat_release" =~ "CentOS" ]]; then
 [ "$BOOTUP" = "color" ] && echo -en "\\033[0;36m"
 PRODUCT=`sed "s/CentOS \(.*\) release.*/\1/" /etc/redhat-release`
 echo -e " $PRODUCT"
 [ "$BOOTUP" = "color" ] && echo -en "\\033[0;39m"
else
 PRODUCT=`sed "s/ release.*//g" /etc/redhat-release`
 echo "$PRODUCT"
fi
if [ "$PROMPT" != "no" ]; then
 echo -en $"\t\tPress 'I' to enter interactive startup."
 echo
fi

# Set the system clock.
update_boot_stage RCclock
ARC=0
SRM=0
UTC=0

if [ -f /etc/sysconfig/clock ]; then
   . /etc/sysconfig/clock

   # convert old style clock config to new values
   if [ "${CLOCKMODE}" = "GMT" ]; then
      UTC=true
   elif [ "${CLOCKMODE}" = "ARC" ]; then
      ARC=true
   fi
fi

CLOCKDEF=""
CLOCKFLAGS="$CLOCKFLAGS --hctosys"

case "$UTC" in
    yes|true)	CLOCKFLAGS="$CLOCKFLAGS --utc"
		CLOCKDEF="$CLOCKDEF (utc)" ;;
    no|false)	CLOCKFLAGS="$CLOCKFLAGS --localtime"
		CLOCKDEF="$CLOCKDEF (localtime)" ;;
esac
case "$ARC" in
    yes|true)	CLOCKFLAGS="$CLOCKFLAGS --arc"
		CLOCKDEF="$CLOCKDEF (arc)" ;;
esac
case "$SRM" in
    yes|true)	CLOCKFLAGS="$CLOCKFLAGS --srm"
		CLOCKDEF="$CLOCKDEF (srm)" ;;
esac

[ -x /sbin/hwclock ] && /sbin/hwclock $CLOCKFLAGS

action $"Setting clock $CLOCKDEF: `date`" /bin/true

# Fix console loglevel
if [ -n "$LOGLEVEL" ]; then
	/bin/dmesg -n $LOGLEVEL
fi


# Only read this once.
cmdline=$(cat /proc/cmdline)

# Initialize hardware
if [ -f /proc/sys/kernel/modprobe ]; then
   if ! strstr "$cmdline" nomodules && [ -f /proc/modules ] ; then
       sysctl -w kernel.modprobe="/sbin/modprobe" >/dev/null 2>&1
   else
       # We used to set this to NULL, but that causes 'failed to exec' messages"
       sysctl -w kernel.modprobe="/bin/true" >/dev/null 2>&1
   fi
fi

touch /dev/.in_sysinit >/dev/null 2>&1

# Set default affinity
if [ -x /bin/taskset ]; then
   if strstr "$cmdline" default_affinity= ; then
     for arg in $cmdline ; do
         if [ "${arg##default_affinity=}" != "${arg}" ]; then
             /bin/taskset -p ${arg##default_affinity=} 1
         fi
     done
   fi
fi

nashpid=$(pidof nash 2>/dev/null)
[ -n "$nashpid" ] && kill $nashpid >/dev/null 2>&1
unset nashpid
/sbin/start_udev

# Load other user-defined modules
for file in /etc/sysconfig/modules/*.modules ; do
  [ -x $file ] && $file
done

# Load modules (for backward compatibility with VARs)
if [ -f /etc/rc.modules ]; then
	/etc/rc.modules
fi

# Start the graphical boot, if necessary; /usr may not be mounted yet, so we
# may have to do this again after mounting
RHGB_STARTED=0
mount -n /dev/pts >/dev/null 2>&1
[ -n "$SELINUX_STATE" ] && restorecon /dev/pts >/dev/null 2>&1

if strstr "$cmdline" rhgb && ! strstr "$cmdline" early-login && [ "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then
   ( . /etc/sysconfig/i18n 2>/dev/null ; /usr/bin/rhgb )
   RHGB_STARTED=1
fi

# Configure kernel parameters
update_boot_stage RCkernelparam
sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1

if [ -x /bin/loadkeys ]; then
 KEYTABLE=
 KEYMAP=
 if [ -f /etc/sysconfig/console/default.kmap ]; then
  KEYMAP=/etc/sysconfig/console/default.kmap
 else
  if [ -f /etc/sysconfig/keyboard ]; then
    . /etc/sysconfig/keyboard
  fi
  if [ -n "$KEYTABLE" -a -d "/lib/kbd/keymaps" ]; then
     KEYMAP="$KEYTABLE.map"
  fi
 fi
 if [ -n "$KEYMAP" ]; then 
  if [ -n "$KEYTABLE" ]; then
    echo -n $"Loading default keymap ($KEYTABLE): "
  else
    echo -n $"Loading default keymap: "
  fi
  LOADKEYS=loadkeys
  if [ "${LANG}" != "${LANG%%.UTF-8}" -o "${LANG}" != "${LANG%%.utf8}" ]; then
  	LOADKEYS="loadkeys -u"
  fi
  $LOADKEYS $KEYMAP < /dev/tty0 > /dev/tty0 2>/dev/null && \
     success $"Loading default keymap" || failure $"Loading default keymap"
  echo
 fi
fi

# Set the hostname.
update_boot_stage RChostname
action $"Setting hostname ${HOSTNAME}: " hostname ${HOSTNAME}

# Initialize ACPI bits
if [ -d /proc/acpi ]; then
    for module in /lib/modules/$unamer/kernel/drivers/acpi/* ; do
        module=${module##*/}
        module=${module%.ko}
        modprobe $module >/dev/null 2>&1
    done
fi

# RAID setup
update_boot_stage RCraid
[ -x /sbin/nash ] && echo "raidautorun /dev/md0" | nash --quiet
if [ -f /etc/mdadm.conf ]; then
    /sbin/mdadm -A -s
fi

# Device mapper & related initialization
if ! LC_ALL=C fgrep -q "device-mapper" /proc/devices 2>/dev/null ; then
	modprobe dm-mod >/dev/null 2>&1
fi
mkdir -p /dev/mapper >/dev/null 2>&1
mknod /dev/mapper/control c \
	$(awk '/ misc$/ { print $1 }' /proc/devices) \
	$(awk '/ device-mapper$/ { print $1 }' /proc/misc) >/dev/null 2>&1
[ -n "$SELINUX_STATE" ] && restorecon /dev/mapper /dev/mapper/control >/dev/null 2>&1

if [ -f /etc/crypttab ]; then
    s=$"Starting disk encryption:"
    echo "$s"
    init_crypto 0 && success "$s" || failure "$s"
    echo
fi

if [ -c /dev/mapper/control ]; then
        if ! strstr "$cmdline" nompath && [ -f /etc/multipath.conf -a \
			-x /sbin/multipath.static ]; then
		modprobe dm-multipath > /dev/null 2>&1
		/sbin/multipath.static -v 0
		if [ -x /sbin/kpartx ]; then
			/sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a -p p"
		fi
	fi
	
	if ! strstr "$cmdline" nodmraid && [ -x /sbin/dmraid.static ]; then
		modprobe dm-mirror >/dev/null 2>&1
		for x in $(/sbin/dmraid.static -ay -i -p -t 2>/dev/null | \
				egrep -iv "^no " | \
				awk -F ':' '{ print $1 }') ; do
			dmname=$(resolve_dm_name $x)
			[ -z "$dmname" ] && continue
			/sbin/dmraid.static -ay -i -p "$dmname" >/dev/null 2>&1
			/sbin/kpartx -a -p p "/dev/mapper/$dmname"
		done
	fi
	
	if [ -x /sbin/lvm.static ]; then
		action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure
	fi
fi

if [ -f /etc/crypttab ]; then
	s=$"Starting disk encryption:"
	echo "$s"
	init_crypto 0 && success "$s" || failure "$s"
	echo
fi

if [ -f /fastboot ] || strstr "$cmdline" fastboot ; then
	fastboot=yes
fi

if [ -f /fsckoptions ]; then
	fsckoptions=`cat /fsckoptions`
fi

if [ -f /forcefsck ] || strstr "$cmdline" forcefsck ; then
	fsckoptions="-f $fsckoptions"
elif [ -f /.autofsck ]; then
	[ -f /etc/sysconfig/autofsck ] && . /etc/sysconfig/autofsck
	if [ "$AUTOFSCK_DEF_CHECK" = "yes" ]; then
		AUTOFSCK_OPT="$AUTOFSCK_OPT -f"
	fi
	if [ -n "$AUTOFSCK_SINGLEUSER" ]; then
		echo
		echo $"*** Warning -- the system did not shut down cleanly. "
		echo $"*** Dropping you to a shell; the system will continue"
		echo $"*** when you leave the shell."
		[ -n "$SELINUX_STATE" ] && echo "0" > $selinuxfs/enforce
		sulogin
		[ -n "$SELINUX_STATE" ] && echo "1" > $selinuxfs/enforce
	fi
	fsckoptions="$AUTOFSCK_OPT $fsckoptions"
fi

if [ "$BOOTUP" = "color" ]; then
	fsckoptions="-C $fsckoptions"
else
	fsckoptions="-V $fsckoptions"
fi

READONLY=
if [ -f /etc/sysconfig/readonly-root ]; then
	. /etc/sysconfig/readonly-root
fi
if strstr "$cmdline" readonlyroot ; then
	READONLY=yes
	[ -z "$RW_MOUNT" ] && RW_MOUNT=/var/lib/stateless/writable
fi
if strstr "$cmdline" noreadonlyroot ; then
	READONLY=no
fi

if [ "$READONLY" = "yes" -o "$TEMPORARY_STATE" = "yes" ]; then

	mount_empty() {
		if [ -e "$1" ]; then
			echo "$1" | cpio -p -vd "$RW_MOUNT" &>/dev/null
			mount -n --bind "$RW_MOUNT$1" "$1"
		fi
	}

	mount_dirs() {
		if [ -e "$1" ]; then
			mkdir -p "$RW_MOUNT$1"
			# fixme: find is bad
			find "$1" -type d -print0 | cpio -p -0vd "$RW_MOUNT" &>/dev/null
			mount -n --bind "$RW_MOUNT$1" "$1"
		fi
	}

	mount_files() {
		if [ -e "$1" ]; then
			cp -a --parents "$1" "$RW_MOUNT"
			mount -n --bind "$RW_MOUNT$1" "$1"
		fi
	}

	# Common mount options for scratch space regardless of 
	# type of backing store
	mountopts=

	# Scan partitions for local scratch storage
	rw_mount_dev=$(blkid -t LABEL="$RW_LABEL" -l -o device)

	# First try to mount scratch storage from /etc/fstab, then any
	# partition with the proper label.  If either succeeds, be sure
	# to wipe the scratch storage clean.  If both fail, then mount
	# scratch storage via tmpfs.
	if mount $mountopts "$RW_MOUNT" > /dev/null 2>&1 ; then
		rm -rf "$RW_MOUNT" > /dev/null 2>&1
	elif [ x$rw_mount_dev != x ] && mount $rw_mount_dev $mountopts "$RW_MOUNT" > /dev/null 2>&1; then
		rm -rf "$RW_MOUNT"  > /dev/null 2>&1
	else
		mount -n -t tmpfs $mountopts none "$RW_MOUNT"
	fi

	for file in /etc/rwtab /etc/rwtab.d/* ; do
		is_ignored_file "$file" && continue
        	[ -f $file ] && cat $file | while read type path ; do
			case "$type" in
				empty)
					mount_empty $path
					;;
				files)
					mount_files $path
					;;
				dirs)
					mount_dirs $path
					;;
				*)
					;;
			esac
			[ -n "$SELINUX_STATE" -a -e "$path" ] && restorecon -R "$path"
		done
	done

	# In theory there should be no more than one network interface active
	# this early in the boot process -- the one we're booting from.
	# Use the network address to set the hostname of the client.  This
	# must be done even if we have local storage.
	ipaddr=
	if [ "$HOSTNAME" = "localhost" -o "$HOSTNAME" = "localhost.localdomain" ]; then
		ipaddr=$(ip addr show to 0/0 scope global | awk '/[[:space:]]inet / { print gensub("/.*","","g",$2) }')
		if [ -n "$ipaddr" ]; then
			eval $(ipcalc -h $ipaddr 2>/dev/null)
			hostname ${HOSTNAME}
		fi
	fi
	
	# Clients with read-only root filesystems may be provided with a
	# place where they can place minimal amounts of persistent
	# state.  SSH keys or puppet certificates for example.
	#
	# Ideally we'll use puppet to manage the state directory and to
	# create the bind mounts.  However, until that's all ready this
	# is sufficient to build a working system.

	# First try to mount persistent data from /etc/fstab, then any
	# partition with the proper label, then fallback to NFS
	state_mount_dev=$(blkid -t LABEL="$STATE_LABEL" -l -o device)
	if mount $mountopts $STATE_OPTIONS "$STATE_MOUNT" > /dev/null 2>&1 ; then
		/bin/true
	elif [ x$state_mount_dev != x ] && mount $state_mount_dev $mountopts "$STATE_MOUNT" > /dev/null 2>&1;  then
		/bin/true
	elif [ ! -z "$CLIENTSTATE" ]; then
		# No local storage was found.  Make a final attempt to find 
		# state on an NFS server.

		mount -t nfs $CLIENTSTATE/$HOSTNAME $STATE_MOUNT -o rw,nolock
	fi

	if [ -d $STATE_MOUNT/etc ]; then
		# Copy the puppet CA's cert from the r/o image into the
		# state directory so that we can create a bind mount on
		# the ssl directory for storing the client cert.  I'd really
		# rather have a unionfs to deal with this stuff
		cp --parents -f -p /var/lib/puppet/ssl/certs/ca.pem $STATE_MOUNT 2>/dev/null

		# In the future this will be handled by puppet
		for i in $(grep -v "^#" $STATE_MOUNT/files); do
			if [ -e $i ]; then
			 	mount -n -o bind $STATE_MOUNT/${i} ${i}
			fi
 		done
	fi
fi
 
if ! [[ " $fsckoptions" =~ " -y" ]]; then
    	fsckoptions="-a $fsckoptions"
fi

_RUN_QUOTACHECK=0
if [ -f /forcequotacheck ] || strstr "$cmdline" forcequotacheck ; then
	_RUN_QUOTACHECK=1
fi
if [ -z "$fastboot" -a "$READONLY" != "yes" ]; then

        STRING=$"Checking filesystems"
	echo $STRING
	if [ "${RHGB_STARTED}" != "0" -a -w /etc/rhgb/temp/rhgb-console ]; then
		fsck -T -t noopts=_netdev -A $fsckoptions > /etc/rhgb/temp/rhgb-console
	else
		fsck -T -t noopts=_netdev -A $fsckoptions
	fi
	rc=$?
	
	if [ "$rc" -eq "0" ]; then
		success "$STRING"
		echo
	elif [ "$rc" -eq "1" ]; then
	        passed "$STRING"
		echo
	elif [ "$rc" -eq "2" -o "$rc" -eq "3" ]; then 
		echo $"Unmounting file systems"
		umount -a
		mount -n -o remount,ro /
		echo $"Automatic reboot in progress."
		reboot -f
        fi
	
        # A return of 4 or higher means there were serious problems.
	if [ $rc -gt 1 ]; then
	        if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
		    chvt 1
		fi

		failure "$STRING"
		echo
		echo
		echo $"*** An error occurred during the file system check."
		echo $"*** Dropping you to a shell; the system will reboot"
		echo $"*** when you leave the shell."

                str=$"(Repair filesystem)"
		PS1="$str \# # "; export PS1
		[ "$SELINUX_STATE" = "1" ] && disable_selinux
		sulogin

		echo $"Unmounting file systems"
		umount -a
		mount -n -o remount,ro /
		echo $"Automatic reboot in progress."
		reboot -f
	elif [ "$rc" -eq "1" ]; then
		_RUN_QUOTACHECK=1
	fi
	if [ -f /.autofsck -a -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
		chvt 8
    	fi
fi

# Update quotas if necessary
if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then
	if [ -x /sbin/convertquota ]; then
	    # try to convert old quotas
	    for mountpt in `LC_ALL=C awk '$4 ~ /quota/{print $2}' /etc/mtab` ; do
	        mountpt="$(fstab_decode_str "$mountpt")"
		if [ -f "$mountpt/quota.user" ]; then
		    action $"Converting old user quota files: " \
		    /sbin/convertquota -u "$mountpt" && \
			rm -f "$mountpt/quota.user"
		fi
		if [ -f "$mountpt/quota.group" ]; then
		    action $"Converting old group quota files: " \
		    /sbin/convertquota -g "$mountpt" && \
			rm -f "$mountpt/quota.group"
		fi
	    done
	fi
	action $"Checking local filesystem quotas: " /sbin/quotacheck -aRnug
fi

remount_needed() {
  local state oldifs
  [ "$READONLY" = "yes" ] && return 1
  state=`LC_ALL=C awk '/ \/ / && ($3 !~ /rootfs/) { print $4 }' /proc/mounts`
  oldifs=$IFS
  IFS=","
  for opt in $state ; do
  	if [ "$opt" = "rw" ]; then
		IFS=$oldifs
		return 1
	fi
  done
  IFS=$oldifs
  return 0
}
 
# Remount the root filesystem read-write.
update_boot_stage RCmountfs
if remount_needed ; then
  action $"Remounting root filesystem in read-write mode: " mount -n -o remount,rw /
fi

# Clean up SELinux labels
if [ -n "$SELINUX_STATE" ]; then
   restorecon /etc/mtab /etc/ld.so.cache /etc/blkid/blkid.tab /etc/resolv.conf >/dev/null 2>&1
fi

if [ "$READONLY" != "yes" ] ; then
	# Clear mtab
	(> /etc/mtab) &> /dev/null

	# Remove stale backups
	rm -f /etc/mtab~ /etc/mtab~~

	# Enter mounted filesystems into /etc/mtab
	mount -f /
	mount -f /proc >/dev/null 2>&1
	mount -f /sys >/dev/null 2>&1
	mount -f /dev/pts >/dev/null 2>&1
	mount -f /proc/bus/usb >/dev/null 2>&1
fi

# Mount all other filesystems (except for NFS and /proc, which is already
# mounted). Contrary to standard usage,
# filesystems are NOT unmounted in single user mode.
if [ "$READONLY" != "yes" ] ; then
	action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
else
	action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
fi

if [ -x /sbin/quotaon ]; then
    action $"Enabling local filesystem quotas: " /sbin/quotaon -aug
fi

# Check to see if a full relabel is needed
if [ -n "$SELINUX_STATE" -a "$READONLY" != "yes" ]; then 
    if [ -f /.autorelabel ] || strstr "$cmdline" autorelabel ; then
	relabel_selinux
    fi
else
    if [ -d /etc/selinux -a "$READONLY" != "yes" ]; then
        [ -f /.autorelabel ] || touch /.autorelabel
    fi
fi


# Start the graphical boot, if necessary and not done yet.
if strstr "$cmdline" rhgb && ! strstr "$cmdline" early-login && [ "$RHGB_STARTED" -eq 0 -a "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then
   ( . /etc/sysconfig/i18n 2>/dev/null ; /usr/bin/rhgb )
   RHGB_STARTED=1
fi

# Initialize pseudo-random number generator
if [ -f "/var/lib/random-seed" ]; then
	cat /var/lib/random-seed > /dev/urandom
else
	[ "$READONLY" != "yes" ] && touch /var/lib/random-seed
fi
if [ "$READONLY" != "yes" ]; then
	chmod 600 /var/lib/random-seed
	dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
fi

# Use the hardware RNG to seed the entropy pool, if available
#[ -x /sbin/rngd -a -c /dev/hw_random ] && rngd

if [ -f /etc/crypttab ]; then
    s=$"Starting disk encryption using the RNG:"
    echo "$s"
    init_crypto 1 && success "$s" || failure "$s"
    echo
fi

# Configure machine if necessary.
if [ -f /.unconfigured ]; then
    if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
	chvt 1
    fi

    if [ -x /usr/bin/system-config-keyboard ]; then
	/usr/bin/system-config-keyboard
    fi
    if [ -x /usr/bin/passwd ]; then 
        /usr/bin/passwd root
    fi
    if [ -x /usr/sbin/system-config-network-tui ]; then
	/usr/sbin/system-config-network-tui
    fi
    if [ -x /usr/sbin/timeconfig ]; then
	/usr/sbin/timeconfig
    fi
    if [ -x /usr/sbin/authconfig-tui ]; then
	/usr/sbin/authconfig-tui --nostart
    fi
    if [ -x /usr/sbin/ntsysv ]; then
	/usr/sbin/ntsysv --level 35
    fi

    # Reread in network configuration data.
    if [ -f /etc/sysconfig/network ]; then
	. /etc/sysconfig/network

	# Reset the hostname.
	action $"Resetting hostname ${HOSTNAME}: " hostname ${HOSTNAME}
    fi

    rm -f /.unconfigured

    if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
	chvt 8
    fi
fi

# Clean out /.
rm -f /fastboot /fsckoptions /forcefsck /.autofsck /forcequotacheck /halt \
	/poweroff /.suspended &> /dev/null

# Do we need (w|u)tmpx files? We don't set them up, but the sysadmin might...
_NEED_XFILES=
[ -f /var/run/utmpx -o -f /var/log/wtmpx ] && _NEED_XFILES=1

# Clean up /var.  I'd use find, but /usr may not be mounted.
for afile in /var/lock/* /var/run/* ; do
	if [ -d "$afile" ]; then
	   case "$afile" in
		*/news|*/mon)	;;
		*/sudo)		rm -f $afile/*/* ;;
		*/vmware)	rm -rf $afile/*/* ;;
		*/samba)	rm -rf $afile/*/* ;;
		*/screen)	rm -rf $afile/* ;;
		*/cvs)		rm -rf $afile/* ;;
		*/dovecot)	rm -f $afile/*/* ;;
		*/cups)		rm -f $afile/*/* ;;
		*/libvirt)	rm -rf $afile/*/* ;;
		*)		rm -f $afile/* ;;
	   esac
	else
	   rm -f $afile
	fi
done
rm -f /var/lib/rpm/__db* &> /dev/null
rm -f /var/gdm/.gdmfifo &> /dev/null

# Reset pam_console permissions
[ -x /sbin/pam_console_apply ] && /sbin/pam_console_apply -r

{
# Clean up utmp/wtmp
> /var/run/utmp
touch /var/log/wtmp
chgrp utmp /var/run/utmp /var/log/wtmp
chmod 0664 /var/run/utmp /var/log/wtmp
if [ -n "$_NEED_XFILES" ]; then
  > /var/run/utmpx
  touch /var/log/wtmpx
  chgrp utmp /var/run/utmpx /var/log/wtmpx
  chmod 0664 /var/run/utmpx /var/log/wtmpx
fi

# Clean up various /tmp bits
[ -n "$SELINUX_STATE" ] && restorecon /tmp
rm -f /tmp/.X*-lock /tmp/.lock.* /tmp/.gdm_socket /tmp/.s.PGSQL.*
rm -rf /tmp/.X*-unix /tmp/.ICE-unix /tmp/.font-unix /tmp/hsperfdata_* \
       /tmp/kde-* /tmp/ksocket-* /tmp/mc-* /tmp/mcop-* /tmp/orbit-*  \
       /tmp/scrollkeeper-*  /tmp/ssh-* \
       /dev/.in_sysinit

# Make ICE directory
mkdir -m 1777 -p /tmp/.ICE-unix >/dev/null 2>&1
chown root:root /tmp/.ICE-unix
[ -n "$SELINUX_STATE" ] && restorecon /tmp/.ICE-unix >/dev/null 2>&1

#if [ -x /etc/init.d/diskdump ]; then
#	/etc/init.d/diskdump swapsavecore
#fi

# Start up swapping.
update_boot_stage RCswap
action $"Enabling /etc/fstab swaps: " swapon -a -e
if [ "$AUTOSWAP" = "yes" ]; then
	curswap=$(awk '/^\/dev/ { print $1 }' /proc/swaps | while read x; do get_numeric_dev dec $x ; echo -n " "; done)
	swappartitions=$(blkid -t TYPE=swap -o device)
	if [ x"$swappartitions" != x ]; then
		for partition in $swappartitions ; do
			[ ! -e $partition ] && continue
			majmin=$(get_numeric_dev dec $partition)
			echo $curswap | grep -qw "$majmin" || action $"Enabling local swap partitions: " swapon $partition
		done
	fi
fi

# Set up binfmt_misc
/bin/mount -t binfmt_misc none /proc/sys/fs/binfmt_misc > /dev/null 2>&1

# Initialize the serial ports.
if [ -f /etc/rc.serial ]; then
	. /etc/rc.serial
fi

# If they asked for ide-scsi, load it
if strstr "$cmdline" ide-scsi ; then
	modprobe ide-cd >/dev/null 2>&1
	modprobe ide-scsi >/dev/null 2>&1
fi

# Boot time profiles. Yes, this should be somewhere else.
if [ -x /usr/sbin/system-config-network-cmd ]; then
  if strstr "$cmdline" netprofile= ; then
    for arg in $cmdline ; do
        if [ "${arg##netprofile=}" != "${arg}" ]; then
	    /usr/sbin/system-config-network-cmd --profile ${arg##netprofile=}
        fi
    done
  fi
fi

# Now that we have all of our basic modules loaded and the kernel going,
# let's dump the syslog ring somewhere so we can find it later
dmesg -s 131072 > /var/log/dmesg

# create the crash indicator flag to warn on crashes, offer fsck with timeout
touch /.autofsck &> /dev/null

if [ "$PROMPT" != no ]; then
    while :; do
	pid=$(/sbin/pidof getkey)
	[ -n "$pid" -o -e /var/run/getkey_done ] && break
	usleep 100000
    done
    [ -n "$pid" ] && kill -TERM "$pid" >/dev/null 2>&1
fi
} &
if strstr "$cmdline" confirm ; then
	touch /var/run/confirm
fi
if [ "$PROMPT" != "no" ]; then
	/sbin/getkey i && touch /var/run/confirm
	touch /var/run/getkey_done
fi
wait
[ "$PROMPT" != no ] && rm -f /var/run/getkey_done

# Let rhgb know that we're leaving rc.sysinit
if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then
    /usr/bin/rhgb-client --sysinit
fi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ɀ  .   X  ..  ʀ  K35dhcpdˀ  
S13portmap  ̀  	S12syslog   ̀  S02lvm2-monitor ΀  
K87multipathd   π  
S56rawdevices   Ѐ  S99localр  
S14nfslock  Ҁ  
K50netconsole   Ӏ  S08mcstrans Ԁ  K74ntpd Հ  S55sshd ր  S99rootpassword ׀  
S10network  ؀  
K69rpcsvcgssd   ـ  S25netfsڀ  K89rdiscۀ  S08iptables ܀   S26xe-linux-distribution݀  K35dhcrelay ހ  S18rpcidmapd߀  K89netplugd   
S19rpcgssd     S20system-status-server  
K20nfs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .   X  ..    K35dhcpd  	S12syslog     S02lvm2-monitor   
K87multipathd     S99local  
K50netconsole     S08mcstrans   
K86nfslock    K74ntpd   S55sshd   S99rootpassword   
S10network    
K69rpcsvcgssd      K80system-status-server   K89rdisc  K85rpcidmapd  S08iptables    S26xe-linux-distribution  K35dhcrelay   K89netplugd   
K87portmap    
K85rpcgssd    
K44rawdevices     K75netfs 
K20nfs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .   X  ..    K35dhcpd  
S13portmap     	S12syslog     S02lvm2-monitor   
K87multipathd     
S56rawdevices     S99local  
S14nfslock    
K50netconsole     S08mcstrans   K74ntpd 	  S55sshd 
  S99rootpassword   
S10network    
K69rpcsvcgssd   
  S25netfs  K89rdisc  S08iptables    S26xe-linux-distribution  K35dhcrelay   S18rpcidmapd  K89netplugd   
S19rpcgssd     S20system-status-server  
K20nfs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .   X  ..    K99lvm2-monitor   K35dhcpd  
K87multipathd     
K50netconsole     
K86nfslock    K74ntpd   K92iptables   
K69rpcsvcgssd      
S00killall  !   K74xe-linux-distribution"   K80system-status-server #  K89rdisc$  K85rpcidmapd%  K35dhcrelay &  K25sshd '  K89netplugd (  	K88syslog   )  
K87portmap  *  K87mcstrans +  
K85rpcgssd  ,  
K44rawdevices   -  K75netfs.  K01rootpassword /  K20nfs  0  
K90network  1 
S01halt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2  .     ..  3  
.bash_profile   4  .bash_logout5 .bashrc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             # .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                # ~/.bash_logout

/usr/bin/clear
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               # .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

# User specific aliases and functions
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    6  .     ..  7  network 8  nfs 9  iptables-config :  cbq =  network-scripts d  dhcpd   e  
networking  i  mkinitrdj  rhn l  syslog  m  
netconsole  n  modules p  console q  ntpdr  udev-stws  
rawdevices  t  dhcrelayu  
readonly-root   v init                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        #
# Define which protocol versions mountd 
# will advertise. The values are "no" or "yes"
# with yes being the default
#MOUNTD_NFS_V1="no"
#MOUNTD_NFS_V2="no"
#MOUNTD_NFS_V3="no"
#
#
# Path to remote quota server. See rquotad(8)
#RQUOTAD="/usr/sbin/rpc.rquotad"
# Port rquotad should listen on.
#RQUOTAD_PORT=875
# Optinal options passed to rquotad
#RPCRQUOTADOPTS=""
#
# Optional arguments passed to in-kernel lockd
#LOCKDARG=
# TCP port rpc.lockd should listen on.
#LOCKD_TCPPORT=32803
# UDP port rpc.lockd should listen on.
#LOCKD_UDPPORT=32769
#
#
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
# Turn off v2 and v3 protocol support
#RPCNFSDARGS="-N 2 -N 3"
# Turn off v4 protocol support
#RPCNFSDARGS="-N 4"
# Number of nfs server processes to be started.
# The default is 8. 
#RPCNFSDCOUNT=8
# Stop the nfsd module from being pre-loaded 
#NFSD_MODULE="noload"
#
#
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
#RPCMOUNTDOPTS=""
# Port rpc.mountd should listen on.
#MOUNTD_PORT=892
#
#
# Optional arguments passed to rpc.statd. See rpc.statd(8)
#STATDARG=""
# Port rpc.statd should listen on.
#STATD_PORT=662
# Outgoing port statd should used. The default is port
# is random
#STATD_OUTGOING_PORT=2020
# Specify callout program 
#STATD_HA_CALLOUT="/usr/local/bin/foo"
#
#
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
#RPCIDMAPDARGS=""
#
# Set to turn on Secure NFS mounts. 
#SECURE_NFS="yes"
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
#RPCGSSDARGS="-vvv"
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
#RPCSVCGSSDARGS="-vvv"
# Don't load security modules in to the kernel
#SECURE_NFS_MODS="noload"
#
# Don't load sunrpc module.
#RPCMTAB="noload"
#
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    # Load additional iptables modules (nat helpers)
#   Default: -none-
# Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
# are loaded after the firewall rules are applied. Options for the helpers are
# stored in /etc/modprobe.conf.
IPTABLES_MODULES=""

# Unload modules on restart and stop
#   Value: yes|no,  default: yes
# This option has to be 'yes' to get to a sane state for a firewall
# restart or stop. Only set to 'no' if there are problems unloading netfilter
# modules.
IPTABLES_MODULES_UNLOAD="yes"

# Save current firewall rules on stop.
#   Value: yes|no,  default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
# (e.g. on system shutdown).
IPTABLES_SAVE_ON_STOP="no"

# Save current firewall rules on restart.
#   Value: yes|no,  default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
# restarted.
IPTABLES_SAVE_ON_RESTART="no"

# Save (and restore) rule and chain counter.
#   Value: yes|no,  default: no
# Save counters for rules and chains to /etc/sysconfig/iptables if
# 'service iptables save' is called or on stop or restart if SAVE_ON_STOP or
# SAVE_ON_RESTART is enabled.
IPTABLES_SAVE_COUNTER="no"

# Numeric status output
#   Value: yes|no,  default: yes
# Print IP addresses and port numbers in numeric format in the status output.
IPTABLES_STATUS_NUMERIC="yes"

# Verbose status output
#   Value: yes|no,  default: yes
# Print info about the number of packets and bytes plus the "input-" and
# "outputdevice" in the status output.
IPTABLES_STATUS_VERBOSE="no"

# Status output with numbered lines
#   Value: yes|no,  default: yes
# Print a counter/number for every rule in the status output.
IPTABLES_STATUS_LINENUMBERS="yes"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    :  .   6  ..  ;  avpkt   < cbq-0000.example                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AVPKT=3000
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     DEVICE=eth0,10Mbit,1Mbit
RATE=128Kbit
WEIGHT=10Kbit
PRIO=5
RULE=192.168.1.0/24
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 =  .   6  ..  >  network-functions   ?  ifup-ipx@  	ifdown-sl   A  ifcfg-loB  	ifup-ipv6   C  	ifup-post   D  	ifup-plip   E  
ifdown-sit  F  ifup-tunnel G  ifdown-ipv6 H  
ifcfg-eth1  I  ifup-aliasesJ  ifup-sitK  
ifdown-routes   L  init.ipv6-globalM  	ifup-bnep   N  net.hotplug O  	ifup-ippp   P  
ifdown-ppp  Q  
ifdown-tunnel   R  	ifup-isdn   S  
ifcfg-eth0  T  ifdown-bnep U  
ifdown-eth  V  ifup-pppW  ifdown-ipsecX   network-functions-ipv6  Y  ifup-routes Z  ifdown-isdn [  ifup-eth\  ifup-sl ]  
ifup-ipsec  ^  ifdown-post _  ifdown-ippp `  
ifup-wireless   a  ifdown  b  ifupc 
ifup-plusb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  # -*-Shell-script-*-
#
# This file is not a stand-alone shell script; it provides functions 
# to network scripts that source it.

# Set up a default search path.
PATH="/sbin:/usr/sbin:/bin:/usr/bin"
export PATH

[ -z "$__sed_discard_ignored_files" ] && . /etc/init.d/functions

get_hwaddr ()
{
    if [ -f /sys/class/net/${1}/address ]; then
	awk '{ print toupper($0) }' < /sys/class/net/${1}/address
    elif [ -d "/sys/class/net/${1}" ]; then
	LC_ALL= LANG= ip -o link show ${1} 2>/dev/null | \
      	    awk '{ print toupper(gensub(/.*link\/[^ ]* ([[:alnum:]:]*).*/,
					"\\1", 1)); }'
    fi
}

get_config_by_hwaddr ()
{
    LANG=C grep -il "^[[:space:]]*HWADDR=${1}\([[:space:]#]\|$\)" /etc/sysconfig/network-scripts/ifcfg-* \
	| LC_ALL=C sed -e "$__sed_discard_ignored_files"
}

get_config_by_subchannel ()
{
    LANG=C egrep -i -l  "^[[:space:]]*SUBCHANNELS=([0-9]\.[0-9]\.[a-f0-9]+,){0,2}${1}(,[0-9]\.[0-9]\.[a-f0-9]+){0,2}([[:space:]]+#|[[:space:]]*$)" /etc/sysconfig/network-scripts/ifcfg-* \
	| LC_ALL=C sed -e "$__sed_discard_ignored_files"
}

get_device_by_hwaddr ()
{
    LANG=C ip -o link | grep -v link/ieee802.11 | awk -F ': ' -vIGNORECASE=1 "/$1/ { print \$2 }"
}

need_config ()
{
    local nconfig

    CONFIG="ifcfg-${1}"
    [ -f "${CONFIG}" ] && return
    CONFIG="${1}"
    [ -f "${CONFIG}" ] && return
    local addr=`get_hwaddr ${1}`
    if [ -n "$addr" ]; then
      nconfig=`get_config_by_hwaddr ${addr}`
      if [ -n "$nconfig" ] ; then
        CONFIG=${nconfig##*/}
	[ -f "${CONFIG}" ] && return
      fi
    fi
    nconfig=$(LANG=C grep -l "^[[:space:]]*DEVICE=${1}\([[:space:]#]\|$\)" \
	/etc/sysconfig/network-scripts/ifcfg-* \
	| LC_ALL=C sed -e "$__sed_discard_ignored_files")
    if [ -n "$nconfig" -a -f "$nconfig" ]; then
      CONFIG=${nconfig##*/}
      return
    fi
}

source_config ()
{
    DEVNAME=`basename $CONFIG | sed 's/^ifcfg-//g'`
    if echo ${CONFIG##*/} | grep -q '[^g]-' ; then
	PARENTCONFIG=`echo $CONFIG | sed 's/-[^-]*$//g'`
	PARENTDEVNAME=${PARENTCONFIG##*/ifcfg-}
	[ -f $PARENTCONFIG ] || {
	    echo $"Missing config file $PARENTCONFIG." >&2
	    exit 1
	}
	. $PARENTCONFIG
	[ -r "keys-$PARENTDEVNAME" ] && . keys-$PARENTDEVNAME
    fi
    . $CONFIG
    [ -r "keys-$DEVNAME" ] && . keys-$DEVNAME
    case "$TYPE" in
    	Ethernet)
		DEVICETYPE="eth"
		;;
	CIPE)
		DEVICETYPE="cipcb"
		;;
	IPSEC)
		DEVICETYPE="ipsec"
		;;
	Modem)
		DEVICETYPE="ppp"
		;;
	xDSL)
		DEVICETYPE="ppp"
		;;
	ISDN)
		DEVICETYPE="ippp"
		;;
	Wireless)
		DEVICETYPE="eth"
		;;
	"Token Ring")
		DEVICETYPE="eth"
		;;
	CTC)
		DEVICETYPE="ctc"
		;;
	IUCV)
		DEVICETYPE="iucv"
		;;
	GRE | IPIP)
		DEVICETYPE="tunnel"
		;;
    esac
    [ -z "$DEVICETYPE" ] && DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"`
    [ -z "$REALDEVICE" -a -n "$PARENTDEVICE" ] && REALDEVICE=$PARENTDEVICE
    [ -z "$REALDEVICE" ] && REALDEVICE=${DEVICE%%:*}
    if [ "${DEVICE}" != "${REALDEVICE}" ]; then
        ISALIAS=yes
    else
	ISALIAS=no
    fi
    if [ -n "$HWADDR" ]; then
        HWADDR=`echo $HWADDR | awk '{ print toupper($0) }'`
    fi
    if [ -n "$MACADDR" ]; then
        MACADDR=`echo $MACADDR | awk '{ print toupper($0) }'`
    fi
}



expand_config ()
{
    if [ -z "${NETMASK}" ]; then
	eval `/bin/ipcalc --netmask ${IPADDR}`
    fi

    if [ -z "${PREFIX}" ]; then
	eval `/bin/ipcalc --prefix ${IPADDR} ${NETMASK}`
    fi

    if [ -z "${BROADCAST}" ]; then
	eval `/bin/ipcalc --broadcast ${IPADDR} ${NETMASK}`
    fi

    if [ -z "${NETWORK}" ]; then
	eval `/bin/ipcalc --network ${IPADDR} ${NETMASK}`
    fi
}

toggle_value ()
{
    if [ "$2" = "yes"  -o "$2" = "YES" ] ; then
	echo "$1 on"
    elif [ "$2" = "no"  -o "$2" = "NO" ] ; then
	echo "$1 off"
    else
	echo ''
    fi
}
 
do_netreport ()
{
  # Notify programs that have requested notification
  ( cd /var/run/netreport || exit
    for i in * ; do
      if [ -f $i ]; then
        OWNER=`ls -l $i | awk '{ print $3 }'`
	
        if [ "`id -u`" = "0" ]; then
	  su -s /bin/bash $OWNER -c "kill -SIGIO $i >/dev/null 2>&1 || rm -f $i >/dev/null 2>&1" > /dev/null 2>&1
	else
	  kill -SIGIO $i >/dev/null 2>&1 || rm -f $i >/dev/null 2>&1
	fi
      fi
    done
  )
}

# rename_device() - Rename a network device to something else
# $1 - desired name
# $2 - hardware address to name (no longer used)
# $3 - '/' separated list of devices that are already in use
#      (for general calls, use the current device you're trying to
#       change to $1)

rename_device()
{
    local target=${3##*/}

    /sbin/ip link set "$target" name "$1" 2>/dev/null || {
      local hw2=`get_hwaddr ${1}`
      local nconfig=`get_config_by_hwaddr ${hw2}`
      local curdev=`get_device_by_hwaddr ${hw2}`
      local dev=
      [ -z "${hw2}" ] && return
      if [ -n "$nconfig"  ]; then
         dev=$(. $nconfig ; echo $DEVICE)
	 oldifs=$IFS
	 IFS=/
         for device in $3 ; do
	    [ "$dev" = "$device" ] && unset dev
         done
	 IFS=$oldifs
      fi 
      [ -z "$dev" ] && dev=dev$RANDOM
      
      rename_device $dev $hw2 "$3/$curdev"
      /sbin/ip link set "$target" name $1 2>/dev/null
    }
}

# Sets $alias to the device module if $? != 0
is_available ()
{
    LC_ALL= LANG= ip -o link | grep -q $1
    [ "$?" = "1" ] || return 0

    alias=$(modprobe -c | awk \
'BEGIN { alias = ""; }
$1 == "alias" && $2 == "'"$1"'" { alias = $3; }
$1 == "install" { install[$2] = $3; }
END {
    cmd = install[alias];
    print alias;
    if (alias == "" || alias == "off" || cmd == "/bin/true" || cmd == ":")
        exit 1;
    exit 0;
}')
    [ $? -eq 0 ] || return 2

    modprobe $1 > /dev/null 2>&1 || {
      return 1
    }
    if [ -n "$HWADDR" ]; then
       local curdev=`get_device_by_hwaddr "$HWADDR"`
       if [ -z "$curdev" ]; then
          return 1
       fi
       rename_device "$1" "$HWADDR" "$curdev"
    fi

    if [ ${alias} == "bonding" ]; then
	install_bonding_driver $1
    fi

    LC_ALL= LANG= ip -o link | grep -q $1
    return $?
}

need_hostname ()
{
    CHECK_HOSTNAME=`hostname`
    if [ "$CHECK_HOSTNAME" = "(none)" -o "$CHECK_HOSTNAME" = "localhost" -o \
	"$CHECK_HOSTNAME" = "localhost.localdomain" ]; then
	return 0
    else
	return 1
    fi
}

set_hostname ()
{
    hostname $1
    if ! grep search /etc/resolv.conf >/dev/null 2>&1; then
	domain=`echo $1 | sed 's/^[^\.]*\.//'`
	if [ -n "$domain" ]; then
		rsctmp=`mktemp /tmp/XXXXXX`;
		cat /etc/resolv.conf > $rsctmp
		echo "search $domain" >> $rsctmp
		change_resolv_conf $rsctmp
		/bin/rm -f $rsctmp
	fi	
    fi
}

check_device_down ()
{
    if echo $1 | grep -q ':' ; then
     if LC_ALL=C ifconfig -a 2>/dev/null | grep -q $1 ; then
	  return 1
     else
	  return 0
     fi
    else 
     if LC_ALL=C ip -o link 2>/dev/null | grep -q "$1[:@].*,UP" ; then
	return 1
     else
	return 0
     fi
    fi
}

check_mii_tool ()
{
   [ -x /sbin/mii-tool ] || return 2
   output=`LC_ALL=C mii-tool $1 2>&1`
   echo $output | LC_ALL=C grep -q "link ok" && return 1
   echo $output | LC_ALL=C grep -q "no link" && return 0 || return 2
}

check_ethtool ()
{
   [ -x /sbin/ethtool ] || return 2
   output=`LC_ALL=C ethtool $1 2>&1`
   echo $output | LC_ALL=C grep -q "Link detected: yes" && return 1
   echo $output | LC_ALL=C grep -q "Link detected: no" && return 0 || return 2
}


check_link_down ()
{
    if [ -x /sbin/mii-tool -o -x /sbin/ethtool ]; then
        if ! LC_ALL=C ip link show dev $1 2>/dev/null| grep -q UP ; then
	   ip link set dev $1 up >/dev/null 2>&1
	fi
	timeout=0
	delay=10
	[ -n "$LINKDELAY" ] && delay=$(($LINKDELAY * 2))
	while [ $timeout -le $delay ]; do
	    check_mii_tool $1
	    m=$?
	    check_ethtool $1
	    e=$?
	    if [ $m -eq 1 ] || [ $e -eq 1 ] ; then
		return 1
	    fi
	    if [ $m -eq 2 ] && [ $e -eq 2 ] ; then
		return 1
	    fi
	    usleep 500000
	    timeout=$((timeout+1))
	done
	return 0
    fi
    return 1
}

check_default_route ()
{
    LC_ALL=C ip route list match 0/0 | grep -q default
}

find_gateway_dev ()
{
    . /etc/sysconfig/network
    if [ -n "${GATEWAY}" -a "${GATEWAY}" != "none" ] ; then
	dev=$(LC_ALL=C /sbin/ip route get to "${GATEWAY}" 2>/dev/null | \
	    sed -n 's/.* dev \([[:alnum:]]*\) .*/\1/p')
	if [ -n "$dev" ]; then
	    GATEWAYDEV="$dev"
        fi
    fi
}

# After the device $1 goes away, restore the standard default route; typically
# used for ppp with DEFROUTE temporarily replacing the "standard" default
# route.
# FIXME: This function doesn't support some newer features (GATEWAY in ifcfg,
# $WINDOW, $METRIC)
add_default_route ()
{
    . /etc/sysconfig/network
    check_default_route && return 0
    find_gateway_dev
    if [ "$GATEWAYDEV" != "" -a -n "${GATEWAY}" -a \
 		"${GATEWAY}" != "none" ]; then
        if ! check_device_down $1; then
            if [ "$GATEWAY" = "0.0.0.0" ]; then
                /sbin/ip route add default dev ${GATEWAYDEV}
            else
                /sbin/ip route add default via ${GATEWAY}
            fi
        fi
    elif [ -f /etc/default-routes ]; then
	while read spec; do
	    /sbin/ip route add $spec
	done < /etc/default-routes
	rm -f /etc/default-routes
    fi
}

is_wireless_device ()
{
    [ -x /sbin/iwconfig ] || return 1
    LC_ALL=C iwconfig $1 2>&1 | grep -q "no wireless extensions" || return 0
    return 1
}

install_bonding_driver ()
{
   ethtool -i $1 2>/dev/null | grep -q "driver: bonding" && return 0
   [ ! -f /sys/class/net/bonding_masters ] && ( modprobe bonding || return 1 )
   echo "+$1" > /sys/class/net/bonding_masters
   return 0
}

is_bonding_device ()
{
   [ -f "/sys/class/net/$1/bonding/slaves" ]
}

# Invoke this when /etc/resolv.conf has changed:
change_resolv_conf ()
{
    s=`/bin/grep '^[\ \	]*option' /etc/resolv.conf 2>/dev/null`;
    if [ "x$s" != "x" ]; then
       s="$s"$'\n';
    fi;
    if [ $# -gt 1 ]; then
       let n_args=$#;
       while [ $n_args -gt 0 ]; 
	 do 
	    if [[ "$s" = *$1* ]]; then
	       shift;
	       let n_args=n_args-1;
               continue;
            fi;
	    s="$s$1";
            shift; 
	    if [ $# -gt 0 ]; then
		s="$s"$'\n';
	    fi;
	    let n_args=n_args-1; 
         done;       
    elif [ $# -eq 1 ]; then
       if [ "x$s" != "x" ]; then
	  s="$s"`/bin/grep -vF "$s" $1`;
       else
	  s=`cat $1`;
       fi;
    fi;
    (echo "$s" > /etc/resolv.conf;) >/dev/null 2>&1;
    r=$?
    if [ $r -eq 0 ]; then
	/usr/bin/logger -p local7.notice -t "NET" -i "$0 : updated /etc/resolv.conf";
	[ -e /var/lock/subsys/nscd ] && /usr/sbin/nscd -i hosts; # invalidate cache
    fi;
    return $r;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      #!/bin/bash
# configures IPX on $1 if appropriate

PATH=/sbin:/usr/sbin:/bin:/usr/bin

if [ "$1" = "" ]; then
	echo $"usage: $0 <net-device>"
	exit 1
fi

# cannot configure IPX with non-existant utilities
[ -x /sbin/ipx_interface ] || exit 0

. /etc/sysconfig/network

case $IPX in yes|true) ;; *) exit 0 ;; esac

cd /etc/sysconfig/network-scripts
. ./network-functions

CONFIG=$1
[ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG
source_config

for frametype in 802.2 802.3 ETHERII SNAP ; do
    framename=$(echo $frametype | sed 's/\./_/')
    eval ACT=\$IPXACTIVE_$framename
    case $ACT in
	yes|true)
		eval PRIM=\$IPXPRIMARY_$framename
		case $PRIM in
		    yes|true) primary=-p ;;
		    *) primary= ;;
		esac
		eval NUM=\$IPXNETNUM_$framename
		/sbin/ipx_interface add $primary $1 $frametype $NUM
		;;
    esac
done

exit 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         #!/bin/bash

cd /etc/sysconfig/network-scripts
. ./network-functions

CONFIG=$1
source_config

# signals ifup-sl not to persist
rm -f /var/run/sl-$DEVICE.dev

PID=`pidof dip-$DEVICE`
#
# The proctitle for connected dip daemons is actually "-dip (ipaddr)"
#	with ipaddr == local on dial-out,  remote on dial-in
# Grab the PID of connected dial-out daemon.
#
if [ -z "$PID" ]; then
  PID=`pidof -- -dip\ \($IPADDR\)`
fi
if [ -z "$PID" ]; then
  exit 1
fi

kill $PID > /dev/null 2>&1
if [ ! -d /proc/$PID ]; then
  /etc/sysconfig/network-scripts/ifdown-post $1
  exit 0
fi
sleep 2
if [ ! -d /proc/$PID ]; then
  /etc/sysconfig/network-scripts/ifdown-post $1
  exit 0
fi

kill -KILL $PID > /dev/null 2>&1
if [ -d /proc/$PID ]; then
  /usr/bin/logger -p daemon.info -t ifdown-ppp "ifdown-ppp unable to kill pppd-$DEVICE" &
else
  /etc/sysconfig/network-scripts/ifdown-post $1
fi
[ ! -d /proc/$PID ] && exit 0

exit 1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  #!/bin/sh
#
# ifup-ipv6
#
#
# Taken from:
# (P) & (C) 2000-2006 by Peter Bieringer <pb@bieringer.de>
#
#  You will find more information on the initscripts-ipv6 homepage at
#   http://www.deepspace6.net/projects/initscripts-ipv6.html
#
# RHL integration assistance by Pekka Savola <pekkas@netcore.fi>
#
# Version: 2006-07-20
#
# Note: if called (like normally) by /etc/sysconfig/network-scripts/ifup
#        exit codes aren't handled by "ifup"
#
# Uses following information from "/etc/sysconfig/network":
#  NETWORKING_IPV6=yes|no: controls IPv6 initialization (global setting)
#  IPV6_DEFAULTDEV=<device>: controls default route (optional)
#  IPV6_DEFAULTGW=<address>: controls default route (optional)
#
# Uses following information from "/etc/sysconfig/network-scripts/ifcfg-$1":
#  IPV6INIT=yes|no: controls IPv6 configuration for this interface
#  IPV6ADDR=<IPv6 address>[/<prefix length>]: specify primary static IPv6 address
#  IPV6ADDR_SECONDARIES="<IPv6 address>[/<prefix length>] ..." (optional)
#  IPV6_ROUTER=yes|no: controls IPv6 autoconfiguration (no: multi-homed interface without routing)
#  IPV6_AUTOCONF=yes|no: controls IPv6 autoconfiguration
#   defaults:
#    IPV6FORWARDING=yes: IPV6_AUTOCONF=no, IPV6_ROUTER=yes
#    IPV6FORWARDING=no: IPV6_AUTOCONF=yes
#  IPV6_MTU=<MTU for IPv6>: controls IPv6 MTU for this link (optional)
#  IPV6_PRIVACY="rfc3041": control IPv6 privacy (optional)
#    This script only supports "rfc3041" (if kernel supports it)
#
# Optional for 6to4 tunneling (hardwired name of tunnel device is "tun6to4"):
#  IPV6TO4INIT=yes|no: controls 6to4 tunneling setup
#  IPV6TO4_RELAY=<IPv4 address>: IPv4 address of the remote 6to4 relay (default: 192.88.99.1)
#  IPV6TO4_MTU=<MTU for IPv6>: controls IPv6 MTU for the 6to4 link (optional, default is MTU of interface - 20)
#  IPV6TO4_IPV4ADDR=<IPv4 address>: overwrite local IPv4 address (optional)
#  IPV6TO4_ROUTING="<device>-<suffix>/<prefix length> ...": information to setup additional interfaces
#    Example: IPV6TO4_ROUTING="eth0-:f101::1/64 eth1-:f102::1/64"
#
# Optional for 6to4 tunneling to trigger radvd:
#  IPV6_CONTROL_RADVD=yes|no: controls radvd triggering (optional)
#  IPV6_RADVD_PIDFILE=<file>: PID file of radvd for sending signals, default is "/var/run/radvd/radvd.pid" (optional)
#  IPV6_RADVD_TRIGGER_ACTION=startstop|reload|restart|SIGHUP: how to trigger radvd (optional, default is SIGHUP)
#
#  Required version of radvd to use 6to4 prefix recalculation
#   0.6.2p3 or newer supporting option "Base6to4Interface"
#  Required version of radvd to use dynamic ppp links
#   0.7.0 + fixes or newer
#


. /etc/sysconfig/network

cd /etc/sysconfig/network-scripts
. ./network-functions

CONFIG=$1
[ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG
source_config

# IPv6 don't need aliases anymore, config is skipped
REALDEVICE=`echo ${DEVICE} | sed 's/:.*//g'`
[ "$DEVICE" != "$REALDEVICE" ] && exit 0

# Test whether IPv6 configuration is enabled for this interface, else stop
[ "$IPV6INIT" = "yes" ] || exit 0

# Test whether IPv6 should be configured, else stop
[ "${NETWORKING_IPV6}" = "yes" ] || exit 0

[ -f /etc/sysconfig/network-scripts/network-functions-ipv6 ] || exit 1
. /etc/sysconfig/network-scripts/network-functions-ipv6


# IPv6 test, module loaded, exit if system is not IPv6-ready
ipv6_test || exit 1

# Test device status
ipv6_test_device_status $DEVICE
if [ $? != 0 -a $? != 11 ]; then
	# device doesn't exist or other problem occurs
	exit 1
fi

# Setup IPv6 address on specified interface
if [ -n "$IPV6ADDR" ]; then
	ipv6_add_addr_on_device $DEVICE $IPV6ADDR || exit 1
fi

# Get current global IPv6 forwarding
ipv6_global_forwarding_current="`ipv6_exec_sysctl -n net.ipv6.conf.all.forwarding`"

# Set some proc switches depending on defines
if [ "$IPV6FORWARDING" = "yes" ]; then
	# Global forwarding should be enabled

	# Check, if global IPv6 forwarding was already set by global script
	if [ $ipv6_global_forwarding_current -ne 1 ]; then
		echo $"Global IPv6 forwarding is enabled in configuration, but not currently enabled in kernel"
		echo $"Please restart network with '/sbin/service network restart'"
	fi

	ipv6_local_forwarding=1
	ipv6_local_auto=0
	if [ "$IPV6_ROUTER" = "no" ]; then
		ipv6_local_forwarding=0
	fi
	if [ "$IPV6_AUTOCONF" = "yes" ]; then
		ipv6_local_auto=1
	fi
else
	# Global forwarding should be disabled

	# Check, if global IPv6 forwarding was already set by global script
	if [ $ipv6_global_forwarding_current -ne 0 ]; then
		echo $"Global IPv6 forwarding is disabled in configuration, but not currently disabled in kernel"
		echo $"Please restart network with '/sbin/service network restart'"
	fi

	ipv6_local_forwarding=0
	ipv6_local_auto=1
	if [ "$IPV6_AUTOCONF" = "no" ]; then
		ipv6_local_auto=0
	fi
fi
ipv6_exec_sysctl -w net.ipv6.conf.$DEVICE.forwarding=$ipv6_local_forwarding >/dev/null 2>&1
ipv6_exec_sysctl -w net.ipv6.conf.$DEVICE.accept_ra=$ipv6_local_auto >/dev/null 2>&1
ipv6_exec_sysctl -w net.ipv6.conf.$DEVICE.accept_redirects=$ipv6_local_auto >/dev/null 2>&1

# Set IPv6 MTU, if given
if [ -n "$IPV6_MTU" ]; then
	ipv6_set_mtu $DEVICE $IPV6_MTU
fi

# Setup additional IPv6 addresses from list, if given
if [ -n "$IPV6ADDR_SECONDARIES" ]; then
	for ipv6addr in $IPV6ADDR_SECONDARIES; do
		ipv6_add_addr_on_device $DEVICE $ipv6addr
	done
fi

# Enable IPv6 RFC3041 privacy extensions if desired
if [ "$IPV6_PRIVACY" = "rfc3041" ]; then
	ipv6_exec_sysctl -w net.ipv6.conf.$DEVICE.use_tempaddr=2 >/dev/null 2>&1
	if [ $? -ne 0 ]; then
		echo $"Cannot enable IPv6 privacy method '$IPV6_PRIVACY', not supported by kernel"
	fi
fi

# Setup default IPv6 route, check are done by function
if [ -n "$IPV6_DEFAULTDEV" -o -n "$IPV6_DEFAULTGW" ]; then
	ipv6_set_default_route "$IPV6_DEFAULTGW" "$IPV6_DEFAULTDEV" "$DEVICE"
fi

# Setup additional static IPv6 routes on specified interface, if given
if [ -f /etc/sysconfig/static-routes-ipv6 ]; then
	LC_ALL=C grep -w "^$DEVICE" /etc/sysconfig/static-routes-ipv6 | while read device args; do
		ipv6_add_route $args $DEVICE
	done
fi

# Setup additional static IPv6 routes (newer config style)
if [ -f "/etc/sysconfig/network-scripts/route6-$DEVICE" ]; then
	cat "/etc/sysconfig/network-scripts/route6-$DEVICE" | sed 's/#.*//g' | grep -v '^[[:space:]]*$' | while read line; do
		ipv6_exec_ip -6 route add $line
	done
fi

# Setup of 6to4, if configured
if [ "$IPV6TO4INIT" = "yes" ]; then
	valid6to4config="yes"

	# Test device status of 6to4 tunnel
	ipv6_test_device_status tun6to4
	if [ $? = 0 ]; then
		# device is already up
		echo $"Device 'tun6to4' (from '$DEVICE') is already up, shutdown first"
		exit 1
	fi

	# Get IPv4 address for global 6to4 prefix calculation
	if [ -n "$IPV6TO4_IPV4ADDR" ]; then
		# Take special configured from config file (precedence 1)
		ipv4addr="$IPV6TO4_IPV4ADDR"

		# Get local IPv4 address from interface
		ipv4addrlocal="`ipv6_get_ipv4addr_of_device $DEVICE`"
		if [ -z "$ipv4addrlocal" ]; then
			# Take configured from config file
			ipv4addrlocal="$IPADDR"
		fi
        else
		# Get IPv4 address from interface first (has precedence 2)
		ipv4addr="`ipv6_get_ipv4addr_of_device $DEVICE`"
		if [ -z "$ipv4addr" ]; then
			# Take configured from config file (precedence 3)
			ipv4addr="$IPADDR"
		fi
		ipv4addrlocal="$ipv4addr"
        fi

	if [ -n "$ipv4addr" ]; then
		if ! ipv6_test_ipv4_addr_global_usable $ipv4addr; then
			echo $"Given IPv4 address '$ipv4addr' is not globally usable"
	                valid6to4config="no"
        	fi
		if [ -z "$IPV6TO4_RELAY" ]; then
			IPV6TO4_RELAY="192.88.99.1"
		fi

		# Check/generate relay address
		ipv6to4_relay="`ipv6_create_6to4_relay_address $IPV6TO4_RELAY`"
		if [ $? -ne 0 ]; then
			valid6to4config="no"
		fi
	else
        	echo $"IPv6to4 configuration needs an IPv4 address on related interface or otherwise specified"
		valid6to4config="no"
	fi

	# Setup 6to4 tunnel (hardwired name is "tun6to4"), if config is valid
        if [ "$valid6to4config" = "yes" ]; then
		# Get MTU of master device
		ipv4mtu="`ipv6_exec_ip link show dev $DEVICE | grep -w "mtu" | awk '{ print $5 }'`"
		if [ -n "$ipv4mtu" ]; then
			# IPv6 tunnel MTU is IPv4 MTU minus 20 for IPv4 header
			tunnelmtu=$[ $ipv4mtu - 20 ]
		fi

		if [ -n "$IPV6TO4_MTU" ]; then
			if [ $IPV6TO4_MTU -gt $tunnelmtu ]; then
				echo $"Warning: configured MTU '$IPV6TO4_MTU' for 6to4 exceeds maximum limit of '$tunnelmtu', ignored"
			else
				tunnelmtu=$IPV6TO4_MTU
			fi
		fi

		ipv6_add_6to4_tunnel tun6to4 $ipv4addr "" $tunnelmtu $ipv4addrlocal || exit 1

		# Add route to for compatible addresses (removed later again)
		ipv6_add_route "::/96" "::" tun6to4

		# Add default route, if device matches
		if [ "$IPV6_DEFAULTDEV" = "tun6to4" ]; then
			if [ -n "$IPV6_DEFAULTGW" ]; then
				echo $"Warning: interface 'tun6to4' does not support 'IPV6_DEFAULTGW', ignored"
			fi
			ipv6_set_default_route $ipv6to4_relay tun6to4
		fi

		# Add static routes
		if [ -f /etc/sysconfig/static-routes-ipv6 ]; then
			LC_ALL=C grep -w "^tun6to4" /etc/sysconfig/static-routes-ipv6 | while read device network gateway; do
				if [ -z "$network" ]; then
					continue
				fi
				if [ -z "$gateway" ]; then
					gateway="$ipv6to4_relay"
				fi
				ipv6_add_route $network $gateway tun6to4
			done
		fi

		# Setup additional static IPv6 routes (newer config style)
		if [ -f "/etc/sysconfig/network-scripts/route6-tun6to4" ]; then
			cat "/etc/sysconfig/network-scripts/route6-tun6to4" | sed 's/#.*//g' | LC_ALL=C grep -v '^[[:space:]]*$' | while read line; do
				if echo "$line" | LC_ALL=C grep -vq 'via'; then
					# Add gateway if missing
					line="$line via $ipv6to4_relay"
				fi
				ipv6_exec_ip -6 route add $line
			done
		fi

		# Cleanup autmatically generated autotunnel (not needed for 6to4)
		ipv6_del_route "::/96" "::" tun6to4
		ipv6_del_addr_on_device tun6to4 "::$ipv4addrlocal/128"

	        if [ "$IPV6_CONTROL_RADVD" = "yes" ]; then
			# RADVD is in use, so forwarding of IPv6 packets should be enabled, display warning
			if [ $ipv6_global_forwarding_current -ne 1 ]; then
				echo $"Using 6to4 and RADVD IPv6 forwarding usually should be enabled, but it isn't"
			fi

		        if [ -n "$IPV6TO4_ROUTING" ]; then
				ipv6to4prefix="`ipv6_create_6to4_prefix $ipv4addr`"
				if [ -n "$ipv6to4prefix" ]; then
					# Add route to local networks
					for devsuf in $IPV6TO4_ROUTING; do
						dev="`echo $devsuf | awk -F- '{ print $1 }'`"
						suf="`echo $devsuf | awk -F- '{ print $2 }'`"
						ipv6_add_addr_on_device ${dev} ${ipv6to4prefix}${suf}
					done
				else
					echo $"Error occurred while calculating the IPv6to4 prefix"
				fi
			else
				echo $"radvd control enabled, but config is not complete"
			fi

			# Control running radvd
			ipv6_trigger_radvd up "$IPV6_RADVD_TRIGGER_ACTION" $IPV6_RADVD_PIDFILE
		fi
	else
		echo $"6to4 configuration is not valid"
		exit 1
        fi
fi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           #!/bin/sh

cd /etc/sysconfig/network-scripts
. ./network-functions

[ -f ../network ] && . ../network

unset REALDEVICE
if [ "$1" = --realdevice ] ; then
    REALDEVICE=$2
    shift 2
fi

CONFIG=$1
source_config

[ -z "$REALDEVICE" ] && REALDEVICE=$DEVICE

if [ "$ISALIAS" = no ] ; then
    /etc/sysconfig/network-scripts/ifup-aliases ${DEVICE} ${CONFIG}
fi

/etc/sysconfig/network-scripts/ifup-routes ${REALDEVICE} ${DEVNAME}


if [ "$PEERDNS" != "no" -o -n "$RESOLV_MODS" -a "$RESOLV_MODS" != "no" ]; then
  [ -n "$MS_DNS1" ] && DNS1=$MS_DNS1
  [ -n "$MS_DNS2" ] && DNS2=$MS_DNS2
  if [ -n "$DNS1" ] && ! grep -q "^nameserver $DNS1" /etc/resolv.conf &&
   tr=`mktemp /tmp/XXXXXX` ; then
    current_replacement="$DNS1"
    next_replacement="$DNS2"
    search=
    (cat /etc/resolv.conf ; echo EOF ; echo EOF) | while read answer ; do
	case $answer in
	    nameserver*|EOF)
		if [ -n "$current_replacement" ] ; then
		    echo "nameserver $current_replacement" >> $tr
		    if [ -n "$next_replacement" ] ; then
			current_replacement="$next_replacement"
			next_replacement=
		    else
			current_replacement=
		    fi
		else
		    if [ "$answer" != EOF ] ; then
			echo "$answer" >> $tr
		    fi
		fi
		;;
	    domain*|search*)
	        if [ -n "$DOMAIN" ]; then
	            echo "$answer" | while read key value ; do
		        search="$search $value"
		    done
		else
		    echo "$answer" >> $tr
		fi
		;;
	    *)
		echo "$answer" >> $tr
		;;
	esac
    done
    if [ -n "$DOMAIN" ]; then
        echo "search $DOMAIN $search" >> $tr
    fi

    # backup resolv.conf
    cp -af /etc/resolv.conf /etc/resolv.conf.save

    # maintain permissions
    # but set umask in case it doesn't exist!
    oldumask=`umask`
    umask 022
    change_resolv_conf $tr 
    rm -f $tr
    umask $oldumask
  fi
fi

# don't set hostname on ppp/slip connections
if [ "$2" = "boot" -a \
     "${DEVICE}" != lo -a \
     "${DEVICETYPE}" != "ppp" -a \
     "${DEVICETYPE}" != "slip" ]; then
    if need_hostname; then
	IPADDR=`LANG= LC_ALL= ifconfig ${DEVICE} | grep 'inet addr' | 
		awk -F: '{ print $2 } ' | awk '{ print $1 }'`
	eval `/bin/ipcalc --silent --hostname ${IPADDR}`
	if [ "$?" = "0" ]; then
	    set_hostname $HOSTNAME
	fi
    fi
fi

# Notify programs that have requested notification
do_netreport

if [ -x /sbin/ifup-local ]; then
    /sbin/ifup-local ${DEVICE}
fi

exit 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               #!/bin/sh

cd /etc/sysconfig/network-scripts
. ./network-functions

CONFIG=$1
source_config

if [ "foo$2" = "fooboot" -a "${ONBOOT}" = "no" ]
then
	exit
fi

ifconfig ${DEVICE} ${IPADDR} pointopoint ${REMIP}
route add -net ${NETWORK} netmask ${NETMASK} ${DEVICE}

# this is broken! it's only here to keep compatibility with old RH systems
if [ "${GATEWAY}" != "" -a "${GATEWAY}" != "none" ]
then
	route add default gw ${GATEWAY} metric ${METRIC:-1} ${DEVICE}
fi

. /etc/sysconfig/network

if [ "${GATEWAY}" != "" ]; then
	if [ "${GATEWAYDEV}" = "" -o "${GATEWAYDEV}" = "${DEVICE}" ]; then
		# set up default gateway
		route add default gw ${GATEWAY} ${METRIC:+metric $METRIC}
	fi
fi

/etc/sysconfig/network-scripts/ifup-post $1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         #!/bin/sh
#
# ifdown-sit
#
#
# Taken from:
# (P) & (C) 2000-2003 by Peter Bieringer <pb@bieringer.de>
#
#  You will find more information on the initscripts-ipv6 homepage at
#   http://www.deepspace6.net/projects/initscripts-ipv6.html
#
# RHL integration assistance by Pekka Savola <pekkas@netcore.fi>
#
# Version 2002-11-01
#
# Uses following information from /etc/sysconfig/network:
#  NETWORKING_IPV6=yes|no: controls IPv6 initialization (global setting)
#
# Uses following information from /etc/sysconfig/network-scripts/ifcfg-$1:
#  DEVICE=<device>
#


. /etc/sysconfig/network

cd /etc/sysconfig/network-scripts
. ./network-functions

CONFIG=$1
[ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG
source_config

# IPv6 don't need aliases anymore, config is skipped
REALDEVICE=`echo ${DEVICE} | sed 's/:.*//g'`
[ "$DEVICE" != "$REALDEVICE" ] && exit 0

# Test whether IPv6 should be configured, else stop
[ "$NETWORKING_IPV6" = "yes" ] || exit 0

[ -f /etc/sysconfig/network-scripts/network-functions-ipv6 ] || exit 1
. /etc/sysconfig/network-scripts/network-functions-ipv6


# Generic tunnel device sit0 is not supported here
if [ "$DEVICE" = "sit0" ]; then
	echo $"Device '$DEVICE' isn't supported here, use IPV6_AUTOTUNNEL setting and restart (IPv6) networking"
	exit 1
fi

# IPv6 test, no module loaded, exit if system is not IPv6-ready
ipv6_test testonly || exit 0

# Test device status
ipv6_test_device_status $DEVICE
if [ $? != 0 -a $? != 11 ]; then
	# device doesn't exist or other problem occurs
	exit 0
fi

# Cleanup and shut down IPv6-in-IPv4 tunnel device
ipv6_del_tunnel_device $DEVICE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       #!/bin/bash
# Copyright (C) 1996-2006 Red Hat, Inc. all rights reserved.
#
# This software may be freely redistributed under the terms of the GNU
# public license.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

# Thanks to:
#  - Razvan Corneliu C.R. Vilt <razvan.vilt@linux360.ro>
#  - Aaron Hope <aaron.hope@unh.edu>
#  - Sean Millichamp <sean@enertronllc.com>
# for providing the scripts this one is based on

. /etc/init.d/functions

cd /etc/sysconfig/network-scripts
. ./network-functions

CONFIG=$1
need_config "$CONFIG"
source_config

if [ "$PEER_OUTER_IPADDR" = "$PEER_INNER_IPADDR" ]; then
    # Specifying PEER_INNER_IPADDR would automatically add a route to the peer
    # through the tunnel, redirecting tunnel packets back to the tunnel and
    # creating a dead loop.
    unset PEER_INNER_IPADDR
fi

case "$TYPE" in
    GRE)
	MODE=gre
	/sbin/modprobe ip_gre
	;;
    IPIP)
	MODE=ipip
	/sbin/modprobe ipip
	;;
    *)
	echo $"Invalid tunnel type $TYPE"
	exit 1
	;;
esac

# Generic tunnel devices are not supported here
if [ "$DEVICE" = gre0 -o "$DEVICE" = tunl0 ]; then
    echo $"Device '$DEVICE' isn't supported as a valid GRE device name."
    exit 1
fi

# Create the tunnel
# The outer addresses are those of the underlying (public) network.
/sbin/ip tunnel add "$DEVICE" mode "$MODE" \
    ${MY_OUTER_IPADDR:+local "$MY_OUTER_IPADDR"} \
    remote "$PEER_OUTER_IPADDR" ${TTL:+ttl "$TTL"}

if [ -n "$MTU" ]; then
    /sbin/ip link set "$DEVICE" mtu "$MTU"
fi

# The inner address are used mainly for communication between a gateway
# and a private network.  When the peer is configured with an inner address
# contained in the peer's private network or identical to it's public address,
# it need not be specified.
/sbin/ip addr add "$MY_INNER_IPADDR" dev "$DEVICE" \
    ${PEER_INNER_IPADDR:+peer "$PEER_INNER_IPADDR"}

/sbin/ip link set dev "$DEVICE" up

exec /etc/sysconfig/network-scripts/ifup-post "$CONFIG" "$2"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  