From df2f14494e9a679eff2970d53283d0fb6f49e053 Mon Sep 17 00:00:00 2001 From: Jim Bloom Date: Wed, 23 Oct 1985 20:01:52 -0800 Subject: [PATCH] add D2400 for faster dialups SCCS-vsn: etc/gettytab 5.6 --- usr/src/etc/gettytab | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr/src/etc/gettytab b/usr/src/etc/gettytab index 77e5bd4d50..2430d52f1b 100644 --- a/usr/src/etc/gettytab +++ b/usr/src/etc/gettytab @@ -2,7 +2,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)gettytab 5.5 (Berkeley) %G% +# @(#)gettytab 5.6 (Berkeley) %G% # # # Most of the table entries here are just copies of the @@ -83,12 +83,14 @@ X|Xwindow|X window system:\ :fd@:nd@:cd@:rw:sp#9600: # -# Fast dialup terminals, 1200/300 rotary (can start either way) +# Fast dialup terminals, 2400/1200/300 rotary (can start either way) # +D2400|Fast-Dial-1200:\ + :nx=D1200:tc=2400-baud: 3|D1200|Fast-Dial-1200:\ :nx=D300:tc=1200-baud: 5|D300|Fast-Dial-300:\ - :nx=D1200:tc=300-baud: + :nx=D2400:tc=300-baud: # # Wierdo special case for fast crt's with hardcopy devices -- 2.20.1