| # |
| # CDDL HEADER START |
| # |
| # The contents of this file are subject to the terms of the |
| # Common Development and Distribution License, Version 1.0 only |
| # (the "License"). You may not use this file except in compliance |
| # with the License. |
| # |
| # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
| # or http://www.opensolaris.org/os/licensing. |
| # See the License for the specific language governing permissions |
| # and limitations under the License. |
| # |
| # When distributing Covered Code, include this CDDL HEADER in each |
| # file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
| # If applicable, add the following below this CDDL HEADER, with the |
| # fields enclosed by brackets "[]" replaced with your own identifying |
| # information: Portions Copyright [yyyy] [name of copyright owner] |
| # |
| # CDDL HEADER END |
| # |
| # |
| # Copyright (c) 1992, by Sun Microsystems, Inc. |
| # Copyright (c) 2014, Joyent, Inc. |
| # |
| # |
| # The property "ttymodes" defines the default termios modes |
| # (upon driver open) for ttys. |
| # |
| # ttymodes=<string> |
| # |
| # The format of <string> is the same format as the output of |
| # the "-g" option to /usr/bin/stty. Some standard termios modes |
| # have been included for reference: |
| # |
| # For SVID compliance, use these modes, |
| # "522:1805:4b7:2b:7f:1c:23:40:4:0:0:0:11:13:1a:19:12:f:17:16" |
| # |
| # For SunOS 4.x defaults (7-bit/evenp/istrip), use these modes, |
| # "2522:1805:1ad:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16" |
| # |
| # For SunOS 4.x defaults that are 8-bit clean for |
| # internationalization, use these modes, |
| # "2502:1805:bd:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16" |
| # |
| |
| name="options" class="root" |
| ttymodes="2502:1805:bd:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16:14:8"; |