/freebsd/libexec/rc/rc.d/ |
H A D | serial | 35 # dtrwait 300 drainwait `sysctl -n kern.drainwait` 48 drainwait=`sysctl -n kern.drainwait` 53 stty < /dev/tty${dc}${i}.init -clocal crtscts hupcl 115200 reprint ^R 54 stty < /dev/tty${dc}${i}.lock -clocal -crtscts -hupcl 0 55 stty < /dev/cua${dc}${i}.init -clocal crtscts hupcl 115200 reprint ^R 56 stty < /dev/cua${dc}${i}.lock -clocal -crtscts -hupcl 0 68 stty < /dev/tty${dc}${i}.init reprint undef 69 stty < /dev/cua${dc}${i}.init reprint undef 79 modem() { function 80 # Modem that supports CTS and perhaps RTS handshaking. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | qcom,ipa.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alex Elder <elder@kernel.org> 18 including the Application Processor (AP) and the modem. The IPA presents 21 and has a distinct interrupt and a separately-defined address space. 28 - | 29 -------- --------- 31 | AP +<---. .----+ Modem | 32 | +--. | | .->+ | [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7180-trogdor-lte-sku.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 9 label = "proximity-wifi-lte"; 17 firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn", 18 "qcom/sc7180-trogdor/modem/qdsp6sw.mbn"; 24 * modem needs to cover certain init steps (GSI init), and 27 qcom,gsi-loader = "modem";
|
/freebsd/share/man/man4/ |
H A D | umodem.4 | 40 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 57 It also provides device-side CDC ACM support. 75 .Bl -bullet -compact 79 Curitel PC5740 Wireless Modem 81 Kyocera AH-K3001V Mobile Phone(WILLCOM) 85 Metricom Ricochet GS USB wireless modem 87 Sierra MC5720 Wireless Modem 91 ELSA MicroLink 56k USB modem 98 .Bl -tag -width "/dev/ttyU*.init" -compact [all …]
|
H A D | uplcom.4 | 35 .Nd USB support for Prolific PL-2303/2303X/2303HX serial adapters driver 40 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 56 PL-2303, PL-2303X and PL-2303HX USB-to-RS232 Bridge chips. 67 .Bl -bullet -compact 69 ADLINK ND-6530 USB-Serial Adapter 73 Alcor AU9720 USB-RS232 Serial Adapter 75 AlDiga AL-11U Modem 77 Alltronix ACM003U00 Modem 81 ATEN UC-232A [all …]
|
H A D | u3g.4 | 1 .\"- 2 .\" SPDX-License-Identifier: ISC 31 .Bd -ragged -offset indent 40 .Bd -literal -offset indent 49 driver provides support for USB-to-serial interfaces 51 The supported adapters provide the necessary modem port for 69 and requires additional commands to switch it to modem mode. 80 .Bl -bullet -compact 89 Vodafone Mobile Broadband K3772-Z 106 Panasonic CF-F9 GOBI [all …]
|
H A D | uslcom.4 | 27 .Bd -ragged -offset indent 36 .Bd -literal -offset indent 54 .Bl -bullet -compact 56 AC-Services CAN, CIS-IBUS, IBUS and OBD interfaces 60 AKTACOM ACE-1001 cable 64 Arkham DS-101 Adapter 70 AVIT Research USB-TTL interface 85 and L51xx C-Bus Home Automation products 87 Commander 2 EDGE(GSM) Modem 105 ELV USB-I2C interface [all …]
|
H A D | ubsa.4 | 39 .Bd -ragged -offset indent 48 .Bd -literal -offset indent 54 driver provides support for the USB-to-RS232 Bridge chip used by a variety of 66 .Bl -bullet -compact 68 AnyData ADU-500A EV-DO modem 70 AnyData ADU-E100A (no EV-DO mode support) 76 e-Tek Labs Kwik232 83 .Bl -tag -width "/dev/ttyU*.init" -compact 86 .It Pa /dev/ttyU*.init 88 corresponding callin initial-state and lock-state devices [all …]
|
H A D | uipaq.4 | 4 .\" Copyright (c) 2001-2005 The NetBSD Foundation, Inc. 41 .Bd -ragged -offset indent 50 .Bd -literal -offset indent 68 .Bl -bullet -compact 80 HTC PPC6700 Modem 86 Sharp W-ZERO3 ES Spart Phone 91 .Bl -tag -width "/dev/ttyU*.init" -compact 94 .It Pa /dev/ttyU*.init 96 corresponding callin initial-state and lock-state devices 100 .It Pa /dev/cuaU*.init [all …]
|
H A D | cdce.4 | 8 .\" - Redistributions of source code must retain the above copyright 10 .\" - Redistributions in binary form must reproduce the above 40 .Bd -ragged -offset indent 51 .Bd -ragged -offset indent 59 .Bd -literal -offset indent 65 driver provides support for USB Host-to-Host (aka USB-to-USB) and 66 USB-to-Ethernet bridges based on the USB Communication Device Class 69 It also provides device-side CDC ECM support. 104 .Bl -bullet -compact 110 Prolific PL-2501 Host-to-Host Bridge Controller [all …]
|
H A D | uart.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 53 .Bl -tag -compact -width 0x000000 72 EIA RS-232C (CCITT V.24) serial communications interface. 112 It contains the bus attachments and the low-level interrupt handler. 144 .Bl -bullet -compact 182 .Bl -tag -compact -offset "mmmm" -width "mmmm" 193 .Bl -tag -compact -offset "mmmm" -width "mmmm" 195 Invert the pulse (RS-232 logic low = ASSERT, high = CLEAR). 216 RFC 2783 defines an ASSERT event as a higher-voltage line level, and a CLEAR [all …]
|
/freebsd/libexec/getty/ |
H A D | gettytab.5 | 70 .Bl -column Name Type /usr/bin/login 72 .It "ac str unused expect-send chat script for modem answer" 73 .It "al str unused user to auto-login instead of prompting" 83 .It "co bool false console - add" 122 .It "ic str unused expect-send chat script for modem initialization" 145 .It "np bool false terminal uses no parity (i.e., 8-bit characters)" 196 .Bl -column Name Type /usr/bin/login 199 .It "cd num 0 carriage-return delay" 203 .It "fd num 0 form-feed (vertical motion) delay" 205 .It "nd num 0 newline (line-feed) delay" [all …]
|
H A D | main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 68 /* defines for auto detection of incoming PPP calls (->PAP/CHAP) */ 75 #define PPP_LCP_HI 0xc0 /* LCP protocol - high byte */ 76 #define PPP_LCP_LOW 0x21 /* LCP protocol - low byte */ 175 gethostname(hostname, sizeof(hostname) - 1); in main() 176 hostname[sizeof(hostname) - 1] = '\0'; in main() 197 * If the tty line is "-", we do the old style getty presuming in main() 199 * J. Gettys - MIT Project Athena. in main() 201 if (argc <= 2 || strcmp(argv[2], "-") == 0) { in main() [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/tools/tools/nanobsd/rescue/Files/etc/ |
H A D | ttys | 18 # pseudo-terminals, dialup for incoming modem ports, and unknown 21 # status Must be on or off. If on, init will run the getty program on 27 # If console is marked "insecure", then init will ask for the root password 28 # when going to single-user mode. 40 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure 43 ttyu0 "/usr/libexec/getty std.115200" xterm-color on secure
|
/freebsd/sbin/init/ |
H A D | ttys | 15 # Other common values include dialup for incoming modem ports, and 18 # status Must be on or off. If on, init will run the getty program on 24 # If console is marked "insecure", then init will ask for the root password 25 # when going to single-user mode. 37 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure 48 # RISC-V HTIF console
|
/freebsd/tools/tools/nanobsd/pcengines/Files/etc/ |
H A D | ttys | 18 # pseudo-terminals, dialup for incoming modem ports, and unknown 21 # status Must be on or off. If on, init will run the getty program on 27 # If console is marked "insecure", then init will ask for the root password 28 # when going to single-user mode. 40 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
|
/freebsd/sys/dev/usb/serial/ |
H A D | u3g.c | 5 * * parts from ubsa.c 183348 2008-09-25 12:00:56Z phk * 23 * - The detour through the tty layer is ridiculously expensive wrt 80 #define U3GINIT_HUAWEI 1 /* Requires Huawei init command */ 81 #define U3GINIT_SIERRA 2 /* Requires Sierra init command */ 87 #define U3GINIT_SAEL_M460 8 /* Requires vendor init */ 88 #define U3GINIT_HUAWEISCSI 9 /* Requires Huawei SCSI init command */ 89 #define U3GINIT_HUAWEISCSI2 10 /* Requires Huawei SCSI init command (2) */ 90 #define U3GINIT_HUAWEISCSI3 11 /* Requires Huawei SCSI init command (3) */ 91 #define U3GINIT_HUAWEISCSI4 12 /* Requires Huawei SCSI init command (4) */ 92 #define U3GINIT_TCT 13 /* Requires TCT Mobile init command */ [all …]
|
H A D | uplcom.c | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. 31 /*- 61 * This driver supports several USB-to-RS232 serial adapters driven by 62 * Prolific PL-2303, PL-2303X and probably PL-2303HX USB-to-RS232 70 * PL-2303HX is probably programmed the same as PL-2303X. 72 * There are several differences between PL-2303 and PL-2303(H)X. 73 * PL-2303(H)X can do higher bitrate in bulk mode, has _probably_ 261 UPLCOM_DEV(ADLINK, ND6530), /* ADLINK ND-6530 USB-Serial */ [all …]
|
/freebsd/sys/sys/ |
H A D | tty.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 54 * Per-TTY structure, containing buffers, etc. 63 struct mtx t_mtxobj; /* Per-TTY lock (when not borrowing). */ 69 #define TF_INITLOCK 0x00002 /* Create init/lock state devices. */ 82 #define TF_STOPPED 0x01000 /* Output flow control - stopped. */ 85 #define TF_ZOMBIE 0x08000 /* Modem disconnect received. */ 87 #define TF_BUSY_IN 0x20000 /* Process busy in read() -- not supported. */ 116 /* Init/lock-state devices. */ 117 struct termios t_termios_init_in; /* tty%s.init. */ [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-04-01 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 63 0201 MA180 UMTS Modem [all …]
|
/freebsd/sys/kern/ |
H A D | tty.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 129 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks() 130 bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX); in tty_watermarks() 131 error = ttyinq_setsize(&tp->t_inq, tp, bs); in tty_watermarks() 136 tp->t_inlow = (ttyinq_getallocatedsize(&tp->t_inq) * 9) / 10; in tty_watermarks() 139 bs = MIN(tp->t_termios.c_ospeed / 5, TTYBUF_MAX); in tty_watermarks() 140 error = ttyoutq_setsize(&tp->t_outq, tp, bs); in tty_watermarks() 145 tp->t_outlow = (ttyoutq_getallocatedsize(&tp->t_outq) * 9) / 10; in tty_watermarks() 168 else if (tp->t_drainwait != 0) in tty_drain() [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/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8074-dragonboard.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/gpio/gpio.h> 3 #include <dt-bindings/input/input.h> 4 #include <dt-bindings/leds/common.h> 5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 6 #include "qcom-msm8974.dtsi" 10 /delete-nod [all...] |
/freebsd/sys/arm/xilinx/ |
H A D | uart_dev_cdnc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 /* A driver for the Cadence AMBA UART as used by the Xilinx Zynq-7000. 33 * Reference: Zynq-7000 All Programmable SoC Technical Reference Manual. 55 bus_space_read_4((bas)->bst, (bas)->bsh, uart_regofs((bas), (reg))) 57 bus_space_write_4((bas)->bst, (bas)->bsh, uart_regofs((bas), (reg)), \ 74 #define CDNC_UART_MODE_REG_CHMOD_R_LOOP (3<<8) /* [9:8] - channel mode */ 77 #define CDNC_UART_MODE_REG_STOP2 (2<<6) /* [7:6] - stop bits */ 78 #define CDNC_UART_MODE_REG_PAR_NONE (4<<3) /* [5:3] - parity type */ 83 #define CDNC_UART_MODE_REG_6BIT (3<<1) /* [2:1] - character len */ [all …]
|