diff options
author | Mikael Starvik <mikael.starvik@axis.com> | 2005-07-27 11:44:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 16:26:01 -0700 |
commit | dcf1310b72149d016970c666539d4d73bb77c086 (patch) | |
tree | 25fddb677c70936a51cbbbffa4bd7285ff758a94 /include/asm-cris/termbits.h | |
parent | 8d20a541b089ecb67a88a673548161b686ed7b85 (diff) | |
download | linux-dcf1310b72149d016970c666539d4d73bb77c086.tar.bz2 |
[PATCH] CRIS update: synchronous serial port driver
Include file for synchronous serial port driver.
Signed-off-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-cris/termbits.h')
-rw-r--r-- | include/asm-cris/termbits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/termbits.h b/include/asm-cris/termbits.h index 16d9a491fdb3..be0836d2f282 100644 --- a/include/asm-cris/termbits.h +++ b/include/asm-cris/termbits.h @@ -152,7 +152,7 @@ struct termios { #define B921600 0010005 #define B1843200 0010006 #define B6250000 0010007 -/* etrax 200 supports this as well */ +/* ETRAX FS supports this as well */ #define B12500000 0010010 #define CIBAUD 002003600000 /* input baud rate (used in v32) */ /* The values for CIBAUD bits are the same as the values for CBAUD and CBAUDEX |