summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2014-05-28 00:30:32 +0000
committerluigi <luigi@FreeBSD.org>2014-05-28 00:30:32 +0000
commit310e93a4a7be9823ff8306cbb09fc10408ff2559 (patch)
tree784bc3113464d20dfcc46624ce71302538d230a8 /release/picobsd
parent54ce6baead056024b19f1c9cd309211783051e89 (diff)
downloadFreeBSD-src-310e93a4a7be9823ff8306cbb09fc10408ff2559.zip
FreeBSD-src-310e93a4a7be9823ff8306cbb09fc10408ff2559.tar.gz
add '3wire' (no handshake lines) to gettytab and ttys so that after
svn 264175 bhyve etc. work -- without that, /usr/bin/login would stop in getpass() MFC after: 3 days
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/floppy.tree/etc/ttys2
-rw-r--r--release/picobsd/mfs_tree/etc/gettytab7
2 files changed, 6 insertions, 3 deletions
diff --git a/release/picobsd/floppy.tree/etc/ttys b/release/picobsd/floppy.tree/etc/ttys
index 09f42fb..1daea68 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 0917332..c444276 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:\
OpenPOWER on IntegriCloud