1 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:Devconfig 1.3 */ 2 # 3 # CDDL HEADER START 4 # 5 # The contents of this file are subject to the terms of the 6 # Common Development and Distribution License, Version 1.0 only 7 # (the "License"). You may not use this file except in compliance 8 # with the License. 9 # 10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11 # or http://www.opensolaris.org/os/licensing. 12 # See the License for the specific language governing permissions 13 # and limitations under the License. 14 # 15 # When distributing Covered Code, include this CDDL HEADER in each 16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17 # If applicable, add the following below this CDDL HEADER, with the 18 # fields enclosed by brackets "[]" replaced with your own identifying 19 # information: Portions Copyright [yyyy] [name of copyright owner] 20 # 21 # CDDL HEADER END 22 # 23 # 24 # Devconfig provides a means of configuring devices by service. 25 # Two types of configuration are available: module configuration 26 # for STREAMS devices, and timeout configuration. 27 # 28 # FORMAT: 29 # 30 # service=<service name> device=<device type> \ 31 # pop=<STREAMS module list> \ 32 # push=<STREAMS module list> \ 33 # connecttime=<time> \ 34 # expecttime=<time> \ 35 # msgtime=<time> 36 # 37 # where service name is "uucico" or "cu", device type is the device or 38 # caller type (3rd field in Systems file, 1st field in Devices file), 39 # STREAMS module list is a colon-separated list of STREAMS modules 40 # to be pushed(popped) on(off) this stream, and connecttime, expecttime, 41 # and msgtime specify an integer number of seconds. 42 # 43 # The examples below are for the STARLAN NETWORK and assume that both 44 # cu & uucico are going through login and so need full tty capabilities. 45 # 46 # EXAMPLE: 47 # service=cu device=STARLAN push=ntty:tirdwr 48 # service=uucico device=STARLAN push=ntty:tirdwr 49 # 50 # Note: The tirdwr module is part of the NSU package. Other 51 # modules needed to provide tty capabilities must be supplied by the 52 # network provider. 53 # 54