svn commit: r243623 - stable/9/etc

Peter Jeremy peterj at FreeBSD.org
Tue Nov 27 19:23:55 UTC 2012


Author: peterj
Date: Tue Nov 27 19:23:54 2012
New Revision: 243623
URL: http://svnweb.freebsd.org/changeset/base/243623

Log:
  MFC r241708:  Explicitly specify 'np' so that getty(8) does not
  simulate even parity on local.9600.
  
  PR:		76226
  Approved by:	jhb (mentor)

Modified:
  stable/9/etc/gettytab
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/gettytab
==============================================================================
--- stable/9/etc/gettytab	Tue Nov 27 19:09:36 2012	(r243622)
+++ stable/9/etc/gettytab	Tue Nov 27 19:23:54 2012	(r243623)
@@ -96,7 +96,7 @@ local.9600|CLOCAL tty @ 9600 Bd:\
 	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
 	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
 	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
-	:sp#9600:
+	:sp#9600:np:
 
 #
 # Dial in rotary tables, speed selection via 'break'


More information about the svn-src-stable mailing list