cmd-inet/usr.sbin: remove -Wno-implicit-function-declaration
[unleashed.git] / usr / src / cmd / netadm / ttydefs.sh
blob98bdec0311c9328154cec5c115c3f23d19fc1637
1 #!/sbin/sh
3 # CDDL HEADER START
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.
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.
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]
21 # CDDL HEADER END
23 # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
24 # All Rights Reserved
27 #ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.2 */
29 case "$MACH" in
30 "u3b2"|"sparc"|"i386"|"ppc" )
31 echo "# VERSION=1
32 460800:460800 hupcl:460800 hupcl::307200
33 307200:307200 hupcl:307200 hupcl::230400
34 230400:230400 hupcl:230400 hupcl::153600
35 153600:153600 hupcl:153600 hupcl::115200
36 115200:115200 hupcl:115200 hupcl::76800
37 76800:76800 hupcl:76800 hupcl::57600
38 57600:57600 hupcl:57600 hupcl::38400
39 38400:38400 hupcl:38400 hupcl::19200
40 19200:19200 hupcl:19200 hupcl::9600
41 9600:9600 hupcl:9600 hupcl::4800
42 4800:4800 hupcl:4800 hupcl::2400
43 2400:2400 hupcl:2400 hupcl::1200
44 1200:1200 hupcl:1200 hupcl::300
45 300:300 hupcl:300 hupcl::460800
47 460800E:460800 hupcl evenp:460800 evenp::307200
48 307200E:307200 hupcl evenp:307200 evenp::230400
49 230400E:230400 hupcl evenp:230400 evenp::153600
50 153600E:153600 hupcl evenp:153600 evenp::115200
51 115200E:115200 hupcl evenp:115200 evenp::76800
52 76800E:76800 hupcl evenp:76800 evenp::57600
53 57600E:57600 hupcl evenp:57600 evenp::38400
54 38400E:38400 hupcl evenp:38400 evenp::19200
55 19200E:19200 hupcl evenp:19200 evenp::9600
56 9600E:9600 hupcl evenp:9600 evenp::4800
57 4800E:4800 hupcl evenp:4800 evenp::2400
58 2400E:2400 hupcl evenp:2400 evenp::1200
59 1200E:1200 hupcl evenp:1200 evenp::300
60 300E:300 hupcl evenp:300 evenp::19200
62 auto:hupcl:sane hupcl:A:9600
64 console:9600 hupcl opost onlcr:9600::console
65 console1:1200 hupcl opost onlcr:1200::console2
66 console2:300 hupcl opost onlcr:300::console3
67 console3:2400 hupcl opost onlcr:2400::console4
68 console4:4800 hupcl opost onlcr:4800::console5
69 console5:19200 hupcl opost onlcr:19200::console
71 contty:9600 hupcl opost onlcr:9600 sane::contty1
72 contty1:1200 hupcl opost onlcr:1200 sane::contty2
73 contty2:300 hupcl opost onlcr:300 sane::contty3
74 contty3:2400 hupcl opost onlcr:2400 sane::contty4
75 contty4:4800 hupcl opost onlcr:4800 sane::contty5
76 contty5:19200 hupcl opost onlcr:19200 sane::contty
79 4800H:4800:4800 sane hupcl::9600H
80 9600H:9600:9600 sane hupcl::19200H
81 19200H:19200:19200 sane hupcl::38400H
82 38400H:38400:38400 sane hupcl::2400H
83 2400H:2400:2400 sane hupcl::1200H
84 1200H:1200:1200 sane hupcl::300H
85 300H:300:300 sane hupcl::4800H
87 conttyH:9600 opost onlcr:9600 hupcl sane::contty1H
88 contty1H:1200 opost onlcr:1200 hupcl sane::contty2H
89 contty2H:300 opost onlcr:300 hupcl sane::contty3H
90 contty3H:2400 opost onlcr:2400 hupcl sane::contty4H
91 contty4H:4800 opost onlcr:4800 hupcl sane::contty5H
92 contty5H:19200 opost onlcr:19200 hupcl sane::conttyH
93 " >ttydefs
95 * )
96 echo "Unknown architecture."
97 exit 1
99 esac