diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2014-05-28 00:30:32 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2014-05-28 00:30:32 +0000 |
| commit | 7db42b3f97cdb502ca53bcedf66dffd80aeb9daa (patch) | |
| tree | 784bc3113464d20dfcc46624ce71302538d230a8 /release | |
| parent | 0fd326573b0474de0d68980dfb2eb1f2da36b87d (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/picobsd/floppy.tree/etc/ttys | 2 | ||||
| -rw-r--r-- | release/picobsd/mfs_tree/etc/gettytab | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/release/picobsd/floppy.tree/etc/ttys b/release/picobsd/floppy.tree/etc/ttys index 09f42fb2ef89..1daea68d1314 100644 --- a/release/picobsd/floppy.tree/etc/ttys +++ b/release/picobsd/floppy.tree/etc/ttys @@ -32,4 +32,4 @@ ttyp6 none network secure ttyp7 none network secure ttyp8 none network secure ttyp9 none network secure -ttyu0 "/usr/libexec/getty std.9600" dialup on secure +ttyu0 "/usr/libexec/getty 3wire" dialup on secure diff --git a/release/picobsd/mfs_tree/etc/gettytab b/release/picobsd/mfs_tree/etc/gettytab index 09173321819f..c444276663cd 100644 --- a/release/picobsd/mfs_tree/etc/gettytab +++ b/release/picobsd/mfs_tree/etc/gettytab @@ -4,12 +4,15 @@ default:\ :cb:ce:ck:lc:fd#1000:cl:im=\r\nPicoBSD (%h) (%t)\r\n\r\n:sp#1200: -P|Pc|Pc console:\ +# 20140527 add nc (no carrier) to the pc console entry to fix +# devices with no handshake after svn 264175 (this also affects bhyve) +P|Pc|Pc console|3wire:\ + :nc:\ :ht:np:sp#115200: # Fixed speed entries 2|std.9600|9600-baud:\ - :np:sp#9600: + :nc:np:sp#9600: g|std.19200|19200-baud:\ :np:sp#19200: std.38400|38400-baud:\ |
