lkml.org 
[lkml]   [2002]   [Sep]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
Subjectlost lines in header files for the 2.5.3x kernel beta releases
FromJimmy Jazz <>
Date02 Sep 2002 22:48:04 +0200
Hi,

i'm using Mandrake 8.2 and i have tried to compile the last kernel.

I found that some lines were missing in the 2.5.32 and 2.5.33 kernel
headers files.

[root@andromede linux]# diff -w ./include/linux/fb.h.ori
./include/linux/fb.h
318a319,325
>     /* get non settable parameters */
>     int (*fb_get_fix)(struct fb_fix_screeninfo *fix, int con,
> 		                      struct fb_info *info);
>     /* get settable parameters */
>     int (*fb_get_var)(struct fb_var_screeninfo *var, int con,
> 			                          struct fb_info *info);
> 

----------[root@andromede linux]#  diff -w ./include/video/fbcon.h.ori
./include/video/fbcon.h
44a45,67
> #ifdef CONFIG_FBCON_SPLASHSCREEN
> struct splash_data {
> 	int	splash_state;			/* show splash? */
> 	int	splash_color;			/* transparent color */
> 	int	splash_fg_color;		/* foreground color */
> 	int	splash_width;			/* width of image */
> 	int	splash_height;			/* height of image */
> 	int	splash_text_xo;			/* text area origin */
> 	int	splash_text_yo;
> 	int	splash_text_wi;			/* text area size */ 
> 	int	splash_text_he;
> 	int	splash_penguin_xo;		/* penguin area origin */
> 	int	splash_penguin_yo;
> 	int	splash_penguin_wi;		/* penguin area size */
> 	int	splash_penguin_he;
> 	int	splash_penguin_r;		/* penguin bg color */
> 	int	splash_penguin_g;
> 	int	splash_penguin_b;
> 	int	splash_no_penguin;		/* don't display him */
> 	char	splash_jpeg[1];			/* jpeg */
> };
> #endif
57a81,88
>     char *screen_base;              /* pointer to top of virtual
screen */    
>                                     /* (virtual address) */
>     int visual;
>     int type;                       /* see FB_TYPE_* */
>     int type_aux;                   /* Interleave for interleaved
Planes */
>     u_short ypanstep;               /* zero if no hardware ypan */
>     u_short ywrapstep;              /* zero if no hardware ywrap */
>     u_long line_length;             /* length of a line in bytes */
69a101
> 
88a121,124
> 
> #ifdef CONFIG_FBCON_SPLASHSCREEN
>     struct splash_data *splash_data;
> #endif
--------------------------------------------------------------------
The 2.5.33 kernel code still doesn't compile. I'm stuck in irtty.c ;)

Regards,

gs



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:22    [from the cache]
©2003-2008