diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-07-19 19:11:55 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-07-19 19:11:55 +0000 |
| commit | 29a9baed5ecc83141b98cb05351b7a83fe26b4d4 (patch) | |
| tree | 4928eadca291fc0530300e0e0c50ca1a943d11e6 /etc | |
| parent | 2668617ba5a9093c1ecb88e7e8e7aacf2bdb66bf (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/gettytab | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/gettytab b/etc/gettytab index 62f60bf0b300..f5dc535e0b36 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -9,7 +9,7 @@ # entries, and in cases where getty is called with no table name # default:\ - :ap:fd#1000:im=\r\n 386BSD (%h) (%t)\r\n\r\n:sp#1200: + :ap:fd#1000:im=\r\n FreeBSD (%h) (%t)\r\n\r\n:sp#1200: # # Fixed speed entries @@ -41,6 +41,12 @@ f|std.1200|1200-baud:\ :sp#9600: g|std.19200|19200-baud:\ :sp#19200: +std.38400|38400-baud:\ + :sp#38400: +std.57600|57600-baud:\ + :sp#57600: +std.115200|115200-baud:\ + :sp#115200: # # Dial in rotary tables, speed selection via 'break' |
