/freebsd/libexec/getty/ |
H A D | gettytab | 9 # cb, ce and ck are desirable on most crt's. The non-crt entries need to 13 # have been terminals around not being able of handling lower-case 20 # ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and 21 # fake parity. login will use even parity (cs7 parenb -parodd). 24 # ap: same as ep except -inpck instead of inpck for login. 27 # characters on non-terminals (like pccons) that don't 32 # 2. set cs8 -parenb -istrip -inpck. 45 # The "NNN-baud" names are known to the special case 51 a|std.110|110-baud:\ 53 b|std.134|134.5-baud:\ [all …]
|
H A D | subr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 78 for (sp = gettystrs; sp->field; sp++) in gettable() 79 if (sp->value != NULL) { in gettable() 84 l = strlen(sp->value) + 1; in gettable() 86 strlcpy(p, sp->value, l); in gettable() 91 sp->value = p; in gettable() 102 case -1: in gettable() 105 case -2: in gettable() 108 case -3: in gettable() [all …]
|
H A D | init.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 77 { "if", NULL, NULL }, /* sysv-like 'issue' filename */ 78 { "ic", NULL, NULL }, /* modem init-chat */ 79 { "ac", NULL, NULL }, /* modem answer-chat */ 80 { "al", NULL, NULL }, /* user to auto-login */ 91 { "cd", 0, 0, 0 }, /* carriage-return delay */ 93 { "fd", 0, 0, 0 }, /* form-feed delay */ 140 { "ab", 0, 0, 0, 0 }, /* auto-baud detect with '\r' */
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | serial-peripheral-props.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/serial/serial-peripheral-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common Properties for Serial-attached Devices 10 - Rob Herring <robh@kernel.org> 11 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 15 controller, might need similar properties, e.g. for configuring the baud 19 max-speed: 22 The maximum baud rate the device operates at. [all …]
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.1 | 41 .Op Ar system-name 46 establishes a full-duplex connection to another machine, giving the 52 .Bl -tag -width indent 67 .Ar system-name 69 .Ar system-name 77 .Ar system-name 79 .Ar system-name 88 .Ar system-name 98 .Bl -tag -width indent 133 .Dl "stty -echo; cat > 'to'; stty echo" [all …]
|
H A D | cu.1 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 45 .Op Ar phone-number 50 establishes a full-duplex connection to another machine, giving the 56 .Bl -tag -width indent 68 Echo characters locally (half-duplex mode). 88 Connect via a hard-wired connection to a host on a dial-up line. 97 .Bl -tag -width indent 132 .Dl "stty -echo; cat > 'to'; stty echo" 180 .Bd -literal -offset indent [all …]
|
/freebsd/sys/dev/ic/ |
H A D | cd1400.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * cyclades cyclom-y serial driver 108 #define CD1400_CCR_SC (7<<0) /* special char 1-4 */ 135 #define CD1400_COR2_IXOFF (1<<6) /* in-band tx flow control */ 143 #define CD1400_COR2_RTSAO (1<<2) /* RTS auto output */ 144 #define CD1400_COR2_CCTS_OFLOW (1<<1) /* CTS auto enable */ 145 #define CD1400_COR2_CDSR_OFLOW (1<<0) /* DSR auto enable */ 148 #define CD1400_COR3_SCD34 (1<<6) /* special char detect 3-4 */ 150 #define CD1400_COR3_SCD12 (1<<4) /* special char detect 1-2 */ [all …]
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_mu.c | 1 /*- 33 * - 7 or 8 bit operation. 34 * - 1 start and 1 stop bit. 35 * - No parities. 36 * - Break generation. 37 * - 8 symbols deep FIFOs for receive and transmit. 38 * - SW controlled RTS, SW readable CTS. 39 * - Auto flow control with programmable FIFO level. 40 * - 16550 like registers. 41 * - Baudrate derived from system clock. [all …]
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 4.t | 75 lfs log-based filesystem 77 nfs Sun-compatible network filesystem 80 fdesc access to per-process file descriptors 95 netiso ISO protocols (TP-4, CLNP, CLTP, etc) 103 hp300 HP 9000/300 series of Motorola 68000-based machines 104 hp code common to both HP 68k and (non-existent) PA-RISC ports 105 i386 Intel 386/486-based PC machines 106 luna68k Omron 68000-based workstations 107 news3400 Sony News MIPS-based workstations 108 pmax Digital 3100/5000 MIPS-based workstations [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver4.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 8 <!-- 10 font-family: Symbol 12 --> 19 <!-- #BeginDate format:En2m -->11-Sep-2010 05:56<!-- #EndDate --> 26 Serial Port: <tt>/dev/wwvb<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 31 …itches on these clocks should be set to 24-hour display, AUTO DST off, data format 0 or 2 (see bel… 35 <p>on-time = first <cr><br> 41 <p>on-time = <cr><br> [all …]
|
H A D | driver18.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->12-Oct-2017 08:13<!-- #EndDate --> 20 Serial Port: <tt>/dev/acts<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 22 …Requires: <tt>/usr/include/sys/termios.h</tt> header file with modem control and a dial-out (cua)&… 26 …-bps modem with a Hayes-compatible command set and control over the modem data terminal ready (DTR… 27 …/tt>. This can be done manually using <tt>ntpq</tt>, or by a cron job. In auto mode (0) <tt>flag1<… 28 …yes ATDT prefix followed by the number itself, including the prefix and long-distance digits and d… 30 … via a modem if the radio is configured to send time codes continuously at 1-s intervals. In princ… 35 <p>Phone: (303) 494-4774 (Boulder, CO); (808) 335-4721 (Hawaii)</p> [all …]
|
H A D | driver29.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 14 <!-- #BeginDate format:En2m -->13-Sep-2019 08:07<!-- #EndDate --> 63 <td><b>9600 baud, 8-bits, 1-stop, odd parity</b></td> 70 <td><b>9600 baud, 8-bits, 1-stop, no parity</b></td> 77 <td><b>38400 baud, 8-bits, 1-stop, no parity</b></td> 123 <td valign="CENTER" width="23%">Hewlett-Packard</td> 125 <td><a href="http://us-support.external.hp.com">http://us-support.external.hp.com</a></td> 138 …The Palisade GPS receiver is an 8-channel smart antenna, housing the GPS receiver, antenna and int… 139 …<p>Palisade generates a PPS synchronized to UTC within +/- 100 ns. The Palisade's external e… [all …]
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_ioctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 23 * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED 26 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL BROADCOM BE LIABLE 62 #define IOCTL_FLASH_DATA_WIDTH_MODE 12 /* switch flash and gen bus to support 8 or 16-bit mode I/O… 85 #define FLASH_SECTOR_INVALID -1 92 #define FLASH_FLAG_NOERASE 1 /* Byte-range writes supported, 119 #define ETHER_SPEED_AUTO 0 /* Auto detect */ 128 #define ETHER_FIFO_8 0 /* 8-bit packet fifo mode */ 129 #define ETHER_FIFO_16 1 /* 16-bit packet fifo mode */ [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | term.7 | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2011,2017 Free Software Foundation, Inc. * 31 .TH term 7 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" Miscellaneous 45 term \- 51 console or display-device type you are using. 53 is critical for all screen-oriented programs, including your editor and mailer. 55 A default \fITERM\fP value will be set on a per-line basis by either 56 \fB/etc/inittab\fP (e.g., System\-V-like Unices) 61 Older Unix systems pre-set a very dumb terminal type 63 Newer ones may pre-set \*(``vt100\*('', reflecting the prevalence of DEC [all …]
|
/freebsd/contrib/nvi/man/ |
H A D | vi.1 | 44 is a screen-oriented text editor. 46 is a line-oriented text editor. 55 .Pq read-only 65 are intended as bug-for-bug compatible replacements for the original 89 .Bl -tag -width "-w size " 112 Start editing in read-only mode, as if the command name was 138 .Dq - 231 .Bl -tag -width Ds 240 .It Aq Cm cursor-arrows 250 .Bl -tag -width "<escape>" [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwvb.c | 2 * refclock_wwvb - clock driver for Spectracom WWVB and GPS receivers 36 * The WWVB and GPS clocks should be configured for 24-hour display, 37 * AUTO DST off, time zone 0 (UTC), data format 0 or 2 (see below) and 38 * baud rate 9600. If the clock is to used as the source for the IRIG 53 * on-time = first <cr> 65 * on-time = <cr> 87 * This driver does not need to be told which format is in use - it 116 #define SPEED232 B9600 /* uart speed (9600 baud) */ 117 #define PRECISION (-13) /* precision assumed (about 100 us) */ 118 #define PPS_PRECISION (-1 [all...] |
H A D | refclock_true.c | 2 * refclock_true - clock driver for the Kinemetrics/TrueTime receivers 3 * Receiver Version 3.0C - tested plain, with CLKLDISC 5 * - Support TL-3 WWV TOD receiver 46 * GOES: (468-DC, usable with GPS->GOES converting antenna) 47 * GPS/TM-TMD: 48 * XL-DC: (a 151-602-21 [all...] |
/freebsd/contrib/tcsh/ |
H A D | ed.h | 4 /*- 111 #define XK_NOD -1 /* Internal tree node */ 112 #define XK_CMD 0 /* X-key was an editor command */ 113 #define XK_STR 1 /* X-key was a string macro */ 114 #define XK_EXE 2 /* X-key was a unix command */ 129 EXTERN Char VImode; /* true if running in vi mode (PWP 6-27-88) */ 170 /* CHAR_DBWIDTH in Display and Vdisplay means the non-first column of a character 172 in the middle of a multiple-column character. */ 187 #define MARGIN_AUTO 1 /* term has auto margins */ 189 EXTERN speed_t T_Speed; /* Tty input Baud rate */
|
/freebsd/stand/man/ |
H A D | loader.efi.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2019-2022 Netflix, Inc 69 .Dv 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut 103 at the default baud rate. 154 .Bl -column -offset indent ".Sy Windows Name" ".Sy I/O Port Address" ".Sy Typical FreeBSD device" 179 .Bl -column -offset indent ".Sy boot flag" ".Sy loader variable" ".Sy Kernel RB_ flag" 195 .Bl -column -offset indent ".Sy Flags" ".Sy Kernel Flags" ".Sy Kernel Consoles" ".Sy Primary Consol… 215 .Bd -literal -offset indent 243 kernels retained the old BIOS-boot protocol of loading at exactly 2MB. 251 .Bl -tag -width disable [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 1 //===-- File.cpp -------- [all...] |
/freebsd/contrib/ntp/include/ |
H A D | mbg_gps166.h | 2 …* /src/NTP/REPOSITORY/ntp4-dev/include/mbg_gps166.h,v 4.7 2006/06/22 18:41:43 kardel RELEASE_20060… 11 * Copyright (c) 1997-2005 by Frank Kardel <kardel <AT> ntp.org> 52 * their serial interface COM0. COM0 should be set to a high baud rate, 77 * The Unix time_t epoch is usually 1970-01-01 00:00 whereas 78 * the GPS epoch is 1980-01-06 00:00, so the difference is 10 years, 80 * of the day-of-month (6 - 1), so:<br> 97 * @brief A data type to configure a serial port's baud rate 199 * The individual command codes are marked with (rwa) accordingly, where '-' is used 217 GPS_AUTO_ON = 0x000, ///< (-w-) no data, enable auto-msgs from device 218 GPS_AUTO_OFF, ///< (-w-) no data, disable auto-msgs from device [all …]
|
/freebsd/contrib/nvi/vi/ |
H A D | v_itxt.c | 1 /*- 34 * in, to make screen movements on 300 baud modems more tolerable. I don't 43 * routines re-log the cursor to make this work correctly. Historic vi tried 59 * v_iA -- [count]A 69 if (!db_get(sp, vp->m_start.lno, 0, NULL, &len)) in v_iA() 70 sp->cno = len == 0 ? 0 : len - 1; in v_iA() 78 * v_ia -- [count]a 93 sp->showmode = SM_APPEND; in v_ia() 94 sp->lno = vp->m_start.lno; in v_ia() 97 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ia() [all …]
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 2 ** SPDX-License-Identifier: BSD-4-Clause 82 /* Abort 3-button emulation delay after this many movement events. */ 88 #define MOUSE_XAXIS (-1) 89 #define MOUSE_YAXIS (-2) 114 #define tsclr(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) 116 (((tvp)->tv_se [all...] |
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 9 SPDX-License-Identifier: BSD-2-Clause-Patent 29 /// Device Path guid definition for backward-compatible with EFI1.1. 56 UINT8 Length[2]; ///< Specific Device Path data. Type and Sub-Type define 62 /// Device Path protocol definition for backward-compatible with EFI1.1. 137 /// The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must 144 /// Vendor-assigned GUID that defines the data that follows. 148 /// Vendor-defined variable size data. 200 /// Device's PnP hardware ID stored in a numeric 32-bit 201 /// compressed EISA-type ID. This value must match the [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-pegatron-chagall.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/input/gpio-keys.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/thermal/thermal.h> 9 #include "tegra30-cpu-op [all...] |