diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/bw2.c | 3 | ||||
-rw-r--r-- | drivers/video/cg14.c | 3 | ||||
-rw-r--r-- | drivers/video/cg3.c | 3 | ||||
-rw-r--r-- | drivers/video/cg6.c | 3 | ||||
-rw-r--r-- | drivers/video/console/Kconfig | 7 | ||||
-rw-r--r-- | drivers/video/console/Makefile | 1 | ||||
-rw-r--r-- | drivers/video/console/fbcon.c | 15 | ||||
-rw-r--r-- | drivers/video/console/fbcon.h | 3 | ||||
-rw-r--r-- | drivers/video/console/fbcon_ccw.c | 14 | ||||
-rw-r--r-- | drivers/video/console/fbcon_cw.c | 14 | ||||
-rw-r--r-- | drivers/video/console/fbcon_ud.c | 22 | ||||
-rw-r--r-- | drivers/video/console/font_rl.c | 4374 | ||||
-rw-r--r-- | drivers/video/console/fonts.c | 4 | ||||
-rw-r--r-- | drivers/video/ffb.c | 3 | ||||
-rw-r--r-- | drivers/video/leo.c | 3 | ||||
-rw-r--r-- | drivers/video/nvidia/nv_proto.h | 2 | ||||
-rw-r--r-- | drivers/video/nvidia/nvidia.c | 2 | ||||
-rw-r--r-- | drivers/video/p9100.c | 3 | ||||
-rw-r--r-- | drivers/video/sbuslib.c | 107 | ||||
-rw-r--r-- | drivers/video/sbuslib.h | 2 | ||||
-rw-r--r-- | drivers/video/tcx.c | 3 | ||||
-rw-r--r-- | drivers/video/vesafb.c | 2 | ||||
-rw-r--r-- | drivers/video/w100fb.c | 2 |
23 files changed, 167 insertions, 4428 deletions
diff --git a/drivers/video/bw2.c b/drivers/video/bw2.c index f53bf3ba1278..d3728f60961e 100644 --- a/drivers/video/bw2.c +++ b/drivers/video/bw2.c | |||
@@ -51,6 +51,9 @@ static struct fb_ops bw2_ops = { | |||
51 | .fb_imageblit = cfb_imageblit, | 51 | .fb_imageblit = cfb_imageblit, |
52 | .fb_mmap = bw2_mmap, | 52 | .fb_mmap = bw2_mmap, |
53 | .fb_ioctl = bw2_ioctl, | 53 | .fb_ioctl = bw2_ioctl, |
54 | #ifdef CONFIG_COMPAT | ||
55 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
56 | #endif | ||
54 | }; | 57 | }; |
55 | 58 | ||
56 | /* OBio addresses for the bwtwo registers */ | 59 | /* OBio addresses for the bwtwo registers */ |
diff --git a/drivers/video/cg14.c b/drivers/video/cg14.c index 030d4b13b1c2..1bed50f2a276 100644 --- a/drivers/video/cg14.c +++ b/drivers/video/cg14.c | |||
@@ -49,6 +49,9 @@ static struct fb_ops cg14_ops = { | |||
49 | .fb_imageblit = cfb_imageblit, | 49 | .fb_imageblit = cfb_imageblit, |
50 | .fb_mmap = cg14_mmap, | 50 | .fb_mmap = cg14_mmap, |
51 | .fb_ioctl = cg14_ioctl, | 51 | .fb_ioctl = cg14_ioctl, |
52 | #ifdef CONFIG_COMPAT | ||
53 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
54 | #endif | ||
52 | }; | 55 | }; |
53 | 56 | ||
54 | #define CG14_MCR_INTENABLE_SHIFT 7 | 57 | #define CG14_MCR_INTENABLE_SHIFT 7 |
diff --git a/drivers/video/cg3.c b/drivers/video/cg3.c index b94eee8c42d5..a1354e7e0513 100644 --- a/drivers/video/cg3.c +++ b/drivers/video/cg3.c | |||
@@ -50,6 +50,9 @@ static struct fb_ops cg3_ops = { | |||
50 | .fb_imageblit = cfb_imageblit, | 50 | .fb_imageblit = cfb_imageblit, |
51 | .fb_mmap = cg3_mmap, | 51 | .fb_mmap = cg3_mmap, |
52 | .fb_ioctl = cg3_ioctl, | 52 | .fb_ioctl = cg3_ioctl, |
53 | #ifdef CONFIG_COMPAT | ||
54 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
55 | #endif | ||
53 | }; | 56 | }; |
54 | 57 | ||
55 | 58 | ||
diff --git a/drivers/video/cg6.c b/drivers/video/cg6.c index 414c4409e924..9debe642fd2f 100644 --- a/drivers/video/cg6.c +++ b/drivers/video/cg6.c | |||
@@ -54,6 +54,9 @@ static struct fb_ops cg6_ops = { | |||
54 | .fb_sync = cg6_sync, | 54 | .fb_sync = cg6_sync, |
55 | .fb_mmap = cg6_mmap, | 55 | .fb_mmap = cg6_mmap, |
56 | .fb_ioctl = cg6_ioctl, | 56 | .fb_ioctl = cg6_ioctl, |
57 | #ifdef CONFIG_COMPAT | ||
58 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
59 | #endif | ||
57 | }; | 60 | }; |
58 | 61 | ||
59 | /* Offset of interesting structures in the OBIO space */ | 62 | /* Offset of interesting structures in the OBIO space */ |
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 94c5f1392cce..5f74df993406 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -215,12 +215,5 @@ config FONT_10x18 | |||
215 | big letters. It fits between the sun 12x22 and the normal 8x16 font. | 215 | big letters. It fits between the sun 12x22 and the normal 8x16 font. |
216 | If other fonts are too big or too small for you, say Y, otherwise say N. | 216 | If other fonts are too big or too small for you, say Y, otherwise say N. |
217 | 217 | ||
218 | config FONT_RL | ||
219 | bool "console Roman Large 8x16 font" if FONTS | ||
220 | depends on FRAMEBUFFER_CONSOLE | ||
221 | help | ||
222 | This is the visually-appealing "RL" console font that is | ||
223 | included with the kbd package. | ||
224 | |||
225 | endmenu | 218 | endmenu |
226 | 219 | ||
diff --git a/drivers/video/console/Makefile b/drivers/video/console/Makefile index fed600c9ca55..9b26dda18a38 100644 --- a/drivers/video/console/Makefile +++ b/drivers/video/console/Makefile | |||
@@ -15,7 +15,6 @@ font-objs-$(CONFIG_FONT_10x18) += font_10x18.o | |||
15 | font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o | 15 | font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o |
16 | font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o | 16 | font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o |
17 | font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o | 17 | font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o |
18 | font-objs-$(CONFIG_FONT_RL) += font_rl.o | ||
19 | 18 | ||
20 | font-objs += $(font-objs-y) | 19 | font-objs += $(font-objs-y) |
21 | 20 | ||
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index e7802ffe549a..bcea87c3cc06 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
@@ -106,8 +106,7 @@ enum { | |||
106 | FBCON_LOGO_DONTSHOW = -3 /* do not show the logo */ | 106 | FBCON_LOGO_DONTSHOW = -3 /* do not show the logo */ |
107 | }; | 107 | }; |
108 | 108 | ||
109 | struct display fb_display[MAX_NR_CONSOLES]; | 109 | static struct display fb_display[MAX_NR_CONSOLES]; |
110 | EXPORT_SYMBOL(fb_display); | ||
111 | 110 | ||
112 | static signed char con2fb_map[MAX_NR_CONSOLES]; | 111 | static signed char con2fb_map[MAX_NR_CONSOLES]; |
113 | static signed char con2fb_map_boot[MAX_NR_CONSOLES]; | 112 | static signed char con2fb_map_boot[MAX_NR_CONSOLES]; |
@@ -653,13 +652,12 @@ static void set_blitting_type(struct vc_data *vc, struct fb_info *info, | |||
653 | { | 652 | { |
654 | struct fbcon_ops *ops = info->fbcon_par; | 653 | struct fbcon_ops *ops = info->fbcon_par; |
655 | 654 | ||
655 | ops->p = (p) ? p : &fb_display[vc->vc_num]; | ||
656 | |||
656 | if ((info->flags & FBINFO_MISC_TILEBLITTING)) | 657 | if ((info->flags & FBINFO_MISC_TILEBLITTING)) |
657 | fbcon_set_tileops(vc, info, p, ops); | 658 | fbcon_set_tileops(vc, info, p, ops); |
658 | else { | 659 | else { |
659 | struct display *disp; | 660 | fbcon_set_rotation(info, ops->p); |
660 | |||
661 | disp = (p) ? p : &fb_display[vc->vc_num]; | ||
662 | fbcon_set_rotation(info, disp); | ||
663 | fbcon_set_bitops(ops); | 661 | fbcon_set_bitops(ops); |
664 | } | 662 | } |
665 | } | 663 | } |
@@ -668,11 +666,10 @@ static void set_blitting_type(struct vc_data *vc, struct fb_info *info, | |||
668 | struct display *p) | 666 | struct display *p) |
669 | { | 667 | { |
670 | struct fbcon_ops *ops = info->fbcon_par; | 668 | struct fbcon_ops *ops = info->fbcon_par; |
671 | struct display *disp; | ||
672 | 669 | ||
673 | info->flags &= ~FBINFO_MISC_TILEBLITTING; | 670 | info->flags &= ~FBINFO_MISC_TILEBLITTING; |
674 | disp = (p) ? p : &fb_display[vc->vc_num]; | 671 | ops->p = (p) ? p : &fb_display[vc->vc_num]; |
675 | fbcon_set_rotation(info, disp); | 672 | fbcon_set_rotation(info, ops->p); |
676 | fbcon_set_bitops(ops); | 673 | fbcon_set_bitops(ops); |
677 | } | 674 | } |
678 | #endif /* CONFIG_MISC_TILEBLITTING */ | 675 | #endif /* CONFIG_MISC_TILEBLITTING */ |
diff --git a/drivers/video/console/fbcon.h b/drivers/video/console/fbcon.h index accfd7bd8e93..6892e7ff34de 100644 --- a/drivers/video/console/fbcon.h +++ b/drivers/video/console/fbcon.h | |||
@@ -52,8 +52,6 @@ struct display { | |||
52 | struct fb_videomode *mode; | 52 | struct fb_videomode *mode; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | extern struct display fb_display[]; | ||
56 | |||
57 | struct fbcon_ops { | 55 | struct fbcon_ops { |
58 | void (*bmove)(struct vc_data *vc, struct fb_info *info, int sy, | 56 | void (*bmove)(struct vc_data *vc, struct fb_info *info, int sy, |
59 | int sx, int dy, int dx, int height, int width); | 57 | int sx, int dy, int dx, int height, int width); |
@@ -73,6 +71,7 @@ struct fbcon_ops { | |||
73 | struct fb_var_screeninfo var; /* copy of the current fb_var_screeninfo */ | 71 | struct fb_var_screeninfo var; /* copy of the current fb_var_screeninfo */ |
74 | struct timer_list cursor_timer; /* Cursor timer */ | 72 | struct timer_list cursor_timer; /* Cursor timer */ |
75 | struct fb_cursor cursor_state; | 73 | struct fb_cursor cursor_state; |
74 | struct display *p; | ||
76 | int currcon; /* Current VC. */ | 75 | int currcon; /* Current VC. */ |
77 | int cursor_flash; | 76 | int cursor_flash; |
78 | int cursor_reset; | 77 | int cursor_reset; |
diff --git a/drivers/video/console/fbcon_ccw.c b/drivers/video/console/fbcon_ccw.c index 680aabab73c5..3afd1eeb1ade 100644 --- a/drivers/video/console/fbcon_ccw.c +++ b/drivers/video/console/fbcon_ccw.c | |||
@@ -63,9 +63,9 @@ static inline void ccw_update_attr(u8 *dst, u8 *src, int attribute, | |||
63 | static void ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, | 63 | static void ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, |
64 | int sx, int dy, int dx, int height, int width) | 64 | int sx, int dy, int dx, int height, int width) |
65 | { | 65 | { |
66 | struct display *p = &fb_display[vc->vc_num]; | 66 | struct fbcon_ops *ops = info->fbcon_par; |
67 | struct fb_copyarea area; | 67 | struct fb_copyarea area; |
68 | u32 vyres = GETVYRES(p->scrollmode, info); | 68 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
69 | 69 | ||
70 | area.sx = sy * vc->vc_font.height; | 70 | area.sx = sy * vc->vc_font.height; |
71 | area.sy = vyres - ((sx + width) * vc->vc_font.width); | 71 | area.sy = vyres - ((sx + width) * vc->vc_font.width); |
@@ -80,10 +80,10 @@ static void ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, | |||
80 | static void ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, | 80 | static void ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, |
81 | int sx, int height, int width) | 81 | int sx, int height, int width) |
82 | { | 82 | { |
83 | struct display *p = &fb_display[vc->vc_num]; | 83 | struct fbcon_ops *ops = info->fbcon_par; |
84 | struct fb_fillrect region; | 84 | struct fb_fillrect region; |
85 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; | 85 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; |
86 | u32 vyres = GETVYRES(p->scrollmode, info); | 86 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
87 | 87 | ||
88 | region.color = attr_bgcol_ec(bgshift,vc); | 88 | region.color = attr_bgcol_ec(bgshift,vc); |
89 | region.dx = sy * vc->vc_font.height; | 89 | region.dx = sy * vc->vc_font.height; |
@@ -131,7 +131,6 @@ static void ccw_putcs(struct vc_data *vc, struct fb_info *info, | |||
131 | int fg, int bg) | 131 | int fg, int bg) |
132 | { | 132 | { |
133 | struct fb_image image; | 133 | struct fb_image image; |
134 | struct display *p = &fb_display[vc->vc_num]; | ||
135 | struct fbcon_ops *ops = info->fbcon_par; | 134 | struct fbcon_ops *ops = info->fbcon_par; |
136 | u32 width = (vc->vc_font.height + 7)/8; | 135 | u32 width = (vc->vc_font.height + 7)/8; |
137 | u32 cellsize = width * vc->vc_font.width; | 136 | u32 cellsize = width * vc->vc_font.width; |
@@ -141,7 +140,7 @@ static void ccw_putcs(struct vc_data *vc, struct fb_info *info, | |||
141 | u32 cnt, pitch, size; | 140 | u32 cnt, pitch, size; |
142 | u32 attribute = get_attribute(info, scr_readw(s)); | 141 | u32 attribute = get_attribute(info, scr_readw(s)); |
143 | u8 *dst, *buf = NULL; | 142 | u8 *dst, *buf = NULL; |
144 | u32 vyres = GETVYRES(p->scrollmode, info); | 143 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
145 | 144 | ||
146 | if (!ops->fontbuffer) | 145 | if (!ops->fontbuffer) |
147 | return; | 146 | return; |
@@ -397,9 +396,8 @@ static void ccw_cursor(struct vc_data *vc, struct fb_info *info, | |||
397 | int ccw_update_start(struct fb_info *info) | 396 | int ccw_update_start(struct fb_info *info) |
398 | { | 397 | { |
399 | struct fbcon_ops *ops = info->fbcon_par; | 398 | struct fbcon_ops *ops = info->fbcon_par; |
400 | struct display *p = &fb_display[ops->currcon]; | ||
401 | u32 yoffset; | 399 | u32 yoffset; |
402 | u32 vyres = GETVYRES(p->scrollmode, info); | 400 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
403 | int err; | 401 | int err; |
404 | 402 | ||
405 | yoffset = (vyres - info->var.yres) - ops->var.xoffset; | 403 | yoffset = (vyres - info->var.yres) - ops->var.xoffset; |
diff --git a/drivers/video/console/fbcon_cw.c b/drivers/video/console/fbcon_cw.c index 6c6f3b6dd175..6d92b8456206 100644 --- a/drivers/video/console/fbcon_cw.c +++ b/drivers/video/console/fbcon_cw.c | |||
@@ -49,9 +49,9 @@ static inline void cw_update_attr(u8 *dst, u8 *src, int attribute, | |||
49 | static void cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, | 49 | static void cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, |
50 | int sx, int dy, int dx, int height, int width) | 50 | int sx, int dy, int dx, int height, int width) |
51 | { | 51 | { |
52 | struct display *p = &fb_display[vc->vc_num]; | 52 | struct fbcon_ops *ops = info->fbcon_par; |
53 | struct fb_copyarea area; | 53 | struct fb_copyarea area; |
54 | u32 vxres = GETVXRES(p->scrollmode, info); | 54 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
55 | 55 | ||
56 | area.sx = vxres - ((sy + height) * vc->vc_font.height); | 56 | area.sx = vxres - ((sy + height) * vc->vc_font.height); |
57 | area.sy = sx * vc->vc_font.width; | 57 | area.sy = sx * vc->vc_font.width; |
@@ -66,10 +66,10 @@ static void cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, | |||
66 | static void cw_clear(struct vc_data *vc, struct fb_info *info, int sy, | 66 | static void cw_clear(struct vc_data *vc, struct fb_info *info, int sy, |
67 | int sx, int height, int width) | 67 | int sx, int height, int width) |
68 | { | 68 | { |
69 | struct display *p = &fb_display[vc->vc_num]; | 69 | struct fbcon_ops *ops = info->fbcon_par; |
70 | struct fb_fillrect region; | 70 | struct fb_fillrect region; |
71 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; | 71 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; |
72 | u32 vxres = GETVXRES(p->scrollmode, info); | 72 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
73 | 73 | ||
74 | region.color = attr_bgcol_ec(bgshift,vc); | 74 | region.color = attr_bgcol_ec(bgshift,vc); |
75 | region.dx = vxres - ((sy + height) * vc->vc_font.height); | 75 | region.dx = vxres - ((sy + height) * vc->vc_font.height); |
@@ -117,7 +117,6 @@ static void cw_putcs(struct vc_data *vc, struct fb_info *info, | |||
117 | int fg, int bg) | 117 | int fg, int bg) |
118 | { | 118 | { |
119 | struct fb_image image; | 119 | struct fb_image image; |
120 | struct display *p = &fb_display[vc->vc_num]; | ||
121 | struct fbcon_ops *ops = info->fbcon_par; | 120 | struct fbcon_ops *ops = info->fbcon_par; |
122 | u32 width = (vc->vc_font.height + 7)/8; | 121 | u32 width = (vc->vc_font.height + 7)/8; |
123 | u32 cellsize = width * vc->vc_font.width; | 122 | u32 cellsize = width * vc->vc_font.width; |
@@ -127,7 +126,7 @@ static void cw_putcs(struct vc_data *vc, struct fb_info *info, | |||
127 | u32 cnt, pitch, size; | 126 | u32 cnt, pitch, size; |
128 | u32 attribute = get_attribute(info, scr_readw(s)); | 127 | u32 attribute = get_attribute(info, scr_readw(s)); |
129 | u8 *dst, *buf = NULL; | 128 | u8 *dst, *buf = NULL; |
130 | u32 vxres = GETVXRES(p->scrollmode, info); | 129 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
131 | 130 | ||
132 | if (!ops->fontbuffer) | 131 | if (!ops->fontbuffer) |
133 | return; | 132 | return; |
@@ -381,8 +380,7 @@ static void cw_cursor(struct vc_data *vc, struct fb_info *info, | |||
381 | int cw_update_start(struct fb_info *info) | 380 | int cw_update_start(struct fb_info *info) |
382 | { | 381 | { |
383 | struct fbcon_ops *ops = info->fbcon_par; | 382 | struct fbcon_ops *ops = info->fbcon_par; |
384 | struct display *p = &fb_display[ops->currcon]; | 383 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
385 | u32 vxres = GETVXRES(p->scrollmode, info); | ||
386 | u32 xoffset; | 384 | u32 xoffset; |
387 | int err; | 385 | int err; |
388 | 386 | ||
diff --git a/drivers/video/console/fbcon_ud.c b/drivers/video/console/fbcon_ud.c index 2e1d9d4249cd..c4d7c89212b4 100644 --- a/drivers/video/console/fbcon_ud.c +++ b/drivers/video/console/fbcon_ud.c | |||
@@ -48,10 +48,10 @@ static inline void ud_update_attr(u8 *dst, u8 *src, int attribute, | |||
48 | static void ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, | 48 | static void ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, |
49 | int sx, int dy, int dx, int height, int width) | 49 | int sx, int dy, int dx, int height, int width) |
50 | { | 50 | { |
51 | struct display *p = &fb_display[vc->vc_num]; | 51 | struct fbcon_ops *ops = info->fbcon_par; |
52 | struct fb_copyarea area; | 52 | struct fb_copyarea area; |
53 | u32 vyres = GETVYRES(p->scrollmode, info); | 53 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
54 | u32 vxres = GETVXRES(p->scrollmode, info); | 54 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
55 | 55 | ||
56 | area.sy = vyres - ((sy + height) * vc->vc_font.height); | 56 | area.sy = vyres - ((sy + height) * vc->vc_font.height); |
57 | area.sx = vxres - ((sx + width) * vc->vc_font.width); | 57 | area.sx = vxres - ((sx + width) * vc->vc_font.width); |
@@ -66,11 +66,11 @@ static void ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, | |||
66 | static void ud_clear(struct vc_data *vc, struct fb_info *info, int sy, | 66 | static void ud_clear(struct vc_data *vc, struct fb_info *info, int sy, |
67 | int sx, int height, int width) | 67 | int sx, int height, int width) |
68 | { | 68 | { |
69 | struct display *p = &fb_display[vc->vc_num]; | 69 | struct fbcon_ops *ops = info->fbcon_par; |
70 | struct fb_fillrect region; | 70 | struct fb_fillrect region; |
71 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; | 71 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; |
72 | u32 vyres = GETVYRES(p->scrollmode, info); | 72 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
73 | u32 vxres = GETVXRES(p->scrollmode, info); | 73 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
74 | 74 | ||
75 | region.color = attr_bgcol_ec(bgshift,vc); | 75 | region.color = attr_bgcol_ec(bgshift,vc); |
76 | region.dy = vyres - ((sy + height) * vc->vc_font.height); | 76 | region.dy = vyres - ((sy + height) * vc->vc_font.height); |
@@ -153,7 +153,6 @@ static void ud_putcs(struct vc_data *vc, struct fb_info *info, | |||
153 | int fg, int bg) | 153 | int fg, int bg) |
154 | { | 154 | { |
155 | struct fb_image image; | 155 | struct fb_image image; |
156 | struct display *p = &fb_display[vc->vc_num]; | ||
157 | struct fbcon_ops *ops = info->fbcon_par; | 156 | struct fbcon_ops *ops = info->fbcon_par; |
158 | u32 width = (vc->vc_font.width + 7)/8; | 157 | u32 width = (vc->vc_font.width + 7)/8; |
159 | u32 cellsize = width * vc->vc_font.height; | 158 | u32 cellsize = width * vc->vc_font.height; |
@@ -163,8 +162,8 @@ static void ud_putcs(struct vc_data *vc, struct fb_info *info, | |||
163 | u32 mod = vc->vc_font.width % 8, cnt, pitch, size; | 162 | u32 mod = vc->vc_font.width % 8, cnt, pitch, size; |
164 | u32 attribute = get_attribute(info, scr_readw(s)); | 163 | u32 attribute = get_attribute(info, scr_readw(s)); |
165 | u8 *dst, *buf = NULL; | 164 | u8 *dst, *buf = NULL; |
166 | u32 vyres = GETVYRES(p->scrollmode, info); | 165 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
167 | u32 vxres = GETVXRES(p->scrollmode, info); | 166 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
168 | 167 | ||
169 | if (!ops->fontbuffer) | 168 | if (!ops->fontbuffer) |
170 | return; | 169 | return; |
@@ -421,10 +420,9 @@ static void ud_cursor(struct vc_data *vc, struct fb_info *info, | |||
421 | int ud_update_start(struct fb_info *info) | 420 | int ud_update_start(struct fb_info *info) |
422 | { | 421 | { |
423 | struct fbcon_ops *ops = info->fbcon_par; | 422 | struct fbcon_ops *ops = info->fbcon_par; |
424 | struct display *p = &fb_display[ops->currcon]; | ||
425 | u32 xoffset, yoffset; | 423 | u32 xoffset, yoffset; |
426 | u32 vyres = GETVYRES(p->scrollmode, info); | 424 | u32 vyres = GETVYRES(ops->p->scrollmode, info); |
427 | u32 vxres = GETVXRES(p->scrollmode, info); | 425 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |
428 | int err; | 426 | int err; |
429 | 427 | ||
430 | xoffset = (vxres - info->var.xres) - ops->var.xoffset; | 428 | xoffset = (vxres - info->var.xres) - ops->var.xoffset; |
diff --git a/drivers/video/console/font_rl.c b/drivers/video/console/font_rl.c deleted file mode 100644 index dfecc27d8ded..000000000000 --- a/drivers/video/console/font_rl.c +++ /dev/null | |||
@@ -1,4374 +0,0 @@ | |||
1 | |||
2 | /* This font is simply the "rl.fnt" console font from the kbd utility. | ||
3 | * Converted by Zack T Smith, fbui@comcast.net. | ||
4 | * The original binary file is covered under the GNU Public License. | ||
5 | */ | ||
6 | |||
7 | #include <linux/font.h> | ||
8 | |||
9 | #define FONTDATAMAX 4096 | ||
10 | |||
11 | static unsigned char patterns[4096] = { | ||
12 | 0x00, | ||
13 | 0x00, | ||
14 | 0x00, | ||
15 | 0x00, | ||
16 | 0x00, | ||
17 | 0x00, | ||
18 | 0x00, | ||
19 | 0x00, | ||
20 | 0x00, | ||
21 | 0x00, | ||
22 | 0x00, | ||
23 | 0x00, | ||
24 | 0x00, | ||
25 | 0x00, | ||
26 | 0x00, | ||
27 | 0x00, | ||
28 | |||
29 | 0x00, | ||
30 | 0x00, | ||
31 | 0x3c, | ||
32 | 0x42, | ||
33 | 0x81, | ||
34 | 0xe7, | ||
35 | 0xa5, | ||
36 | 0x99, | ||
37 | 0x81, | ||
38 | 0x81, | ||
39 | 0x99, | ||
40 | 0x42, | ||
41 | 0x3c, | ||
42 | 0x00, | ||
43 | 0x00, | ||
44 | 0x00, | ||
45 | |||
46 | 0x00, | ||
47 | 0x00, | ||
48 | 0x3c, | ||
49 | 0x7e, | ||
50 | 0xff, | ||
51 | 0x99, | ||
52 | 0xdb, | ||
53 | 0xe7, | ||
54 | 0xff, | ||
55 | 0xff, | ||
56 | 0xe7, | ||
57 | 0x7e, | ||
58 | 0x3c, | ||
59 | 0x00, | ||
60 | 0x00, | ||
61 | 0x00, | ||
62 | |||
63 | 0x00, | ||
64 | 0x00, | ||
65 | 0x00, | ||
66 | 0x6c, | ||
67 | 0xfe, | ||
68 | 0xfe, | ||
69 | 0xfe, | ||
70 | 0xfe, | ||
71 | 0xfe, | ||
72 | 0x7c, | ||
73 | 0x38, | ||
74 | 0x10, | ||
75 | 0x00, | ||
76 | 0x00, | ||
77 | 0x00, | ||
78 | 0x00, | ||
79 | |||
80 | 0x00, | ||
81 | 0x00, | ||
82 | 0x00, | ||
83 | 0x00, | ||
84 | 0x10, | ||
85 | 0x38, | ||
86 | 0x7c, | ||
87 | 0xfe, | ||
88 | 0x7c, | ||
89 | 0x38, | ||
90 | 0x10, | ||
91 | 0x00, | ||
92 | 0x00, | ||
93 | 0x00, | ||
94 | 0x00, | ||
95 | 0x00, | ||
96 | |||
97 | 0x00, | ||
98 | 0x00, | ||
99 | 0x38, | ||
100 | 0x38, | ||
101 | 0x10, | ||
102 | 0xd6, | ||
103 | 0xfe, | ||
104 | 0xd6, | ||
105 | 0x10, | ||
106 | 0x10, | ||
107 | 0x38, | ||
108 | 0x7c, | ||
109 | 0x00, | ||
110 | 0x00, | ||
111 | 0x00, | ||
112 | 0x00, | ||
113 | |||
114 | 0x00, | ||
115 | 0x00, | ||
116 | 0x10, | ||
117 | 0x38, | ||
118 | 0x7c, | ||
119 | 0xfe, | ||
120 | 0xfe, | ||
121 | 0x54, | ||
122 | 0x10, | ||
123 | 0x10, | ||
124 | 0x38, | ||
125 | 0x7c, | ||
126 | 0x00, | ||
127 | 0x00, | ||
128 | 0x00, | ||
129 | 0x00, | ||
130 | |||
131 | 0x00, | ||
132 | 0x00, | ||
133 | 0x00, | ||
134 | 0x00, | ||
135 | 0x00, | ||
136 | 0x00, | ||
137 | 0x18, | ||
138 | 0x3c, | ||
139 | 0x3c, | ||
140 | 0x18, | ||
141 | 0x00, | ||
142 | 0x00, | ||
143 | 0x00, | ||
144 | 0x00, | ||
145 | 0x00, | ||
146 | 0x00, | ||
147 | |||
148 | 0xff, | ||
149 | 0xff, | ||
150 | 0xff, | ||
151 | 0xff, | ||
152 | 0xff, | ||
153 | 0xff, | ||
154 | 0xe7, | ||
155 | 0xc3, | ||
156 | 0xc3, | ||
157 | 0xe7, | ||
158 | 0xff, | ||
159 | 0xff, | ||
160 | 0xff, | ||
161 | 0xff, | ||
162 | 0xff, | ||
163 | 0xff, | ||
164 | |||
165 | 0x00, | ||
166 | 0x00, | ||
167 | 0x00, | ||
168 | 0x00, | ||
169 | 0x00, | ||
170 | 0x3c, | ||
171 | 0x66, | ||
172 | 0x42, | ||
173 | 0x42, | ||
174 | 0x66, | ||
175 | 0x3c, | ||
176 | 0x00, | ||
177 | 0x00, | ||
178 | 0x00, | ||
179 | 0x00, | ||
180 | 0x00, | ||
181 | |||
182 | 0xff, | ||
183 | 0xff, | ||
184 | 0xff, | ||
185 | 0xff, | ||
186 | 0xff, | ||
187 | 0xc3, | ||
188 | 0x99, | ||
189 | 0xbd, | ||
190 | 0xbd, | ||
191 | 0x99, | ||
192 | 0xc3, | ||
193 | 0xff, | ||
194 | 0xff, | ||
195 | 0xff, | ||
196 | 0xff, | ||
197 | 0xff, | ||
198 | |||
199 | 0x00, | ||
200 | 0x00, | ||
201 | 0x0f, | ||
202 | 0x07, | ||
203 | 0x0d, | ||
204 | 0x18, | ||
205 | 0x78, | ||
206 | 0xcc, | ||
207 | 0xcc, | ||
208 | 0xcc, | ||
209 | 0xcc, | ||
210 | 0x78, | ||
211 | 0x00, | ||
212 | 0x00, | ||
213 | 0x00, | ||
214 | 0x00, | ||
215 | |||
216 | 0x00, | ||
217 | 0x00, | ||
218 | 0x3c, | ||
219 | 0x66, | ||
220 | 0x66, | ||
221 | 0x66, | ||
222 | 0x3c, | ||
223 | 0x18, | ||
224 | 0x7e, | ||
225 | 0x18, | ||
226 | 0x18, | ||
227 | 0x18, | ||
228 | 0x00, | ||
229 | 0x00, | ||
230 | 0x00, | ||
231 | 0x00, | ||
232 | |||
233 | 0x00, | ||
234 | 0x08, | ||
235 | 0x0c, | ||
236 | 0x0a, | ||
237 | 0x0a, | ||
238 | 0x0a, | ||
239 | 0x08, | ||
240 | 0x08, | ||
241 | 0x08, | ||
242 | 0x38, | ||
243 | 0x78, | ||
244 | 0x30, | ||
245 | 0x00, | ||
246 | 0x00, | ||
247 | 0x00, | ||
248 | 0x00, | ||
249 | |||
250 | 0x00, | ||
251 | 0x10, | ||
252 | 0x18, | ||
253 | 0x1c, | ||
254 | 0x1e, | ||
255 | 0x1e, | ||
256 | 0x16, | ||
257 | 0x12, | ||
258 | 0x72, | ||
259 | 0xf2, | ||
260 | 0x62, | ||
261 | 0x0e, | ||
262 | 0x1e, | ||
263 | 0x0c, | ||
264 | 0x00, | ||
265 | 0x00, | ||
266 | |||
267 | 0x00, | ||
268 | 0x00, | ||
269 | 0x00, | ||
270 | 0x10, | ||
271 | 0x92, | ||
272 | 0x54, | ||
273 | 0x38, | ||
274 | 0xfe, | ||
275 | 0x38, | ||
276 | 0x54, | ||
277 | 0x92, | ||
278 | 0x10, | ||
279 | 0x00, | ||
280 | 0x00, | ||
281 | 0x00, | ||
282 | 0x00, | ||
283 | |||
284 | 0x00, | ||
285 | 0x00, | ||
286 | 0x00, | ||
287 | 0x80, | ||
288 | 0xc0, | ||
289 | 0xe0, | ||
290 | 0xb8, | ||
291 | 0x8e, | ||
292 | 0xb8, | ||
293 | 0xe0, | ||
294 | 0xc0, | ||
295 | 0x80, | ||
296 | 0x00, | ||
297 | 0x00, | ||
298 | 0x00, | ||
299 | 0x00, | ||
300 | |||
301 | 0x00, | ||
302 | 0x00, | ||
303 | 0x00, | ||
304 | 0x02, | ||
305 | 0x06, | ||
306 | 0x0e, | ||
307 | 0x3a, | ||
308 | 0xe2, | ||
309 | 0x3a, | ||
310 | 0x0e, | ||
311 | 0x06, | ||
312 | 0x02, | ||
313 | 0x00, | ||
314 | 0x00, | ||
315 | 0x00, | ||
316 | 0x00, | ||
317 | |||
318 | 0x00, | ||
319 | 0x00, | ||
320 | 0x10, | ||
321 | 0x38, | ||
322 | 0x7c, | ||
323 | 0xd6, | ||
324 | 0x10, | ||
325 | 0x10, | ||
326 | 0x10, | ||
327 | 0x10, | ||
328 | 0xd6, | ||
329 | 0x7c, | ||
330 | 0x38, | ||
331 | 0x10, | ||
332 | 0x00, | ||
333 | 0x00, | ||
334 | |||
335 | 0x00, | ||
336 | 0x42, | ||
337 | 0xe7, | ||
338 | 0xe7, | ||
339 | 0xe7, | ||
340 | 0xe7, | ||
341 | 0x42, | ||
342 | 0x42, | ||
343 | 0x42, | ||
344 | 0x00, | ||
345 | 0x66, | ||
346 | 0x66, | ||
347 | 0x66, | ||
348 | 0x00, | ||
349 | 0x00, | ||
350 | 0x00, | ||
351 | |||
352 | 0x00, | ||
353 | 0x7f, | ||
354 | 0xca, | ||
355 | 0xca, | ||
356 | 0xca, | ||
357 | 0xca, | ||
358 | 0x7a, | ||
359 | 0x0a, | ||
360 | 0x0a, | ||
361 | 0x0a, | ||
362 | 0x0a, | ||
363 | 0x0a, | ||
364 | 0x1b, | ||
365 | 0x00, | ||
366 | 0x00, | ||
367 | 0x00, | ||
368 | |||
369 | 0x00, | ||
370 | 0x1e, | ||
371 | 0x31, | ||
372 | 0x78, | ||
373 | 0xcc, | ||
374 | 0xc6, | ||
375 | 0xc3, | ||
376 | 0x63, | ||
377 | 0x33, | ||
378 | 0x1e, | ||
379 | 0x8c, | ||
380 | 0x78, | ||
381 | 0x00, | ||
382 | 0x00, | ||
383 | 0x00, | ||
384 | 0x00, | ||
385 | |||
386 | 0x00, | ||
387 | 0x00, | ||
388 | 0x00, | ||
389 | 0x00, | ||
390 | 0x00, | ||
391 | 0x00, | ||
392 | 0x00, | ||
393 | 0x00, | ||
394 | 0xfe, | ||
395 | 0xfe, | ||
396 | 0xfe, | ||
397 | 0xfe, | ||
398 | 0x00, | ||
399 | 0x00, | ||
400 | 0x00, | ||
401 | 0x00, | ||
402 | |||
403 | 0x00, | ||
404 | 0x00, | ||
405 | 0x10, | ||
406 | 0x38, | ||
407 | 0x7c, | ||
408 | 0xd6, | ||
409 | 0x10, | ||
410 | 0x10, | ||
411 | 0x10, | ||
412 | 0x10, | ||
413 | 0xd6, | ||
414 | 0x7c, | ||
415 | 0x38, | ||
416 | 0x10, | ||
417 | 0xfe, | ||
418 | 0x00, | ||
419 | |||
420 | 0x00, | ||
421 | 0x00, | ||
422 | 0x10, | ||
423 | 0x38, | ||
424 | 0x7c, | ||
425 | 0xd6, | ||
426 | 0x10, | ||
427 | 0x10, | ||
428 | 0x10, | ||
429 | 0x10, | ||
430 | 0x10, | ||
431 | 0x10, | ||
432 | 0x10, | ||
433 | 0x10, | ||
434 | 0x00, | ||
435 | 0x00, | ||
436 | |||
437 | 0x00, | ||
438 | 0x00, | ||
439 | 0x10, | ||
440 | 0x10, | ||
441 | 0x10, | ||
442 | 0x10, | ||
443 | 0x10, | ||
444 | 0x10, | ||
445 | 0x10, | ||
446 | 0x10, | ||
447 | 0xd6, | ||
448 | 0x7c, | ||
449 | 0x38, | ||
450 | 0x10, | ||
451 | 0x00, | ||
452 | 0x00, | ||
453 | |||
454 | 0x00, | ||
455 | 0x00, | ||
456 | 0x00, | ||
457 | 0x00, | ||
458 | 0x00, | ||
459 | 0x08, | ||
460 | 0x0c, | ||
461 | 0x06, | ||
462 | 0xff, | ||
463 | 0x06, | ||
464 | 0x0c, | ||
465 | 0x08, | ||
466 | 0x00, | ||
467 | 0x00, | ||
468 | 0x00, | ||
469 | 0x00, | ||
470 | |||
471 | 0x00, | ||
472 | 0x00, | ||
473 | 0x00, | ||
474 | 0x00, | ||
475 | 0x00, | ||
476 | 0x10, | ||
477 | 0x30, | ||
478 | 0x60, | ||
479 | 0xff, | ||
480 | 0x60, | ||
481 | 0x30, | ||
482 | 0x10, | ||
483 | 0x00, | ||
484 | 0x00, | ||
485 | 0x00, | ||
486 | 0x00, | ||
487 | |||
488 | 0x22, | ||
489 | 0x44, | ||
490 | 0x88, | ||
491 | 0xcc, | ||
492 | 0xee, | ||
493 | 0x44, | ||
494 | 0x00, | ||
495 | 0x00, | ||
496 | 0x00, | ||
497 | 0x00, | ||
498 | 0x00, | ||
499 | 0x00, | ||
500 | 0x00, | ||
501 | 0x00, | ||
502 | 0x00, | ||
503 | 0x00, | ||
504 | |||
505 | 0x00, | ||
506 | 0x00, | ||
507 | 0x00, | ||
508 | 0x00, | ||
509 | 0x00, | ||
510 | 0x24, | ||
511 | 0x42, | ||
512 | 0xff, | ||
513 | 0x42, | ||
514 | 0x24, | ||
515 | 0x00, | ||
516 | 0x00, | ||
517 | 0x00, | ||
518 | 0x00, | ||
519 | 0x00, | ||
520 | 0x00, | ||
521 | |||
522 | 0x00, | ||
523 | 0x00, | ||
524 | 0x00, | ||
525 | 0x10, | ||
526 | 0x38, | ||
527 | 0x38, | ||
528 | 0x6c, | ||
529 | 0x6c, | ||
530 | 0xc6, | ||
531 | 0xfe, | ||
532 | 0x00, | ||
533 | 0x00, | ||
534 | 0x00, | ||
535 | 0x00, | ||
536 | 0x00, | ||
537 | 0x00, | ||
538 | |||
539 | 0x00, | ||
540 | 0x00, | ||
541 | 0x00, | ||
542 | 0xfe, | ||
543 | 0xc6, | ||
544 | 0x6c, | ||
545 | 0x6c, | ||
546 | 0x38, | ||
547 | 0x38, | ||
548 | 0x10, | ||
549 | 0x00, | ||
550 | 0x00, | ||
551 | 0x00, | ||
552 | 0x00, | ||
553 | 0x00, | ||
554 | 0x00, | ||
555 | |||
556 | 0x00, | ||
557 | 0x00, | ||
558 | 0x00, | ||
559 | 0x00, | ||
560 | 0x00, | ||
561 | 0x00, | ||
562 | 0x00, | ||
563 | 0x00, | ||
564 | 0x00, | ||
565 | 0x00, | ||
566 | 0x00, | ||
567 | 0x00, | ||
568 | 0x00, | ||
569 | 0x00, | ||
570 | 0x00, | ||
571 | 0x00, | ||
572 | |||
573 | 0x00, | ||
574 | 0x18, | ||
575 | 0x3c, | ||
576 | 0x3c, | ||
577 | 0x3c, | ||
578 | 0x3c, | ||
579 | 0x18, | ||
580 | 0x18, | ||
581 | 0x18, | ||
582 | 0x10, | ||
583 | 0x00, | ||
584 | 0x18, | ||
585 | 0x18, | ||
586 | 0x00, | ||
587 | 0x00, | ||
588 | 0x00, | ||
589 | |||
590 | 0x22, | ||
591 | 0x77, | ||
592 | 0x33, | ||
593 | 0x11, | ||
594 | 0x22, | ||
595 | 0x44, | ||
596 | 0x00, | ||
597 | 0x00, | ||
598 | 0x00, | ||
599 | 0x00, | ||
600 | 0x00, | ||
601 | 0x00, | ||
602 | 0x00, | ||
603 | 0x00, | ||
604 | 0x00, | ||
605 | 0x00, | ||
606 | |||
607 | 0x00, | ||
608 | 0x00, | ||
609 | 0x12, | ||
610 | 0x12, | ||
611 | 0x12, | ||
612 | 0x7f, | ||
613 | 0x24, | ||
614 | 0x24, | ||
615 | 0x24, | ||
616 | 0xfe, | ||
617 | 0x48, | ||
618 | 0x48, | ||
619 | 0x48, | ||
620 | 0x00, | ||
621 | 0x00, | ||
622 | 0x00, | ||
623 | |||
624 | 0x10, | ||
625 | 0x10, | ||
626 | 0x7c, | ||
627 | 0xd2, | ||
628 | 0xd0, | ||
629 | 0xd0, | ||
630 | 0xd0, | ||
631 | 0x7c, | ||
632 | 0x16, | ||
633 | 0x16, | ||
634 | 0x16, | ||
635 | 0x96, | ||
636 | 0x7c, | ||
637 | 0x10, | ||
638 | 0x10, | ||
639 | 0x00, | ||
640 | |||
641 | 0x00, | ||
642 | 0x42, | ||
643 | 0xbe, | ||
644 | 0x44, | ||
645 | 0x0c, | ||
646 | 0x08, | ||
647 | 0x18, | ||
648 | 0x10, | ||
649 | 0x30, | ||
650 | 0x20, | ||
651 | 0x64, | ||
652 | 0x4a, | ||
653 | 0xc4, | ||
654 | 0x00, | ||
655 | 0x00, | ||
656 | 0x00, | ||
657 | |||
658 | 0x00, | ||
659 | 0x38, | ||
660 | 0x6c, | ||
661 | 0x6c, | ||
662 | 0x6c, | ||
663 | 0x38, | ||
664 | 0x37, | ||
665 | 0x72, | ||
666 | 0xdc, | ||
667 | 0xcc, | ||
668 | 0xcc, | ||
669 | 0xcc, | ||
670 | 0x77, | ||
671 | 0x00, | ||
672 | 0x00, | ||
673 | 0x00, | ||
674 | |||
675 | 0x10, | ||
676 | 0x38, | ||
677 | 0x18, | ||
678 | 0x08, | ||
679 | 0x10, | ||
680 | 0x20, | ||
681 | 0x00, | ||
682 | 0x00, | ||
683 | 0x00, | ||
684 | 0x00, | ||
685 | 0x00, | ||
686 | 0x00, | ||
687 | 0x00, | ||
688 | 0x00, | ||
689 | 0x00, | ||
690 | 0x00, | ||
691 | |||
692 | 0x00, | ||
693 | 0x04, | ||
694 | 0x08, | ||
695 | 0x10, | ||
696 | 0x10, | ||
697 | 0x30, | ||
698 | 0x30, | ||
699 | 0x30, | ||
700 | 0x30, | ||
701 | 0x30, | ||
702 | 0x10, | ||
703 | 0x10, | ||
704 | 0x08, | ||
705 | 0x04, | ||
706 | 0x00, | ||
707 | 0x00, | ||
708 | |||
709 | 0x00, | ||
710 | 0x20, | ||
711 | 0x10, | ||
712 | 0x08, | ||
713 | 0x08, | ||
714 | 0x0c, | ||
715 | 0x0c, | ||
716 | 0x0c, | ||
717 | 0x0c, | ||
718 | 0x0c, | ||
719 | 0x08, | ||
720 | 0x08, | ||
721 | 0x10, | ||
722 | 0x20, | ||
723 | 0x00, | ||
724 | 0x00, | ||
725 | |||
726 | 0x00, | ||
727 | 0x00, | ||
728 | 0x00, | ||
729 | 0x00, | ||
730 | 0x44, | ||
731 | 0x28, | ||
732 | 0x38, | ||
733 | 0xfe, | ||
734 | 0x38, | ||
735 | 0x28, | ||
736 | 0x44, | ||
737 | 0x00, | ||
738 | 0x00, | ||
739 | 0x00, | ||
740 | 0x00, | ||
741 | 0x00, | ||
742 | |||
743 | 0x00, | ||
744 | 0x00, | ||
745 | 0x00, | ||
746 | 0x00, | ||
747 | 0x00, | ||
748 | 0x18, | ||
749 | 0x18, | ||
750 | 0x7e, | ||
751 | 0x18, | ||
752 | 0x18, | ||
753 | 0x00, | ||
754 | 0x00, | ||
755 | 0x00, | ||
756 | 0x00, | ||
757 | 0x00, | ||
758 | 0x00, | ||
759 | |||
760 | 0x00, | ||
761 | 0x00, | ||
762 | 0x00, | ||
763 | 0x00, | ||
764 | 0x00, | ||
765 | 0x00, | ||
766 | 0x00, | ||
767 | 0x00, | ||
768 | 0x00, | ||
769 | 0x00, | ||
770 | 0x10, | ||
771 | 0x38, | ||
772 | 0x18, | ||
773 | 0x08, | ||
774 | 0x10, | ||
775 | 0x20, | ||
776 | |||
777 | 0x00, | ||
778 | 0x00, | ||
779 | 0x00, | ||
780 | 0x00, | ||
781 | 0x00, | ||
782 | 0x00, | ||
783 | 0x00, | ||
784 | 0x7e, | ||
785 | 0x00, | ||
786 | 0x00, | ||
787 | 0x00, | ||
788 | 0x00, | ||
789 | 0x00, | ||
790 | 0x00, | ||
791 | 0x00, | ||
792 | 0x00, | ||
793 | |||
794 | 0x00, | ||
795 | 0x00, | ||
796 | 0x00, | ||
797 | 0x00, | ||
798 | 0x00, | ||
799 | 0x00, | ||
800 | 0x00, | ||
801 | 0x00, | ||
802 | 0x00, | ||
803 | 0x00, | ||
804 | 0x10, | ||
805 | 0x38, | ||
806 | 0x10, | ||
807 | 0x00, | ||
808 | 0x00, | ||
809 | 0x00, | ||
810 | |||
811 | 0x00, | ||
812 | 0x06, | ||
813 | 0x06, | ||
814 | 0x0c, | ||
815 | 0x0c, | ||
816 | 0x18, | ||
817 | 0x18, | ||
818 | 0x30, | ||
819 | 0x30, | ||
820 | 0x60, | ||
821 | 0x60, | ||
822 | 0xc0, | ||
823 | 0xc0, | ||
824 | 0x00, | ||
825 | 0x00, | ||
826 | 0x00, | ||
827 | |||
828 | 0x00, | ||
829 | 0x00, | ||
830 | 0x00, | ||
831 | 0x00, | ||
832 | 0x3c, | ||
833 | 0x46, | ||
834 | 0xc6, | ||
835 | 0xc6, | ||
836 | 0xc6, | ||
837 | 0xc6, | ||
838 | 0xc6, | ||
839 | 0xc4, | ||
840 | 0x78, | ||
841 | 0x00, | ||
842 | 0x00, | ||
843 | 0x00, | ||
844 | |||
845 | 0x00, | ||
846 | 0x00, | ||
847 | 0x00, | ||
848 | 0x00, | ||
849 | 0x08, | ||
850 | 0x18, | ||
851 | 0x78, | ||
852 | 0x18, | ||
853 | 0x18, | ||
854 | 0x18, | ||
855 | 0x18, | ||
856 | 0x18, | ||
857 | 0x7e, | ||
858 | 0x00, | ||
859 | 0x00, | ||
860 | 0x00, | ||
861 | |||
862 | 0x00, | ||
863 | 0x00, | ||
864 | 0x00, | ||
865 | 0x00, | ||
866 | 0x7c, | ||
867 | 0x86, | ||
868 | 0x06, | ||
869 | 0x0c, | ||
870 | 0x18, | ||
871 | 0x20, | ||
872 | 0x40, | ||
873 | 0xc1, | ||
874 | 0xfe, | ||
875 | 0x00, | ||
876 | 0x00, | ||
877 | 0x00, | ||
878 | |||
879 | 0x00, | ||
880 | 0x00, | ||
881 | 0x00, | ||
882 | 0x00, | ||
883 | 0x3c, | ||
884 | 0x46, | ||
885 | 0x04, | ||
886 | 0x08, | ||
887 | 0x1c, | ||
888 | 0x06, | ||
889 | 0x06, | ||
890 | 0x06, | ||
891 | 0x06, | ||
892 | 0x0c, | ||
893 | 0x70, | ||
894 | 0x00, | ||
895 | |||
896 | 0x00, | ||
897 | 0x00, | ||
898 | 0x00, | ||
899 | 0x00, | ||
900 | 0x04, | ||
901 | 0x08, | ||
902 | 0x10, | ||
903 | 0x2c, | ||
904 | 0x4c, | ||
905 | 0x8c, | ||
906 | 0x8c, | ||
907 | 0xfe, | ||
908 | 0x0c, | ||
909 | 0x0c, | ||
910 | 0x0c, | ||
911 | 0x00, | ||
912 | |||
913 | 0x00, | ||
914 | 0x00, | ||
915 | 0x00, | ||
916 | 0x02, | ||
917 | 0x3c, | ||
918 | 0x20, | ||
919 | 0x20, | ||
920 | 0x70, | ||
921 | 0x0c, | ||
922 | 0x06, | ||
923 | 0x06, | ||
924 | 0x06, | ||
925 | 0x06, | ||
926 | 0x0c, | ||
927 | 0x70, | ||
928 | 0x00, | ||
929 | |||
930 | 0x00, | ||
931 | 0x00, | ||
932 | 0x18, | ||
933 | 0x20, | ||
934 | 0x40, | ||
935 | 0xc0, | ||
936 | 0xdc, | ||
937 | 0xc6, | ||
938 | 0xc6, | ||
939 | 0xc6, | ||
940 | 0xc6, | ||
941 | 0x44, | ||
942 | 0x38, | ||
943 | 0x00, | ||
944 | 0x00, | ||
945 | 0x00, | ||
946 | |||
947 | 0x00, | ||
948 | 0x00, | ||
949 | 0x00, | ||
950 | 0x40, | ||
951 | 0x7e, | ||
952 | 0x82, | ||
953 | 0x06, | ||
954 | 0x04, | ||
955 | 0x0c, | ||
956 | 0x18, | ||
957 | 0x18, | ||
958 | 0x30, | ||
959 | 0x30, | ||
960 | 0x30, | ||
961 | 0x30, | ||
962 | 0x00, | ||
963 | |||
964 | 0x00, | ||
965 | 0x00, | ||
966 | 0x7c, | ||
967 | 0xc6, | ||
968 | 0xc6, | ||
969 | 0x64, | ||
970 | 0x38, | ||
971 | 0x4c, | ||
972 | 0xc6, | ||
973 | 0xc6, | ||
974 | 0xc6, | ||
975 | 0xc6, | ||
976 | 0x7c, | ||
977 | 0x00, | ||
978 | 0x00, | ||
979 | 0x00, | ||
980 | |||
981 | 0x00, | ||
982 | 0x00, | ||
983 | 0x00, | ||
984 | 0x00, | ||
985 | 0x38, | ||
986 | 0x44, | ||
987 | 0xc6, | ||
988 | 0xc6, | ||
989 | 0x76, | ||
990 | 0x06, | ||
991 | 0x06, | ||
992 | 0x06, | ||
993 | 0x04, | ||
994 | 0x08, | ||
995 | 0x30, | ||
996 | 0x00, | ||
997 | |||
998 | 0x00, | ||
999 | 0x00, | ||
1000 | 0x00, | ||
1001 | 0x00, | ||
1002 | 0x10, | ||
1003 | 0x38, | ||
1004 | 0x10, | ||
1005 | 0x00, | ||
1006 | 0x00, | ||
1007 | 0x00, | ||
1008 | 0x10, | ||
1009 | 0x38, | ||
1010 | 0x10, | ||
1011 | 0x00, | ||
1012 | 0x00, | ||
1013 | 0x00, | ||
1014 | |||
1015 | 0x00, | ||
1016 | 0x00, | ||
1017 | 0x00, | ||
1018 | 0x00, | ||
1019 | 0x10, | ||
1020 | 0x38, | ||
1021 | 0x10, | ||
1022 | 0x00, | ||
1023 | 0x00, | ||
1024 | 0x00, | ||
1025 | 0x10, | ||
1026 | 0x38, | ||
1027 | 0x18, | ||
1028 | 0x08, | ||
1029 | 0x10, | ||
1030 | 0x20, | ||
1031 | |||
1032 | 0x00, | ||
1033 | 0x06, | ||
1034 | 0x0c, | ||
1035 | 0x18, | ||
1036 | 0x30, | ||
1037 | 0x60, | ||
1038 | 0xa0, | ||
1039 | 0xa0, | ||
1040 | 0x60, | ||
1041 | 0x30, | ||
1042 | 0x18, | ||
1043 | 0x0c, | ||
1044 | 0x06, | ||
1045 | 0x00, | ||
1046 | 0x00, | ||
1047 | 0x00, | ||
1048 | |||
1049 | 0x00, | ||
1050 | 0x00, | ||
1051 | 0x00, | ||
1052 | 0x00, | ||
1053 | 0x00, | ||
1054 | 0x7e, | ||
1055 | 0x00, | ||
1056 | 0x00, | ||
1057 | 0x7e, | ||
1058 | 0x00, | ||
1059 | 0x00, | ||
1060 | 0x00, | ||
1061 | 0x00, | ||
1062 | 0x00, | ||
1063 | 0x00, | ||
1064 | 0x00, | ||
1065 | |||
1066 | 0x00, | ||
1067 | 0x60, | ||
1068 | 0x30, | ||
1069 | 0x18, | ||
1070 | 0x0c, | ||
1071 | 0x06, | ||
1072 | 0x05, | ||
1073 | 0x05, | ||
1074 | 0x06, | ||
1075 | 0x0c, | ||
1076 | 0x18, | ||
1077 | 0x30, | ||
1078 | 0x60, | ||
1079 | 0x00, | ||
1080 | 0x00, | ||
1081 | 0x00, | ||
1082 | |||
1083 | 0x00, | ||
1084 | 0x7c, | ||
1085 | 0x86, | ||
1086 | 0xc6, | ||
1087 | 0x06, | ||
1088 | 0x04, | ||
1089 | 0x08, | ||
1090 | 0x10, | ||
1091 | 0x10, | ||
1092 | 0x18, | ||
1093 | 0x00, | ||
1094 | 0x18, | ||
1095 | 0x18, | ||
1096 | 0x00, | ||
1097 | 0x00, | ||
1098 | 0x00, | ||
1099 | |||
1100 | 0x00, | ||
1101 | 0x00, | ||
1102 | 0x3c, | ||
1103 | 0x46, | ||
1104 | 0xc6, | ||
1105 | 0xce, | ||
1106 | 0xd6, | ||
1107 | 0xd6, | ||
1108 | 0xd6, | ||
1109 | 0xdc, | ||
1110 | 0xc0, | ||
1111 | 0xc4, | ||
1112 | 0x78, | ||
1113 | 0x00, | ||
1114 | 0x00, | ||
1115 | 0x00, | ||
1116 | |||
1117 | 0x00, | ||
1118 | 0x18, | ||
1119 | 0x18, | ||
1120 | 0x18, | ||
1121 | 0x3c, | ||
1122 | 0x2c, | ||
1123 | 0x2c, | ||
1124 | 0x2c, | ||
1125 | 0x7e, | ||
1126 | 0x46, | ||
1127 | 0x46, | ||
1128 | 0x46, | ||
1129 | 0xef, | ||
1130 | 0x00, | ||
1131 | 0x00, | ||
1132 | 0x00, | ||
1133 | |||
1134 | 0x00, | ||
1135 | 0xfc, | ||
1136 | 0x66, | ||
1137 | 0x66, | ||
1138 | 0x66, | ||
1139 | 0x66, | ||
1140 | 0x7c, | ||
1141 | 0x66, | ||
1142 | 0x66, | ||
1143 | 0x66, | ||
1144 | 0x66, | ||
1145 | 0x66, | ||
1146 | 0xfc, | ||
1147 | 0x00, | ||
1148 | 0x00, | ||
1149 | 0x00, | ||
1150 | |||
1151 | 0x00, | ||
1152 | 0x3a, | ||
1153 | 0x66, | ||
1154 | 0xc2, | ||
1155 | 0xc0, | ||
1156 | 0xc0, | ||
1157 | 0xc0, | ||
1158 | 0xc0, | ||
1159 | 0xc0, | ||
1160 | 0xc0, | ||
1161 | 0xc0, | ||
1162 | 0x62, | ||
1163 | 0x3c, | ||
1164 | 0x00, | ||
1165 | 0x00, | ||
1166 | 0x00, | ||
1167 | |||
1168 | 0x00, | ||
1169 | 0xfc, | ||
1170 | 0x66, | ||
1171 | 0x63, | ||
1172 | 0x63, | ||
1173 | 0x63, | ||
1174 | 0x63, | ||
1175 | 0x63, | ||
1176 | 0x63, | ||
1177 | 0x63, | ||
1178 | 0x63, | ||
1179 | 0x66, | ||
1180 | 0xfc, | ||
1181 | 0x00, | ||
1182 | 0x00, | ||
1183 | 0x00, | ||
1184 | |||
1185 | 0x00, | ||
1186 | 0xff, | ||
1187 | 0x61, | ||
1188 | 0x60, | ||
1189 | 0x60, | ||
1190 | 0x64, | ||
1191 | 0x7c, | ||
1192 | 0x64, | ||
1193 | 0x60, | ||
1194 | 0x60, | ||
1195 | 0x60, | ||
1196 | 0x61, | ||
1197 | 0xfe, | ||
1198 | 0x00, | ||
1199 | 0x00, | ||
1200 | 0x00, | ||
1201 | |||
1202 | 0x00, | ||
1203 | 0xff, | ||
1204 | 0x61, | ||
1205 | 0x61, | ||
1206 | 0x60, | ||
1207 | 0x64, | ||
1208 | 0x7c, | ||
1209 | 0x64, | ||
1210 | 0x60, | ||
1211 | 0x60, | ||
1212 | 0x60, | ||
1213 | 0x60, | ||
1214 | 0xf0, | ||
1215 | 0x00, | ||
1216 | 0x00, | ||
1217 | 0x00, | ||
1218 | |||
1219 | 0x00, | ||
1220 | 0x3a, | ||
1221 | 0x66, | ||
1222 | 0xc2, | ||
1223 | 0xc0, | ||
1224 | 0xc0, | ||
1225 | 0xc0, | ||
1226 | 0xcf, | ||
1227 | 0xc6, | ||
1228 | 0xc6, | ||
1229 | 0xc6, | ||
1230 | 0x66, | ||
1231 | 0x38, | ||
1232 | 0x00, | ||
1233 | 0x00, | ||
1234 | 0x00, | ||
1235 | |||
1236 | 0x00, | ||
1237 | 0xf7, | ||
1238 | 0x62, | ||
1239 | 0x62, | ||
1240 | 0x62, | ||
1241 | 0x62, | ||
1242 | 0x7e, | ||
1243 | 0x62, | ||
1244 | 0x62, | ||
1245 | 0x62, | ||
1246 | 0x62, | ||
1247 | 0x62, | ||
1248 | 0xf7, | ||
1249 | 0x00, | ||
1250 | 0x00, | ||
1251 | 0x00, | ||
1252 | |||
1253 | 0x00, | ||
1254 | 0x3c, | ||
1255 | 0x18, | ||
1256 | 0x18, | ||
1257 | 0x18, | ||
1258 | 0x18, | ||
1259 | 0x18, | ||
1260 | 0x18, | ||
1261 | 0x18, | ||
1262 | 0x18, | ||
1263 | 0x18, | ||
1264 | 0x18, | ||
1265 | 0x3c, | ||
1266 | 0x00, | ||
1267 | 0x00, | ||
1268 | 0x00, | ||
1269 | |||
1270 | 0x00, | ||
1271 | 0x1e, | ||
1272 | 0x0c, | ||
1273 | 0x0c, | ||
1274 | 0x0c, | ||
1275 | 0x0c, | ||
1276 | 0x0c, | ||
1277 | 0x0c, | ||
1278 | 0x0c, | ||
1279 | 0x0c, | ||
1280 | 0x0c, | ||
1281 | 0x0c, | ||
1282 | 0x0c, | ||
1283 | 0x0c, | ||
1284 | 0x08, | ||
1285 | 0xf0, | ||
1286 | |||
1287 | 0x00, | ||
1288 | 0xf7, | ||
1289 | 0x64, | ||
1290 | 0x6c, | ||
1291 | 0x68, | ||
1292 | 0x68, | ||
1293 | 0x78, | ||
1294 | 0x6c, | ||
1295 | 0x6c, | ||
1296 | 0x6c, | ||
1297 | 0x66, | ||
1298 | 0x66, | ||
1299 | 0xf7, | ||
1300 | 0x00, | ||
1301 | 0x00, | ||
1302 | 0x00, | ||
1303 | |||
1304 | 0x00, | ||
1305 | 0xf8, | ||
1306 | 0x60, | ||
1307 | 0x60, | ||
1308 | 0x60, | ||
1309 | 0x60, | ||
1310 | 0x60, | ||
1311 | 0x60, | ||
1312 | 0x60, | ||
1313 | 0x60, | ||
1314 | 0x60, | ||
1315 | 0x61, | ||
1316 | 0xfe, | ||
1317 | 0x00, | ||
1318 | 0x00, | ||
1319 | 0x00, | ||
1320 | |||
1321 | 0x00, | ||
1322 | 0xc3, | ||
1323 | 0x66, | ||
1324 | 0x76, | ||
1325 | 0x7e, | ||
1326 | 0x56, | ||
1327 | 0x56, | ||
1328 | 0x46, | ||
1329 | 0x46, | ||
1330 | 0x46, | ||
1331 | 0x46, | ||
1332 | 0x46, | ||
1333 | 0xef, | ||
1334 | 0x00, | ||
1335 | 0x00, | ||
1336 | 0x00, | ||
1337 | |||
1338 | 0x00, | ||
1339 | 0xe7, | ||
1340 | 0x62, | ||
1341 | 0x62, | ||
1342 | 0x72, | ||
1343 | 0x52, | ||
1344 | 0x5a, | ||
1345 | 0x4a, | ||
1346 | 0x4e, | ||
1347 | 0x46, | ||
1348 | 0x46, | ||
1349 | 0x42, | ||
1350 | 0xe2, | ||
1351 | 0x00, | ||
1352 | 0x00, | ||
1353 | 0x00, | ||
1354 | |||
1355 | 0x00, | ||
1356 | 0x3c, | ||
1357 | 0x66, | ||
1358 | 0xc3, | ||
1359 | 0xc3, | ||
1360 | 0xc3, | ||
1361 | 0xc3, | ||
1362 | 0xc3, | ||
1363 | 0xc3, | ||
1364 | 0xc3, | ||
1365 | 0xc3, | ||
1366 | 0x66, | ||
1367 | 0x3c, | ||
1368 | 0x00, | ||
1369 | 0x00, | ||
1370 | 0x00, | ||
1371 | |||
1372 | 0x00, | ||
1373 | 0xfc, | ||
1374 | 0x66, | ||
1375 | 0x66, | ||
1376 | 0x66, | ||
1377 | 0x66, | ||
1378 | 0x6c, | ||
1379 | 0x60, | ||
1380 | 0x60, | ||
1381 | 0x60, | ||
1382 | 0x60, | ||
1383 | 0x60, | ||
1384 | 0xf0, | ||
1385 | 0x00, | ||
1386 | 0x00, | ||
1387 | 0x00, | ||
1388 | |||
1389 | 0x00, | ||
1390 | 0x3c, | ||
1391 | 0x66, | ||
1392 | 0xc3, | ||
1393 | 0xc3, | ||
1394 | 0xc3, | ||
1395 | 0xc3, | ||
1396 | 0xc3, | ||
1397 | 0xc3, | ||
1398 | 0xc3, | ||
1399 | 0xc3, | ||
1400 | 0x66, | ||
1401 | 0x3c, | ||
1402 | 0x10, | ||
1403 | 0x39, | ||
1404 | 0x0e, | ||
1405 | |||
1406 | 0x00, | ||
1407 | 0xfc, | ||
1408 | 0x66, | ||
1409 | 0x66, | ||
1410 | 0x66, | ||
1411 | 0x66, | ||
1412 | 0x7c, | ||
1413 | 0x6c, | ||
1414 | 0x66, | ||
1415 | 0x66, | ||
1416 | 0x66, | ||
1417 | 0x66, | ||
1418 | 0xf3, | ||
1419 | 0x00, | ||
1420 | 0x00, | ||
1421 | 0x00, | ||
1422 | |||
1423 | 0x00, | ||
1424 | 0x7a, | ||
1425 | 0xc6, | ||
1426 | 0xc2, | ||
1427 | 0xc0, | ||
1428 | 0x70, | ||
1429 | 0x3c, | ||
1430 | 0x0e, | ||
1431 | 0x06, | ||
1432 | 0x06, | ||
1433 | 0x86, | ||
1434 | 0xc6, | ||
1435 | 0xbc, | ||
1436 | 0x00, | ||
1437 | 0x00, | ||
1438 | 0x00, | ||
1439 | |||
1440 | 0x00, | ||
1441 | 0xff, | ||
1442 | 0x99, | ||
1443 | 0x18, | ||
1444 | 0x18, | ||
1445 | 0x18, | ||
1446 | 0x18, | ||
1447 | 0x18, | ||
1448 | 0x18, | ||
1449 | 0x18, | ||
1450 | 0x18, | ||
1451 | 0x18, | ||
1452 | 0x3c, | ||
1453 | 0x00, | ||
1454 | 0x00, | ||
1455 | 0x00, | ||
1456 | |||
1457 | 0x00, | ||
1458 | 0xf7, | ||
1459 | 0x62, | ||
1460 | 0x62, | ||
1461 | 0x62, | ||
1462 | 0x62, | ||
1463 | 0x62, | ||
1464 | 0x62, | ||
1465 | 0x62, | ||
1466 | 0x62, | ||
1467 | 0x62, | ||
1468 | 0x62, | ||
1469 | 0x3c, | ||
1470 | 0x00, | ||
1471 | 0x00, | ||
1472 | 0x00, | ||
1473 | |||
1474 | 0x00, | ||
1475 | 0xf7, | ||
1476 | 0x62, | ||
1477 | 0x62, | ||
1478 | 0x62, | ||
1479 | 0x76, | ||
1480 | 0x34, | ||
1481 | 0x34, | ||
1482 | 0x34, | ||
1483 | 0x3c, | ||
1484 | 0x18, | ||
1485 | 0x18, | ||
1486 | 0x18, | ||
1487 | 0x00, | ||
1488 | 0x00, | ||
1489 | 0x00, | ||
1490 | |||
1491 | 0x00, | ||
1492 | 0xf7, | ||
1493 | 0x62, | ||
1494 | 0x62, | ||
1495 | 0x62, | ||
1496 | 0x62, | ||
1497 | 0x6a, | ||
1498 | 0x6a, | ||
1499 | 0x6a, | ||
1500 | 0x6a, | ||
1501 | 0x7e, | ||
1502 | 0x7e, | ||
1503 | 0x34, | ||
1504 | 0x00, | ||
1505 | 0x00, | ||
1506 | 0x00, | ||
1507 | |||
1508 | 0x00, | ||
1509 | 0xf7, | ||
1510 | 0x62, | ||
1511 | 0x62, | ||
1512 | 0x34, | ||
1513 | 0x34, | ||
1514 | 0x18, | ||
1515 | 0x18, | ||
1516 | 0x2c, | ||
1517 | 0x2c, | ||
1518 | 0x46, | ||
1519 | 0x46, | ||
1520 | 0xef, | ||
1521 | 0x00, | ||
1522 | 0x00, | ||
1523 | 0x00, | ||
1524 | |||
1525 | 0x00, | ||
1526 | 0xf7, | ||
1527 | 0x62, | ||
1528 | 0x62, | ||
1529 | 0x62, | ||
1530 | 0x34, | ||
1531 | 0x34, | ||
1532 | 0x18, | ||
1533 | 0x18, | ||
1534 | 0x18, | ||
1535 | 0x18, | ||
1536 | 0x18, | ||
1537 | 0x3c, | ||
1538 | 0x00, | ||
1539 | 0x00, | ||
1540 | 0x00, | ||
1541 | |||
1542 | 0x00, | ||
1543 | 0x7f, | ||
1544 | 0x46, | ||
1545 | 0x86, | ||
1546 | 0x0c, | ||
1547 | 0x0c, | ||
1548 | 0x18, | ||
1549 | 0x18, | ||
1550 | 0x30, | ||
1551 | 0x30, | ||
1552 | 0x61, | ||
1553 | 0x62, | ||
1554 | 0xfe, | ||
1555 | 0x00, | ||
1556 | 0x00, | ||
1557 | 0x00, | ||
1558 | |||
1559 | 0x00, | ||
1560 | 0x3c, | ||
1561 | 0x30, | ||
1562 | 0x30, | ||
1563 | 0x30, | ||
1564 | 0x30, | ||
1565 | 0x30, | ||
1566 | 0x30, | ||
1567 | 0x30, | ||
1568 | 0x30, | ||
1569 | 0x30, | ||
1570 | 0x30, | ||
1571 | 0x3c, | ||
1572 | 0x00, | ||
1573 | 0x00, | ||
1574 | 0x00, | ||
1575 | |||
1576 | 0x00, | ||
1577 | 0xc0, | ||
1578 | 0xc0, | ||
1579 | 0x60, | ||
1580 | 0x60, | ||
1581 | 0x30, | ||
1582 | 0x30, | ||
1583 | 0x18, | ||
1584 | 0x18, | ||
1585 | 0x0c, | ||
1586 | 0x0c, | ||
1587 | 0x06, | ||
1588 | 0x06, | ||
1589 | 0x00, | ||
1590 | 0x00, | ||
1591 | 0x00, | ||
1592 | |||
1593 | 0x00, | ||
1594 | 0x3c, | ||
1595 | 0x0c, | ||
1596 | 0x0c, | ||
1597 | 0x0c, | ||
1598 | 0x0c, | ||
1599 | 0x0c, | ||
1600 | 0x0c, | ||
1601 | 0x0c, | ||
1602 | 0x0c, | ||
1603 | 0x0c, | ||
1604 | 0x0c, | ||
1605 | 0x3c, | ||
1606 | 0x00, | ||
1607 | 0x00, | ||
1608 | 0x00, | ||
1609 | |||
1610 | 0x00, | ||
1611 | 0x10, | ||
1612 | 0x38, | ||
1613 | 0x4c, | ||
1614 | 0x86, | ||
1615 | 0x00, | ||
1616 | 0x00, | ||
1617 | 0x00, | ||
1618 | 0x00, | ||
1619 | 0x00, | ||
1620 | 0x00, | ||
1621 | 0x00, | ||
1622 | 0x00, | ||
1623 | 0x00, | ||
1624 | 0x00, | ||
1625 | 0x00, | ||
1626 | |||
1627 | 0x00, | ||
1628 | 0x00, | ||
1629 | 0x00, | ||
1630 | 0x00, | ||
1631 | 0x00, | ||
1632 | 0x00, | ||
1633 | 0x00, | ||
1634 | 0x00, | ||
1635 | 0x00, | ||
1636 | 0x00, | ||
1637 | 0x00, | ||
1638 | 0x00, | ||
1639 | 0x00, | ||
1640 | 0xff, | ||
1641 | 0x00, | ||
1642 | 0x00, | ||
1643 | |||
1644 | 0x00, | ||
1645 | 0x18, | ||
1646 | 0x20, | ||
1647 | 0x30, | ||
1648 | 0x38, | ||
1649 | 0x10, | ||
1650 | 0x00, | ||
1651 | 0x00, | ||
1652 | 0x00, | ||
1653 | 0x00, | ||
1654 | 0x00, | ||
1655 | 0x00, | ||
1656 | 0x00, | ||
1657 | 0x00, | ||
1658 | 0x00, | ||
1659 | 0x00, | ||
1660 | |||
1661 | 0x00, | ||
1662 | 0x00, | ||
1663 | 0x00, | ||
1664 | 0x00, | ||
1665 | 0x00, | ||
1666 | 0x78, | ||
1667 | 0x8c, | ||
1668 | 0x0c, | ||
1669 | 0x3c, | ||
1670 | 0xcc, | ||
1671 | 0xcc, | ||
1672 | 0xcd, | ||
1673 | 0x76, | ||
1674 | 0x00, | ||
1675 | 0x00, | ||
1676 | 0x00, | ||
1677 | |||
1678 | 0x00, | ||
1679 | 0x20, | ||
1680 | 0xe0, | ||
1681 | 0x60, | ||
1682 | 0x60, | ||
1683 | 0x6c, | ||
1684 | 0x76, | ||
1685 | 0x66, | ||
1686 | 0x66, | ||
1687 | 0x66, | ||
1688 | 0x66, | ||
1689 | 0x76, | ||
1690 | 0x6c, | ||
1691 | 0x00, | ||
1692 | 0x00, | ||
1693 | 0x00, | ||
1694 | |||
1695 | 0x00, | ||
1696 | 0x00, | ||
1697 | 0x00, | ||
1698 | 0x00, | ||
1699 | 0x00, | ||
1700 | 0x3c, | ||
1701 | 0x66, | ||
1702 | 0x60, | ||
1703 | 0x60, | ||
1704 | 0x60, | ||
1705 | 0x60, | ||
1706 | 0x62, | ||
1707 | 0x3c, | ||
1708 | 0x00, | ||
1709 | 0x00, | ||
1710 | 0x00, | ||
1711 | |||
1712 | 0x00, | ||
1713 | 0x04, | ||
1714 | 0x1c, | ||
1715 | 0x0c, | ||
1716 | 0x0c, | ||
1717 | 0x6c, | ||
1718 | 0xdc, | ||
1719 | 0xcc, | ||
1720 | 0xcc, | ||
1721 | 0xcc, | ||
1722 | 0xcc, | ||
1723 | 0xdc, | ||
1724 | 0x66, | ||
1725 | 0x00, | ||
1726 | 0x00, | ||
1727 | 0x00, | ||
1728 | |||
1729 | 0x00, | ||
1730 | 0x00, | ||
1731 | 0x00, | ||
1732 | 0x00, | ||
1733 | 0x00, | ||
1734 | 0x3c, | ||
1735 | 0x66, | ||
1736 | 0x7e, | ||
1737 | 0x60, | ||
1738 | 0x60, | ||
1739 | 0x60, | ||
1740 | 0x62, | ||
1741 | 0x3c, | ||
1742 | 0x00, | ||
1743 | 0x00, | ||
1744 | 0x00, | ||
1745 | |||
1746 | 0x00, | ||
1747 | 0x1e, | ||
1748 | 0x31, | ||
1749 | 0x33, | ||
1750 | 0x30, | ||
1751 | 0x30, | ||
1752 | 0x78, | ||
1753 | 0x30, | ||
1754 | 0x30, | ||
1755 | 0x30, | ||
1756 | 0x30, | ||
1757 | 0x30, | ||
1758 | 0x78, | ||
1759 | 0x00, | ||
1760 | 0x00, | ||
1761 | 0x00, | ||
1762 | |||
1763 | 0x00, | ||
1764 | 0x00, | ||
1765 | 0x00, | ||
1766 | 0x00, | ||
1767 | 0x00, | ||
1768 | 0x7b, | ||
1769 | 0xce, | ||
1770 | 0xcc, | ||
1771 | 0xcc, | ||
1772 | 0xcc, | ||
1773 | 0x78, | ||
1774 | 0x60, | ||
1775 | 0x7c, | ||
1776 | 0x86, | ||
1777 | 0xc6, | ||
1778 | 0x7c, | ||
1779 | |||
1780 | 0x00, | ||
1781 | 0x20, | ||
1782 | 0xe0, | ||
1783 | 0x60, | ||
1784 | 0x60, | ||
1785 | 0x6c, | ||
1786 | 0x76, | ||
1787 | 0x66, | ||
1788 | 0x66, | ||
1789 | 0x66, | ||
1790 | 0x66, | ||
1791 | 0x66, | ||
1792 | 0xf7, | ||
1793 | 0x00, | ||
1794 | 0x00, | ||
1795 | 0x00, | ||
1796 | |||
1797 | 0x00, | ||
1798 | 0x10, | ||
1799 | 0x38, | ||
1800 | 0x10, | ||
1801 | 0x00, | ||
1802 | 0x18, | ||
1803 | 0x38, | ||
1804 | 0x18, | ||
1805 | 0x18, | ||
1806 | 0x18, | ||
1807 | 0x18, | ||
1808 | 0x18, | ||
1809 | 0x3c, | ||
1810 | 0x00, | ||
1811 | 0x00, | ||
1812 | 0x00, | ||
1813 | |||
1814 | 0x00, | ||
1815 | 0x08, | ||
1816 | 0x1c, | ||
1817 | 0x08, | ||
1818 | 0x00, | ||
1819 | 0x0c, | ||
1820 | 0x1c, | ||
1821 | 0x0c, | ||
1822 | 0x0c, | ||
1823 | 0x0c, | ||
1824 | 0x0c, | ||
1825 | 0x0c, | ||
1826 | 0x6c, | ||
1827 | 0x4c, | ||
1828 | 0x38, | ||
1829 | 0x00, | ||
1830 | |||
1831 | 0x00, | ||
1832 | 0x20, | ||
1833 | 0xe0, | ||
1834 | 0x60, | ||
1835 | 0x60, | ||
1836 | 0x67, | ||
1837 | 0x66, | ||
1838 | 0x6c, | ||
1839 | 0x78, | ||
1840 | 0x6c, | ||
1841 | 0x6c, | ||
1842 | 0x66, | ||
1843 | 0xe7, | ||
1844 | 0x00, | ||
1845 | 0x00, | ||
1846 | 0x00, | ||
1847 | |||
1848 | 0x00, | ||
1849 | 0x08, | ||
1850 | 0x38, | ||
1851 | 0x18, | ||
1852 | 0x18, | ||
1853 | 0x18, | ||
1854 | 0x18, | ||
1855 | 0x18, | ||
1856 | 0x18, | ||
1857 | 0x18, | ||
1858 | 0x18, | ||
1859 | 0x18, | ||
1860 | 0x3c, | ||
1861 | 0x00, | ||
1862 | 0x00, | ||
1863 | 0x00, | ||
1864 | |||
1865 | 0x00, | ||
1866 | 0x00, | ||
1867 | 0x00, | ||
1868 | 0x00, | ||
1869 | 0x00, | ||
1870 | 0x6a, | ||
1871 | 0xfe, | ||
1872 | 0x6a, | ||
1873 | 0x6a, | ||
1874 | 0x6a, | ||
1875 | 0x62, | ||
1876 | 0x62, | ||
1877 | 0xf7, | ||
1878 | 0x00, | ||
1879 | 0x00, | ||
1880 | 0x00, | ||
1881 | |||
1882 | 0x00, | ||
1883 | 0x00, | ||
1884 | 0x00, | ||
1885 | 0x00, | ||
1886 | 0x00, | ||
1887 | 0x5c, | ||
1888 | 0xf6, | ||
1889 | 0x66, | ||
1890 | 0x66, | ||
1891 | 0x66, | ||
1892 | 0x66, | ||
1893 | 0x66, | ||
1894 | 0xf7, | ||
1895 | 0x00, | ||
1896 | 0x00, | ||
1897 | 0x00, | ||
1898 | |||
1899 | 0x00, | ||
1900 | 0x00, | ||
1901 | 0x00, | ||
1902 | 0x00, | ||
1903 | 0x00, | ||
1904 | 0x3c, | ||
1905 | 0x66, | ||
1906 | 0x66, | ||
1907 | 0x66, | ||
1908 | 0x66, | ||
1909 | 0x66, | ||
1910 | 0x66, | ||
1911 | 0x3c, | ||
1912 | 0x00, | ||
1913 | 0x00, | ||
1914 | 0x00, | ||
1915 | |||
1916 | 0x00, | ||
1917 | 0x00, | ||
1918 | 0x00, | ||
1919 | 0x00, | ||
1920 | 0x00, | ||
1921 | 0x5c, | ||
1922 | 0xe6, | ||
1923 | 0x66, | ||
1924 | 0x66, | ||
1925 | 0x66, | ||
1926 | 0x66, | ||
1927 | 0x66, | ||
1928 | 0x7c, | ||
1929 | 0x60, | ||
1930 | 0x60, | ||
1931 | 0xf0, | ||
1932 | |||
1933 | 0x00, | ||
1934 | 0x00, | ||
1935 | 0x00, | ||
1936 | 0x00, | ||
1937 | 0x00, | ||
1938 | 0x76, | ||
1939 | 0xcc, | ||
1940 | 0xcc, | ||
1941 | 0xcc, | ||
1942 | 0xcc, | ||
1943 | 0xcc, | ||
1944 | 0xcc, | ||
1945 | 0x7c, | ||
1946 | 0x0c, | ||
1947 | 0x0c, | ||
1948 | 0x1e, | ||
1949 | |||
1950 | 0x00, | ||
1951 | 0x00, | ||
1952 | 0x00, | ||
1953 | 0x00, | ||
1954 | 0x00, | ||
1955 | 0x5e, | ||
1956 | 0xf6, | ||
1957 | 0x60, | ||
1958 | 0x60, | ||
1959 | 0x60, | ||
1960 | 0x60, | ||
1961 | 0x60, | ||
1962 | 0xf0, | ||
1963 | 0x00, | ||
1964 | 0x00, | ||
1965 | 0x00, | ||
1966 | |||
1967 | 0x00, | ||
1968 | 0x00, | ||
1969 | 0x00, | ||
1970 | 0x00, | ||
1971 | 0x00, | ||
1972 | 0x7a, | ||
1973 | 0xc6, | ||
1974 | 0x72, | ||
1975 | 0x1c, | ||
1976 | 0x06, | ||
1977 | 0x86, | ||
1978 | 0xc6, | ||
1979 | 0xbc, | ||
1980 | 0x00, | ||
1981 | 0x00, | ||
1982 | 0x00, | ||
1983 | |||
1984 | 0x00, | ||
1985 | 0x00, | ||
1986 | 0x00, | ||
1987 | 0x10, | ||
1988 | 0x30, | ||
1989 | 0x7c, | ||
1990 | 0x30, | ||
1991 | 0x30, | ||
1992 | 0x30, | ||
1993 | 0x30, | ||
1994 | 0x30, | ||
1995 | 0x34, | ||
1996 | 0x18, | ||
1997 | 0x00, | ||
1998 | 0x00, | ||
1999 | 0x00, | ||
2000 | |||
2001 | 0x00, | ||
2002 | 0x00, | ||
2003 | 0x00, | ||
2004 | 0x00, | ||
2005 | 0x00, | ||
2006 | 0xee, | ||
2007 | 0x66, | ||
2008 | 0x66, | ||
2009 | 0x66, | ||
2010 | 0x66, | ||
2011 | 0x66, | ||
2012 | 0x67, | ||
2013 | 0x3a, | ||
2014 | 0x00, | ||
2015 | 0x00, | ||
2016 | 0x00, | ||
2017 | |||
2018 | 0x00, | ||
2019 | 0x00, | ||
2020 | 0x00, | ||
2021 | 0x00, | ||
2022 | 0x00, | ||
2023 | 0xf7, | ||
2024 | 0x62, | ||
2025 | 0x76, | ||
2026 | 0x34, | ||
2027 | 0x34, | ||
2028 | 0x3c, | ||
2029 | 0x18, | ||
2030 | 0x18, | ||
2031 | 0x00, | ||
2032 | 0x00, | ||
2033 | 0x00, | ||
2034 | |||
2035 | 0x00, | ||
2036 | 0x00, | ||
2037 | 0x00, | ||
2038 | 0x00, | ||
2039 | 0x00, | ||
2040 | 0xf7, | ||
2041 | 0x62, | ||
2042 | 0x6a, | ||
2043 | 0x6a, | ||
2044 | 0x6a, | ||
2045 | 0x6a, | ||
2046 | 0x7e, | ||
2047 | 0x24, | ||
2048 | 0x00, | ||
2049 | 0x00, | ||
2050 | 0x00, | ||
2051 | |||
2052 | 0x00, | ||
2053 | 0x00, | ||
2054 | 0x00, | ||
2055 | 0x00, | ||
2056 | 0x00, | ||
2057 | 0xf7, | ||
2058 | 0x62, | ||
2059 | 0x34, | ||
2060 | 0x18, | ||
2061 | 0x2c, | ||
2062 | 0x46, | ||
2063 | 0x46, | ||
2064 | 0xef, | ||
2065 | 0x00, | ||
2066 | 0x00, | ||
2067 | 0x00, | ||
2068 | |||
2069 | 0x00, | ||
2070 | 0x00, | ||
2071 | 0x00, | ||
2072 | 0x00, | ||
2073 | 0x00, | ||
2074 | 0xf7, | ||
2075 | 0x62, | ||
2076 | 0x62, | ||
2077 | 0x34, | ||
2078 | 0x34, | ||
2079 | 0x18, | ||
2080 | 0x18, | ||
2081 | 0x18, | ||
2082 | 0x10, | ||
2083 | 0xb0, | ||
2084 | 0xe0, | ||
2085 | |||
2086 | 0x00, | ||
2087 | 0x00, | ||
2088 | 0x00, | ||
2089 | 0x00, | ||
2090 | 0x00, | ||
2091 | 0xfe, | ||
2092 | 0x8c, | ||
2093 | 0x18, | ||
2094 | 0x30, | ||
2095 | 0x30, | ||
2096 | 0x60, | ||
2097 | 0xc2, | ||
2098 | 0xfe, | ||
2099 | 0x00, | ||
2100 | 0x00, | ||
2101 | 0x00, | ||
2102 | |||
2103 | 0x00, | ||
2104 | 0x0e, | ||
2105 | 0x18, | ||
2106 | 0x10, | ||
2107 | 0x10, | ||
2108 | 0x08, | ||
2109 | 0x70, | ||
2110 | 0x70, | ||
2111 | 0x08, | ||
2112 | 0x10, | ||
2113 | 0x10, | ||
2114 | 0x18, | ||
2115 | 0x0e, | ||
2116 | 0x00, | ||
2117 | 0x00, | ||
2118 | 0x00, | ||
2119 | |||
2120 | 0x18, | ||
2121 | 0x18, | ||
2122 | 0x18, | ||
2123 | 0x18, | ||
2124 | 0x18, | ||
2125 | 0x18, | ||
2126 | 0x18, | ||
2127 | 0x18, | ||
2128 | 0x18, | ||
2129 | 0x18, | ||
2130 | 0x18, | ||
2131 | 0x18, | ||
2132 | 0x18, | ||
2133 | 0x18, | ||
2134 | 0x00, | ||
2135 | 0x00, | ||
2136 | |||
2137 | 0x00, | ||
2138 | 0x70, | ||
2139 | 0x18, | ||
2140 | 0x08, | ||
2141 | 0x08, | ||
2142 | 0x10, | ||
2143 | 0x0e, | ||
2144 | 0x0e, | ||
2145 | 0x10, | ||
2146 | 0x08, | ||
2147 | 0x08, | ||
2148 | 0x18, | ||
2149 | 0x70, | ||
2150 | 0x00, | ||
2151 | 0x00, | ||
2152 | 0x00, | ||
2153 | |||
2154 | 0x00, | ||
2155 | 0x00, | ||
2156 | 0x00, | ||
2157 | 0x00, | ||
2158 | 0x00, | ||
2159 | 0x00, | ||
2160 | 0x76, | ||
2161 | 0xdc, | ||
2162 | 0x00, | ||
2163 | 0x00, | ||
2164 | 0x00, | ||
2165 | 0x00, | ||
2166 | 0x00, | ||
2167 | 0x00, | ||
2168 | 0x00, | ||
2169 | 0x00, | ||
2170 | |||
2171 | 0x00, | ||
2172 | 0x00, | ||
2173 | 0x00, | ||
2174 | 0x00, | ||
2175 | 0x10, | ||
2176 | 0x38, | ||
2177 | 0x6c, | ||
2178 | 0xc6, | ||
2179 | 0xc6, | ||
2180 | 0xc6, | ||
2181 | 0xfe, | ||
2182 | 0x00, | ||
2183 | 0x00, | ||
2184 | 0x00, | ||
2185 | 0x00, | ||
2186 | 0x00, | ||
2187 | |||
2188 | 0x00, | ||
2189 | 0x00, | ||
2190 | 0x3a, | ||
2191 | 0x66, | ||
2192 | 0xc2, | ||
2193 | 0xc0, | ||
2194 | 0xc0, | ||
2195 | 0xc0, | ||
2196 | 0xc0, | ||
2197 | 0xc0, | ||
2198 | 0x62, | ||
2199 | 0x3c, | ||
2200 | 0x18, | ||
2201 | 0x0c, | ||
2202 | 0x24, | ||
2203 | 0x18, | ||
2204 | |||
2205 | 0x00, | ||
2206 | 0x00, | ||
2207 | 0x66, | ||
2208 | 0x00, | ||
2209 | 0x00, | ||
2210 | 0xee, | ||
2211 | 0x66, | ||
2212 | 0x66, | ||
2213 | 0x66, | ||
2214 | 0x66, | ||
2215 | 0x66, | ||
2216 | 0x66, | ||
2217 | 0x3b, | ||
2218 | 0x00, | ||
2219 | 0x00, | ||
2220 | 0x00, | ||
2221 | |||
2222 | 0x00, | ||
2223 | 0x0c, | ||
2224 | 0x18, | ||
2225 | 0x20, | ||
2226 | 0x00, | ||
2227 | 0x3c, | ||
2228 | 0x66, | ||
2229 | 0x7e, | ||
2230 | 0x60, | ||
2231 | 0x60, | ||
2232 | 0x60, | ||
2233 | 0x62, | ||
2234 | 0x3c, | ||
2235 | 0x00, | ||
2236 | 0x00, | ||
2237 | 0x00, | ||
2238 | |||
2239 | 0x00, | ||
2240 | 0x30, | ||
2241 | 0x58, | ||
2242 | 0x8c, | ||
2243 | 0x00, | ||
2244 | 0x78, | ||
2245 | 0x8c, | ||
2246 | 0x0c, | ||
2247 | 0x3c, | ||
2248 | 0xcc, | ||
2249 | 0xcc, | ||
2250 | 0xcd, | ||
2251 | 0x76, | ||
2252 | 0x00, | ||
2253 | 0x00, | ||
2254 | 0x00, | ||
2255 | |||
2256 | 0x00, | ||
2257 | 0x00, | ||
2258 | 0x66, | ||
2259 | 0x00, | ||
2260 | 0x00, | ||
2261 | 0x78, | ||
2262 | 0x8c, | ||
2263 | 0x0c, | ||
2264 | 0x3c, | ||
2265 | 0xcc, | ||
2266 | 0xcc, | ||
2267 | 0xcd, | ||
2268 | 0x76, | ||
2269 | 0x00, | ||
2270 | 0x00, | ||
2271 | 0x00, | ||
2272 | |||
2273 | 0x00, | ||
2274 | 0x30, | ||
2275 | 0x18, | ||
2276 | 0x04, | ||
2277 | 0x00, | ||
2278 | 0x78, | ||
2279 | 0x8c, | ||
2280 | 0x0c, | ||
2281 | 0x3c, | ||
2282 | 0xcc, | ||
2283 | 0xcc, | ||
2284 | 0xcd, | ||
2285 | 0x76, | ||
2286 | 0x00, | ||
2287 | 0x00, | ||
2288 | 0x00, | ||
2289 | |||
2290 | 0x38, | ||
2291 | 0x44, | ||
2292 | 0x44, | ||
2293 | 0x38, | ||
2294 | 0x00, | ||
2295 | 0x78, | ||
2296 | 0x8c, | ||
2297 | 0x0c, | ||
2298 | 0x3c, | ||
2299 | 0xcc, | ||
2300 | 0xcc, | ||
2301 | 0xcd, | ||
2302 | 0x76, | ||
2303 | 0x00, | ||
2304 | 0x00, | ||
2305 | 0x00, | ||
2306 | |||
2307 | 0x00, | ||
2308 | 0x00, | ||
2309 | 0x00, | ||
2310 | 0x00, | ||
2311 | 0x00, | ||
2312 | 0x3c, | ||
2313 | 0x66, | ||
2314 | 0x60, | ||
2315 | 0x60, | ||
2316 | 0x60, | ||
2317 | 0x60, | ||
2318 | 0x62, | ||
2319 | 0x3c, | ||
2320 | 0x08, | ||
2321 | 0x24, | ||
2322 | 0x18, | ||
2323 | |||
2324 | 0x00, | ||
2325 | 0x18, | ||
2326 | 0x2c, | ||
2327 | 0x46, | ||
2328 | 0x00, | ||
2329 | 0x3c, | ||
2330 | 0x66, | ||
2331 | 0x7e, | ||
2332 | 0x60, | ||
2333 | 0x60, | ||
2334 | 0x60, | ||
2335 | 0x62, | ||
2336 | 0x3c, | ||
2337 | 0x00, | ||
2338 | 0x00, | ||
2339 | 0x00, | ||
2340 | |||
2341 | 0x00, | ||
2342 | 0x00, | ||
2343 | 0x66, | ||
2344 | 0x00, | ||
2345 | 0x00, | ||
2346 | 0x3c, | ||
2347 | 0x66, | ||
2348 | 0x7e, | ||
2349 | 0x60, | ||
2350 | 0x60, | ||
2351 | 0x60, | ||
2352 | 0x62, | ||
2353 | 0x3c, | ||
2354 | 0x00, | ||
2355 | 0x00, | ||
2356 | 0x00, | ||
2357 | |||
2358 | 0x00, | ||
2359 | 0x30, | ||
2360 | 0x18, | ||
2361 | 0x04, | ||
2362 | 0x00, | ||
2363 | 0x3c, | ||
2364 | 0x66, | ||
2365 | 0x7e, | ||
2366 | 0x60, | ||
2367 | 0x60, | ||
2368 | 0x60, | ||
2369 | 0x62, | ||
2370 | 0x3c, | ||
2371 | 0x00, | ||
2372 | 0x00, | ||
2373 | 0x00, | ||
2374 | |||
2375 | 0x00, | ||
2376 | 0x00, | ||
2377 | 0x66, | ||
2378 | 0x00, | ||
2379 | 0x00, | ||
2380 | 0x38, | ||
2381 | 0x18, | ||
2382 | 0x18, | ||
2383 | 0x18, | ||
2384 | 0x18, | ||
2385 | 0x18, | ||
2386 | 0x18, | ||
2387 | 0x3c, | ||
2388 | 0x00, | ||
2389 | 0x00, | ||
2390 | 0x00, | ||
2391 | |||
2392 | 0x00, | ||
2393 | 0x18, | ||
2394 | 0x2c, | ||
2395 | 0x46, | ||
2396 | 0x00, | ||
2397 | 0x38, | ||
2398 | 0x18, | ||
2399 | 0x18, | ||
2400 | 0x18, | ||
2401 | 0x18, | ||
2402 | 0x18, | ||
2403 | 0x18, | ||
2404 | 0x3c, | ||
2405 | 0x00, | ||
2406 | 0x00, | ||
2407 | 0x00, | ||
2408 | |||
2409 | 0x00, | ||
2410 | 0x60, | ||
2411 | 0x30, | ||
2412 | 0x08, | ||
2413 | 0x00, | ||
2414 | 0x38, | ||
2415 | 0x18, | ||
2416 | 0x18, | ||
2417 | 0x18, | ||
2418 | 0x18, | ||
2419 | 0x18, | ||
2420 | 0x18, | ||
2421 | 0x3c, | ||
2422 | 0x00, | ||
2423 | 0x00, | ||
2424 | 0x00, | ||
2425 | |||
2426 | 0x66, | ||
2427 | 0x18, | ||
2428 | 0x18, | ||
2429 | 0x18, | ||
2430 | 0x3c, | ||
2431 | 0x2c, | ||
2432 | 0x2c, | ||
2433 | 0x2c, | ||
2434 | 0x7e, | ||
2435 | 0x46, | ||
2436 | 0x46, | ||
2437 | 0x46, | ||
2438 | 0xef, | ||
2439 | 0x00, | ||
2440 | 0x00, | ||
2441 | 0x00, | ||
2442 | |||
2443 | 0x18, | ||
2444 | 0x24, | ||
2445 | 0x18, | ||
2446 | 0x18, | ||
2447 | 0x3c, | ||
2448 | 0x2c, | ||
2449 | 0x2c, | ||
2450 | 0x2c, | ||
2451 | 0x7e, | ||
2452 | 0x46, | ||
2453 | 0x46, | ||
2454 | 0x46, | ||
2455 | 0xef, | ||
2456 | 0x00, | ||
2457 | 0x00, | ||
2458 | 0x00, | ||
2459 | |||
2460 | 0x0c, | ||
2461 | 0x18, | ||
2462 | 0xff, | ||
2463 | 0x61, | ||
2464 | 0x60, | ||
2465 | 0x60, | ||
2466 | 0x64, | ||
2467 | 0x7c, | ||
2468 | 0x64, | ||
2469 | 0x60, | ||
2470 | 0x60, | ||
2471 | 0x61, | ||
2472 | 0xfe, | ||
2473 | 0x00, | ||
2474 | 0x00, | ||
2475 | 0x00, | ||
2476 | |||
2477 | 0x00, | ||
2478 | 0x00, | ||
2479 | 0x00, | ||
2480 | 0x00, | ||
2481 | 0x00, | ||
2482 | 0x76, | ||
2483 | 0x9b, | ||
2484 | 0x1b, | ||
2485 | 0x3f, | ||
2486 | 0xd8, | ||
2487 | 0xd8, | ||
2488 | 0xd9, | ||
2489 | 0x6e, | ||
2490 | 0x00, | ||
2491 | 0x00, | ||
2492 | 0x00, | ||
2493 | |||
2494 | 0x00, | ||
2495 | 0x1f, | ||
2496 | 0x1d, | ||
2497 | 0x1d, | ||
2498 | 0x3c, | ||
2499 | 0x2c, | ||
2500 | 0x2e, | ||
2501 | 0x2c, | ||
2502 | 0x7c, | ||
2503 | 0x4c, | ||
2504 | 0x4c, | ||
2505 | 0x4d, | ||
2506 | 0xef, | ||
2507 | 0x00, | ||
2508 | 0x00, | ||
2509 | 0x00, | ||
2510 | |||
2511 | 0x00, | ||
2512 | 0x18, | ||
2513 | 0x2c, | ||
2514 | 0x46, | ||
2515 | 0x00, | ||
2516 | 0x3c, | ||
2517 | 0x66, | ||
2518 | 0x66, | ||
2519 | 0x66, | ||
2520 | 0x66, | ||
2521 | 0x66, | ||
2522 | 0x66, | ||
2523 | 0x3c, | ||
2524 | 0x00, | ||
2525 | 0x00, | ||
2526 | 0x00, | ||
2527 | |||
2528 | 0x00, | ||
2529 | 0x00, | ||
2530 | 0x66, | ||
2531 | 0x00, | ||
2532 | 0x00, | ||
2533 | 0x3c, | ||
2534 | 0x66, | ||
2535 | 0x66, | ||
2536 | 0x66, | ||
2537 | 0x66, | ||
2538 | 0x66, | ||
2539 | 0x66, | ||
2540 | 0x3c, | ||
2541 | 0x00, | ||
2542 | 0x00, | ||
2543 | 0x00, | ||
2544 | |||
2545 | 0x00, | ||
2546 | 0x30, | ||
2547 | 0x18, | ||
2548 | 0x04, | ||
2549 | 0x00, | ||
2550 | 0x3c, | ||
2551 | 0x66, | ||
2552 | 0x66, | ||
2553 | 0x66, | ||
2554 | 0x66, | ||
2555 | 0x66, | ||
2556 | 0x66, | ||
2557 | 0x3c, | ||
2558 | 0x00, | ||
2559 | 0x00, | ||
2560 | 0x00, | ||
2561 | |||
2562 | 0x00, | ||
2563 | 0x18, | ||
2564 | 0x2c, | ||
2565 | 0x46, | ||
2566 | 0x00, | ||
2567 | 0xee, | ||
2568 | 0x66, | ||
2569 | 0x66, | ||
2570 | 0x66, | ||
2571 | 0x66, | ||
2572 | 0x66, | ||
2573 | 0x67, | ||
2574 | 0x3a, | ||
2575 | 0x00, | ||
2576 | 0x00, | ||
2577 | 0x00, | ||
2578 | |||
2579 | 0x00, | ||
2580 | 0x30, | ||
2581 | 0x18, | ||
2582 | 0x04, | ||
2583 | 0x00, | ||
2584 | 0xee, | ||
2585 | 0x66, | ||
2586 | 0x66, | ||
2587 | 0x66, | ||
2588 | 0x66, | ||
2589 | 0x66, | ||
2590 | 0x67, | ||
2591 | 0x3a, | ||
2592 | 0x00, | ||
2593 | 0x00, | ||
2594 | 0x00, | ||
2595 | |||
2596 | 0x00, | ||
2597 | 0x00, | ||
2598 | 0x66, | ||
2599 | 0x00, | ||
2600 | 0x00, | ||
2601 | 0xf7, | ||
2602 | 0x62, | ||
2603 | 0x62, | ||
2604 | 0x34, | ||
2605 | 0x34, | ||
2606 | 0x18, | ||
2607 | 0x18, | ||
2608 | 0x18, | ||
2609 | 0x10, | ||
2610 | 0xb0, | ||
2611 | 0xe0, | ||
2612 | |||
2613 | 0x66, | ||
2614 | 0x00, | ||
2615 | 0x3c, | ||
2616 | 0x66, | ||
2617 | 0xc3, | ||
2618 | 0xc3, | ||
2619 | 0xc3, | ||
2620 | 0xc3, | ||
2621 | 0xc3, | ||
2622 | 0xc3, | ||
2623 | 0xc3, | ||
2624 | 0x66, | ||
2625 | 0x3c, | ||
2626 | 0x00, | ||
2627 | 0x00, | ||
2628 | 0x00, | ||
2629 | |||
2630 | 0x66, | ||
2631 | 0x00, | ||
2632 | 0xf7, | ||
2633 | 0x62, | ||
2634 | 0x62, | ||
2635 | 0x62, | ||
2636 | 0x62, | ||
2637 | 0x62, | ||
2638 | 0x62, | ||
2639 | 0x62, | ||
2640 | 0x62, | ||
2641 | 0x62, | ||
2642 | 0x3c, | ||
2643 | 0x00, | ||
2644 | 0x00, | ||
2645 | 0x00, | ||
2646 | |||
2647 | 0x00, | ||
2648 | 0x00, | ||
2649 | 0x10, | ||
2650 | 0x10, | ||
2651 | 0x10, | ||
2652 | 0x7c, | ||
2653 | 0xc6, | ||
2654 | 0xc0, | ||
2655 | 0xc0, | ||
2656 | 0xc0, | ||
2657 | 0xc0, | ||
2658 | 0xc2, | ||
2659 | 0x7c, | ||
2660 | 0x10, | ||
2661 | 0x10, | ||
2662 | 0x00, | ||
2663 | |||
2664 | 0x00, | ||
2665 | 0x38, | ||
2666 | 0x64, | ||
2667 | 0x6c, | ||
2668 | 0x60, | ||
2669 | 0x60, | ||
2670 | 0xf0, | ||
2671 | 0x60, | ||
2672 | 0x60, | ||
2673 | 0x60, | ||
2674 | 0x60, | ||
2675 | 0x66, | ||
2676 | 0xfc, | ||
2677 | 0x00, | ||
2678 | 0x00, | ||
2679 | 0x00, | ||
2680 | |||
2681 | 0x00, | ||
2682 | 0x81, | ||
2683 | 0xc3, | ||
2684 | 0x66, | ||
2685 | 0x3c, | ||
2686 | 0x18, | ||
2687 | 0xff, | ||
2688 | 0x18, | ||
2689 | 0x18, | ||
2690 | 0xff, | ||
2691 | 0x18, | ||
2692 | 0x18, | ||
2693 | 0x18, | ||
2694 | 0x00, | ||
2695 | 0x00, | ||
2696 | 0x00, | ||
2697 | |||
2698 | 0x00, | ||
2699 | 0xfe, | ||
2700 | 0x63, | ||
2701 | 0x63, | ||
2702 | 0x63, | ||
2703 | 0x63, | ||
2704 | 0x6e, | ||
2705 | 0x60, | ||
2706 | 0x64, | ||
2707 | 0x6e, | ||
2708 | 0x64, | ||
2709 | 0x64, | ||
2710 | 0xf5, | ||
2711 | 0x06, | ||
2712 | 0x00, | ||
2713 | 0x00, | ||
2714 | |||
2715 | 0x00, | ||
2716 | 0x0e, | ||
2717 | 0x19, | ||
2718 | 0x1b, | ||
2719 | 0x18, | ||
2720 | 0x18, | ||
2721 | 0x3c, | ||
2722 | 0x18, | ||
2723 | 0x18, | ||
2724 | 0x18, | ||
2725 | 0x18, | ||
2726 | 0xd8, | ||
2727 | 0x98, | ||
2728 | 0x70, | ||
2729 | 0x00, | ||
2730 | 0x00, | ||
2731 | |||
2732 | 0x00, | ||
2733 | 0x0c, | ||
2734 | 0x18, | ||
2735 | 0x20, | ||
2736 | 0x00, | ||
2737 | 0x78, | ||
2738 | 0x8c, | ||
2739 | 0x0c, | ||
2740 | 0x3c, | ||
2741 | 0xcc, | ||
2742 | 0xcc, | ||
2743 | 0xcd, | ||
2744 | 0x76, | ||
2745 | 0x00, | ||
2746 | 0x00, | ||
2747 | 0x00, | ||
2748 | |||
2749 | 0x00, | ||
2750 | 0x06, | ||
2751 | 0x0c, | ||
2752 | 0x10, | ||
2753 | 0x00, | ||
2754 | 0x38, | ||
2755 | 0x18, | ||
2756 | 0x18, | ||
2757 | 0x18, | ||
2758 | 0x18, | ||
2759 | 0x18, | ||
2760 | 0x18, | ||
2761 | 0x3c, | ||
2762 | 0x00, | ||
2763 | 0x00, | ||
2764 | 0x00, | ||
2765 | |||
2766 | 0x00, | ||
2767 | 0x0c, | ||
2768 | 0x18, | ||
2769 | 0x20, | ||
2770 | 0x00, | ||
2771 | 0x3c, | ||
2772 | 0x66, | ||
2773 | 0x66, | ||
2774 | 0x66, | ||
2775 | 0x66, | ||
2776 | 0x66, | ||
2777 | 0x66, | ||
2778 | 0x3c, | ||
2779 | 0x00, | ||
2780 | 0x00, | ||
2781 | 0x00, | ||
2782 | |||
2783 | 0x00, | ||
2784 | 0x0c, | ||
2785 | 0x18, | ||
2786 | 0x20, | ||
2787 | 0x00, | ||
2788 | 0xee, | ||
2789 | 0x66, | ||
2790 | 0x66, | ||
2791 | 0x66, | ||
2792 | 0x66, | ||
2793 | 0x66, | ||
2794 | 0x67, | ||
2795 | 0x3a, | ||
2796 | 0x00, | ||
2797 | 0x00, | ||
2798 | 0x00, | ||
2799 | |||
2800 | 0x00, | ||
2801 | 0x00, | ||
2802 | 0x32, | ||
2803 | 0x4c, | ||
2804 | 0x00, | ||
2805 | 0x5c, | ||
2806 | 0xf6, | ||
2807 | 0x66, | ||
2808 | 0x66, | ||
2809 | 0x66, | ||
2810 | 0x66, | ||
2811 | 0x66, | ||
2812 | 0xf7, | ||
2813 | 0x00, | ||
2814 | 0x00, | ||
2815 | 0x00, | ||
2816 | |||
2817 | 0x32, | ||
2818 | 0x4c, | ||
2819 | 0x00, | ||
2820 | 0xe7, | ||
2821 | 0x72, | ||
2822 | 0x52, | ||
2823 | 0x5a, | ||
2824 | 0x4a, | ||
2825 | 0x4e, | ||
2826 | 0x46, | ||
2827 | 0x46, | ||
2828 | 0x42, | ||
2829 | 0xe2, | ||
2830 | 0x00, | ||
2831 | 0x00, | ||
2832 | 0x00, | ||
2833 | |||
2834 | 0x00, | ||
2835 | 0x78, | ||
2836 | 0x8c, | ||
2837 | 0x0c, | ||
2838 | 0x3c, | ||
2839 | 0xcc, | ||
2840 | 0xcc, | ||
2841 | 0xcd, | ||
2842 | 0x76, | ||
2843 | 0x00, | ||
2844 | 0xfe, | ||
2845 | 0x00, | ||
2846 | 0x00, | ||
2847 | 0x00, | ||
2848 | 0x00, | ||
2849 | 0x00, | ||
2850 | |||
2851 | 0x00, | ||
2852 | 0x3c, | ||
2853 | 0x66, | ||
2854 | 0x66, | ||
2855 | 0x66, | ||
2856 | 0x66, | ||
2857 | 0x66, | ||
2858 | 0x66, | ||
2859 | 0x3c, | ||
2860 | 0x00, | ||
2861 | 0x7e, | ||
2862 | 0x00, | ||
2863 | 0x00, | ||
2864 | 0x00, | ||
2865 | 0x00, | ||
2866 | 0x00, | ||
2867 | |||
2868 | 0x00, | ||
2869 | 0x30, | ||
2870 | 0x30, | ||
2871 | 0x00, | ||
2872 | 0x30, | ||
2873 | 0x10, | ||
2874 | 0x10, | ||
2875 | 0x20, | ||
2876 | 0x40, | ||
2877 | 0xc0, | ||
2878 | 0xc6, | ||
2879 | 0xc2, | ||
2880 | 0x7c, | ||
2881 | 0x00, | ||
2882 | 0x00, | ||
2883 | 0x00, | ||
2884 | |||
2885 | 0x00, | ||
2886 | 0x00, | ||
2887 | 0x00, | ||
2888 | 0x00, | ||
2889 | 0x00, | ||
2890 | 0x00, | ||
2891 | 0xfe, | ||
2892 | 0xc0, | ||
2893 | 0xc0, | ||
2894 | 0xc0, | ||
2895 | 0xc0, | ||
2896 | 0x00, | ||
2897 | 0x00, | ||
2898 | 0x00, | ||
2899 | 0x00, | ||
2900 | 0x00, | ||
2901 | |||
2902 | 0x00, | ||
2903 | 0x00, | ||
2904 | 0x00, | ||
2905 | 0x00, | ||
2906 | 0x00, | ||
2907 | 0x00, | ||
2908 | 0xfe, | ||
2909 | 0x06, | ||
2910 | 0x06, | ||
2911 | 0x06, | ||
2912 | 0x06, | ||
2913 | 0x00, | ||
2914 | 0x00, | ||
2915 | 0x00, | ||
2916 | 0x00, | ||
2917 | 0x00, | ||
2918 | |||
2919 | 0x00, | ||
2920 | 0x20, | ||
2921 | 0xe0, | ||
2922 | 0x63, | ||
2923 | 0x66, | ||
2924 | 0xfc, | ||
2925 | 0x18, | ||
2926 | 0x30, | ||
2927 | 0x60, | ||
2928 | 0xce, | ||
2929 | 0x93, | ||
2930 | 0x06, | ||
2931 | 0x0c, | ||
2932 | 0x1f, | ||
2933 | 0x00, | ||
2934 | 0x00, | ||
2935 | |||
2936 | 0x00, | ||
2937 | 0x20, | ||
2938 | 0xe0, | ||
2939 | 0x63, | ||
2940 | 0x66, | ||
2941 | 0xfc, | ||
2942 | 0x18, | ||
2943 | 0x30, | ||
2944 | 0x64, | ||
2945 | 0xc8, | ||
2946 | 0x96, | ||
2947 | 0x3f, | ||
2948 | 0x06, | ||
2949 | 0x06, | ||
2950 | 0x00, | ||
2951 | 0x00, | ||
2952 | |||
2953 | 0x00, | ||
2954 | 0x18, | ||
2955 | 0x18, | ||
2956 | 0x00, | ||
2957 | 0x08, | ||
2958 | 0x18, | ||
2959 | 0x18, | ||
2960 | 0x18, | ||
2961 | 0x3c, | ||
2962 | 0x3c, | ||
2963 | 0x3c, | ||
2964 | 0x3c, | ||
2965 | 0x18, | ||
2966 | 0x00, | ||
2967 | 0x00, | ||
2968 | 0x00, | ||
2969 | |||
2970 | 0x00, | ||
2971 | 0x00, | ||
2972 | 0x00, | ||
2973 | 0x00, | ||
2974 | 0x00, | ||
2975 | 0x36, | ||
2976 | 0x6c, | ||
2977 | 0xd8, | ||
2978 | 0xd8, | ||
2979 | 0x6c, | ||
2980 | 0x36, | ||
2981 | 0x00, | ||
2982 | 0x00, | ||
2983 | 0x00, | ||
2984 | 0x00, | ||
2985 | 0x00, | ||
2986 | |||
2987 | 0x00, | ||
2988 | 0x00, | ||
2989 | 0x00, | ||
2990 | 0x00, | ||
2991 | 0x00, | ||
2992 | 0xd8, | ||
2993 | 0x6c, | ||
2994 | 0x36, | ||
2995 | 0x36, | ||
2996 | 0x6c, | ||
2997 | 0xd8, | ||
2998 | 0x00, | ||
2999 | 0x00, | ||
3000 | 0x00, | ||
3001 | 0x00, | ||
3002 | 0x00, | ||
3003 | |||
3004 | 0x82, | ||
3005 | 0x10, | ||
3006 | 0x82, | ||
3007 | 0x10, | ||
3008 | 0x82, | ||
3009 | 0x10, | ||
3010 | 0x82, | ||
3011 | 0x10, | ||
3012 | 0x82, | ||
3013 | 0x10, | ||
3014 | 0x82, | ||
3015 | 0x10, | ||
3016 | 0x82, | ||
3017 | 0x10, | ||
3018 | 0x82, | ||
3019 | 0x10, | ||
3020 | |||
3021 | 0x00, | ||
3022 | 0x95, | ||
3023 | 0x00, | ||
3024 | 0xa9, | ||
3025 | 0x00, | ||
3026 | 0x95, | ||
3027 | 0x00, | ||
3028 | 0xa9, | ||
3029 | 0x00, | ||
3030 | 0x95, | ||
3031 | 0x00, | ||
3032 | 0xa9, | ||
3033 | 0x00, | ||
3034 | 0x95, | ||
3035 | 0x00, | ||
3036 | 0xa9, | ||
3037 | |||
3038 | 0x92, | ||
3039 | 0x49, | ||
3040 | 0x92, | ||
3041 | 0x49, | ||
3042 | 0x92, | ||
3043 | 0x49, | ||
3044 | 0x92, | ||
3045 | 0x49, | ||
3046 | 0x92, | ||
3047 | 0x49, | ||
3048 | 0x92, | ||
3049 | 0x49, | ||
3050 | 0x92, | ||
3051 | 0x49, | ||
3052 | 0x92, | ||
3053 | 0x49, | ||
3054 | |||
3055 | 0x18, | ||
3056 | 0x18, | ||
3057 | 0x18, | ||
3058 | 0x18, | ||
3059 | 0x18, | ||
3060 | 0x18, | ||
3061 | 0x18, | ||
3062 | 0x18, | ||
3063 | 0x18, | ||
3064 | 0x18, | ||
3065 | 0x18, | ||
3066 | 0x18, | ||
3067 | 0x18, | ||
3068 | 0x18, | ||
3069 | 0x18, | ||
3070 | 0x18, | ||
3071 | |||
3072 | 0x18, | ||
3073 | 0x18, | ||
3074 | 0x18, | ||
3075 | 0x18, | ||
3076 | 0x18, | ||
3077 | 0x18, | ||
3078 | 0x18, | ||
3079 | 0xf8, | ||
3080 | 0x18, | ||
3081 | 0x18, | ||
3082 | 0x18, | ||
3083 | 0x18, | ||
3084 | 0x18, | ||
3085 | 0x18, | ||
3086 | 0x18, | ||
3087 | 0x18, | ||
3088 | |||
3089 | 0x18, | ||
3090 | 0x18, | ||
3091 | 0x18, | ||
3092 | 0x18, | ||
3093 | 0x18, | ||
3094 | 0x18, | ||
3095 | 0xf8, | ||
3096 | 0x18, | ||
3097 | 0x18, | ||
3098 | 0xf8, | ||
3099 | 0x18, | ||
3100 | 0x18, | ||
3101 | 0x18, | ||
3102 | 0x18, | ||
3103 | 0x18, | ||
3104 | 0x18, | ||
3105 | |||
3106 | 0x66, | ||
3107 | 0x66, | ||
3108 | 0x66, | ||
3109 | 0x66, | ||
3110 | 0x66, | ||
3111 | 0x66, | ||
3112 | 0x66, | ||
3113 | 0xe6, | ||
3114 | 0x66, | ||
3115 | 0x66, | ||
3116 | 0x66, | ||
3117 | 0x66, | ||
3118 | 0x66, | ||
3119 | 0x66, | ||
3120 | 0x66, | ||
3121 | 0x66, | ||
3122 | |||
3123 | 0x00, | ||
3124 | 0x00, | ||
3125 | 0x00, | ||
3126 | 0x00, | ||
3127 | 0x00, | ||
3128 | 0x00, | ||
3129 | 0x00, | ||
3130 | 0xfe, | ||
3131 | 0x66, | ||
3132 | 0x66, | ||
3133 | 0x66, | ||
3134 | 0x66, | ||
3135 | 0x66, | ||
3136 | 0x66, | ||
3137 | 0x66, | ||
3138 | 0x66, | ||
3139 | |||
3140 | 0x00, | ||
3141 | 0x00, | ||
3142 | 0x00, | ||
3143 | 0x00, | ||
3144 | 0x00, | ||
3145 | 0x00, | ||
3146 | 0xf8, | ||
3147 | 0x18, | ||
3148 | 0x18, | ||
3149 | 0xf8, | ||
3150 | 0x18, | ||
3151 | 0x18, | ||
3152 | 0x18, | ||
3153 | 0x18, | ||
3154 | 0x18, | ||
3155 | 0x18, | ||
3156 | |||
3157 | 0x66, | ||
3158 | 0x66, | ||
3159 | 0x66, | ||
3160 | 0x66, | ||
3161 | 0x66, | ||
3162 | 0x66, | ||
3163 | 0xe6, | ||
3164 | 0x06, | ||
3165 | 0x06, | ||
3166 | 0xe6, | ||
3167 | 0x66, | ||
3168 | 0x66, | ||
3169 | 0x66, | ||
3170 | 0x66, | ||
3171 | 0x66, | ||
3172 | 0x66, | ||
3173 | |||
3174 | 0x66, | ||
3175 | 0x66, | ||
3176 | 0x66, | ||
3177 | 0x66, | ||
3178 | 0x66, | ||
3179 | 0x66, | ||
3180 | 0x66, | ||
3181 | 0x66, | ||
3182 | 0x66, | ||
3183 | 0x66, | ||
3184 | 0x66, | ||
3185 | 0x66, | ||
3186 | 0x66, | ||
3187 | 0x66, | ||
3188 | 0x66, | ||
3189 | 0x66, | ||
3190 | |||
3191 | 0x00, | ||
3192 | 0x00, | ||
3193 | 0x00, | ||
3194 | 0x00, | ||
3195 | 0x00, | ||
3196 | 0x00, | ||
3197 | 0xfe, | ||
3198 | 0x06, | ||
3199 | 0x06, | ||
3200 | 0xe6, | ||
3201 | 0x66, | ||
3202 | 0x66, | ||
3203 | 0x66, | ||
3204 | 0x66, | ||
3205 | 0x66, | ||
3206 | 0x66, | ||
3207 | |||
3208 | 0x66, | ||
3209 | 0x66, | ||
3210 | 0x66, | ||
3211 | 0x66, | ||
3212 | 0x66, | ||
3213 | 0x66, | ||
3214 | 0xe6, | ||
3215 | 0x06, | ||
3216 | 0x06, | ||
3217 | 0xfe, | ||
3218 | 0x00, | ||
3219 | 0x00, | ||
3220 | 0x00, | ||
3221 | 0x00, | ||
3222 | 0x00, | ||
3223 | 0x00, | ||
3224 | |||
3225 | 0x66, | ||
3226 | 0x66, | ||
3227 | 0x66, | ||
3228 | 0x66, | ||
3229 | 0x66, | ||
3230 | 0x66, | ||
3231 | 0x66, | ||
3232 | 0xfe, | ||
3233 | 0x00, | ||
3234 | 0x00, | ||
3235 | 0x00, | ||
3236 | 0x00, | ||
3237 | 0x00, | ||
3238 | 0x00, | ||
3239 | 0x00, | ||
3240 | 0x00, | ||
3241 | |||
3242 | 0x18, | ||
3243 | 0x18, | ||
3244 | 0x18, | ||
3245 | 0x18, | ||
3246 | 0x18, | ||
3247 | 0x18, | ||
3248 | 0xf8, | ||
3249 | 0x18, | ||
3250 | 0x18, | ||
3251 | 0xf8, | ||
3252 | 0x00, | ||
3253 | 0x00, | ||
3254 | 0x00, | ||
3255 | 0x00, | ||
3256 | 0x00, | ||
3257 | 0x00, | ||
3258 | |||
3259 | 0x00, | ||
3260 | 0x00, | ||
3261 | 0x00, | ||
3262 | 0x00, | ||
3263 | 0x00, | ||
3264 | 0x00, | ||
3265 | 0x00, | ||
3266 | 0xf8, | ||
3267 | 0x18, | ||
3268 | 0x18, | ||
3269 | 0x18, | ||
3270 | 0x18, | ||
3271 | 0x18, | ||
3272 | 0x18, | ||
3273 | 0x18, | ||
3274 | 0x18, | ||
3275 | |||
3276 | 0x18, | ||
3277 | 0x18, | ||
3278 | 0x18, | ||
3279 | 0x18, | ||
3280 | 0x18, | ||
3281 | 0x18, | ||
3282 | 0x18, | ||
3283 | 0x1f, | ||
3284 | 0x00, | ||
3285 | 0x00, | ||
3286 | 0x00, | ||
3287 | 0x00, | ||
3288 | 0x00, | ||
3289 | 0x00, | ||
3290 | 0x00, | ||
3291 | 0x00, | ||
3292 | |||
3293 | 0x18, | ||
3294 | 0x18, | ||
3295 | 0x18, | ||
3296 | 0x18, | ||
3297 | 0x18, | ||
3298 | 0x18, | ||
3299 | 0x18, | ||
3300 | 0xff, | ||
3301 | 0x00, | ||
3302 | 0x00, | ||
3303 | 0x00, | ||
3304 | 0x00, | ||
3305 | 0x00, | ||
3306 | 0x00, | ||
3307 | 0x00, | ||
3308 | 0x00, | ||
3309 | |||
3310 | 0x00, | ||
3311 | 0x00, | ||
3312 | 0x00, | ||
3313 | 0x00, | ||
3314 | 0x00, | ||
3315 | 0x00, | ||
3316 | 0x00, | ||
3317 | 0xff, | ||
3318 | 0x18, | ||
3319 | 0x18, | ||
3320 | 0x18, | ||
3321 | 0x18, | ||
3322 | 0x18, | ||
3323 | 0x18, | ||
3324 | 0x18, | ||
3325 | 0x18, | ||
3326 | |||
3327 | 0x18, | ||
3328 | 0x18, | ||
3329 | 0x18, | ||
3330 | 0x18, | ||
3331 | 0x18, | ||
3332 | 0x18, | ||
3333 | 0x18, | ||
3334 | 0x1f, | ||
3335 | 0x18, | ||
3336 | 0x18, | ||
3337 | 0x18, | ||
3338 | 0x18, | ||
3339 | 0x18, | ||
3340 | 0x18, | ||
3341 | 0x18, | ||
3342 | 0x18, | ||
3343 | |||
3344 | 0x00, | ||
3345 | 0x00, | ||
3346 | 0x00, | ||
3347 | 0x00, | ||
3348 | 0x00, | ||
3349 | 0x00, | ||
3350 | 0x00, | ||
3351 | 0xff, | ||
3352 | 0x00, | ||
3353 | 0x00, | ||
3354 | 0x00, | ||
3355 | 0x00, | ||
3356 | 0x00, | ||
3357 | 0x00, | ||
3358 | 0x00, | ||
3359 | 0x00, | ||
3360 | |||
3361 | 0x18, | ||
3362 | 0x18, | ||
3363 | 0x18, | ||
3364 | 0x18, | ||
3365 | 0x18, | ||
3366 | 0x18, | ||
3367 | 0x18, | ||
3368 | 0xff, | ||
3369 | 0x18, | ||
3370 | 0x18, | ||
3371 | 0x18, | ||
3372 | 0x18, | ||
3373 | 0x18, | ||
3374 | 0x18, | ||
3375 | 0x18, | ||
3376 | 0x18, | ||
3377 | |||
3378 | 0x18, | ||
3379 | 0x18, | ||
3380 | 0x18, | ||
3381 | 0x18, | ||
3382 | 0x18, | ||
3383 | 0x18, | ||
3384 | 0x1f, | ||
3385 | 0x18, | ||
3386 | 0x18, | ||
3387 | 0x1f, | ||
3388 | 0x18, | ||
3389 | 0x18, | ||
3390 | 0x18, | ||
3391 | 0x18, | ||
3392 | 0x18, | ||
3393 | 0x18, | ||
3394 | |||
3395 | 0x66, | ||
3396 | 0x66, | ||
3397 | 0x66, | ||
3398 | 0x66, | ||
3399 | 0x66, | ||
3400 | 0x66, | ||
3401 | 0x66, | ||
3402 | 0x67, | ||
3403 | 0x66, | ||
3404 | 0x66, | ||
3405 | 0x66, | ||
3406 | 0x66, | ||
3407 | 0x66, | ||
3408 | 0x66, | ||
3409 | 0x66, | ||
3410 | 0x66, | ||
3411 | |||
3412 | 0x66, | ||
3413 | 0x66, | ||
3414 | 0x66, | ||
3415 | 0x66, | ||
3416 | 0x66, | ||
3417 | 0x66, | ||
3418 | 0x67, | ||
3419 | 0x60, | ||
3420 | 0x60, | ||
3421 | 0x7f, | ||
3422 | 0x00, | ||
3423 | 0x00, | ||
3424 | 0x00, | ||
3425 | 0x00, | ||
3426 | 0x00, | ||
3427 | 0x00, | ||
3428 | |||
3429 | 0x00, | ||
3430 | 0x00, | ||
3431 | 0x00, | ||
3432 | 0x00, | ||
3433 | 0x00, | ||
3434 | 0x00, | ||
3435 | 0x7f, | ||
3436 | 0x60, | ||
3437 | 0x60, | ||
3438 | 0x67, | ||
3439 | 0x66, | ||
3440 | 0x66, | ||
3441 | 0x66, | ||
3442 | 0x66, | ||
3443 | 0x66, | ||
3444 | 0x66, | ||
3445 | |||
3446 | 0x66, | ||
3447 | 0x66, | ||
3448 | 0x66, | ||
3449 | 0x66, | ||
3450 | 0x66, | ||
3451 | 0x66, | ||
3452 | 0xe7, | ||
3453 | 0x00, | ||
3454 | 0x00, | ||
3455 | 0xff, | ||
3456 | 0x00, | ||
3457 | 0x00, | ||
3458 | 0x00, | ||
3459 | 0x00, | ||
3460 | 0x00, | ||
3461 | 0x00, | ||
3462 | |||
3463 | 0x00, | ||
3464 | 0x00, | ||
3465 | 0x00, | ||
3466 | 0x00, | ||
3467 | 0x00, | ||
3468 | 0x00, | ||
3469 | 0xff, | ||
3470 | 0x00, | ||
3471 | 0x00, | ||
3472 | 0xe7, | ||
3473 | 0x66, | ||
3474 | 0x66, | ||
3475 | 0x66, | ||
3476 | 0x66, | ||
3477 | 0x66, | ||
3478 | 0x66, | ||
3479 | |||
3480 | 0x66, | ||
3481 | 0x66, | ||
3482 | 0x66, | ||
3483 | 0x66, | ||
3484 | 0x66, | ||
3485 | 0x66, | ||
3486 | 0x67, | ||
3487 | 0x60, | ||
3488 | 0x60, | ||
3489 | 0x67, | ||
3490 | 0x66, | ||
3491 | 0x66, | ||
3492 | 0x66, | ||
3493 | 0x66, | ||
3494 | 0x66, | ||
3495 | 0x66, | ||
3496 | |||
3497 | 0x00, | ||
3498 | 0x00, | ||
3499 | 0x00, | ||
3500 | 0x00, | ||
3501 | 0x00, | ||
3502 | 0x00, | ||
3503 | 0xff, | ||
3504 | 0x00, | ||
3505 | 0x00, | ||
3506 | 0xff, | ||
3507 | 0x00, | ||
3508 | 0x00, | ||
3509 | 0x00, | ||
3510 | 0x00, | ||
3511 | 0x00, | ||
3512 | 0x00, | ||
3513 | |||
3514 | 0x66, | ||
3515 | 0x66, | ||
3516 | 0x66, | ||
3517 | 0x66, | ||
3518 | 0x66, | ||
3519 | 0x66, | ||
3520 | 0xe7, | ||
3521 | 0x00, | ||
3522 | 0x00, | ||
3523 | 0xe7, | ||
3524 | 0x66, | ||
3525 | 0x66, | ||
3526 | 0x66, | ||
3527 | 0x66, | ||
3528 | 0x66, | ||
3529 | 0x66, | ||
3530 | |||
3531 | 0x18, | ||
3532 | 0x18, | ||
3533 | 0x18, | ||
3534 | 0x18, | ||
3535 | 0x18, | ||
3536 | 0x18, | ||
3537 | 0xff, | ||
3538 | 0x00, | ||
3539 | 0x00, | ||
3540 | 0xff, | ||
3541 | 0x00, | ||
3542 | 0x00, | ||
3543 | 0x00, | ||
3544 | 0x00, | ||
3545 | 0x00, | ||
3546 | 0x00, | ||
3547 | |||
3548 | 0x66, | ||
3549 | 0x66, | ||
3550 | 0x66, | ||
3551 | 0x66, | ||
3552 | 0x66, | ||
3553 | 0x66, | ||
3554 | 0x66, | ||
3555 | 0xff, | ||
3556 | 0x00, | ||
3557 | 0x00, | ||
3558 | 0x00, | ||
3559 | 0x00, | ||
3560 | 0x00, | ||
3561 | 0x00, | ||
3562 | 0x00, | ||
3563 | 0x00, | ||
3564 | |||
3565 | 0x00, | ||
3566 | 0x00, | ||
3567 | 0x00, | ||
3568 | 0x00, | ||
3569 | 0x00, | ||
3570 | 0x00, | ||
3571 | 0xff, | ||
3572 | 0x00, | ||
3573 | 0x00, | ||
3574 | 0xff, | ||
3575 | 0x18, | ||
3576 | 0x18, | ||
3577 | 0x18, | ||
3578 | 0x18, | ||
3579 | 0x18, | ||
3580 | 0x18, | ||
3581 | |||
3582 | 0x00, | ||
3583 | 0x00, | ||
3584 | 0x00, | ||
3585 | 0x00, | ||
3586 | 0x00, | ||
3587 | 0x00, | ||
3588 | 0x00, | ||
3589 | 0xff, | ||
3590 | 0x66, | ||
3591 | 0x66, | ||
3592 | 0x66, | ||
3593 | 0x66, | ||
3594 | 0x66, | ||
3595 | 0x66, | ||
3596 | 0x66, | ||
3597 | 0x66, | ||
3598 | |||
3599 | 0x66, | ||
3600 | 0x66, | ||
3601 | 0x66, | ||
3602 | 0x66, | ||
3603 | 0x66, | ||
3604 | 0x66, | ||
3605 | 0x66, | ||
3606 | 0x7f, | ||
3607 | 0x00, | ||
3608 | 0x00, | ||
3609 | 0x00, | ||
3610 | 0x00, | ||
3611 | 0x00, | ||
3612 | 0x00, | ||
3613 | 0x00, | ||
3614 | 0x00, | ||
3615 | |||
3616 | 0x18, | ||
3617 | 0x18, | ||
3618 | 0x18, | ||
3619 | 0x18, | ||
3620 | 0x18, | ||
3621 | 0x18, | ||
3622 | 0x1f, | ||
3623 | 0x18, | ||
3624 | 0x18, | ||
3625 | 0x1f, | ||
3626 | 0x00, | ||
3627 | 0x00, | ||
3628 | 0x00, | ||
3629 | 0x00, | ||
3630 | 0x00, | ||
3631 | 0x00, | ||
3632 | |||
3633 | 0x00, | ||
3634 | 0x00, | ||
3635 | 0x00, | ||
3636 | 0x00, | ||
3637 | 0x00, | ||
3638 | 0x00, | ||
3639 | 0x1f, | ||
3640 | 0x18, | ||
3641 | 0x18, | ||
3642 | 0x1f, | ||
3643 | 0x18, | ||
3644 | 0x18, | ||
3645 | 0x18, | ||
3646 | 0x18, | ||
3647 | 0x18, | ||
3648 | 0x18, | ||
3649 | |||
3650 | 0x00, | ||
3651 | 0x00, | ||
3652 | 0x00, | ||
3653 | 0x00, | ||
3654 | 0x00, | ||
3655 | 0x00, | ||
3656 | 0x00, | ||
3657 | 0x7f, | ||
3658 | 0x66, | ||
3659 | 0x66, | ||
3660 | 0x66, | ||
3661 | 0x66, | ||
3662 | 0x66, | ||
3663 | 0x66, | ||
3664 | 0x66, | ||
3665 | 0x66, | ||
3666 | |||
3667 | 0x66, | ||
3668 | 0x66, | ||
3669 | 0x66, | ||
3670 | 0x66, | ||
3671 | 0x66, | ||
3672 | 0x66, | ||
3673 | 0x66, | ||
3674 | 0xff, | ||
3675 | 0x66, | ||
3676 | 0x66, | ||
3677 | 0x66, | ||
3678 | 0x66, | ||
3679 | 0x66, | ||
3680 | 0x66, | ||
3681 | 0x66, | ||
3682 | 0x66, | ||
3683 | |||
3684 | 0x18, | ||
3685 | 0x18, | ||
3686 | 0x18, | ||
3687 | 0x18, | ||
3688 | 0x18, | ||
3689 | 0x18, | ||
3690 | 0xff, | ||
3691 | 0x00, | ||
3692 | 0x00, | ||
3693 | 0xff, | ||
3694 | 0x18, | ||
3695 | 0x18, | ||
3696 | 0x18, | ||
3697 | 0x18, | ||
3698 | 0x18, | ||
3699 | 0x18, | ||
3700 | |||
3701 | 0x18, | ||
3702 | 0x18, | ||
3703 | 0x18, | ||
3704 | 0x18, | ||
3705 | 0x18, | ||
3706 | 0x18, | ||
3707 | 0x18, | ||
3708 | 0xf8, | ||
3709 | 0x00, | ||
3710 | 0x00, | ||
3711 | 0x00, | ||
3712 | 0x00, | ||
3713 | 0x00, | ||
3714 | 0x00, | ||
3715 | 0x00, | ||
3716 | 0x00, | ||
3717 | |||
3718 | 0x00, | ||
3719 | 0x00, | ||
3720 | 0x00, | ||
3721 | 0x00, | ||
3722 | 0x00, | ||
3723 | 0x00, | ||
3724 | 0x00, | ||
3725 | 0x1f, | ||
3726 | 0x18, | ||
3727 | 0x18, | ||
3728 | 0x18, | ||
3729 | 0x18, | ||
3730 | 0x18, | ||
3731 | 0x18, | ||
3732 | 0x18, | ||
3733 | 0x18, | ||
3734 | |||
3735 | 0xff, | ||
3736 | 0xff, | ||
3737 | 0xff, | ||
3738 | 0xff, | ||
3739 | 0xff, | ||
3740 | 0xff, | ||
3741 | 0xff, | ||
3742 | 0xff, | ||
3743 | 0xff, | ||
3744 | 0xff, | ||
3745 | 0xff, | ||
3746 | 0xff, | ||
3747 | 0xff, | ||
3748 | 0xff, | ||
3749 | 0xff, | ||
3750 | 0xff, | ||
3751 | |||
3752 | 0x00, | ||
3753 | 0x00, | ||
3754 | 0x00, | ||
3755 | 0x00, | ||
3756 | 0x00, | ||
3757 | 0x00, | ||
3758 | 0x00, | ||
3759 | 0x00, | ||
3760 | 0xff, | ||
3761 | 0xff, | ||
3762 | 0xff, | ||
3763 | 0xff, | ||
3764 | 0xff, | ||
3765 | 0xff, | ||
3766 | 0xff, | ||
3767 | 0xff, | ||
3768 | |||
3769 | 0xf0, | ||
3770 | 0xf0, | ||
3771 | 0xf0, | ||
3772 | 0xf0, | ||
3773 | 0xf0, | ||
3774 | 0xf0, | ||
3775 | 0xf0, | ||
3776 | 0xf0, | ||
3777 | 0xf0, | ||
3778 | 0xf0, | ||
3779 | 0xf0, | ||
3780 | 0xf0, | ||
3781 | 0xf0, | ||
3782 | 0xf0, | ||
3783 | 0xf0, | ||
3784 | 0xf0, | ||
3785 | |||
3786 | 0x0f, | ||
3787 | 0x0f, | ||
3788 | 0x0f, | ||
3789 | 0x0f, | ||
3790 | 0x0f, | ||
3791 | 0x0f, | ||
3792 | 0x0f, | ||
3793 | 0x0f, | ||
3794 | 0x0f, | ||
3795 | 0x0f, | ||
3796 | 0x0f, | ||
3797 | 0x0f, | ||
3798 | 0x0f, | ||
3799 | 0x0f, | ||
3800 | 0x0f, | ||
3801 | 0x0f, | ||
3802 | |||
3803 | 0xff, | ||
3804 | 0xff, | ||
3805 | 0xff, | ||
3806 | 0xff, | ||
3807 | 0xff, | ||
3808 | 0xff, | ||
3809 | 0xff, | ||
3810 | 0xff, | ||
3811 | 0x00, | ||
3812 | 0x00, | ||
3813 | 0x00, | ||
3814 | 0x00, | ||
3815 | 0x00, | ||
3816 | 0x00, | ||
3817 | 0x00, | ||
3818 | 0x00, | ||
3819 | |||
3820 | 0x00, | ||
3821 | 0x00, | ||
3822 | 0x00, | ||
3823 | 0x00, | ||
3824 | 0x00, | ||
3825 | 0x00, | ||
3826 | 0x77, | ||
3827 | 0xcc, | ||
3828 | 0xcc, | ||
3829 | 0xcc, | ||
3830 | 0xcc, | ||
3831 | 0xde, | ||
3832 | 0x73, | ||
3833 | 0x00, | ||
3834 | 0x00, | ||
3835 | 0x00, | ||
3836 | |||
3837 | 0x00, | ||
3838 | 0x7c, | ||
3839 | 0xc6, | ||
3840 | 0xc6, | ||
3841 | 0xc6, | ||
3842 | 0xc4, | ||
3843 | 0xc8, | ||
3844 | 0xc4, | ||
3845 | 0xc6, | ||
3846 | 0xc6, | ||
3847 | 0xc6, | ||
3848 | 0xc6, | ||
3849 | 0xdc, | ||
3850 | 0xc0, | ||
3851 | 0xc0, | ||
3852 | 0x00, | ||
3853 | |||
3854 | 0x00, | ||
3855 | 0xff, | ||
3856 | 0x61, | ||
3857 | 0x60, | ||
3858 | 0x60, | ||
3859 | 0x60, | ||
3860 | 0x60, | ||
3861 | 0x60, | ||
3862 | 0x60, | ||
3863 | 0x60, | ||
3864 | 0x60, | ||
3865 | 0x60, | ||
3866 | 0xf0, | ||
3867 | 0x00, | ||
3868 | 0x00, | ||
3869 | 0x00, | ||
3870 | |||
3871 | 0x00, | ||
3872 | 0x00, | ||
3873 | 0x00, | ||
3874 | 0x00, | ||
3875 | 0x01, | ||
3876 | 0x7e, | ||
3877 | 0xa4, | ||
3878 | 0x24, | ||
3879 | 0x2c, | ||
3880 | 0x6c, | ||
3881 | 0x6c, | ||
3882 | 0x6c, | ||
3883 | 0x48, | ||
3884 | 0x00, | ||
3885 | 0x00, | ||
3886 | 0x00, | ||
3887 | |||
3888 | 0x00, | ||
3889 | 0xff, | ||
3890 | 0xc1, | ||
3891 | 0x60, | ||
3892 | 0x30, | ||
3893 | 0x18, | ||
3894 | 0x0c, | ||
3895 | 0x18, | ||
3896 | 0x30, | ||
3897 | 0x60, | ||
3898 | 0xc0, | ||
3899 | 0xc1, | ||
3900 | 0xfe, | ||
3901 | 0x00, | ||
3902 | 0x00, | ||
3903 | 0x00, | ||
3904 | |||
3905 | 0x00, | ||
3906 | 0x00, | ||
3907 | 0x00, | ||
3908 | 0x00, | ||
3909 | 0x00, | ||
3910 | 0x7f, | ||
3911 | 0xc8, | ||
3912 | 0xc8, | ||
3913 | 0xc8, | ||
3914 | 0xc8, | ||
3915 | 0xc8, | ||
3916 | 0xc8, | ||
3917 | 0x70, | ||
3918 | 0x00, | ||
3919 | 0x00, | ||
3920 | 0x00, | ||
3921 | |||
3922 | 0x00, | ||
3923 | 0x00, | ||
3924 | 0x00, | ||
3925 | 0x00, | ||
3926 | 0x00, | ||
3927 | 0x22, | ||
3928 | 0x66, | ||
3929 | 0x66, | ||
3930 | 0x66, | ||
3931 | 0x66, | ||
3932 | 0x66, | ||
3933 | 0x7c, | ||
3934 | 0x60, | ||
3935 | 0x60, | ||
3936 | 0x60, | ||
3937 | 0xc0, | ||
3938 | |||
3939 | 0x00, | ||
3940 | 0x00, | ||
3941 | 0x00, | ||
3942 | 0x00, | ||
3943 | 0x00, | ||
3944 | 0x76, | ||
3945 | 0xdc, | ||
3946 | 0x18, | ||
3947 | 0x18, | ||
3948 | 0x18, | ||
3949 | 0x18, | ||
3950 | 0x18, | ||
3951 | 0x10, | ||
3952 | 0x00, | ||
3953 | 0x00, | ||
3954 | 0x00, | ||
3955 | |||
3956 | 0x00, | ||
3957 | 0x38, | ||
3958 | 0x10, | ||
3959 | 0x7c, | ||
3960 | 0xd6, | ||
3961 | 0xd6, | ||
3962 | 0xd6, | ||
3963 | 0xd6, | ||
3964 | 0xd6, | ||
3965 | 0xd6, | ||
3966 | 0x7c, | ||
3967 | 0x10, | ||
3968 | 0x38, | ||
3969 | 0x00, | ||
3970 | 0x00, | ||
3971 | 0x00, | ||
3972 | |||
3973 | 0x00, | ||
3974 | 0x38, | ||
3975 | 0x6c, | ||
3976 | 0xc6, | ||
3977 | 0xc6, | ||
3978 | 0xc6, | ||
3979 | 0xfe, | ||
3980 | 0xc6, | ||
3981 | 0xc6, | ||
3982 | 0xc6, | ||
3983 | 0xc6, | ||
3984 | 0x6c, | ||
3985 | 0x38, | ||
3986 | 0x00, | ||
3987 | 0x00, | ||
3988 | 0x00, | ||
3989 | |||
3990 | 0x00, | ||
3991 | 0x3c, | ||
3992 | 0x66, | ||
3993 | 0xc3, | ||
3994 | 0xc3, | ||
3995 | 0xc3, | ||
3996 | 0xc3, | ||
3997 | 0xc3, | ||
3998 | 0x66, | ||
3999 | 0x24, | ||
4000 | 0x24, | ||
4001 | 0xa5, | ||
4002 | 0xe7, | ||
4003 | 0x00, | ||
4004 | 0x00, | ||
4005 | 0x00, | ||
4006 | |||
4007 | 0x00, | ||
4008 | 0x1e, | ||
4009 | 0x31, | ||
4010 | 0x30, | ||
4011 | 0x18, | ||
4012 | 0x0c, | ||
4013 | 0x3e, | ||
4014 | 0x66, | ||
4015 | 0x66, | ||
4016 | 0x66, | ||
4017 | 0x66, | ||
4018 | 0x66, | ||
4019 | 0x3c, | ||
4020 | 0x00, | ||
4021 | 0x00, | ||
4022 | 0x00, | ||
4023 | |||
4024 | 0x00, | ||
4025 | 0x00, | ||
4026 | 0x00, | ||
4027 | 0x00, | ||
4028 | 0x6e, | ||
4029 | 0xff, | ||
4030 | 0x99, | ||
4031 | 0x99, | ||
4032 | 0x99, | ||
4033 | 0x99, | ||
4034 | 0xff, | ||
4035 | 0x76, | ||
4036 | 0x00, | ||
4037 | 0x00, | ||
4038 | 0x00, | ||
4039 | 0x00, | ||
4040 | |||
4041 | 0x00, | ||
4042 | 0x00, | ||
4043 | 0x00, | ||
4044 | 0x02, | ||
4045 | 0x04, | ||
4046 | 0x7c, | ||
4047 | 0xca, | ||
4048 | 0x92, | ||
4049 | 0xa6, | ||
4050 | 0x7c, | ||
4051 | 0x40, | ||
4052 | 0x80, | ||
4053 | 0x00, | ||
4054 | 0x00, | ||
4055 | 0x00, | ||
4056 | 0x00, | ||
4057 | |||
4058 | 0x00, | ||
4059 | 0x1c, | ||
4060 | 0x30, | ||
4061 | 0x60, | ||
4062 | 0x60, | ||
4063 | 0x60, | ||
4064 | 0x7c, | ||
4065 | 0x60, | ||
4066 | 0x60, | ||
4067 | 0x60, | ||
4068 | 0x60, | ||
4069 | 0x30, | ||
4070 | 0x1c, | ||
4071 | 0x00, | ||
4072 | 0x00, | ||
4073 | 0x00, | ||
4074 | |||
4075 | 0x00, | ||
4076 | 0x00, | ||
4077 | 0x7c, | ||
4078 | 0xc6, | ||
4079 | 0xc6, | ||
4080 | 0xc6, | ||
4081 | 0xc6, | ||
4082 | 0xc6, | ||
4083 | 0xc6, | ||
4084 | 0xc6, | ||
4085 | 0xc6, | ||
4086 | 0xc6, | ||
4087 | 0xc6, | ||
4088 | 0x00, | ||
4089 | 0x00, | ||
4090 | 0x00, | ||
4091 | |||
4092 | 0x00, | ||
4093 | 0x00, | ||
4094 | 0x00, | ||
4095 | 0xfe, | ||
4096 | 0x00, | ||
4097 | 0x00, | ||
4098 | 0x00, | ||
4099 | 0x7c, | ||
4100 | 0x00, | ||
4101 | 0x00, | ||
4102 | 0x00, | ||
4103 | 0xfe, | ||
4104 | 0x00, | ||
4105 | 0x00, | ||
4106 | 0x00, | ||
4107 | 0x00, | ||
4108 | |||
4109 | 0x00, | ||
4110 | 0x00, | ||
4111 | 0x00, | ||
4112 | 0x00, | ||
4113 | 0x18, | ||
4114 | 0x18, | ||
4115 | 0x7e, | ||
4116 | 0x18, | ||
4117 | 0x18, | ||
4118 | 0x00, | ||
4119 | 0x00, | ||
4120 | 0x7e, | ||
4121 | 0x00, | ||
4122 | 0x00, | ||
4123 | 0x00, | ||
4124 | 0x00, | ||
4125 | |||
4126 | 0x00, | ||
4127 | 0x00, | ||
4128 | 0x00, | ||
4129 | 0x30, | ||
4130 | 0x18, | ||
4131 | 0x0c, | ||
4132 | 0x06, | ||
4133 | 0x0c, | ||
4134 | 0x18, | ||
4135 | 0x30, | ||
4136 | 0x00, | ||
4137 | 0x7e, | ||
4138 | 0x00, | ||
4139 | 0x00, | ||
4140 | 0x00, | ||
4141 | 0x00, | ||
4142 | |||
4143 | 0x00, | ||
4144 | 0x00, | ||
4145 | 0x00, | ||
4146 | 0x0c, | ||
4147 | 0x18, | ||
4148 | 0x30, | ||
4149 | 0x60, | ||
4150 | 0x30, | ||
4151 | 0x18, | ||
4152 | 0x0c, | ||
4153 | 0x00, | ||
4154 | 0x7e, | ||
4155 | 0x00, | ||
4156 | 0x00, | ||
4157 | 0x00, | ||
4158 | 0x00, | ||
4159 | |||
4160 | 0x00, | ||
4161 | 0x00, | ||
4162 | 0x00, | ||
4163 | 0x0e, | ||
4164 | 0x19, | ||
4165 | 0x1b, | ||
4166 | 0x18, | ||
4167 | 0x18, | ||
4168 | 0x18, | ||
4169 | 0x18, | ||
4170 | 0x18, | ||
4171 | 0x18, | ||
4172 | 0x18, | ||
4173 | 0x18, | ||
4174 | 0x18, | ||
4175 | 0x18, | ||
4176 | |||
4177 | 0x18, | ||
4178 | 0x18, | ||
4179 | 0x18, | ||
4180 | 0x18, | ||
4181 | 0x18, | ||
4182 | 0x18, | ||
4183 | 0x18, | ||
4184 | 0x18, | ||
4185 | 0x18, | ||
4186 | 0xd8, | ||
4187 | 0x98, | ||
4188 | 0x70, | ||
4189 | 0x00, | ||
4190 | 0x00, | ||
4191 | 0x00, | ||
4192 | 0x00, | ||
4193 | |||
4194 | 0x00, | ||
4195 | 0x00, | ||
4196 | 0x00, | ||
4197 | 0x00, | ||
4198 | 0x18, | ||
4199 | 0x18, | ||
4200 | 0x00, | ||
4201 | 0x7e, | ||
4202 | 0x00, | ||
4203 | 0x18, | ||
4204 | 0x18, | ||
4205 | 0x00, | ||
4206 | 0x00, | ||
4207 | 0x00, | ||
4208 | 0x00, | ||
4209 | 0x00, | ||
4210 | |||
4211 | 0x00, | ||
4212 | 0x00, | ||
4213 | 0x00, | ||
4214 | 0x00, | ||
4215 | 0x00, | ||
4216 | 0x76, | ||
4217 | 0xdc, | ||
4218 | 0x00, | ||
4219 | 0x00, | ||
4220 | 0x76, | ||
4221 | 0xdc, | ||
4222 | 0x00, | ||
4223 | 0x00, | ||
4224 | 0x00, | ||
4225 | 0x00, | ||
4226 | 0x00, | ||
4227 | |||
4228 | 0x00, | ||
4229 | 0x38, | ||
4230 | 0x44, | ||
4231 | 0x44, | ||
4232 | 0x44, | ||
4233 | 0x38, | ||
4234 | 0x00, | ||
4235 | 0x00, | ||
4236 | 0x00, | ||
4237 | 0x00, | ||
4238 | 0x00, | ||
4239 | 0x00, | ||
4240 | 0x00, | ||
4241 | 0x00, | ||
4242 | 0x00, | ||
4243 | 0x00, | ||
4244 | |||
4245 | 0x00, | ||
4246 | 0x00, | ||
4247 | 0x00, | ||
4248 | 0x00, | ||
4249 | 0x00, | ||
4250 | 0x00, | ||
4251 | 0x00, | ||
4252 | 0x18, | ||
4253 | 0x18, | ||
4254 | 0x00, | ||
4255 | 0x00, | ||
4256 | 0x00, | ||
4257 | 0x00, | ||
4258 | 0x00, | ||
4259 | 0x00, | ||
4260 | 0x00, | ||
4261 | |||
4262 | 0x00, | ||
4263 | 0x00, | ||
4264 | 0x00, | ||
4265 | 0x00, | ||
4266 | 0x00, | ||
4267 | 0x00, | ||
4268 | 0x00, | ||
4269 | 0x00, | ||
4270 | 0x18, | ||
4271 | 0x00, | ||
4272 | 0x00, | ||
4273 | 0x00, | ||
4274 | 0x00, | ||
4275 | 0x00, | ||
4276 | 0x00, | ||
4277 | 0x00, | ||
4278 | |||
4279 | 0x00, | ||
4280 | 0x00, | ||
4281 | 0x07, | ||
4282 | 0x06, | ||
4283 | 0x06, | ||
4284 | 0x0c, | ||
4285 | 0x0c, | ||
4286 | 0x08, | ||
4287 | 0x98, | ||
4288 | 0xd0, | ||
4289 | 0xf0, | ||
4290 | 0x60, | ||
4291 | 0x20, | ||
4292 | 0x00, | ||
4293 | 0x00, | ||
4294 | 0x00, | ||
4295 | |||
4296 | 0x00, | ||
4297 | 0xcc, | ||
4298 | 0x76, | ||
4299 | 0x66, | ||
4300 | 0x66, | ||
4301 | 0x66, | ||
4302 | 0x66, | ||
4303 | 0xf7, | ||
4304 | 0x00, | ||
4305 | 0x00, | ||
4306 | 0x00, | ||
4307 | 0x00, | ||
4308 | 0x00, | ||
4309 | 0x00, | ||
4310 | 0x00, | ||
4311 | 0x00, | ||
4312 | |||
4313 | 0x00, | ||
4314 | 0x70, | ||
4315 | 0x98, | ||
4316 | 0x18, | ||
4317 | 0x30, | ||
4318 | 0x60, | ||
4319 | 0x88, | ||
4320 | 0xf8, | ||
4321 | 0x00, | ||
4322 | 0x00, | ||
4323 | 0x00, | ||
4324 | 0x00, | ||
4325 | 0x00, | ||
4326 | 0x00, | ||
4327 | 0x00, | ||
4328 | 0x00, | ||
4329 | |||
4330 | 0x00, | ||
4331 | 0x00, | ||
4332 | 0x00, | ||
4333 | 0x00, | ||
4334 | 0x00, | ||
4335 | 0x7c, | ||
4336 | 0x64, | ||
4337 | 0x64, | ||
4338 | 0x64, | ||
4339 | 0x64, | ||
4340 | 0x64, | ||
4341 | 0x7c, | ||
4342 | 0x00, | ||
4343 | 0x00, | ||
4344 | 0x00, | ||
4345 | 0x00, | ||
4346 | |||
4347 | 0x00, | ||
4348 | 0x00, | ||
4349 | 0x00, | ||
4350 | 0x00, | ||
4351 | 0x00, | ||
4352 | 0x00, | ||
4353 | 0x00, | ||
4354 | 0x00, | ||
4355 | 0x00, | ||
4356 | 0x00, | ||
4357 | 0x00, | ||
4358 | 0x00, | ||
4359 | 0x00, | ||
4360 | 0x00, | ||
4361 | 0x00, | ||
4362 | 0x00, | ||
4363 | |||
4364 | }; | ||
4365 | |||
4366 | |||
4367 | const struct font_desc font_rl = { | ||
4368 | RL_IDX, | ||
4369 | "RomanLarge", | ||
4370 | 8, | ||
4371 | 16, | ||
4372 | patterns, | ||
4373 | -1 | ||
4374 | }; | ||
diff --git a/drivers/video/console/fonts.c b/drivers/video/console/fonts.c index 9be83bed1959..4fd07d9eca03 100644 --- a/drivers/video/console/fonts.c +++ b/drivers/video/console/fonts.c | |||
@@ -64,10 +64,6 @@ static const struct font_desc *fonts[] = { | |||
64 | #undef NO_FONTS | 64 | #undef NO_FONTS |
65 | &font_mini_4x6, | 65 | &font_mini_4x6, |
66 | #endif | 66 | #endif |
67 | #ifdef CONFIG_FONT_RL | ||
68 | #undef NO_FONTS | ||
69 | &font_rl, | ||
70 | #endif | ||
71 | }; | 67 | }; |
72 | 68 | ||
73 | #define num_fonts (sizeof(fonts)/sizeof(*fonts)) | 69 | #define num_fonts (sizeof(fonts)/sizeof(*fonts)) |
diff --git a/drivers/video/ffb.c b/drivers/video/ffb.c index 04417dc16c2e..2584daec7bbf 100644 --- a/drivers/video/ffb.c +++ b/drivers/video/ffb.c | |||
@@ -57,6 +57,9 @@ static struct fb_ops ffb_ops = { | |||
57 | .fb_sync = ffb_sync, | 57 | .fb_sync = ffb_sync, |
58 | .fb_mmap = ffb_mmap, | 58 | .fb_mmap = ffb_mmap, |
59 | .fb_ioctl = ffb_ioctl, | 59 | .fb_ioctl = ffb_ioctl, |
60 | #ifdef CONFIG_COMPAT | ||
61 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
62 | #endif | ||
60 | }; | 63 | }; |
61 | 64 | ||
62 | /* Register layout and definitions */ | 65 | /* Register layout and definitions */ |
diff --git a/drivers/video/leo.c b/drivers/video/leo.c index 84a7fe435bb8..376d4a171ec7 100644 --- a/drivers/video/leo.c +++ b/drivers/video/leo.c | |||
@@ -51,6 +51,9 @@ static struct fb_ops leo_ops = { | |||
51 | .fb_imageblit = cfb_imageblit, | 51 | .fb_imageblit = cfb_imageblit, |
52 | .fb_mmap = leo_mmap, | 52 | .fb_mmap = leo_mmap, |
53 | .fb_ioctl = leo_ioctl, | 53 | .fb_ioctl = leo_ioctl, |
54 | #ifdef CONFIG_COMPAT | ||
55 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
56 | #endif | ||
54 | }; | 57 | }; |
55 | 58 | ||
56 | #define LEO_OFF_LC_SS0_KRN 0x00200000UL | 59 | #define LEO_OFF_LC_SS0_KRN 0x00200000UL |
diff --git a/drivers/video/nvidia/nv_proto.h b/drivers/video/nvidia/nv_proto.h index f60b1f432270..3353103e8b0b 100644 --- a/drivers/video/nvidia/nv_proto.h +++ b/drivers/video/nvidia/nv_proto.h | |||
@@ -42,7 +42,7 @@ int nvidia_probe_i2c_connector(struct fb_info *info, int conn, | |||
42 | #define nvidia_probe_i2c_connector(p, c, edid) (-1) | 42 | #define nvidia_probe_i2c_connector(p, c, edid) (-1) |
43 | #endif | 43 | #endif |
44 | 44 | ||
45 | #ifdef CONFIG_FB_OF | 45 | #ifdef CONFIG_PPC_OF |
46 | int nvidia_probe_of_connector(struct fb_info *info, int conn, | 46 | int nvidia_probe_of_connector(struct fb_info *info, int conn, |
47 | u8 ** out_edid); | 47 | u8 ** out_edid); |
48 | #else | 48 | #else |
diff --git a/drivers/video/nvidia/nvidia.c b/drivers/video/nvidia/nvidia.c index 0b40a2a721c1..bee09c6e48f6 100644 --- a/drivers/video/nvidia/nvidia.c +++ b/drivers/video/nvidia/nvidia.c | |||
@@ -1301,7 +1301,7 @@ static int nvidiafb_pan_display(struct fb_var_screeninfo *var, | |||
1301 | struct nvidia_par *par = info->par; | 1301 | struct nvidia_par *par = info->par; |
1302 | u32 total; | 1302 | u32 total; |
1303 | 1303 | ||
1304 | total = info->var.yoffset * info->fix.line_length + info->var.xoffset; | 1304 | total = var->yoffset * info->fix.line_length + var->xoffset; |
1305 | 1305 | ||
1306 | NVSetStartAddress(par, total); | 1306 | NVSetStartAddress(par, total); |
1307 | 1307 | ||
diff --git a/drivers/video/p9100.c b/drivers/video/p9100.c index 9aaf65fb623a..18bcda23d2cf 100644 --- a/drivers/video/p9100.c +++ b/drivers/video/p9100.c | |||
@@ -48,6 +48,9 @@ static struct fb_ops p9100_ops = { | |||
48 | .fb_imageblit = cfb_imageblit, | 48 | .fb_imageblit = cfb_imageblit, |
49 | .fb_mmap = p9100_mmap, | 49 | .fb_mmap = p9100_mmap, |
50 | .fb_ioctl = p9100_ioctl, | 50 | .fb_ioctl = p9100_ioctl, |
51 | #ifdef CONFIG_COMPAT | ||
52 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
53 | #endif | ||
51 | }; | 54 | }; |
52 | 55 | ||
53 | /* P9100 control registers */ | 56 | /* P9100 control registers */ |
diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c index 34f72edba820..646c43f921c5 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/sbuslib.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * Copyright (C) 2003 David S. Miller (davem@redhat.com) | 3 | * Copyright (C) 2003 David S. Miller (davem@redhat.com) |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/compat.h> | ||
6 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
7 | #include <linux/module.h> | 8 | #include <linux/module.h> |
8 | #include <linux/string.h> | 9 | #include <linux/string.h> |
@@ -182,3 +183,109 @@ int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, | |||
182 | }; | 183 | }; |
183 | } | 184 | } |
184 | EXPORT_SYMBOL(sbusfb_ioctl_helper); | 185 | EXPORT_SYMBOL(sbusfb_ioctl_helper); |
186 | |||
187 | #ifdef CONFIG_COMPAT | ||
188 | struct fbcmap32 { | ||
189 | int index; /* first element (0 origin) */ | ||
190 | int count; | ||
191 | u32 red; | ||
192 | u32 green; | ||
193 | u32 blue; | ||
194 | }; | ||
195 | |||
196 | #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) | ||
197 | #define FBIOGETCMAP32 _IOW('F', 4, struct fbcmap32) | ||
198 | |||
199 | static int fbiogetputcmap(struct file *file, struct fb_info *info, | ||
200 | unsigned int cmd, unsigned long arg) | ||
201 | { | ||
202 | struct fbcmap32 __user *argp = (void __user *)arg; | ||
203 | struct fbcmap __user *p = compat_alloc_user_space(sizeof(*p)); | ||
204 | u32 addr; | ||
205 | int ret; | ||
206 | |||
207 | ret = copy_in_user(p, argp, 2 * sizeof(int)); | ||
208 | ret |= get_user(addr, &argp->red); | ||
209 | ret |= put_user(compat_ptr(addr), &p->red); | ||
210 | ret |= get_user(addr, &argp->green); | ||
211 | ret |= put_user(compat_ptr(addr), &p->green); | ||
212 | ret |= get_user(addr, &argp->blue); | ||
213 | ret |= put_user(compat_ptr(addr), &p->blue); | ||
214 | if (ret) | ||
215 | return -EFAULT; | ||
216 | return info->fbops->fb_ioctl(file->f_dentry->d_inode, file, | ||
217 | (cmd == FBIOPUTCMAP32) ? | ||
218 | FBIOPUTCMAP_SPARC : FBIOGETCMAP_SPARC, | ||
219 | (unsigned long)p, info); | ||
220 | } | ||
221 | |||
222 | struct fbcursor32 { | ||
223 | short set; /* what to set, choose from the list above */ | ||
224 | short enable; /* cursor on/off */ | ||
225 | struct fbcurpos pos; /* cursor position */ | ||
226 | struct fbcurpos hot; /* cursor hot spot */ | ||
227 | struct fbcmap32 cmap; /* color map info */ | ||
228 | struct fbcurpos size; /* cursor bit map size */ | ||
229 | u32 image; /* cursor image bits */ | ||
230 | u32 mask; /* cursor mask bits */ | ||
231 | }; | ||
232 | |||
233 | #define FBIOSCURSOR32 _IOW('F', 24, struct fbcursor32) | ||
234 | #define FBIOGCURSOR32 _IOW('F', 25, struct fbcursor32) | ||
235 | |||
236 | static int fbiogscursor(struct file *file, struct fb_info *info, | ||
237 | unsigned long arg) | ||
238 | { | ||
239 | struct fbcursor __user *p = compat_alloc_user_space(sizeof(*p)); | ||
240 | struct fbcursor32 __user *argp = (void __user *)arg; | ||
241 | compat_uptr_t addr; | ||
242 | int ret; | ||
243 | |||
244 | ret = copy_in_user(p, argp, | ||
245 | 2 * sizeof (short) + 2 * sizeof(struct fbcurpos)); | ||
246 | ret |= copy_in_user(&p->size, &argp->size, sizeof(struct fbcurpos)); | ||
247 | ret |= copy_in_user(&p->cmap, &argp->cmap, 2 * sizeof(int)); | ||
248 | ret |= get_user(addr, &argp->cmap.red); | ||
249 | ret |= put_user(compat_ptr(addr), &p->cmap.red); | ||
250 | ret |= get_user(addr, &argp->cmap.green); | ||
251 | ret |= put_user(compat_ptr(addr), &p->cmap.green); | ||
252 | ret |= get_user(addr, &argp->cmap.blue); | ||
253 | ret |= put_user(compat_ptr(addr), &p->cmap.blue); | ||
254 | ret |= get_user(addr, &argp->mask); | ||
255 | ret |= put_user(compat_ptr(addr), &p->mask); | ||
256 | ret |= get_user(addr, &argp->image); | ||
257 | ret |= put_user(compat_ptr(addr), &p->image); | ||
258 | if (ret) | ||
259 | return -EFAULT; | ||
260 | return info->fbops->fb_ioctl(file->f_dentry->d_inode, file, | ||
261 | FBIOSCURSOR, (unsigned long)p, info); | ||
262 | } | ||
263 | |||
264 | long sbusfb_compat_ioctl(struct file *file, unsigned int cmd, | ||
265 | unsigned long arg, struct fb_info *info) | ||
266 | { | ||
267 | switch (cmd) { | ||
268 | case FBIOGTYPE: | ||
269 | case FBIOSATTR: | ||
270 | case FBIOGATTR: | ||
271 | case FBIOSVIDEO: | ||
272 | case FBIOGVIDEO: | ||
273 | case FBIOGCURSOR32: /* This is not implemented yet. | ||
274 | Later it should be converted... */ | ||
275 | case FBIOSCURPOS: | ||
276 | case FBIOGCURPOS: | ||
277 | case FBIOGCURMAX: | ||
278 | return info->fbops->fb_ioctl(file->f_dentry->d_inode, | ||
279 | file, cmd, arg, info); | ||
280 | case FBIOPUTCMAP32: | ||
281 | return fbiogetputcmap(file, info, cmd, arg); | ||
282 | case FBIOGETCMAP32: | ||
283 | return fbiogetputcmap(file, info, cmd, arg); | ||
284 | case FBIOSCURSOR32: | ||
285 | return fbiogscursor(file, info, arg); | ||
286 | default: | ||
287 | return -ENOIOCTLCMD; | ||
288 | } | ||
289 | } | ||
290 | EXPORT_SYMBOL(sbusfb_compat_ioctl); | ||
291 | #endif | ||
diff --git a/drivers/video/sbuslib.h b/drivers/video/sbuslib.h index a6aa33ba09d6..b470e52ce9e2 100644 --- a/drivers/video/sbuslib.h +++ b/drivers/video/sbuslib.h | |||
@@ -20,5 +20,7 @@ extern int sbusfb_mmap_helper(struct sbus_mmap_map *map, | |||
20 | int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, | 20 | int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, |
21 | struct fb_info *info, | 21 | struct fb_info *info, |
22 | int type, int fb_depth, unsigned long fb_size); | 22 | int type, int fb_depth, unsigned long fb_size); |
23 | long sbusfb_compat_ioctl(struct file *file, unsigned int cmd, | ||
24 | unsigned long arg, struct fb_info *info); | ||
23 | 25 | ||
24 | #endif /* _SBUSLIB_H */ | 26 | #endif /* _SBUSLIB_H */ |
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 59fff29bc02e..fe4f63f3849d 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c | |||
@@ -52,6 +52,9 @@ static struct fb_ops tcx_ops = { | |||
52 | .fb_imageblit = cfb_imageblit, | 52 | .fb_imageblit = cfb_imageblit, |
53 | .fb_mmap = tcx_mmap, | 53 | .fb_mmap = tcx_mmap, |
54 | .fb_ioctl = tcx_ioctl, | 54 | .fb_ioctl = tcx_ioctl, |
55 | #ifdef CONFIG_COMPAT | ||
56 | .fb_compat_ioctl = sbusfb_compat_ioctl, | ||
57 | #endif | ||
55 | }; | 58 | }; |
56 | 59 | ||
57 | /* THC definitions */ | 60 | /* THC definitions */ |
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c index 2c3aa2fcfd91..3e58ddc2bc38 100644 --- a/drivers/video/vesafb.c +++ b/drivers/video/vesafb.c | |||
@@ -413,6 +413,7 @@ static int __init vesafb_probe(struct platform_device *dev) | |||
413 | * region already (FIXME) */ | 413 | * region already (FIXME) */ |
414 | request_region(0x3c0, 32, "vesafb"); | 414 | request_region(0x3c0, 32, "vesafb"); |
415 | 415 | ||
416 | #ifdef CONFIG_MTRR | ||
416 | if (mtrr) { | 417 | if (mtrr) { |
417 | unsigned int temp_size = size_total; | 418 | unsigned int temp_size = size_total; |
418 | unsigned int type = 0; | 419 | unsigned int type = 0; |
@@ -450,6 +451,7 @@ static int __init vesafb_probe(struct platform_device *dev) | |||
450 | } while (temp_size >= PAGE_SIZE && rc == -EINVAL); | 451 | } while (temp_size >= PAGE_SIZE && rc == -EINVAL); |
451 | } | 452 | } |
452 | } | 453 | } |
454 | #endif | ||
453 | 455 | ||
454 | info->fbops = &vesafb_ops; | 456 | info->fbops = &vesafb_ops; |
455 | info->var = vesafb_defined; | 457 | info->var = vesafb_defined; |
diff --git a/drivers/video/w100fb.c b/drivers/video/w100fb.c index daa46051f55d..f6e24ee85f07 100644 --- a/drivers/video/w100fb.c +++ b/drivers/video/w100fb.c | |||
@@ -514,7 +514,7 @@ int __init w100fb_probe(struct platform_device *pdev) | |||
514 | if (remapped_fbuf == NULL) | 514 | if (remapped_fbuf == NULL) |
515 | goto out; | 515 | goto out; |
516 | 516 | ||
517 | info=framebuffer_alloc(sizeof(struct w100fb_par), dev); | 517 | info=framebuffer_alloc(sizeof(struct w100fb_par), &pdev->dev); |
518 | if (!info) { | 518 | if (!info) { |
519 | err = -ENOMEM; | 519 | err = -ENOMEM; |
520 | goto out; | 520 | goto out; |