diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-04-27 11:45:27 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-04-27 11:45:27 +0000 |
commit | 0d186c61a42d545e399b4f821b4dcdc2de7248ce (patch) | |
tree | edb344584b61999168c4986fa40580db5d69e5fc /include/device | |
parent | 352be51dfc6f9a5d179cc0bfd70c0d6b4804568c (diff) |
2001-04-27 Marcus Brinkmann <marcus@gnu.org>
* include/device/tty_status.h: New macros B57600 and B115200,
increase NSPEED accordingly.
* i386/i386at/com.c (divisorreg): New divisor 1.
Diffstat (limited to 'include/device')
-rw-r--r-- | include/device/tty_status.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/device/tty_status.h b/include/device/tty_status.h index 9f5eab8..15249a4 100644 --- a/include/device/tty_status.h +++ b/include/device/tty_status.h @@ -61,8 +61,10 @@ struct tty_status { #define EXTB 15 #define B19200 EXTA #define B38400 EXTB +#define B57600 16 +#define B115200 17 -#define NSPEEDS 16 +#define NSPEEDS 18 /* * Flags |