On Thu, 2007-06-07 at 22:55 +0100, Alan Cox wrote: > Umm if your struct termios has the c_ispeed/c_ospeed fields then you > don't need to add the new ioctls to the PPC either - the Alpha is the > same here. Well, OK -- if it only involves editing patch files I might _send_ a patch tonight but I'll _test_ it in the morning... I think we only need this one hunk of what I sent before. diff --git a/include/asm-powerpc/termbits.h b/include/asm-powerpc/termbits.h index 5e79198..a5a87f0 100644 --- a/include/asm-powerpc/termbits.h +++ b/include/asm-powerpc/termbits.h @@ -152,6 +165,10 @@ struct ktermios { #define B3000000 00034 #define B3500000 00035 #define B4000000 00036 +#define BOTHER 00037 + +#define CIBAUD 077600000 +#define IBSHIFT 16 /* Shift from CBAUD to CIBAUD */ #define CSIZE 00001400 #define CS5 00000000 -- dwmw2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed
- From: Alan Cox <[email protected]>
- Re: [PATCH] $ARCH: Enable arbitary speed tty ioctls and split input/output speed
- From: David Woodhouse <[email protected]>
- Re: [PATCH] $ARCH: Enable arbitary speed tty ioctls and split input/output speed
- From: Alan Cox <[email protected]>
- Re: [PATCH] $ARCH: Enable arbitary speed tty ioctls and split input/output speed
- From: David Woodhouse <[email protected]>
- Re: [PATCH] $ARCH: Enable arbitary speed tty ioctls and split input/output speed
- From: Alan Cox <[email protected]>
- [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- From: David Woodhouse <[email protected]>
- Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- From: Alan Cox <[email protected]>
- Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- From: David Woodhouse <[email protected]>
- Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- From: Alan Cox <[email protected]>
- Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- From: David Woodhouse <[email protected]>
- Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- From: Alan Cox <[email protected]>
- [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed
- Prev by Date: Re: [RFC][PATCH] /proc/pid/maps doesn't match "ipcs -m" shmid
- Next by Date: Re: [PATCH] update checkpatch.pl to version 0.03
- Previous by thread: Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- Next by thread: Re: [SERIAL] Don't optimise away baud rate changes when BOTHER is used
- Index(es):