summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tip/tip.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/tip/tip.c')
-rw-r--r--usr/src/cmd/tip/tip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/tip/tip.c b/usr/src/cmd/tip/tip.c
index c18a51ba79..b6dbf3937c 100644
--- a/usr/src/cmd/tip/tip.c
+++ b/usr/src/cmd/tip/tip.c
@@ -30,7 +30,8 @@ int bauds[] = {
0, 50, 75, 110, 134, 150, 200, 300, 600,
1200, 1800, 2400, 4800, 9600, 19200, 38400,
57600, 76800, 115200, 153600, 230400, 307200,
- 460800, 921600, -1
+ 460800, 921600, 1000000, 1152000, 1500000,
+ 2000000, 2500000, 3000000, 3500000, 4000000, -1
};
extern void tipout(void) __NORETURN;