From owner-svn-src-all@FreeBSD.ORG Sun May 4 23:42:06 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62DD1248; Sun, 4 May 2014 23:42:06 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0611B1E70; Sun, 4 May 2014 23:42:05 +0000 (UTC) Received: from macbook-air.wifi.xcllnt.net (atc.xcllnt.net [50.0.150.213]) (authenticated bits=0) by mail.xcllnt.net (8.14.8/8.14.8) with ESMTP id s44Ng34A066391 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 4 May 2014 16:42:04 -0700 (PDT) (envelope-from marcel@xcllnt.net) Content-Type: multipart/signed; boundary="Apple-Mail=_0D290E8F-B4AC-4A1D-AB83-7594EAB7E83B"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r262957 - in head/etc: etc.arm etc.ia64 etc.mips etc.powerpc etc.sparc64 From: Marcel Moolenaar In-Reply-To: <53608DAF.7070606@freebsd.org> Date: Sun, 4 May 2014 16:42:03 -0700 Message-Id: <03B7BFB3-4472-4612-9AD7-F3B8D478813F@xcllnt.net> References: <201403092106.s29L6M3D056313@svn.freebsd.org> <53608DAF.7070606@freebsd.org> To: Nathan Whitehorn X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 23:42:06 -0000 --Apple-Mail=_0D290E8F-B4AC-4A1D-AB83-7594EAB7E83B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Apr 29, 2014, at 10:44 PM, Nathan Whitehorn = wrote: > On 03/09/14 14:06, Marcel Moolenaar wrote: >> Author: marcel >> Date: Sun Mar 9 21:06:22 2014 >> New Revision: 262957 >> URL: http://svnweb.freebsd.org/changeset/base/262957 >>=20 >> Log: >> Change the terminal type/class for enabled serial lines to 3wire. = This >> allows us to change the uart(4) driver to not hardcode specific = line >> settings for the serial console. >> A terminal type of 3wire makes sure the console still works when = no DCD >> signal is present, which preserves behviour. When it is known that = the >> terminal server (or DCE in general) provides DCD, a terminal = type/class >> of std can be used. This has the effect of being logged out when = one >> disconnects from the console -- improving security overall. >> Likewise, when uart(4) does not fixate the baudrate, one can = change >> the terminal type/class to set a specific baudrate. An operator can = use >> this to change the console speed mid-flight, without needing a = reboot. >> Of course it helps in this respect if and when the firmware can be >> configured from the OS. >> The above mentioned capabilities depend on uart(4) being = changed, which >> is to happen next. >>=20 >=20 > Should we set onifconsole for x86 UARTs as well? That enables them if = they are the kernel console and is probably a user friendliness = improvement. Sorry for the delay... I think that's a very good idea. I wasn't even aware of this flag. We could mark all ttyu# lines as onifconsole by default across all architectures and if that unifies the contents of the /etc/ttys file, revert back to a single one... --=20 Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_0D290E8F-B4AC-4A1D-AB83-7594EAB7E83B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlNm0EsACgkQpgWlLWHuifaQ7gCeJDhhtCUrpB66NhKw4zxfatRP 9sIAnAjAwQ6H12AXArtgsvx0AoWSU20c =DilW -----END PGP SIGNATURE----- --Apple-Mail=_0D290E8F-B4AC-4A1D-AB83-7594EAB7E83B--