Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 22:20:02 +0000 (UTC)
From:      Peter Jeremy <peterj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241708 - head/etc
Message-ID:  <201210182220.q9IMK2xP033979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peterj
Date: Thu Oct 18 22:20:02 2012
New Revision: 241708
URL: http://svn.freebsd.org/changeset/base/241708

Log:
  Explicitly specify 'np' so that getty(8) does not simulate even parity on
  local.9600.  Whilst the actual binary termios(4) definitions and preceeding
  comments for local.9600 indicate that parity is disabled, getty(8)
  internally simulates parity based on the presence or absence of the 'np'
  flag.
  
  PR:		conf/76226
  Submitted by:	peter
  Approved by:	grog (co-mentor)
  MFC after:	1 month

Modified:
  head/etc/gettytab

Modified: head/etc/gettytab
==============================================================================
--- head/etc/gettytab	Thu Oct 18 22:19:00 2012	(r241707)
+++ head/etc/gettytab	Thu Oct 18 22:20:02 2012	(r241708)
@@ -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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210182220.q9IMK2xP033979>