Re: [PATCH] tty: Turn on arbitary baud rate ioctls for i386 platform

2007-03-08 Thread Alan Cox
On Thu, 08 Mar 2007 06:39:47 -0800 Arjan van de Ven <[EMAIL PROTECTED]> wrote: > On Thu, 2007-03-08 at 14:44 +, Alan Cox wrote: > > Adds the needed TCGETS2/TCSETS2 ioctl calls, structures, defines and the > > like. Tested against the test suite and passes. Other platforms should need > > rough

Re: [PATCH] tty: Turn on arbitary baud rate ioctls for i386 platform

2007-03-08 Thread Andreas Schwab
Arjan van de Ven <[EMAIL PROTECTED]> writes: > should this then really be in include/asm/* ? If everyone needs the same > change I'd think it should go into include/linux/* somewhere. How about asm-generic/ioctls.h? is one of the few ABI headers for glibc. Andreas. -- Andreas Schwab, SuSE La

Re: [PATCH] tty: Turn on arbitary baud rate ioctls for i386 platform

2007-03-08 Thread Arjan van de Ven
On Thu, 2007-03-08 at 14:44 +, Alan Cox wrote: > Adds the needed TCGETS2/TCSETS2 ioctl calls, structures, defines and the > like. Tested against the test suite and passes. Other platforms should need > roughly the same change. should this then really be in include/asm/* ? If everyone needs th

[PATCH] tty: Turn on arbitary baud rate ioctls for i386 platform

2007-03-08 Thread Alan Cox
Adds the needed TCGETS2/TCSETS2 ioctl calls, structures, defines and the like. Tested against the test suite and passes. Other platforms should need roughly the same change. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2