1*7c478bd9Sstevel@tonic-gate /* 2*7c478bd9Sstevel@tonic-gate * Copyright (c) 1995 by Sun Microsystems, Inc. 3*7c478bd9Sstevel@tonic-gate * All rights reserved. 4*7c478bd9Sstevel@tonic-gate */ 5*7c478bd9Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 6*7c478bd9Sstevel@tonic-gate 7*7c478bd9Sstevel@tonic-gate #include <sys/types.h> 8*7c478bd9Sstevel@tonic-gate #include <sys/param.h> /* for NULL */ 9*7c478bd9Sstevel@tonic-gate #include <sys/font.h> 10*7c478bd9Sstevel@tonic-gate 11*7c478bd9Sstevel@tonic-gate 12*7c478bd9Sstevel@tonic-gate /* BEGIN CSTYLED */ 13*7c478bd9Sstevel@tonic-gate /* COMMENT */ 14*7c478bd9Sstevel@tonic-gate /* COMMENT Donated by H. Kagotani <kagotani@cs.titech.ac.jp>; public domain */ 15*7c478bd9Sstevel@tonic-gate /* COMMENT font from Japan */ 16*7c478bd9Sstevel@tonic-gate /* COMMENT */ 17*7c478bd9Sstevel@tonic-gate /* FONT -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO8859-1 */ 18*7c478bd9Sstevel@tonic-gate /* Copyright notice from .bdf file: */ 19*7c478bd9Sstevel@tonic-gate /* COPYRIGHT "Public domain font. Share and enjoy." */ 20*7c478bd9Sstevel@tonic-gate 21*7c478bd9Sstevel@tonic-gate unsigned char FONTDATA[] = { 22*7c478bd9Sstevel@tonic-gate 23*7c478bd9Sstevel@tonic-gate /* 0x01 */ 24*7c478bd9Sstevel@tonic-gate 0x00, /* */ 25*7c478bd9Sstevel@tonic-gate 0x00, /* */ 26*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 27*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 28*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 29*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 30*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 31*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 32*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 33*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 34*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 35*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 36*7c478bd9Sstevel@tonic-gate 0x00, /* */ 37*7c478bd9Sstevel@tonic-gate 0x00, /* */ 38*7c478bd9Sstevel@tonic-gate 39*7c478bd9Sstevel@tonic-gate /* 0x02 */ 40*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 41*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 42*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 43*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 44*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 45*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 46*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 47*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 48*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 49*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 50*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 51*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 52*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 53*7c478bd9Sstevel@tonic-gate 0xaa, /* X X X X */ 54*7c478bd9Sstevel@tonic-gate 55*7c478bd9Sstevel@tonic-gate /* 0x0b */ 56*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 57*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 58*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 59*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 60*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 61*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 62*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 63*7c478bd9Sstevel@tonic-gate 0xf0, /* XXXX */ 64*7c478bd9Sstevel@tonic-gate 0x00, /* */ 65*7c478bd9Sstevel@tonic-gate 0x00, /* */ 66*7c478bd9Sstevel@tonic-gate 0x00, /* */ 67*7c478bd9Sstevel@tonic-gate 0x00, /* */ 68*7c478bd9Sstevel@tonic-gate 0x00, /* */ 69*7c478bd9Sstevel@tonic-gate 0x00, /* */ 70*7c478bd9Sstevel@tonic-gate 71*7c478bd9Sstevel@tonic-gate /* 0x0c */ 72*7c478bd9Sstevel@tonic-gate 0x00, /* */ 73*7c478bd9Sstevel@tonic-gate 0x00, /* */ 74*7c478bd9Sstevel@tonic-gate 0x00, /* */ 75*7c478bd9Sstevel@tonic-gate 0x00, /* */ 76*7c478bd9Sstevel@tonic-gate 0x00, /* */ 77*7c478bd9Sstevel@tonic-gate 0x00, /* */ 78*7c478bd9Sstevel@tonic-gate 0x00, /* */ 79*7c478bd9Sstevel@tonic-gate 0xf0, /* XXXX */ 80*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 81*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 82*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 83*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 84*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 85*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 86*7c478bd9Sstevel@tonic-gate 87*7c478bd9Sstevel@tonic-gate /* 0x0d */ 88*7c478bd9Sstevel@tonic-gate 0x00, /* */ 89*7c478bd9Sstevel@tonic-gate 0x00, /* */ 90*7c478bd9Sstevel@tonic-gate 0x00, /* */ 91*7c478bd9Sstevel@tonic-gate 0x00, /* */ 92*7c478bd9Sstevel@tonic-gate 0x00, /* */ 93*7c478bd9Sstevel@tonic-gate 0x00, /* */ 94*7c478bd9Sstevel@tonic-gate 0x00, /* */ 95*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 96*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 97*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 98*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 99*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 100*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 101*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 102*7c478bd9Sstevel@tonic-gate 103*7c478bd9Sstevel@tonic-gate /* 0x0e */ 104*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 105*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 106*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 107*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 108*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 109*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 110*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 111*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 112*7c478bd9Sstevel@tonic-gate 0x00, /* */ 113*7c478bd9Sstevel@tonic-gate 0x00, /* */ 114*7c478bd9Sstevel@tonic-gate 0x00, /* */ 115*7c478bd9Sstevel@tonic-gate 0x00, /* */ 116*7c478bd9Sstevel@tonic-gate 0x00, /* */ 117*7c478bd9Sstevel@tonic-gate 0x00, /* */ 118*7c478bd9Sstevel@tonic-gate 119*7c478bd9Sstevel@tonic-gate /* 0x0f */ 120*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 121*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 122*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 123*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 124*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 125*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 126*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 127*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 128*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 129*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 130*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 131*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 132*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 133*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 134*7c478bd9Sstevel@tonic-gate 135*7c478bd9Sstevel@tonic-gate /* 0x10 */ 136*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 137*7c478bd9Sstevel@tonic-gate 0x00, /* */ 138*7c478bd9Sstevel@tonic-gate 0x00, /* */ 139*7c478bd9Sstevel@tonic-gate 0x00, /* */ 140*7c478bd9Sstevel@tonic-gate 0x00, /* */ 141*7c478bd9Sstevel@tonic-gate 0x00, /* */ 142*7c478bd9Sstevel@tonic-gate 0x00, /* */ 143*7c478bd9Sstevel@tonic-gate 0x00, /* */ 144*7c478bd9Sstevel@tonic-gate 0x00, /* */ 145*7c478bd9Sstevel@tonic-gate 0x00, /* */ 146*7c478bd9Sstevel@tonic-gate 0x00, /* */ 147*7c478bd9Sstevel@tonic-gate 0x00, /* */ 148*7c478bd9Sstevel@tonic-gate 0x00, /* */ 149*7c478bd9Sstevel@tonic-gate 0x00, /* */ 150*7c478bd9Sstevel@tonic-gate 151*7c478bd9Sstevel@tonic-gate /* 0x11 */ 152*7c478bd9Sstevel@tonic-gate 0x00, /* */ 153*7c478bd9Sstevel@tonic-gate 0x00, /* */ 154*7c478bd9Sstevel@tonic-gate 0x00, /* */ 155*7c478bd9Sstevel@tonic-gate 0x00, /* */ 156*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 157*7c478bd9Sstevel@tonic-gate 0x00, /* */ 158*7c478bd9Sstevel@tonic-gate 0x00, /* */ 159*7c478bd9Sstevel@tonic-gate 0x00, /* */ 160*7c478bd9Sstevel@tonic-gate 0x00, /* */ 161*7c478bd9Sstevel@tonic-gate 0x00, /* */ 162*7c478bd9Sstevel@tonic-gate 0x00, /* */ 163*7c478bd9Sstevel@tonic-gate 0x00, /* */ 164*7c478bd9Sstevel@tonic-gate 0x00, /* */ 165*7c478bd9Sstevel@tonic-gate 0x00, /* */ 166*7c478bd9Sstevel@tonic-gate 167*7c478bd9Sstevel@tonic-gate /* 0x12 */ 168*7c478bd9Sstevel@tonic-gate 0x00, /* */ 169*7c478bd9Sstevel@tonic-gate 0x00, /* */ 170*7c478bd9Sstevel@tonic-gate 0x00, /* */ 171*7c478bd9Sstevel@tonic-gate 0x00, /* */ 172*7c478bd9Sstevel@tonic-gate 0x00, /* */ 173*7c478bd9Sstevel@tonic-gate 0x00, /* */ 174*7c478bd9Sstevel@tonic-gate 0x00, /* */ 175*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 176*7c478bd9Sstevel@tonic-gate 0x00, /* */ 177*7c478bd9Sstevel@tonic-gate 0x00, /* */ 178*7c478bd9Sstevel@tonic-gate 0x00, /* */ 179*7c478bd9Sstevel@tonic-gate 0x00, /* */ 180*7c478bd9Sstevel@tonic-gate 0x00, /* */ 181*7c478bd9Sstevel@tonic-gate 0x00, /* */ 182*7c478bd9Sstevel@tonic-gate 183*7c478bd9Sstevel@tonic-gate /* 0x13 */ 184*7c478bd9Sstevel@tonic-gate 0x00, /* */ 185*7c478bd9Sstevel@tonic-gate 0x00, /* */ 186*7c478bd9Sstevel@tonic-gate 0x00, /* */ 187*7c478bd9Sstevel@tonic-gate 0x00, /* */ 188*7c478bd9Sstevel@tonic-gate 0x00, /* */ 189*7c478bd9Sstevel@tonic-gate 0x00, /* */ 190*7c478bd9Sstevel@tonic-gate 0x00, /* */ 191*7c478bd9Sstevel@tonic-gate 0x00, /* */ 192*7c478bd9Sstevel@tonic-gate 0x00, /* */ 193*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 194*7c478bd9Sstevel@tonic-gate 0x00, /* */ 195*7c478bd9Sstevel@tonic-gate 0x00, /* */ 196*7c478bd9Sstevel@tonic-gate 0x00, /* */ 197*7c478bd9Sstevel@tonic-gate 0x00, /* */ 198*7c478bd9Sstevel@tonic-gate 199*7c478bd9Sstevel@tonic-gate /* 0x14 */ 200*7c478bd9Sstevel@tonic-gate 0x00, /* */ 201*7c478bd9Sstevel@tonic-gate 0x00, /* */ 202*7c478bd9Sstevel@tonic-gate 0x00, /* */ 203*7c478bd9Sstevel@tonic-gate 0x00, /* */ 204*7c478bd9Sstevel@tonic-gate 0x00, /* */ 205*7c478bd9Sstevel@tonic-gate 0x00, /* */ 206*7c478bd9Sstevel@tonic-gate 0x00, /* */ 207*7c478bd9Sstevel@tonic-gate 0x00, /* */ 208*7c478bd9Sstevel@tonic-gate 0x00, /* */ 209*7c478bd9Sstevel@tonic-gate 0x00, /* */ 210*7c478bd9Sstevel@tonic-gate 0x00, /* */ 211*7c478bd9Sstevel@tonic-gate 0x00, /* */ 212*7c478bd9Sstevel@tonic-gate 0x00, /* */ 213*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 214*7c478bd9Sstevel@tonic-gate 215*7c478bd9Sstevel@tonic-gate /* 0x15 */ 216*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 217*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 218*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 219*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 220*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 221*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 222*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 223*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 224*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 225*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 226*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 227*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 228*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 229*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 230*7c478bd9Sstevel@tonic-gate 231*7c478bd9Sstevel@tonic-gate /* 0x16 */ 232*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 233*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 234*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 235*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 236*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 237*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 238*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 239*7c478bd9Sstevel@tonic-gate 0xf0, /* XXXX */ 240*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 241*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 242*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 243*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 244*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 245*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 246*7c478bd9Sstevel@tonic-gate 247*7c478bd9Sstevel@tonic-gate /* 0x17 */ 248*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 249*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 250*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 251*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 252*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 253*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 254*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 255*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 256*7c478bd9Sstevel@tonic-gate 0x00, /* */ 257*7c478bd9Sstevel@tonic-gate 0x00, /* */ 258*7c478bd9Sstevel@tonic-gate 0x00, /* */ 259*7c478bd9Sstevel@tonic-gate 0x00, /* */ 260*7c478bd9Sstevel@tonic-gate 0x00, /* */ 261*7c478bd9Sstevel@tonic-gate 0x00, /* */ 262*7c478bd9Sstevel@tonic-gate 263*7c478bd9Sstevel@tonic-gate /* 0x18 */ 264*7c478bd9Sstevel@tonic-gate 0x00, /* */ 265*7c478bd9Sstevel@tonic-gate 0x00, /* */ 266*7c478bd9Sstevel@tonic-gate 0x00, /* */ 267*7c478bd9Sstevel@tonic-gate 0x00, /* */ 268*7c478bd9Sstevel@tonic-gate 0x00, /* */ 269*7c478bd9Sstevel@tonic-gate 0x00, /* */ 270*7c478bd9Sstevel@tonic-gate 0x00, /* */ 271*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 272*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 273*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 274*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 275*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 276*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 277*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 278*7c478bd9Sstevel@tonic-gate 279*7c478bd9Sstevel@tonic-gate /* 0x19 */ 280*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 281*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 282*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 283*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 284*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 285*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 286*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 287*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 288*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 289*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 290*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 291*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 292*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 293*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 294*7c478bd9Sstevel@tonic-gate 295*7c478bd9Sstevel@tonic-gate /* ' ' */ 296*7c478bd9Sstevel@tonic-gate 0x00, /* */ 297*7c478bd9Sstevel@tonic-gate 0x00, /* */ 298*7c478bd9Sstevel@tonic-gate 0x00, /* */ 299*7c478bd9Sstevel@tonic-gate 0x00, /* */ 300*7c478bd9Sstevel@tonic-gate 0x00, /* */ 301*7c478bd9Sstevel@tonic-gate 0x00, /* */ 302*7c478bd9Sstevel@tonic-gate 0x00, /* */ 303*7c478bd9Sstevel@tonic-gate 0x00, /* */ 304*7c478bd9Sstevel@tonic-gate 0x00, /* */ 305*7c478bd9Sstevel@tonic-gate 0x00, /* */ 306*7c478bd9Sstevel@tonic-gate 0x00, /* */ 307*7c478bd9Sstevel@tonic-gate 0x00, /* */ 308*7c478bd9Sstevel@tonic-gate 0x00, /* */ 309*7c478bd9Sstevel@tonic-gate 0x00, /* */ 310*7c478bd9Sstevel@tonic-gate 311*7c478bd9Sstevel@tonic-gate /* '!' */ 312*7c478bd9Sstevel@tonic-gate 0x00, /* */ 313*7c478bd9Sstevel@tonic-gate 0x00, /* */ 314*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 315*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 316*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 317*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 318*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 319*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 320*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 321*7c478bd9Sstevel@tonic-gate 0x00, /* */ 322*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 323*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 324*7c478bd9Sstevel@tonic-gate 0x00, /* */ 325*7c478bd9Sstevel@tonic-gate 0x00, /* */ 326*7c478bd9Sstevel@tonic-gate 327*7c478bd9Sstevel@tonic-gate /* '"' */ 328*7c478bd9Sstevel@tonic-gate 0x00, /* */ 329*7c478bd9Sstevel@tonic-gate 0x6c, /* XX XX */ 330*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 331*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 332*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 333*7c478bd9Sstevel@tonic-gate 0x00, /* */ 334*7c478bd9Sstevel@tonic-gate 0x00, /* */ 335*7c478bd9Sstevel@tonic-gate 0x00, /* */ 336*7c478bd9Sstevel@tonic-gate 0x00, /* */ 337*7c478bd9Sstevel@tonic-gate 0x00, /* */ 338*7c478bd9Sstevel@tonic-gate 0x00, /* */ 339*7c478bd9Sstevel@tonic-gate 0x00, /* */ 340*7c478bd9Sstevel@tonic-gate 0x00, /* */ 341*7c478bd9Sstevel@tonic-gate 0x00, /* */ 342*7c478bd9Sstevel@tonic-gate 343*7c478bd9Sstevel@tonic-gate /* '#' */ 344*7c478bd9Sstevel@tonic-gate 0x00, /* */ 345*7c478bd9Sstevel@tonic-gate 0x00, /* */ 346*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 347*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 348*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 349*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 350*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 351*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 352*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 353*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 354*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 355*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 356*7c478bd9Sstevel@tonic-gate 0x00, /* */ 357*7c478bd9Sstevel@tonic-gate 0x00, /* */ 358*7c478bd9Sstevel@tonic-gate 359*7c478bd9Sstevel@tonic-gate /* '$' */ 360*7c478bd9Sstevel@tonic-gate 0x00, /* */ 361*7c478bd9Sstevel@tonic-gate 0x00, /* */ 362*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 363*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 364*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 365*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 366*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 367*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 368*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 369*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 370*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 371*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 372*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 373*7c478bd9Sstevel@tonic-gate 0x00, /* */ 374*7c478bd9Sstevel@tonic-gate 375*7c478bd9Sstevel@tonic-gate /* '%' */ 376*7c478bd9Sstevel@tonic-gate 0x00, /* */ 377*7c478bd9Sstevel@tonic-gate 0x00, /* */ 378*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 379*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 380*7c478bd9Sstevel@tonic-gate 0x4c, /* X XX */ 381*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 382*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 383*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 384*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 385*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 386*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 387*7c478bd9Sstevel@tonic-gate 0x4c, /* X XX */ 388*7c478bd9Sstevel@tonic-gate 0x00, /* */ 389*7c478bd9Sstevel@tonic-gate 0x00, /* */ 390*7c478bd9Sstevel@tonic-gate 391*7c478bd9Sstevel@tonic-gate /* '&' */ 392*7c478bd9Sstevel@tonic-gate 0x00, /* */ 393*7c478bd9Sstevel@tonic-gate 0x00, /* */ 394*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 395*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 396*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 397*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 398*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 399*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 400*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 401*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 402*7c478bd9Sstevel@tonic-gate 0x4c, /* X XX */ 403*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 404*7c478bd9Sstevel@tonic-gate 0x00, /* */ 405*7c478bd9Sstevel@tonic-gate 0x00, /* */ 406*7c478bd9Sstevel@tonic-gate 407*7c478bd9Sstevel@tonic-gate /* ''' */ 408*7c478bd9Sstevel@tonic-gate 0x00, /* */ 409*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 410*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 411*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 412*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 413*7c478bd9Sstevel@tonic-gate 0x00, /* */ 414*7c478bd9Sstevel@tonic-gate 0x00, /* */ 415*7c478bd9Sstevel@tonic-gate 0x00, /* */ 416*7c478bd9Sstevel@tonic-gate 0x00, /* */ 417*7c478bd9Sstevel@tonic-gate 0x00, /* */ 418*7c478bd9Sstevel@tonic-gate 0x00, /* */ 419*7c478bd9Sstevel@tonic-gate 0x00, /* */ 420*7c478bd9Sstevel@tonic-gate 0x00, /* */ 421*7c478bd9Sstevel@tonic-gate 0x00, /* */ 422*7c478bd9Sstevel@tonic-gate 423*7c478bd9Sstevel@tonic-gate /* '(' */ 424*7c478bd9Sstevel@tonic-gate 0x00, /* */ 425*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 426*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 427*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 428*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 429*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 430*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 431*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 432*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 433*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 434*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 435*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 436*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 437*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 438*7c478bd9Sstevel@tonic-gate 439*7c478bd9Sstevel@tonic-gate /* ')' */ 440*7c478bd9Sstevel@tonic-gate 0x00, /* */ 441*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 442*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 443*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 444*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 445*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 446*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 447*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 448*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 449*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 450*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 451*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 452*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 453*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 454*7c478bd9Sstevel@tonic-gate 455*7c478bd9Sstevel@tonic-gate /* '*' */ 456*7c478bd9Sstevel@tonic-gate 0x00, /* */ 457*7c478bd9Sstevel@tonic-gate 0x00, /* */ 458*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 459*7c478bd9Sstevel@tonic-gate 0x2a, /* X X X */ 460*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 461*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 462*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 463*7c478bd9Sstevel@tonic-gate 0x2a, /* X X X */ 464*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 465*7c478bd9Sstevel@tonic-gate 0x00, /* */ 466*7c478bd9Sstevel@tonic-gate 0x00, /* */ 467*7c478bd9Sstevel@tonic-gate 0x00, /* */ 468*7c478bd9Sstevel@tonic-gate 0x00, /* */ 469*7c478bd9Sstevel@tonic-gate 0x00, /* */ 470*7c478bd9Sstevel@tonic-gate 471*7c478bd9Sstevel@tonic-gate /* '+' */ 472*7c478bd9Sstevel@tonic-gate 0x00, /* */ 473*7c478bd9Sstevel@tonic-gate 0x00, /* */ 474*7c478bd9Sstevel@tonic-gate 0x00, /* */ 475*7c478bd9Sstevel@tonic-gate 0x00, /* */ 476*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 477*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 478*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 479*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 480*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 481*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 482*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 483*7c478bd9Sstevel@tonic-gate 0x00, /* */ 484*7c478bd9Sstevel@tonic-gate 0x00, /* */ 485*7c478bd9Sstevel@tonic-gate 0x00, /* */ 486*7c478bd9Sstevel@tonic-gate 487*7c478bd9Sstevel@tonic-gate /* ',' */ 488*7c478bd9Sstevel@tonic-gate 0x00, /* */ 489*7c478bd9Sstevel@tonic-gate 0x00, /* */ 490*7c478bd9Sstevel@tonic-gate 0x00, /* */ 491*7c478bd9Sstevel@tonic-gate 0x00, /* */ 492*7c478bd9Sstevel@tonic-gate 0x00, /* */ 493*7c478bd9Sstevel@tonic-gate 0x00, /* */ 494*7c478bd9Sstevel@tonic-gate 0x00, /* */ 495*7c478bd9Sstevel@tonic-gate 0x00, /* */ 496*7c478bd9Sstevel@tonic-gate 0x00, /* */ 497*7c478bd9Sstevel@tonic-gate 0x00, /* */ 498*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 499*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 500*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 501*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 502*7c478bd9Sstevel@tonic-gate 503*7c478bd9Sstevel@tonic-gate /* '-' */ 504*7c478bd9Sstevel@tonic-gate 0x00, /* */ 505*7c478bd9Sstevel@tonic-gate 0x00, /* */ 506*7c478bd9Sstevel@tonic-gate 0x00, /* */ 507*7c478bd9Sstevel@tonic-gate 0x00, /* */ 508*7c478bd9Sstevel@tonic-gate 0x00, /* */ 509*7c478bd9Sstevel@tonic-gate 0x00, /* */ 510*7c478bd9Sstevel@tonic-gate 0x00, /* */ 511*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 512*7c478bd9Sstevel@tonic-gate 0x00, /* */ 513*7c478bd9Sstevel@tonic-gate 0x00, /* */ 514*7c478bd9Sstevel@tonic-gate 0x00, /* */ 515*7c478bd9Sstevel@tonic-gate 0x00, /* */ 516*7c478bd9Sstevel@tonic-gate 0x00, /* */ 517*7c478bd9Sstevel@tonic-gate 0x00, /* */ 518*7c478bd9Sstevel@tonic-gate 519*7c478bd9Sstevel@tonic-gate /* '.' */ 520*7c478bd9Sstevel@tonic-gate 0x00, /* */ 521*7c478bd9Sstevel@tonic-gate 0x00, /* */ 522*7c478bd9Sstevel@tonic-gate 0x00, /* */ 523*7c478bd9Sstevel@tonic-gate 0x00, /* */ 524*7c478bd9Sstevel@tonic-gate 0x00, /* */ 525*7c478bd9Sstevel@tonic-gate 0x00, /* */ 526*7c478bd9Sstevel@tonic-gate 0x00, /* */ 527*7c478bd9Sstevel@tonic-gate 0x00, /* */ 528*7c478bd9Sstevel@tonic-gate 0x00, /* */ 529*7c478bd9Sstevel@tonic-gate 0x00, /* */ 530*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 531*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 532*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 533*7c478bd9Sstevel@tonic-gate 0x00, /* */ 534*7c478bd9Sstevel@tonic-gate 535*7c478bd9Sstevel@tonic-gate /* '/' */ 536*7c478bd9Sstevel@tonic-gate 0x00, /* */ 537*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 538*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 539*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 540*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 541*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 542*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 543*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 544*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 545*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 546*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 547*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 548*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 549*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 550*7c478bd9Sstevel@tonic-gate 551*7c478bd9Sstevel@tonic-gate /* '0' */ 552*7c478bd9Sstevel@tonic-gate 0x00, /* */ 553*7c478bd9Sstevel@tonic-gate 0x00, /* */ 554*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 555*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 556*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 557*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 558*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 559*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 560*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 561*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 562*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 563*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 564*7c478bd9Sstevel@tonic-gate 0x00, /* */ 565*7c478bd9Sstevel@tonic-gate 0x00, /* */ 566*7c478bd9Sstevel@tonic-gate 567*7c478bd9Sstevel@tonic-gate /* '1' */ 568*7c478bd9Sstevel@tonic-gate 0x00, /* */ 569*7c478bd9Sstevel@tonic-gate 0x00, /* */ 570*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 571*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 572*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 573*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 574*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 575*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 576*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 577*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 578*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 579*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 580*7c478bd9Sstevel@tonic-gate 0x00, /* */ 581*7c478bd9Sstevel@tonic-gate 0x00, /* */ 582*7c478bd9Sstevel@tonic-gate 583*7c478bd9Sstevel@tonic-gate /* '2' */ 584*7c478bd9Sstevel@tonic-gate 0x00, /* */ 585*7c478bd9Sstevel@tonic-gate 0x00, /* */ 586*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 587*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 588*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 589*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 590*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 591*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 592*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 593*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 594*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 595*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 596*7c478bd9Sstevel@tonic-gate 0x00, /* */ 597*7c478bd9Sstevel@tonic-gate 0x00, /* */ 598*7c478bd9Sstevel@tonic-gate 599*7c478bd9Sstevel@tonic-gate /* '3' */ 600*7c478bd9Sstevel@tonic-gate 0x00, /* */ 601*7c478bd9Sstevel@tonic-gate 0x00, /* */ 602*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 603*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 604*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 605*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 606*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 607*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 608*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 609*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 610*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 611*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 612*7c478bd9Sstevel@tonic-gate 0x00, /* */ 613*7c478bd9Sstevel@tonic-gate 0x00, /* */ 614*7c478bd9Sstevel@tonic-gate 615*7c478bd9Sstevel@tonic-gate /* '4' */ 616*7c478bd9Sstevel@tonic-gate 0x00, /* */ 617*7c478bd9Sstevel@tonic-gate 0x00, /* */ 618*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 619*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 620*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 621*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 622*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 623*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 624*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 625*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 626*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 627*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 628*7c478bd9Sstevel@tonic-gate 0x00, /* */ 629*7c478bd9Sstevel@tonic-gate 0x00, /* */ 630*7c478bd9Sstevel@tonic-gate 631*7c478bd9Sstevel@tonic-gate /* '5' */ 632*7c478bd9Sstevel@tonic-gate 0x00, /* */ 633*7c478bd9Sstevel@tonic-gate 0x00, /* */ 634*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 635*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 636*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 637*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 638*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 639*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 640*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 641*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 642*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 643*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 644*7c478bd9Sstevel@tonic-gate 0x00, /* */ 645*7c478bd9Sstevel@tonic-gate 0x00, /* */ 646*7c478bd9Sstevel@tonic-gate 647*7c478bd9Sstevel@tonic-gate /* '6' */ 648*7c478bd9Sstevel@tonic-gate 0x00, /* */ 649*7c478bd9Sstevel@tonic-gate 0x00, /* */ 650*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 651*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 652*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 653*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 654*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 655*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 656*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 657*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 658*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 659*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 660*7c478bd9Sstevel@tonic-gate 0x00, /* */ 661*7c478bd9Sstevel@tonic-gate 0x00, /* */ 662*7c478bd9Sstevel@tonic-gate 663*7c478bd9Sstevel@tonic-gate /* '7' */ 664*7c478bd9Sstevel@tonic-gate 0x00, /* */ 665*7c478bd9Sstevel@tonic-gate 0x00, /* */ 666*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 667*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 668*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 669*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 670*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 671*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 672*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 673*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 674*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 675*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 676*7c478bd9Sstevel@tonic-gate 0x00, /* */ 677*7c478bd9Sstevel@tonic-gate 0x00, /* */ 678*7c478bd9Sstevel@tonic-gate 679*7c478bd9Sstevel@tonic-gate /* '8' */ 680*7c478bd9Sstevel@tonic-gate 0x00, /* */ 681*7c478bd9Sstevel@tonic-gate 0x00, /* */ 682*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 683*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 684*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 685*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 686*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 687*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 688*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 689*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 690*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 691*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 692*7c478bd9Sstevel@tonic-gate 0x00, /* */ 693*7c478bd9Sstevel@tonic-gate 0x00, /* */ 694*7c478bd9Sstevel@tonic-gate 695*7c478bd9Sstevel@tonic-gate /* '9' */ 696*7c478bd9Sstevel@tonic-gate 0x00, /* */ 697*7c478bd9Sstevel@tonic-gate 0x00, /* */ 698*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 699*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 700*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 701*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 702*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 703*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 704*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 705*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 706*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 707*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 708*7c478bd9Sstevel@tonic-gate 0x00, /* */ 709*7c478bd9Sstevel@tonic-gate 0x00, /* */ 710*7c478bd9Sstevel@tonic-gate 711*7c478bd9Sstevel@tonic-gate /* ':' */ 712*7c478bd9Sstevel@tonic-gate 0x00, /* */ 713*7c478bd9Sstevel@tonic-gate 0x00, /* */ 714*7c478bd9Sstevel@tonic-gate 0x00, /* */ 715*7c478bd9Sstevel@tonic-gate 0x00, /* */ 716*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 717*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 718*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 719*7c478bd9Sstevel@tonic-gate 0x00, /* */ 720*7c478bd9Sstevel@tonic-gate 0x00, /* */ 721*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 722*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 723*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 724*7c478bd9Sstevel@tonic-gate 0x00, /* */ 725*7c478bd9Sstevel@tonic-gate 0x00, /* */ 726*7c478bd9Sstevel@tonic-gate 727*7c478bd9Sstevel@tonic-gate /* ';' */ 728*7c478bd9Sstevel@tonic-gate 0x00, /* */ 729*7c478bd9Sstevel@tonic-gate 0x00, /* */ 730*7c478bd9Sstevel@tonic-gate 0x00, /* */ 731*7c478bd9Sstevel@tonic-gate 0x00, /* */ 732*7c478bd9Sstevel@tonic-gate 0x00, /* */ 733*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 734*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 735*7c478bd9Sstevel@tonic-gate 0x00, /* */ 736*7c478bd9Sstevel@tonic-gate 0x00, /* */ 737*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 738*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 739*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 740*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 741*7c478bd9Sstevel@tonic-gate 0x00, /* */ 742*7c478bd9Sstevel@tonic-gate 743*7c478bd9Sstevel@tonic-gate /* '<' */ 744*7c478bd9Sstevel@tonic-gate 0x00, /* */ 745*7c478bd9Sstevel@tonic-gate 0x00, /* */ 746*7c478bd9Sstevel@tonic-gate 0x00, /* */ 747*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 748*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 749*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 750*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 751*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 752*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 753*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 754*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 755*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 756*7c478bd9Sstevel@tonic-gate 0x00, /* */ 757*7c478bd9Sstevel@tonic-gate 0x00, /* */ 758*7c478bd9Sstevel@tonic-gate 759*7c478bd9Sstevel@tonic-gate /* '=' */ 760*7c478bd9Sstevel@tonic-gate 0x00, /* */ 761*7c478bd9Sstevel@tonic-gate 0x00, /* */ 762*7c478bd9Sstevel@tonic-gate 0x00, /* */ 763*7c478bd9Sstevel@tonic-gate 0x00, /* */ 764*7c478bd9Sstevel@tonic-gate 0x00, /* */ 765*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 766*7c478bd9Sstevel@tonic-gate 0x00, /* */ 767*7c478bd9Sstevel@tonic-gate 0x00, /* */ 768*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 769*7c478bd9Sstevel@tonic-gate 0x00, /* */ 770*7c478bd9Sstevel@tonic-gate 0x00, /* */ 771*7c478bd9Sstevel@tonic-gate 0x00, /* */ 772*7c478bd9Sstevel@tonic-gate 0x00, /* */ 773*7c478bd9Sstevel@tonic-gate 0x00, /* */ 774*7c478bd9Sstevel@tonic-gate 775*7c478bd9Sstevel@tonic-gate /* '>' */ 776*7c478bd9Sstevel@tonic-gate 0x00, /* */ 777*7c478bd9Sstevel@tonic-gate 0x00, /* */ 778*7c478bd9Sstevel@tonic-gate 0x00, /* */ 779*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 780*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 781*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 782*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 783*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 784*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 785*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 786*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 787*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 788*7c478bd9Sstevel@tonic-gate 0x00, /* */ 789*7c478bd9Sstevel@tonic-gate 0x00, /* */ 790*7c478bd9Sstevel@tonic-gate 791*7c478bd9Sstevel@tonic-gate /* '?' */ 792*7c478bd9Sstevel@tonic-gate 0x00, /* */ 793*7c478bd9Sstevel@tonic-gate 0x00, /* */ 794*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 795*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 796*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 797*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 798*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 799*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 800*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 801*7c478bd9Sstevel@tonic-gate 0x00, /* */ 802*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 803*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 804*7c478bd9Sstevel@tonic-gate 0x00, /* */ 805*7c478bd9Sstevel@tonic-gate 0x00, /* */ 806*7c478bd9Sstevel@tonic-gate 807*7c478bd9Sstevel@tonic-gate /* '@' */ 808*7c478bd9Sstevel@tonic-gate 0x00, /* */ 809*7c478bd9Sstevel@tonic-gate 0x00, /* */ 810*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 811*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 812*7c478bd9Sstevel@tonic-gate 0x4e, /* X XXX */ 813*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 814*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 815*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 816*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 817*7c478bd9Sstevel@tonic-gate 0x4e, /* X XXX */ 818*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 819*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 820*7c478bd9Sstevel@tonic-gate 0x00, /* */ 821*7c478bd9Sstevel@tonic-gate 0x00, /* */ 822*7c478bd9Sstevel@tonic-gate 823*7c478bd9Sstevel@tonic-gate /* 'A' */ 824*7c478bd9Sstevel@tonic-gate 0x00, /* */ 825*7c478bd9Sstevel@tonic-gate 0x00, /* */ 826*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 827*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 828*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 829*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 830*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 831*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 832*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 833*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 834*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 835*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 836*7c478bd9Sstevel@tonic-gate 0x00, /* */ 837*7c478bd9Sstevel@tonic-gate 0x00, /* */ 838*7c478bd9Sstevel@tonic-gate 839*7c478bd9Sstevel@tonic-gate /* 'B' */ 840*7c478bd9Sstevel@tonic-gate 0x00, /* */ 841*7c478bd9Sstevel@tonic-gate 0x00, /* */ 842*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 843*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 844*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 845*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 846*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 847*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 848*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 849*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 850*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 851*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 852*7c478bd9Sstevel@tonic-gate 0x00, /* */ 853*7c478bd9Sstevel@tonic-gate 0x00, /* */ 854*7c478bd9Sstevel@tonic-gate 855*7c478bd9Sstevel@tonic-gate /* 'C' */ 856*7c478bd9Sstevel@tonic-gate 0x00, /* */ 857*7c478bd9Sstevel@tonic-gate 0x00, /* */ 858*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 859*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 860*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 861*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 862*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 863*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 864*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 865*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 866*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 867*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 868*7c478bd9Sstevel@tonic-gate 0x00, /* */ 869*7c478bd9Sstevel@tonic-gate 0x00, /* */ 870*7c478bd9Sstevel@tonic-gate 871*7c478bd9Sstevel@tonic-gate /* 'D' */ 872*7c478bd9Sstevel@tonic-gate 0x00, /* */ 873*7c478bd9Sstevel@tonic-gate 0x00, /* */ 874*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 875*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 876*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 877*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 878*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 879*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 880*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 881*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 882*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 883*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 884*7c478bd9Sstevel@tonic-gate 0x00, /* */ 885*7c478bd9Sstevel@tonic-gate 0x00, /* */ 886*7c478bd9Sstevel@tonic-gate 887*7c478bd9Sstevel@tonic-gate /* 'E' */ 888*7c478bd9Sstevel@tonic-gate 0x00, /* */ 889*7c478bd9Sstevel@tonic-gate 0x00, /* */ 890*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 891*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 892*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 893*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 894*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 895*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 896*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 897*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 898*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 899*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 900*7c478bd9Sstevel@tonic-gate 0x00, /* */ 901*7c478bd9Sstevel@tonic-gate 0x00, /* */ 902*7c478bd9Sstevel@tonic-gate 903*7c478bd9Sstevel@tonic-gate /* 'F' */ 904*7c478bd9Sstevel@tonic-gate 0x00, /* */ 905*7c478bd9Sstevel@tonic-gate 0x00, /* */ 906*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 907*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 908*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 909*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 910*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 911*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 912*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 913*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 914*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 915*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 916*7c478bd9Sstevel@tonic-gate 0x00, /* */ 917*7c478bd9Sstevel@tonic-gate 0x00, /* */ 918*7c478bd9Sstevel@tonic-gate 919*7c478bd9Sstevel@tonic-gate /* 'G' */ 920*7c478bd9Sstevel@tonic-gate 0x00, /* */ 921*7c478bd9Sstevel@tonic-gate 0x00, /* */ 922*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 923*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 924*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 925*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 926*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 927*7c478bd9Sstevel@tonic-gate 0x4e, /* X XXX */ 928*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 929*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 930*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 931*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 932*7c478bd9Sstevel@tonic-gate 0x00, /* */ 933*7c478bd9Sstevel@tonic-gate 0x00, /* */ 934*7c478bd9Sstevel@tonic-gate 935*7c478bd9Sstevel@tonic-gate /* 'H' */ 936*7c478bd9Sstevel@tonic-gate 0x00, /* */ 937*7c478bd9Sstevel@tonic-gate 0x00, /* */ 938*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 939*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 940*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 941*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 942*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 943*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 944*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 945*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 946*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 947*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 948*7c478bd9Sstevel@tonic-gate 0x00, /* */ 949*7c478bd9Sstevel@tonic-gate 0x00, /* */ 950*7c478bd9Sstevel@tonic-gate 951*7c478bd9Sstevel@tonic-gate /* 'I' */ 952*7c478bd9Sstevel@tonic-gate 0x00, /* */ 953*7c478bd9Sstevel@tonic-gate 0x00, /* */ 954*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 955*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 956*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 957*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 958*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 959*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 960*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 961*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 962*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 963*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 964*7c478bd9Sstevel@tonic-gate 0x00, /* */ 965*7c478bd9Sstevel@tonic-gate 0x00, /* */ 966*7c478bd9Sstevel@tonic-gate 967*7c478bd9Sstevel@tonic-gate /* 'J' */ 968*7c478bd9Sstevel@tonic-gate 0x00, /* */ 969*7c478bd9Sstevel@tonic-gate 0x00, /* */ 970*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 971*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 972*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 973*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 974*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 975*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 976*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 977*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 978*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 979*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 980*7c478bd9Sstevel@tonic-gate 0x00, /* */ 981*7c478bd9Sstevel@tonic-gate 0x00, /* */ 982*7c478bd9Sstevel@tonic-gate 983*7c478bd9Sstevel@tonic-gate /* 'K' */ 984*7c478bd9Sstevel@tonic-gate 0x00, /* */ 985*7c478bd9Sstevel@tonic-gate 0x00, /* */ 986*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 987*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 988*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 989*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 990*7c478bd9Sstevel@tonic-gate 0x60, /* XX */ 991*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 992*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 993*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 994*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 995*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 996*7c478bd9Sstevel@tonic-gate 0x00, /* */ 997*7c478bd9Sstevel@tonic-gate 0x00, /* */ 998*7c478bd9Sstevel@tonic-gate 999*7c478bd9Sstevel@tonic-gate /* 'L' */ 1000*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1001*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1002*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1003*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1004*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1005*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1006*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1007*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1008*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1009*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1010*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1011*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1012*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1013*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1014*7c478bd9Sstevel@tonic-gate 1015*7c478bd9Sstevel@tonic-gate /* 'M' */ 1016*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1017*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1018*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1019*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 1020*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 1021*7c478bd9Sstevel@tonic-gate 0x5a, /* X XX X */ 1022*7c478bd9Sstevel@tonic-gate 0x5a, /* X XX X */ 1023*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1024*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1025*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1026*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1027*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1028*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1029*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1030*7c478bd9Sstevel@tonic-gate 1031*7c478bd9Sstevel@tonic-gate /* 'N' */ 1032*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1033*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1034*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1035*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1036*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1037*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1038*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 1039*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 1040*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1041*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1042*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1043*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1044*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1045*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1046*7c478bd9Sstevel@tonic-gate 1047*7c478bd9Sstevel@tonic-gate /* 'O' */ 1048*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1049*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1050*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1051*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1052*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1053*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1054*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1055*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1056*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1057*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1058*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1059*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1060*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1061*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1062*7c478bd9Sstevel@tonic-gate 1063*7c478bd9Sstevel@tonic-gate /* 'P' */ 1064*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1065*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1066*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 1067*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1068*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1069*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1070*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1071*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 1072*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1073*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1074*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1075*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1076*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1077*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1078*7c478bd9Sstevel@tonic-gate 1079*7c478bd9Sstevel@tonic-gate /* 'Q' */ 1080*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1081*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1082*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1083*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1084*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1085*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1086*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1087*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1088*7c478bd9Sstevel@tonic-gate 0x72, /* XXX X */ 1089*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 1090*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1091*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1092*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1093*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1094*7c478bd9Sstevel@tonic-gate 1095*7c478bd9Sstevel@tonic-gate /* 'R' */ 1096*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1097*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1098*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 1099*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1100*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1101*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1102*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1103*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 1104*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 1105*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1106*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1107*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1108*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1109*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1110*7c478bd9Sstevel@tonic-gate 1111*7c478bd9Sstevel@tonic-gate /* 'S' */ 1112*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1113*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1114*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1115*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1116*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1117*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1118*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 1119*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 1120*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1121*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1122*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1123*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1124*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1125*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1126*7c478bd9Sstevel@tonic-gate 1127*7c478bd9Sstevel@tonic-gate /* 'T' */ 1128*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1129*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1130*7c478bd9Sstevel@tonic-gate 0xfe, /* XXXXXXX */ 1131*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1132*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1133*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1134*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1135*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1136*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1137*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1138*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1139*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1140*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1141*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1142*7c478bd9Sstevel@tonic-gate 1143*7c478bd9Sstevel@tonic-gate /* 'U' */ 1144*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1145*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1146*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1147*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1148*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1149*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1150*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1151*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1152*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1153*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1154*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1155*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1156*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1157*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1158*7c478bd9Sstevel@tonic-gate 1159*7c478bd9Sstevel@tonic-gate /* 'V' */ 1160*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1161*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1162*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1163*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1164*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1165*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1166*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1167*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1168*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1169*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1170*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1171*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1172*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1173*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1174*7c478bd9Sstevel@tonic-gate 1175*7c478bd9Sstevel@tonic-gate /* 'W' */ 1176*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1177*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1178*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1179*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1180*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1181*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1182*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1183*7c478bd9Sstevel@tonic-gate 0x5a, /* X XX X */ 1184*7c478bd9Sstevel@tonic-gate 0x5a, /* X XX X */ 1185*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 1186*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 1187*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1188*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1189*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1190*7c478bd9Sstevel@tonic-gate 1191*7c478bd9Sstevel@tonic-gate /* 'X' */ 1192*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1193*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1194*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1195*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1196*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1197*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1198*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1199*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1200*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1201*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1202*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1203*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1204*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1205*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1206*7c478bd9Sstevel@tonic-gate 1207*7c478bd9Sstevel@tonic-gate /* 'Y' */ 1208*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1209*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1210*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1211*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1212*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1213*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 1214*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 1215*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1216*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1217*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1218*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1219*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1220*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1221*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1222*7c478bd9Sstevel@tonic-gate 1223*7c478bd9Sstevel@tonic-gate /* 'Z' */ 1224*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1225*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1226*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1227*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1228*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1229*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1230*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1231*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1232*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1233*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1234*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1235*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1236*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1237*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1238*7c478bd9Sstevel@tonic-gate 1239*7c478bd9Sstevel@tonic-gate /* '[' */ 1240*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1241*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 1242*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1243*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1244*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1245*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1246*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1247*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1248*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1249*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1250*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1251*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1252*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1253*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 1254*7c478bd9Sstevel@tonic-gate 1255*7c478bd9Sstevel@tonic-gate /* '\' */ 1256*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1257*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1258*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1259*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1260*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1261*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1262*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1263*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1264*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1265*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1266*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1267*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1268*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1269*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1270*7c478bd9Sstevel@tonic-gate 1271*7c478bd9Sstevel@tonic-gate /* ']' */ 1272*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1273*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 1274*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1275*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1276*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1277*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1278*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1279*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1280*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1281*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1282*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1283*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1284*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1285*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 1286*7c478bd9Sstevel@tonic-gate 1287*7c478bd9Sstevel@tonic-gate /* '^' */ 1288*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1289*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1290*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1291*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1292*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1293*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1294*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1295*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1296*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1297*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1298*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1299*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1300*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1301*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1302*7c478bd9Sstevel@tonic-gate 1303*7c478bd9Sstevel@tonic-gate /* '_' */ 1304*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1305*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1306*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1307*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1308*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1309*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1310*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1311*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1312*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1313*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1314*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1315*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1316*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1317*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1318*7c478bd9Sstevel@tonic-gate 1319*7c478bd9Sstevel@tonic-gate /* '`' */ 1320*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1321*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 1322*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1323*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1324*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1325*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1326*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1327*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1328*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1329*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1330*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1331*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1332*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1333*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1334*7c478bd9Sstevel@tonic-gate 1335*7c478bd9Sstevel@tonic-gate /* 'a' */ 1336*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1337*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1338*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1339*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1340*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1341*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1342*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1343*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 1344*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 1345*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1346*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1347*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1348*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1349*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1350*7c478bd9Sstevel@tonic-gate 1351*7c478bd9Sstevel@tonic-gate /* 'b' */ 1352*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1353*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1354*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1355*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1356*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1357*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1358*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1359*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1360*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1361*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1362*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1363*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1364*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1365*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1366*7c478bd9Sstevel@tonic-gate 1367*7c478bd9Sstevel@tonic-gate /* 'c' */ 1368*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1369*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1370*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1371*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1372*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1373*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1374*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1375*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1376*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1377*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1378*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1379*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1380*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1381*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1382*7c478bd9Sstevel@tonic-gate 1383*7c478bd9Sstevel@tonic-gate /* 'd' */ 1384*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1385*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1386*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1387*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1388*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1389*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1390*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1391*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1392*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1393*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1394*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1395*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1396*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1397*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1398*7c478bd9Sstevel@tonic-gate 1399*7c478bd9Sstevel@tonic-gate /* 'e' */ 1400*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1401*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1402*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1403*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1404*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1405*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1406*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1407*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1408*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1409*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1410*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1411*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1412*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1413*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1414*7c478bd9Sstevel@tonic-gate 1415*7c478bd9Sstevel@tonic-gate /* 'f' */ 1416*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1417*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1418*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 1419*7c478bd9Sstevel@tonic-gate 0x12, /* X X */ 1420*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1421*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1422*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 1423*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1424*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1425*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1426*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1427*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1428*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1429*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1430*7c478bd9Sstevel@tonic-gate 1431*7c478bd9Sstevel@tonic-gate /* 'g' */ 1432*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1433*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1434*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1435*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1436*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1437*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1438*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1439*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1440*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1441*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 1442*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1443*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1444*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1445*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1446*7c478bd9Sstevel@tonic-gate 1447*7c478bd9Sstevel@tonic-gate /* 'h' */ 1448*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1449*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1450*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1451*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1452*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1453*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1454*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1455*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1456*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1457*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1458*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1459*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1460*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1461*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1462*7c478bd9Sstevel@tonic-gate 1463*7c478bd9Sstevel@tonic-gate /* 'i' */ 1464*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1465*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1466*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1467*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1468*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1469*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1470*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1471*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1472*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1473*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1474*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1475*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 1476*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1477*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1478*7c478bd9Sstevel@tonic-gate 1479*7c478bd9Sstevel@tonic-gate /* 'j' */ 1480*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1481*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1482*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1483*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1484*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1485*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 1486*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1487*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1488*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1489*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1490*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1491*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1492*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1493*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 1494*7c478bd9Sstevel@tonic-gate 1495*7c478bd9Sstevel@tonic-gate /* 'k' */ 1496*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1497*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1498*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1499*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1500*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1501*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1502*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 1503*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 1504*7c478bd9Sstevel@tonic-gate 0x70, /* XXX */ 1505*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 1506*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1507*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1508*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1509*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1510*7c478bd9Sstevel@tonic-gate 1511*7c478bd9Sstevel@tonic-gate /* 'l' */ 1512*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1513*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1514*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1515*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1516*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1517*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1518*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1519*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1520*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1521*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1522*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1523*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 1524*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1525*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1526*7c478bd9Sstevel@tonic-gate 1527*7c478bd9Sstevel@tonic-gate /* 'm' */ 1528*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1529*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1530*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1531*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1532*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1533*7c478bd9Sstevel@tonic-gate 0x68, /* XX X */ 1534*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1535*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1536*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1537*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1538*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1539*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1540*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1541*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1542*7c478bd9Sstevel@tonic-gate 1543*7c478bd9Sstevel@tonic-gate /* 'n' */ 1544*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1545*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1546*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1547*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1548*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1549*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1550*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1551*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1552*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1553*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1554*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1555*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1556*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1557*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1558*7c478bd9Sstevel@tonic-gate 1559*7c478bd9Sstevel@tonic-gate /* 'o' */ 1560*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1561*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1562*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1563*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1564*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1565*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1566*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1567*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1568*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1569*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1570*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1571*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1572*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1573*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1574*7c478bd9Sstevel@tonic-gate 1575*7c478bd9Sstevel@tonic-gate /* 'p' */ 1576*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1577*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1578*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1579*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1580*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1581*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1582*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1583*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1584*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1585*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1586*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1587*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1588*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1589*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1590*7c478bd9Sstevel@tonic-gate 1591*7c478bd9Sstevel@tonic-gate /* 'q' */ 1592*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1593*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1594*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1595*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1596*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1597*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1598*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1599*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1600*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1601*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1602*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1603*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1604*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1605*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1606*7c478bd9Sstevel@tonic-gate 1607*7c478bd9Sstevel@tonic-gate /* 'r' */ 1608*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1609*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1610*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1611*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1612*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1613*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 1614*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1615*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1616*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1617*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1618*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1619*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 1620*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1621*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1622*7c478bd9Sstevel@tonic-gate 1623*7c478bd9Sstevel@tonic-gate /* 's' */ 1624*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1625*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1626*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1627*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1628*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1629*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1630*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1631*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1632*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1633*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1634*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1635*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1636*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1637*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1638*7c478bd9Sstevel@tonic-gate 1639*7c478bd9Sstevel@tonic-gate /* 't' */ 1640*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1641*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1642*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1643*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1644*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1645*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 1646*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1647*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1648*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1649*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1650*7c478bd9Sstevel@tonic-gate 0x12, /* X X */ 1651*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 1652*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1653*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1654*7c478bd9Sstevel@tonic-gate 1655*7c478bd9Sstevel@tonic-gate /* 'u' */ 1656*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1657*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1658*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1659*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1660*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1661*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1662*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1663*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1664*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1665*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1666*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1667*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1668*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1669*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1670*7c478bd9Sstevel@tonic-gate 1671*7c478bd9Sstevel@tonic-gate /* 'v' */ 1672*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1673*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1674*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1675*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1676*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1677*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1678*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1679*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1680*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 1681*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 1682*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1683*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1684*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1685*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1686*7c478bd9Sstevel@tonic-gate 1687*7c478bd9Sstevel@tonic-gate /* 'w' */ 1688*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1689*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1690*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1691*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1692*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1693*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1694*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 1695*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1696*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1697*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1698*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 1699*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 1700*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1701*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1702*7c478bd9Sstevel@tonic-gate 1703*7c478bd9Sstevel@tonic-gate /* 'x' */ 1704*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1705*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1706*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1707*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1708*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1709*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1710*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1711*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1712*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1713*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1714*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1715*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1716*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1717*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1718*7c478bd9Sstevel@tonic-gate 1719*7c478bd9Sstevel@tonic-gate /* 'y' */ 1720*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1721*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1722*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1723*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1724*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1725*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1726*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1727*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1728*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1729*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 1730*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 1731*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 1732*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1733*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1734*7c478bd9Sstevel@tonic-gate 1735*7c478bd9Sstevel@tonic-gate /* 'z' */ 1736*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1737*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1738*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1739*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1740*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1741*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1742*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1743*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1744*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1745*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1746*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1747*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1748*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1749*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1750*7c478bd9Sstevel@tonic-gate 1751*7c478bd9Sstevel@tonic-gate /* '{' */ 1752*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1753*7c478bd9Sstevel@tonic-gate 0x06, /* XX */ 1754*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1755*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1756*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1757*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1758*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1759*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1760*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1761*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1762*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1763*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1764*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1765*7c478bd9Sstevel@tonic-gate 0x06, /* XX */ 1766*7c478bd9Sstevel@tonic-gate 1767*7c478bd9Sstevel@tonic-gate /* '|' */ 1768*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1769*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1770*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1771*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1772*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1773*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1774*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1775*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1776*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1777*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1778*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1779*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1780*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1781*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1782*7c478bd9Sstevel@tonic-gate 1783*7c478bd9Sstevel@tonic-gate /* '}' */ 1784*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1785*7c478bd9Sstevel@tonic-gate 0x60, /* XX */ 1786*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1787*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1788*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1789*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1790*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1791*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1792*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1793*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1794*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1795*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1796*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1797*7c478bd9Sstevel@tonic-gate 0x60, /* XX */ 1798*7c478bd9Sstevel@tonic-gate 1799*7c478bd9Sstevel@tonic-gate /* '~' */ 1800*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1801*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1802*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 1803*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 1804*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1805*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1806*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1807*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1808*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1809*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1810*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1811*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1812*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1813*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1814*7c478bd9Sstevel@tonic-gate 1815*7c478bd9Sstevel@tonic-gate /* 0x7f */ 1816*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1817*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1818*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1819*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1820*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1821*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1822*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1823*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1824*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1825*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1826*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1827*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1828*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1829*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1830*7c478bd9Sstevel@tonic-gate 1831*7c478bd9Sstevel@tonic-gate /* 0xa0 */ 1832*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1833*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1834*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1835*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1836*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1837*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1838*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1839*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1840*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1841*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1842*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1843*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1844*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1845*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1846*7c478bd9Sstevel@tonic-gate 1847*7c478bd9Sstevel@tonic-gate /* 0xa1 */ 1848*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1849*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1850*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1851*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1852*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1853*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1854*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1855*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1856*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1857*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1858*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1859*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1860*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1861*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1862*7c478bd9Sstevel@tonic-gate 1863*7c478bd9Sstevel@tonic-gate /* 0xa2 */ 1864*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1865*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1866*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1867*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1868*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1869*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 1870*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 1871*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 1872*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 1873*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 1874*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 1875*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 1876*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1877*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1878*7c478bd9Sstevel@tonic-gate 1879*7c478bd9Sstevel@tonic-gate /* 0xa3 */ 1880*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1881*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1882*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1883*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1884*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1885*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1886*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1887*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 1888*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1889*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1890*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 1891*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1892*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1893*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1894*7c478bd9Sstevel@tonic-gate 1895*7c478bd9Sstevel@tonic-gate /* 0xa4 */ 1896*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1897*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1898*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1899*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1900*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1901*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1902*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1903*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1904*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1905*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1906*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1907*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1908*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1909*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1910*7c478bd9Sstevel@tonic-gate 1911*7c478bd9Sstevel@tonic-gate /* 0xa5 */ 1912*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1913*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1914*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1915*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1916*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1917*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1918*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1919*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1920*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 1921*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1922*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1923*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 1924*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1925*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1926*7c478bd9Sstevel@tonic-gate 1927*7c478bd9Sstevel@tonic-gate /* 0xa6 */ 1928*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1929*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1930*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1931*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1932*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1933*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1934*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1935*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1936*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1937*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1938*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1939*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 1940*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1941*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1942*7c478bd9Sstevel@tonic-gate 1943*7c478bd9Sstevel@tonic-gate /* 0xa7 */ 1944*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1945*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1946*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1947*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 1948*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1949*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1950*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1951*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 1952*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 1953*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 1954*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1955*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1956*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1957*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1958*7c478bd9Sstevel@tonic-gate 1959*7c478bd9Sstevel@tonic-gate /* 0xa8 */ 1960*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1961*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 1962*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 1963*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1964*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1965*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1966*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1967*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1968*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1969*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1970*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1971*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1972*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1973*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1974*7c478bd9Sstevel@tonic-gate 1975*7c478bd9Sstevel@tonic-gate /* 0xa9 */ 1976*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1977*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1978*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1979*7c478bd9Sstevel@tonic-gate 0x5a, /* X XX X */ 1980*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 1981*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1982*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1983*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 1984*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 1985*7c478bd9Sstevel@tonic-gate 0x5a, /* X XX X */ 1986*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 1987*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 1988*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1989*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1990*7c478bd9Sstevel@tonic-gate 1991*7c478bd9Sstevel@tonic-gate /* 0xaa */ 1992*7c478bd9Sstevel@tonic-gate 0x00, /* */ 1993*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 1994*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 1995*7c478bd9Sstevel@tonic-gate 0x1e, /* XXXX */ 1996*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 1997*7c478bd9Sstevel@tonic-gate 0x26, /* X XX */ 1998*7c478bd9Sstevel@tonic-gate 0x1a, /* XX X */ 1999*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2000*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2001*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2002*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2003*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2004*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2005*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2006*7c478bd9Sstevel@tonic-gate 2007*7c478bd9Sstevel@tonic-gate /* 0xab */ 2008*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2009*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2010*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2011*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2012*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2013*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 2014*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2015*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2016*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 2017*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2018*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2019*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 2020*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2021*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2022*7c478bd9Sstevel@tonic-gate 2023*7c478bd9Sstevel@tonic-gate /* 0xac */ 2024*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2025*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2026*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2027*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2028*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2029*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2030*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2031*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2032*7c478bd9Sstevel@tonic-gate 0xf8, /* XXXXX */ 2033*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2034*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2035*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2036*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2037*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2038*7c478bd9Sstevel@tonic-gate 2039*7c478bd9Sstevel@tonic-gate /* 0xad */ 2040*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2041*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2042*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2043*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2044*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2045*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2046*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2047*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2048*7c478bd9Sstevel@tonic-gate 0xf0, /* XXXX */ 2049*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2050*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2051*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2052*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2053*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2054*7c478bd9Sstevel@tonic-gate 2055*7c478bd9Sstevel@tonic-gate /* 0xae */ 2056*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2057*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2058*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2059*7c478bd9Sstevel@tonic-gate 0x7a, /* XXXX X */ 2060*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 2061*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 2062*7c478bd9Sstevel@tonic-gate 0x7a, /* XXXX X */ 2063*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 2064*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 2065*7c478bd9Sstevel@tonic-gate 0x66, /* XX XX */ 2066*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2067*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2068*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2069*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2070*7c478bd9Sstevel@tonic-gate 2071*7c478bd9Sstevel@tonic-gate /* 0xaf */ 2072*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2073*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2074*7c478bd9Sstevel@tonic-gate 0xf0, /* XXXX */ 2075*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2076*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2077*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2078*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2079*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2080*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2081*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2082*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2083*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2084*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2085*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2086*7c478bd9Sstevel@tonic-gate 2087*7c478bd9Sstevel@tonic-gate /* 0xb0 */ 2088*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2089*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 2090*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 2091*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 2092*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 2093*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2094*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2095*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2096*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2097*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2098*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2099*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2100*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2101*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2102*7c478bd9Sstevel@tonic-gate 2103*7c478bd9Sstevel@tonic-gate /* 0xb1 */ 2104*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2105*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2106*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2107*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2108*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2109*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2110*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2111*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2112*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2113*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2114*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2115*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2116*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2117*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2118*7c478bd9Sstevel@tonic-gate 2119*7c478bd9Sstevel@tonic-gate /* 0xb2 */ 2120*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2121*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 2122*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 2123*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2124*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2125*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2126*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2127*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 2128*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2129*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2130*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2131*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2132*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2133*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2134*7c478bd9Sstevel@tonic-gate 2135*7c478bd9Sstevel@tonic-gate /* 0xb3 */ 2136*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2137*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 2138*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 2139*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2140*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 2141*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2142*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 2143*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 2144*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2145*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2146*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2147*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2148*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2149*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2150*7c478bd9Sstevel@tonic-gate 2151*7c478bd9Sstevel@tonic-gate /* 0xb4 */ 2152*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2153*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2154*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2155*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2156*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2157*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2158*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2159*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2160*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2161*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2162*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2163*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2164*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2165*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2166*7c478bd9Sstevel@tonic-gate 2167*7c478bd9Sstevel@tonic-gate /* 0xb5 */ 2168*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2169*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2170*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2171*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2172*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2173*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2174*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2175*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2176*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2177*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2178*7c478bd9Sstevel@tonic-gate 0x6c, /* XX XX */ 2179*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 2180*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2181*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2182*7c478bd9Sstevel@tonic-gate 2183*7c478bd9Sstevel@tonic-gate /* 0xb6 */ 2184*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2185*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2186*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2187*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 2188*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 2189*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 2190*7c478bd9Sstevel@tonic-gate 0x54, /* X X X */ 2191*7c478bd9Sstevel@tonic-gate 0x34, /* XX X */ 2192*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2193*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2194*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2195*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2196*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2197*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 2198*7c478bd9Sstevel@tonic-gate 2199*7c478bd9Sstevel@tonic-gate /* 0xb7 */ 2200*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2201*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2202*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2203*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2204*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2205*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2206*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2207*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2208*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2209*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2210*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2211*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2212*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2213*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2214*7c478bd9Sstevel@tonic-gate 2215*7c478bd9Sstevel@tonic-gate /* 0xb8 */ 2216*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2217*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2218*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2219*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2220*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2221*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2222*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2223*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2224*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2225*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2226*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2227*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2228*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2229*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2230*7c478bd9Sstevel@tonic-gate 2231*7c478bd9Sstevel@tonic-gate /* 0xb9 */ 2232*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2233*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2234*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2235*7c478bd9Sstevel@tonic-gate 0x60, /* XX */ 2236*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2237*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2238*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2239*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2240*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2241*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2242*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2243*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2244*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2245*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2246*7c478bd9Sstevel@tonic-gate 2247*7c478bd9Sstevel@tonic-gate /* 0xba */ 2248*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2249*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2250*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2251*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2252*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2253*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2254*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2255*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2256*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2257*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2258*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2259*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2260*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2261*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2262*7c478bd9Sstevel@tonic-gate 2263*7c478bd9Sstevel@tonic-gate /* 0xbb */ 2264*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2265*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2266*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2267*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2268*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2269*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 2270*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2271*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2272*7c478bd9Sstevel@tonic-gate 0x0a, /* X X */ 2273*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2274*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2275*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 2276*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2277*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2278*7c478bd9Sstevel@tonic-gate 2279*7c478bd9Sstevel@tonic-gate /* 0xbc */ 2280*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2281*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2282*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2283*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 2284*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2285*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2286*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2287*7c478bd9Sstevel@tonic-gate 0x12, /* X X */ 2288*7c478bd9Sstevel@tonic-gate 0x16, /* X XX */ 2289*7c478bd9Sstevel@tonic-gate 0x2a, /* X X X */ 2290*7c478bd9Sstevel@tonic-gate 0x4e, /* X XXX */ 2291*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2292*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2293*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2294*7c478bd9Sstevel@tonic-gate 2295*7c478bd9Sstevel@tonic-gate /* 0xbd */ 2296*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2297*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2298*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2299*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 2300*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2301*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2302*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2303*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2304*7c478bd9Sstevel@tonic-gate 0x1a, /* XX X */ 2305*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 2306*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2307*7c478bd9Sstevel@tonic-gate 0x4e, /* X XXX */ 2308*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2309*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2310*7c478bd9Sstevel@tonic-gate 2311*7c478bd9Sstevel@tonic-gate /* 0xbe */ 2312*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2313*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2314*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 2315*7c478bd9Sstevel@tonic-gate 0x12, /* X X */ 2316*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2317*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2318*7c478bd9Sstevel@tonic-gate 0x68, /* XX X */ 2319*7c478bd9Sstevel@tonic-gate 0x12, /* X X */ 2320*7c478bd9Sstevel@tonic-gate 0x26, /* X XX */ 2321*7c478bd9Sstevel@tonic-gate 0x2a, /* X X X */ 2322*7c478bd9Sstevel@tonic-gate 0x4e, /* X XXX */ 2323*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 2324*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2325*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2326*7c478bd9Sstevel@tonic-gate 2327*7c478bd9Sstevel@tonic-gate /* 0xbf */ 2328*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2329*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2330*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2331*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2332*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2333*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2334*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2335*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2336*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2337*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2338*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2339*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2340*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2341*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2342*7c478bd9Sstevel@tonic-gate 2343*7c478bd9Sstevel@tonic-gate /* 0xc0 */ 2344*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2345*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2346*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2347*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2348*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2349*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2350*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2351*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2352*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2353*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2354*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2355*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2356*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2357*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2358*7c478bd9Sstevel@tonic-gate 2359*7c478bd9Sstevel@tonic-gate /* 0xc1 */ 2360*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2361*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2362*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2363*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2364*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2365*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2366*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2367*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2368*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2369*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2370*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2371*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2372*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2373*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2374*7c478bd9Sstevel@tonic-gate 2375*7c478bd9Sstevel@tonic-gate /* 0xc2 */ 2376*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2377*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2378*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2379*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2380*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2381*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2382*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2383*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2384*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2385*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2386*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2387*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2388*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2389*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2390*7c478bd9Sstevel@tonic-gate 2391*7c478bd9Sstevel@tonic-gate /* 0xc3 */ 2392*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2393*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2394*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2395*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2396*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2397*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2398*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2399*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2400*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2401*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2402*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2403*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2404*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2405*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2406*7c478bd9Sstevel@tonic-gate 2407*7c478bd9Sstevel@tonic-gate /* 0xc4 */ 2408*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2409*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2410*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2411*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2412*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2413*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2414*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2415*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2416*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2417*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2418*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2419*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2420*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2421*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2422*7c478bd9Sstevel@tonic-gate 2423*7c478bd9Sstevel@tonic-gate /* 0xc5 */ 2424*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2425*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2426*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2427*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2428*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2429*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2430*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2431*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2432*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2433*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2434*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2435*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2436*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2437*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2438*7c478bd9Sstevel@tonic-gate 2439*7c478bd9Sstevel@tonic-gate /* 0xc6 */ 2440*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2441*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2442*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2443*7c478bd9Sstevel@tonic-gate 0x50, /* X X */ 2444*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2445*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2446*7c478bd9Sstevel@tonic-gate 0xfc, /* XXXXXX */ 2447*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2448*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2449*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2450*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2451*7c478bd9Sstevel@tonic-gate 0x9e, /* X XXXX */ 2452*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2453*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2454*7c478bd9Sstevel@tonic-gate 2455*7c478bd9Sstevel@tonic-gate /* 0xc7 */ 2456*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2457*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2458*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2459*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2460*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2461*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2462*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2463*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2464*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2465*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2466*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2467*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2468*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2469*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2470*7c478bd9Sstevel@tonic-gate 2471*7c478bd9Sstevel@tonic-gate /* 0xc8 */ 2472*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2473*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2474*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2475*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2476*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2477*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2478*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2479*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2480*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2481*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2482*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2483*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2484*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2485*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2486*7c478bd9Sstevel@tonic-gate 2487*7c478bd9Sstevel@tonic-gate /* 0xc9 */ 2488*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2489*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2490*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2491*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2492*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2493*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2494*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2495*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2496*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2497*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2498*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2499*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2500*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2501*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2502*7c478bd9Sstevel@tonic-gate 2503*7c478bd9Sstevel@tonic-gate /* 0xca */ 2504*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2505*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2506*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2507*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2508*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2509*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2510*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2511*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2512*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2513*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2514*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2515*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2516*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2517*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2518*7c478bd9Sstevel@tonic-gate 2519*7c478bd9Sstevel@tonic-gate /* 0xcb */ 2520*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2521*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2522*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2523*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2524*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2525*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2526*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2527*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2528*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2529*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2530*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2531*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2532*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2533*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2534*7c478bd9Sstevel@tonic-gate 2535*7c478bd9Sstevel@tonic-gate /* 0xcc */ 2536*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2537*7c478bd9Sstevel@tonic-gate 0x0c, /* XX */ 2538*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2539*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2540*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2541*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2542*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2543*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2544*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2545*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2546*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2547*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2548*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2549*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2550*7c478bd9Sstevel@tonic-gate 2551*7c478bd9Sstevel@tonic-gate /* 0xcd */ 2552*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2553*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2554*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2555*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2556*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2557*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2558*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2559*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2560*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2561*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2562*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2563*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2564*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2565*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2566*7c478bd9Sstevel@tonic-gate 2567*7c478bd9Sstevel@tonic-gate /* 0xce */ 2568*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2569*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2570*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2571*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2572*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2573*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2574*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2575*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2576*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2577*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2578*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2579*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2580*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2581*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2582*7c478bd9Sstevel@tonic-gate 2583*7c478bd9Sstevel@tonic-gate /* 0xcf */ 2584*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2585*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2586*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2587*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2588*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2589*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2590*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2591*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2592*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2593*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2594*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2595*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 2596*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2597*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2598*7c478bd9Sstevel@tonic-gate 2599*7c478bd9Sstevel@tonic-gate /* 0xd0 */ 2600*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2601*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2602*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 2603*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2604*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2605*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2606*7c478bd9Sstevel@tonic-gate 0xf2, /* XXXX X */ 2607*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2608*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2609*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2610*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2611*7c478bd9Sstevel@tonic-gate 0x78, /* XXXX */ 2612*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2613*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2614*7c478bd9Sstevel@tonic-gate 2615*7c478bd9Sstevel@tonic-gate /* 0xd1 */ 2616*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2617*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2618*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2619*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 2620*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 2621*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 2622*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 2623*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 2624*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 2625*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 2626*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2627*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2628*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2629*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2630*7c478bd9Sstevel@tonic-gate 2631*7c478bd9Sstevel@tonic-gate /* 0xd2 */ 2632*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2633*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2634*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2635*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2636*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2637*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2638*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2639*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2640*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2641*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2642*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2643*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2644*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2645*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2646*7c478bd9Sstevel@tonic-gate 2647*7c478bd9Sstevel@tonic-gate /* 0xd3 */ 2648*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2649*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2650*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2651*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2652*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2653*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2654*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2655*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2656*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2657*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2658*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2659*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2660*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2661*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2662*7c478bd9Sstevel@tonic-gate 2663*7c478bd9Sstevel@tonic-gate /* 0xd4 */ 2664*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2665*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2666*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2667*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2668*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2669*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2670*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2671*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2672*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2673*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2674*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2675*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2676*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2677*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2678*7c478bd9Sstevel@tonic-gate 2679*7c478bd9Sstevel@tonic-gate /* 0xd5 */ 2680*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2681*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2682*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2683*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2684*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2685*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2686*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2687*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2688*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2689*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2690*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2691*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2692*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2693*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2694*7c478bd9Sstevel@tonic-gate 2695*7c478bd9Sstevel@tonic-gate /* 0xd6 */ 2696*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2697*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2698*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2699*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2700*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2701*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2702*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2703*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2704*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2705*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2706*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2707*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2708*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2709*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2710*7c478bd9Sstevel@tonic-gate 2711*7c478bd9Sstevel@tonic-gate /* 0xd7 */ 2712*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2713*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2714*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2715*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2716*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2717*7c478bd9Sstevel@tonic-gate 0x82, /* X X */ 2718*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2719*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2720*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2721*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2722*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2723*7c478bd9Sstevel@tonic-gate 0x82, /* X X */ 2724*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2725*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2726*7c478bd9Sstevel@tonic-gate 2727*7c478bd9Sstevel@tonic-gate /* 0xd8 */ 2728*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 2729*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 2730*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2731*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2732*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 2733*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 2734*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 2735*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 2736*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 2737*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 2738*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 2739*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2740*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2741*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2742*7c478bd9Sstevel@tonic-gate 2743*7c478bd9Sstevel@tonic-gate /* 0xd9 */ 2744*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2745*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2746*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2747*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2748*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2749*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2750*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2751*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2752*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2753*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2754*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2755*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2756*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2757*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2758*7c478bd9Sstevel@tonic-gate 2759*7c478bd9Sstevel@tonic-gate /* 0xda */ 2760*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2761*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2762*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2763*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2764*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2765*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2766*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2767*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2768*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2769*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2770*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2771*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2772*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2773*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2774*7c478bd9Sstevel@tonic-gate 2775*7c478bd9Sstevel@tonic-gate /* 0xdb */ 2776*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2777*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2778*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2779*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2780*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2781*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2782*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2783*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2784*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2785*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2786*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2787*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2788*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2789*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2790*7c478bd9Sstevel@tonic-gate 2791*7c478bd9Sstevel@tonic-gate /* 0xdc */ 2792*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2793*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2794*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2795*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2796*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2797*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2798*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2799*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2800*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2801*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2802*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2803*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2804*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2805*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2806*7c478bd9Sstevel@tonic-gate 2807*7c478bd9Sstevel@tonic-gate /* 0xdd */ 2808*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2809*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2810*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2811*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2812*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 2813*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2814*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2815*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2816*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2817*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2818*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2819*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2820*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2821*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2822*7c478bd9Sstevel@tonic-gate 2823*7c478bd9Sstevel@tonic-gate /* 0xde */ 2824*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2825*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2826*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2827*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2828*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2829*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2830*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2831*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2832*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2833*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2834*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2835*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2836*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2837*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2838*7c478bd9Sstevel@tonic-gate 2839*7c478bd9Sstevel@tonic-gate /* 0xdf */ 2840*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2841*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2842*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2843*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2844*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2845*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2846*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 2847*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2848*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 2849*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 2850*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 2851*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2852*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2853*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2854*7c478bd9Sstevel@tonic-gate 2855*7c478bd9Sstevel@tonic-gate /* 0xe0 */ 2856*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2857*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2858*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2859*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2860*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2861*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2862*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2863*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 2864*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2865*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2866*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2867*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 2868*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2869*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2870*7c478bd9Sstevel@tonic-gate 2871*7c478bd9Sstevel@tonic-gate /* 0xe1 */ 2872*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2873*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 2874*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2875*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2876*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2877*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2878*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2879*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 2880*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2881*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2882*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2883*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 2884*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2885*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2886*7c478bd9Sstevel@tonic-gate 2887*7c478bd9Sstevel@tonic-gate /* 0xe2 */ 2888*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2889*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2890*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 2891*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2892*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2893*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2894*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2895*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 2896*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2897*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2898*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2899*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 2900*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2901*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2902*7c478bd9Sstevel@tonic-gate 2903*7c478bd9Sstevel@tonic-gate /* 0xe3 */ 2904*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2905*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2906*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 2907*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2908*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2909*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2910*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2911*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 2912*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2913*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2914*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2915*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 2916*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2917*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2918*7c478bd9Sstevel@tonic-gate 2919*7c478bd9Sstevel@tonic-gate /* 0xe4 */ 2920*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2921*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2922*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2923*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 2924*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2925*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2926*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2927*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 2928*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2929*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2930*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2931*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 2932*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2933*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2934*7c478bd9Sstevel@tonic-gate 2935*7c478bd9Sstevel@tonic-gate /* 0xe5 */ 2936*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2937*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2938*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 2939*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2940*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2941*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2942*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2943*7c478bd9Sstevel@tonic-gate 0x0e, /* XXX */ 2944*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2945*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2946*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 2947*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 2948*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2949*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2950*7c478bd9Sstevel@tonic-gate 2951*7c478bd9Sstevel@tonic-gate /* 0xe6 */ 2952*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2953*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2954*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2955*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2956*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2957*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2958*7c478bd9Sstevel@tonic-gate 0x92, /* X X X */ 2959*7c478bd9Sstevel@tonic-gate 0x32, /* XX X */ 2960*7c478bd9Sstevel@tonic-gate 0x5e, /* X XXXX */ 2961*7c478bd9Sstevel@tonic-gate 0x90, /* X X */ 2962*7c478bd9Sstevel@tonic-gate 0x92, /* X X X */ 2963*7c478bd9Sstevel@tonic-gate 0x7c, /* XXXXX */ 2964*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2965*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2966*7c478bd9Sstevel@tonic-gate 2967*7c478bd9Sstevel@tonic-gate /* 0xe7 */ 2968*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2969*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2970*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2971*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2972*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2973*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2974*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2975*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2976*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2977*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2978*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2979*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2980*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2981*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2982*7c478bd9Sstevel@tonic-gate 2983*7c478bd9Sstevel@tonic-gate /* 0xe8 */ 2984*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2985*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 2986*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 2987*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 2988*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2989*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2990*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2991*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2992*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 2993*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 2994*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 2995*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 2996*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2997*7c478bd9Sstevel@tonic-gate 0x00, /* */ 2998*7c478bd9Sstevel@tonic-gate 2999*7c478bd9Sstevel@tonic-gate /* 0xe9 */ 3000*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3001*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3002*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3003*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3004*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3005*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3006*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3007*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3008*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 3009*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3010*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3011*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3012*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3013*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3014*7c478bd9Sstevel@tonic-gate 3015*7c478bd9Sstevel@tonic-gate /* 0xea */ 3016*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3017*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3018*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3019*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3020*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3021*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3022*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3023*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3024*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 3025*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3026*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3027*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3028*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3029*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3030*7c478bd9Sstevel@tonic-gate 3031*7c478bd9Sstevel@tonic-gate /* 0xeb */ 3032*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3033*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3034*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3035*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3036*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3037*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3038*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3039*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3040*7c478bd9Sstevel@tonic-gate 0x7e, /* XXXXXX */ 3041*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3042*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3043*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3044*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3045*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3046*7c478bd9Sstevel@tonic-gate 3047*7c478bd9Sstevel@tonic-gate /* 0xec */ 3048*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3049*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3050*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3051*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3052*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3053*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3054*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3055*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3056*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3057*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3058*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3059*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 3060*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3061*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3062*7c478bd9Sstevel@tonic-gate 3063*7c478bd9Sstevel@tonic-gate /* 0xed */ 3064*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3065*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3066*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3067*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3068*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3069*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3070*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3071*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3072*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3073*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3074*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3075*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 3076*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3077*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3078*7c478bd9Sstevel@tonic-gate 3079*7c478bd9Sstevel@tonic-gate /* 0xee */ 3080*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3081*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3082*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3083*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3084*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3085*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3086*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3087*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3088*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3089*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3090*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3091*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 3092*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3093*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3094*7c478bd9Sstevel@tonic-gate 3095*7c478bd9Sstevel@tonic-gate /* 0xef */ 3096*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3097*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3098*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3099*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 3100*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3101*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3102*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3103*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3104*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3105*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3106*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3107*7c478bd9Sstevel@tonic-gate 0x3e, /* XXXXX */ 3108*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3109*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3110*7c478bd9Sstevel@tonic-gate 3111*7c478bd9Sstevel@tonic-gate /* 0xf0 */ 3112*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3113*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 3114*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3115*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 3116*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3117*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3118*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 3119*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 3120*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 3121*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 3122*7c478bd9Sstevel@tonic-gate 0x44, /* X X */ 3123*7c478bd9Sstevel@tonic-gate 0x38, /* XXX */ 3124*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3125*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3126*7c478bd9Sstevel@tonic-gate 3127*7c478bd9Sstevel@tonic-gate /* 0xf1 */ 3128*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3129*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3130*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 3131*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 3132*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3133*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 3134*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 3135*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3136*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3137*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3138*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3139*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3140*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3141*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3142*7c478bd9Sstevel@tonic-gate 3143*7c478bd9Sstevel@tonic-gate /* 0xf2 */ 3144*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3145*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 3146*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3147*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3148*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3149*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3150*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3151*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3152*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3153*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3154*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3155*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3156*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3157*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3158*7c478bd9Sstevel@tonic-gate 3159*7c478bd9Sstevel@tonic-gate /* 0xf3 */ 3160*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3161*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3162*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3163*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3164*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3165*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3166*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3167*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3168*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3169*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3170*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3171*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3172*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3173*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3174*7c478bd9Sstevel@tonic-gate 3175*7c478bd9Sstevel@tonic-gate /* 0xf4 */ 3176*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3177*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3178*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3179*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3180*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3181*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3182*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3183*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3184*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3185*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3186*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3187*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3188*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3189*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3190*7c478bd9Sstevel@tonic-gate 3191*7c478bd9Sstevel@tonic-gate /* 0xf5 */ 3192*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3193*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3194*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 3195*7c478bd9Sstevel@tonic-gate 0x28, /* X X */ 3196*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3197*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3198*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3199*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3200*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3201*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3202*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3203*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3204*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3205*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3206*7c478bd9Sstevel@tonic-gate 3207*7c478bd9Sstevel@tonic-gate /* 0xf6 */ 3208*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3209*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3210*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3211*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3212*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3213*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3214*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3215*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3216*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3217*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3218*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3219*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3220*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3221*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3222*7c478bd9Sstevel@tonic-gate 3223*7c478bd9Sstevel@tonic-gate /* 0xf7 */ 3224*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3225*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3226*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3227*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3228*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3229*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3230*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3231*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 3232*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3233*7c478bd9Sstevel@tonic-gate 0xfc, /* XXXXXX */ 3234*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3235*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 3236*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3237*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3238*7c478bd9Sstevel@tonic-gate 3239*7c478bd9Sstevel@tonic-gate /* 0xf8 */ 3240*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3241*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3242*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3243*7c478bd9Sstevel@tonic-gate 0x02, /* X */ 3244*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3245*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3246*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 3247*7c478bd9Sstevel@tonic-gate 0x4a, /* X X X */ 3248*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 3249*7c478bd9Sstevel@tonic-gate 0x52, /* X X X */ 3250*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 3251*7c478bd9Sstevel@tonic-gate 0x3c, /* XXXX */ 3252*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3253*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3254*7c478bd9Sstevel@tonic-gate 3255*7c478bd9Sstevel@tonic-gate /* 0xf9 */ 3256*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3257*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3258*7c478bd9Sstevel@tonic-gate 0x20, /* X */ 3259*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3260*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3261*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3262*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3263*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3264*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3265*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3266*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 3267*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 3268*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3269*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3270*7c478bd9Sstevel@tonic-gate 3271*7c478bd9Sstevel@tonic-gate /* 0xfa */ 3272*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3273*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3274*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3275*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3276*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3277*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3278*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3279*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3280*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3281*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3282*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 3283*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 3284*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3285*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3286*7c478bd9Sstevel@tonic-gate 3287*7c478bd9Sstevel@tonic-gate /* 0xfb */ 3288*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3289*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3290*7c478bd9Sstevel@tonic-gate 0x18, /* XX */ 3291*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3292*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3293*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3294*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3295*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3296*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3297*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3298*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 3299*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 3300*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3301*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3302*7c478bd9Sstevel@tonic-gate 3303*7c478bd9Sstevel@tonic-gate /* 0xfc */ 3304*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3305*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3306*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3307*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3308*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3309*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3310*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3311*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3312*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3313*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3314*7c478bd9Sstevel@tonic-gate 0x46, /* X XX */ 3315*7c478bd9Sstevel@tonic-gate 0x3a, /* XXX X */ 3316*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3317*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3318*7c478bd9Sstevel@tonic-gate 3319*7c478bd9Sstevel@tonic-gate /* 0xfd */ 3320*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3321*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3322*7c478bd9Sstevel@tonic-gate 0x04, /* X */ 3323*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3324*7c478bd9Sstevel@tonic-gate 0x10, /* X */ 3325*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3326*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3327*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 3328*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3329*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 3330*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 3331*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3332*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 3333*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 3334*7c478bd9Sstevel@tonic-gate 3335*7c478bd9Sstevel@tonic-gate /* 0xfe */ 3336*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3337*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3338*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3339*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3340*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3341*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 3342*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 3343*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3344*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3345*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3346*7c478bd9Sstevel@tonic-gate 0x62, /* XX X */ 3347*7c478bd9Sstevel@tonic-gate 0x5c, /* X XXX */ 3348*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3349*7c478bd9Sstevel@tonic-gate 0x40, /* X */ 3350*7c478bd9Sstevel@tonic-gate 3351*7c478bd9Sstevel@tonic-gate /* 0xff */ 3352*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3353*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3354*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3355*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3356*7c478bd9Sstevel@tonic-gate 0x00, /* */ 3357*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3358*7c478bd9Sstevel@tonic-gate 0x42, /* X X */ 3359*7c478bd9Sstevel@tonic-gate 0x22, /* X X */ 3360*7c478bd9Sstevel@tonic-gate 0x24, /* X X */ 3361*7c478bd9Sstevel@tonic-gate 0x14, /* X X */ 3362*7c478bd9Sstevel@tonic-gate 0x1c, /* XXX */ 3363*7c478bd9Sstevel@tonic-gate 0x08, /* X */ 3364*7c478bd9Sstevel@tonic-gate 0x48, /* X X */ 3365*7c478bd9Sstevel@tonic-gate 0x30, /* XX */ 3366*7c478bd9Sstevel@tonic-gate }; 3367*7c478bd9Sstevel@tonic-gate 3368*7c478bd9Sstevel@tonic-gate unsigned char *ENCODINGS[256] = { 3369*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3370*7c478bd9Sstevel@tonic-gate FONTDATA+0, 3371*7c478bd9Sstevel@tonic-gate FONTDATA+14, 3372*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3373*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3374*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3375*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3376*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3377*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3378*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3379*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3380*7c478bd9Sstevel@tonic-gate FONTDATA+28, 3381*7c478bd9Sstevel@tonic-gate FONTDATA+42, 3382*7c478bd9Sstevel@tonic-gate FONTDATA+56, 3383*7c478bd9Sstevel@tonic-gate FONTDATA+70, 3384*7c478bd9Sstevel@tonic-gate FONTDATA+84, 3385*7c478bd9Sstevel@tonic-gate FONTDATA+98, 3386*7c478bd9Sstevel@tonic-gate FONTDATA+112, 3387*7c478bd9Sstevel@tonic-gate FONTDATA+126, 3388*7c478bd9Sstevel@tonic-gate FONTDATA+140, 3389*7c478bd9Sstevel@tonic-gate FONTDATA+154, 3390*7c478bd9Sstevel@tonic-gate FONTDATA+168, 3391*7c478bd9Sstevel@tonic-gate FONTDATA+182, 3392*7c478bd9Sstevel@tonic-gate FONTDATA+196, 3393*7c478bd9Sstevel@tonic-gate FONTDATA+210, 3394*7c478bd9Sstevel@tonic-gate FONTDATA+224, 3395*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3396*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3397*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3398*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3399*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3400*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3401*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3402*7c478bd9Sstevel@tonic-gate FONTDATA+252, 3403*7c478bd9Sstevel@tonic-gate FONTDATA+266, 3404*7c478bd9Sstevel@tonic-gate FONTDATA+280, 3405*7c478bd9Sstevel@tonic-gate FONTDATA+294, 3406*7c478bd9Sstevel@tonic-gate FONTDATA+308, 3407*7c478bd9Sstevel@tonic-gate FONTDATA+322, 3408*7c478bd9Sstevel@tonic-gate FONTDATA+336, 3409*7c478bd9Sstevel@tonic-gate FONTDATA+350, 3410*7c478bd9Sstevel@tonic-gate FONTDATA+364, 3411*7c478bd9Sstevel@tonic-gate FONTDATA+378, 3412*7c478bd9Sstevel@tonic-gate FONTDATA+392, 3413*7c478bd9Sstevel@tonic-gate FONTDATA+406, 3414*7c478bd9Sstevel@tonic-gate FONTDATA+420, 3415*7c478bd9Sstevel@tonic-gate FONTDATA+434, 3416*7c478bd9Sstevel@tonic-gate FONTDATA+448, 3417*7c478bd9Sstevel@tonic-gate FONTDATA+462, 3418*7c478bd9Sstevel@tonic-gate FONTDATA+476, 3419*7c478bd9Sstevel@tonic-gate FONTDATA+490, 3420*7c478bd9Sstevel@tonic-gate FONTDATA+504, 3421*7c478bd9Sstevel@tonic-gate FONTDATA+518, 3422*7c478bd9Sstevel@tonic-gate FONTDATA+532, 3423*7c478bd9Sstevel@tonic-gate FONTDATA+546, 3424*7c478bd9Sstevel@tonic-gate FONTDATA+560, 3425*7c478bd9Sstevel@tonic-gate FONTDATA+574, 3426*7c478bd9Sstevel@tonic-gate FONTDATA+588, 3427*7c478bd9Sstevel@tonic-gate FONTDATA+602, 3428*7c478bd9Sstevel@tonic-gate FONTDATA+616, 3429*7c478bd9Sstevel@tonic-gate FONTDATA+630, 3430*7c478bd9Sstevel@tonic-gate FONTDATA+644, 3431*7c478bd9Sstevel@tonic-gate FONTDATA+658, 3432*7c478bd9Sstevel@tonic-gate FONTDATA+672, 3433*7c478bd9Sstevel@tonic-gate FONTDATA+686, 3434*7c478bd9Sstevel@tonic-gate FONTDATA+700, 3435*7c478bd9Sstevel@tonic-gate FONTDATA+714, 3436*7c478bd9Sstevel@tonic-gate FONTDATA+728, 3437*7c478bd9Sstevel@tonic-gate FONTDATA+742, 3438*7c478bd9Sstevel@tonic-gate FONTDATA+756, 3439*7c478bd9Sstevel@tonic-gate FONTDATA+770, 3440*7c478bd9Sstevel@tonic-gate FONTDATA+784, 3441*7c478bd9Sstevel@tonic-gate FONTDATA+798, 3442*7c478bd9Sstevel@tonic-gate FONTDATA+812, 3443*7c478bd9Sstevel@tonic-gate FONTDATA+826, 3444*7c478bd9Sstevel@tonic-gate FONTDATA+840, 3445*7c478bd9Sstevel@tonic-gate FONTDATA+854, 3446*7c478bd9Sstevel@tonic-gate FONTDATA+868, 3447*7c478bd9Sstevel@tonic-gate FONTDATA+882, 3448*7c478bd9Sstevel@tonic-gate FONTDATA+896, 3449*7c478bd9Sstevel@tonic-gate FONTDATA+910, 3450*7c478bd9Sstevel@tonic-gate FONTDATA+924, 3451*7c478bd9Sstevel@tonic-gate FONTDATA+938, 3452*7c478bd9Sstevel@tonic-gate FONTDATA+952, 3453*7c478bd9Sstevel@tonic-gate FONTDATA+966, 3454*7c478bd9Sstevel@tonic-gate FONTDATA+980, 3455*7c478bd9Sstevel@tonic-gate FONTDATA+994, 3456*7c478bd9Sstevel@tonic-gate FONTDATA+1008, 3457*7c478bd9Sstevel@tonic-gate FONTDATA+1022, 3458*7c478bd9Sstevel@tonic-gate FONTDATA+1036, 3459*7c478bd9Sstevel@tonic-gate FONTDATA+1050, 3460*7c478bd9Sstevel@tonic-gate FONTDATA+1064, 3461*7c478bd9Sstevel@tonic-gate FONTDATA+1078, 3462*7c478bd9Sstevel@tonic-gate FONTDATA+1092, 3463*7c478bd9Sstevel@tonic-gate FONTDATA+1106, 3464*7c478bd9Sstevel@tonic-gate FONTDATA+1120, 3465*7c478bd9Sstevel@tonic-gate FONTDATA+1134, 3466*7c478bd9Sstevel@tonic-gate FONTDATA+1148, 3467*7c478bd9Sstevel@tonic-gate FONTDATA+1162, 3468*7c478bd9Sstevel@tonic-gate FONTDATA+1176, 3469*7c478bd9Sstevel@tonic-gate FONTDATA+1190, 3470*7c478bd9Sstevel@tonic-gate FONTDATA+1204, 3471*7c478bd9Sstevel@tonic-gate FONTDATA+1218, 3472*7c478bd9Sstevel@tonic-gate FONTDATA+1232, 3473*7c478bd9Sstevel@tonic-gate FONTDATA+1246, 3474*7c478bd9Sstevel@tonic-gate FONTDATA+1260, 3475*7c478bd9Sstevel@tonic-gate FONTDATA+1274, 3476*7c478bd9Sstevel@tonic-gate FONTDATA+1288, 3477*7c478bd9Sstevel@tonic-gate FONTDATA+1302, 3478*7c478bd9Sstevel@tonic-gate FONTDATA+1316, 3479*7c478bd9Sstevel@tonic-gate FONTDATA+1330, 3480*7c478bd9Sstevel@tonic-gate FONTDATA+1344, 3481*7c478bd9Sstevel@tonic-gate FONTDATA+1358, 3482*7c478bd9Sstevel@tonic-gate FONTDATA+1372, 3483*7c478bd9Sstevel@tonic-gate FONTDATA+1386, 3484*7c478bd9Sstevel@tonic-gate FONTDATA+1400, 3485*7c478bd9Sstevel@tonic-gate FONTDATA+1414, 3486*7c478bd9Sstevel@tonic-gate FONTDATA+1428, 3487*7c478bd9Sstevel@tonic-gate FONTDATA+1442, 3488*7c478bd9Sstevel@tonic-gate FONTDATA+1456, 3489*7c478bd9Sstevel@tonic-gate FONTDATA+1470, 3490*7c478bd9Sstevel@tonic-gate FONTDATA+1484, 3491*7c478bd9Sstevel@tonic-gate FONTDATA+1498, 3492*7c478bd9Sstevel@tonic-gate FONTDATA+1512, 3493*7c478bd9Sstevel@tonic-gate FONTDATA+1526, 3494*7c478bd9Sstevel@tonic-gate FONTDATA+1540, 3495*7c478bd9Sstevel@tonic-gate FONTDATA+1554, 3496*7c478bd9Sstevel@tonic-gate FONTDATA+1568, 3497*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3498*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3499*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3500*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3501*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3502*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3503*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3504*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3505*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3506*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3507*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3508*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3509*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3510*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3511*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3512*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3513*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3514*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3515*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3516*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3517*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3518*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3519*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3520*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3521*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3522*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3523*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3524*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3525*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3526*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3527*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3528*7c478bd9Sstevel@tonic-gate FONTDATA+238, 3529*7c478bd9Sstevel@tonic-gate FONTDATA+1582, 3530*7c478bd9Sstevel@tonic-gate FONTDATA+1596, 3531*7c478bd9Sstevel@tonic-gate FONTDATA+1610, 3532*7c478bd9Sstevel@tonic-gate FONTDATA+1624, 3533*7c478bd9Sstevel@tonic-gate FONTDATA+1638, 3534*7c478bd9Sstevel@tonic-gate FONTDATA+1652, 3535*7c478bd9Sstevel@tonic-gate FONTDATA+1666, 3536*7c478bd9Sstevel@tonic-gate FONTDATA+1680, 3537*7c478bd9Sstevel@tonic-gate FONTDATA+1694, 3538*7c478bd9Sstevel@tonic-gate FONTDATA+1708, 3539*7c478bd9Sstevel@tonic-gate FONTDATA+1722, 3540*7c478bd9Sstevel@tonic-gate FONTDATA+1736, 3541*7c478bd9Sstevel@tonic-gate FONTDATA+1750, 3542*7c478bd9Sstevel@tonic-gate FONTDATA+1764, 3543*7c478bd9Sstevel@tonic-gate FONTDATA+1778, 3544*7c478bd9Sstevel@tonic-gate FONTDATA+1792, 3545*7c478bd9Sstevel@tonic-gate FONTDATA+1806, 3546*7c478bd9Sstevel@tonic-gate FONTDATA+1820, 3547*7c478bd9Sstevel@tonic-gate FONTDATA+1834, 3548*7c478bd9Sstevel@tonic-gate FONTDATA+1848, 3549*7c478bd9Sstevel@tonic-gate FONTDATA+1862, 3550*7c478bd9Sstevel@tonic-gate FONTDATA+1876, 3551*7c478bd9Sstevel@tonic-gate FONTDATA+1890, 3552*7c478bd9Sstevel@tonic-gate FONTDATA+1904, 3553*7c478bd9Sstevel@tonic-gate FONTDATA+1918, 3554*7c478bd9Sstevel@tonic-gate FONTDATA+1932, 3555*7c478bd9Sstevel@tonic-gate FONTDATA+1946, 3556*7c478bd9Sstevel@tonic-gate FONTDATA+1960, 3557*7c478bd9Sstevel@tonic-gate FONTDATA+1974, 3558*7c478bd9Sstevel@tonic-gate FONTDATA+1988, 3559*7c478bd9Sstevel@tonic-gate FONTDATA+2002, 3560*7c478bd9Sstevel@tonic-gate FONTDATA+2016, 3561*7c478bd9Sstevel@tonic-gate FONTDATA+2030, 3562*7c478bd9Sstevel@tonic-gate FONTDATA+2044, 3563*7c478bd9Sstevel@tonic-gate FONTDATA+2058, 3564*7c478bd9Sstevel@tonic-gate FONTDATA+2072, 3565*7c478bd9Sstevel@tonic-gate FONTDATA+2086, 3566*7c478bd9Sstevel@tonic-gate FONTDATA+2100, 3567*7c478bd9Sstevel@tonic-gate FONTDATA+2114, 3568*7c478bd9Sstevel@tonic-gate FONTDATA+2128, 3569*7c478bd9Sstevel@tonic-gate FONTDATA+2142, 3570*7c478bd9Sstevel@tonic-gate FONTDATA+2156, 3571*7c478bd9Sstevel@tonic-gate FONTDATA+2170, 3572*7c478bd9Sstevel@tonic-gate FONTDATA+2184, 3573*7c478bd9Sstevel@tonic-gate FONTDATA+2198, 3574*7c478bd9Sstevel@tonic-gate FONTDATA+2212, 3575*7c478bd9Sstevel@tonic-gate FONTDATA+2226, 3576*7c478bd9Sstevel@tonic-gate FONTDATA+2240, 3577*7c478bd9Sstevel@tonic-gate FONTDATA+2254, 3578*7c478bd9Sstevel@tonic-gate FONTDATA+2268, 3579*7c478bd9Sstevel@tonic-gate FONTDATA+2282, 3580*7c478bd9Sstevel@tonic-gate FONTDATA+2296, 3581*7c478bd9Sstevel@tonic-gate FONTDATA+2310, 3582*7c478bd9Sstevel@tonic-gate FONTDATA+2324, 3583*7c478bd9Sstevel@tonic-gate FONTDATA+2338, 3584*7c478bd9Sstevel@tonic-gate FONTDATA+2352, 3585*7c478bd9Sstevel@tonic-gate FONTDATA+2366, 3586*7c478bd9Sstevel@tonic-gate FONTDATA+2380, 3587*7c478bd9Sstevel@tonic-gate FONTDATA+2394, 3588*7c478bd9Sstevel@tonic-gate FONTDATA+2408, 3589*7c478bd9Sstevel@tonic-gate FONTDATA+2422, 3590*7c478bd9Sstevel@tonic-gate FONTDATA+2436, 3591*7c478bd9Sstevel@tonic-gate FONTDATA+2450, 3592*7c478bd9Sstevel@tonic-gate FONTDATA+2464, 3593*7c478bd9Sstevel@tonic-gate FONTDATA+2478, 3594*7c478bd9Sstevel@tonic-gate FONTDATA+2492, 3595*7c478bd9Sstevel@tonic-gate FONTDATA+2506, 3596*7c478bd9Sstevel@tonic-gate FONTDATA+2520, 3597*7c478bd9Sstevel@tonic-gate FONTDATA+2534, 3598*7c478bd9Sstevel@tonic-gate FONTDATA+2548, 3599*7c478bd9Sstevel@tonic-gate FONTDATA+2562, 3600*7c478bd9Sstevel@tonic-gate FONTDATA+2576, 3601*7c478bd9Sstevel@tonic-gate FONTDATA+2590, 3602*7c478bd9Sstevel@tonic-gate FONTDATA+2604, 3603*7c478bd9Sstevel@tonic-gate FONTDATA+2618, 3604*7c478bd9Sstevel@tonic-gate FONTDATA+2632, 3605*7c478bd9Sstevel@tonic-gate FONTDATA+2646, 3606*7c478bd9Sstevel@tonic-gate FONTDATA+2660, 3607*7c478bd9Sstevel@tonic-gate FONTDATA+2674, 3608*7c478bd9Sstevel@tonic-gate FONTDATA+2688, 3609*7c478bd9Sstevel@tonic-gate FONTDATA+2702, 3610*7c478bd9Sstevel@tonic-gate FONTDATA+2716, 3611*7c478bd9Sstevel@tonic-gate FONTDATA+2730, 3612*7c478bd9Sstevel@tonic-gate FONTDATA+2744, 3613*7c478bd9Sstevel@tonic-gate FONTDATA+2758, 3614*7c478bd9Sstevel@tonic-gate FONTDATA+2772, 3615*7c478bd9Sstevel@tonic-gate FONTDATA+2786, 3616*7c478bd9Sstevel@tonic-gate FONTDATA+2800, 3617*7c478bd9Sstevel@tonic-gate FONTDATA+2814, 3618*7c478bd9Sstevel@tonic-gate FONTDATA+2828, 3619*7c478bd9Sstevel@tonic-gate FONTDATA+2842, 3620*7c478bd9Sstevel@tonic-gate FONTDATA+2856, 3621*7c478bd9Sstevel@tonic-gate FONTDATA+2870, 3622*7c478bd9Sstevel@tonic-gate FONTDATA+2884, 3623*7c478bd9Sstevel@tonic-gate FONTDATA+2898, 3624*7c478bd9Sstevel@tonic-gate FONTDATA+2912, 3625*7c478bd9Sstevel@tonic-gate }; 3626*7c478bd9Sstevel@tonic-gate bitmap_data_t builtin_font_data = { 3627*7c478bd9Sstevel@tonic-gate 7, 14, /* width, height */ 3628*7c478bd9Sstevel@tonic-gate FONTDATA, 0, /* image, image_size */ 3629*7c478bd9Sstevel@tonic-gate ENCODINGS, 0, /* encoding, encoding_size */ 3630*7c478bd9Sstevel@tonic-gate }; 3631*7c478bd9Sstevel@tonic-gate 3632*7c478bd9Sstevel@tonic-gate /* END CSTYLED */ 3633