Author: luigi
Date: Wed May 28 00:30:32 2014
New Revision: 266779
URL: http://svnweb.freebsd.org/changeset/base/266779

Log:
  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

Modified:
  head/release/picobsd/floppy.tree/etc/ttys
  head/release/picobsd/mfs_tree/etc/gettytab

Modified: head/release/picobsd/floppy.tree/etc/ttys
==============================================================================
--- head/release/picobsd/floppy.tree/etc/ttys   Tue May 27 23:57:22 2014        
(r266778)
+++ head/release/picobsd/floppy.tree/etc/ttys   Wed May 28 00:30:32 2014        
(r266779)
@@ -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

Modified: head/release/picobsd/mfs_tree/etc/gettytab
==============================================================================
--- head/release/picobsd/mfs_tree/etc/gettytab  Tue May 27 23:57:22 2014        
(r266778)
+++ head/release/picobsd/mfs_tree/etc/gettytab  Wed May 28 00:30:32 2014        
(r266779)
@@ -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:\
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to