diff options
Diffstat (limited to 'include/asm-sparc64/termbits.h')
-rw-r--r-- | include/asm-sparc64/termbits.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-sparc64/termbits.h b/include/asm-sparc64/termbits.h index 01e8364c6..5c89cd6ca 100644 --- a/include/asm-sparc64/termbits.h +++ b/include/asm-sparc64/termbits.h @@ -148,13 +148,17 @@ struct termios { #define HUPCL 0x00000400 #define CLOCAL 0x00000800 #define CBAUDEX 0x00001000 -/* We'll never see these speeds with the Zilogs, but for completeness... */ #define B57600 0x00001001 #define B115200 0x00001002 #define B230400 0x00001003 #define B460800 0x00001004 /* This is what we can do with the Zilogs. */ #define B76800 0x00001005 +/* This is what we can do with the SAB82532. */ +#define B153600 0x00001006 +#define B307200 0x00001007 +#define B614400 0x00001008 +#define B921600 0x00001009 #define CIBAUD 0x100f0000 /* input baud rate (not used) */ #define CMSPAR 0x40000000 /* mark or space (stick) parity */ #define CRTSCTS 0x80000000 /* flow control */ |