Re: [PATCH 46/60] microblaze_v4: termbits.h termios.h

2008-06-26 Thread Michal Simek
OK.I'll fix it. M >> +++ b/include/asm-generic/termbits.h >> @@ -0,0 +1,200 @@ > >> +/* c_cflag bit meaning */ >> + >> +#define CBAUD 0010017 >> +#define B0 000 /* hang up */ > > You need BOTHER in here as well - especially if it is going to be generic. > > _

Re: [PATCH 46/60] microblaze_v4: termbits.h termios.h

2008-06-26 Thread Arnd Bergmann
On Thursday 26 June 2008, [EMAIL PROTECTED] wrote: > @@ -0,0 +1,84 @@ > + > +#include > +#include > +#include > + > +struct winsize { > +   unsigned short ws_row; > +   unsigned short ws_col; > +   unsigned short ws_xpixel; > +   unsigned short ws_ypixel; > +}; > + > +#define NCC

Re: [PATCH 46/60] microblaze_v4: termbits.h termios.h

2008-06-26 Thread Alan Cox
> +++ b/include/asm-generic/termbits.h > @@ -0,0 +1,200 @@ > +/* c_cflag bit meaning */ > + > +#define CBAUD0010017 > +#define B0 000 /* hang up */ You need BOTHER in here as well - especially if it is going to be generic. ___ Linuxppc-de

[PATCH 46/60] microblaze_v4: termbits.h termios.h

2008-06-26 Thread monstr
From: Michal Simek <[EMAIL PROTECTED]> Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/asm-generic/termbits.h| 200 + include/asm-microblaze/termbits.h |1 + include/asm-microblaze/termios.h | 84 3 files changed, 285 i