/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | trivial-devices.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/trivial-devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 27 spi-max-frequency: true 32 - enum: 34 - acbel,fsg032 35 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin 36 - ad,ad7414 # Deprecated, use adi,ad7414 [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_ppp.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 51 user-land daemon). 54 user-land implementations. 56 multi-link PPP, Van Jacobson compression, PPP compression, PPP 58 A single PPP node corresponds to one PPP multi-link bundle. 71 Typically this node is connected to a user-land daemon via a 94 These device-independent hooks transmit and receive full PPP 96 information fields, but no checksum or other link-specific fields. 113 has reached the network phase (i.e., LCP negotiation and authentication [all …]
|
H A D | ena.4 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 3 .\" Copyright (c) 2015-2024 Amazon.com, Inc. or its affiliates. 40 .Bd -ragged -offset indent 47 .Bd -literal -offset indent 58 The driver supports a range of ENA devices, is link-speed independent 62 Some ENA devices support SR-IOV. 63 This driver is used for both the SR-IOV Physical Function (PF) and Virtual 68 is advertised by the device via the Admin Queue), a dedicated MSI-X 77 Receive-side scaling (RSS) is supported for multi-core scaling. 86 Some of the ENA devices support a working mode called Low-latency [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | ad5755.txt | 1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver 4 - compatible: Has to contain one of the following: 6 adi,ad5755-1 11 - reg: spi chip select number for the device 12 - spi-cpha or spi-cpol: is the only modes that is supported 15 - spi-max-frequency: Definition as per 16 Documentation/devicetree/bindings/spi/spi-bus.txt 19 See include/dt-bindings/iio/ad5755.h 20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an 23 - adi,dc-dc-phase: [all …]
|
H A D | adi,ad5755.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD5755 Multi-Channel DAC 10 - Sean Nyekjaer <sean.nyekjaer@prevas.dk> 15 - adi,ad5755 16 - adi,ad5755-1 17 - adi,ad5757 18 - adi,ad5735 19 - adi,ad5737 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | dlg,da9121.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | da9210.txt | 1 * Dialog Semiconductor DA9210 Multi-phase 12A DCDC BUCK Converter 5 - compatible: must be "dlg,da9210" 6 - reg: the i2c slave address of the regulator. It should be 0x68. 10 - interrupts: a reference to the DA9210 interrupt, if available. 21 interrupt-parent = <...>; 24 regulator-min-microvolt = <300000>; 25 regulator-max-microvolt = <1570000>; 26 regulator-min-microamp = <1600000>; 27 regulator-max-microamp = <4600000>; 28 regulator-boot-on;
|
H A D | richtek,rtq2134-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rtq2134-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 13 The RTQ2134 is a multi-phase, programmable power management IC that 14 integrates with four high efficient, synchronous step-down converter cores. 17 https://www.richtek.com/assets/product_file/RTQ2134-QA/DSQ2134-QA-01.pdf 22 - richtek,rtq2134 31 "^buck[1-3]$": [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/renesas,rz-mtu [all...] |
/freebsd/lib/libc/powerpc64/string/ |
H A D | bcopy.S | 1 /*- 33 #define BLOCK_SIZE_MASK (BLOCK_SIZE - 1) 35 /* Minimum 8 byte alignment, to avoid cache-inhibited alignment faults.*/ 60 beqlr- 62 beqlr- 65 std %r3, -8(%r1) /* save dst */ 96 addi %r3, %r3, -1 98 addi %r4, %r4, -1 99 li %r0, -1 116 addi %r5, %r5, -1 [all …]
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 23 # This section is *not* pre-loaded by the ``load'' or ``dial'' commands. 30 set log Phase Chat LCP IPCP CCP tun command 34 OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" 41 # is required by the server either using a unix-style login procedure 46 # use a unix-style login script: 61 # This entry also works with static IP numbers or when not in -auto mode. 64 # The "set ifaddr" is required in -auto mode only. 65 # It's better to put the ``add'' line in ppp.linkup when not in -auto mode. 80 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp" 86 # If you want to use PAP or CHAP instead of using a unix-style login [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | ppp.h | 22 #define PPP_PPPD_IN 0x00 /* non-standard for DLT_PPP_PPPD */ 23 #define PPP_PPPD_OUT 0x01 /* non-standard for DLT_PPP_PPPD */ 29 #define PPP_DECNET 0x0027 /* DECnet Phase IV */ 35 #define PPP_STII 0x0033 /* Stream Protocol (ST-II) */ 37 #define PPP_ML 0x003d /* Multi-Link PPP */ 66 #define PPP_MPCP 0xc03d /* Multi-Link */
|
/freebsd/usr.sbin/ppp/ |
H A D | ppp.8 | 31 .Nd Point to Point Protocol (a.k.a. user-ppp) 99 .Bl -tag -width XXX -offset XXX 141 exits with a non-zero result. 161 .Dq force-scripts 176 As pipes are not bi-directional, ppp will redirect all writes to descriptor 186 .Dq force-scripts 195 This is a no-op, and gives the same behaviour as if none of the above 213 .Bl -diag 231 .It Supports on-demand dialup capability. 243 mode (direct-dial mode) also automatically dials and establishes the [all …]
|
H A D | hdlc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org> 5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp> 102 hdlc->lqm.owner = lcp; in hdlc_Init() 114 while (len--) in hdlc_Fcs() 128 end = pos + m->m_len; in HdlcFcsBuf() 129 while (len--) { in HdlcFcsBuf() 132 m = m->m_next; in HdlcFcsBuf() 134 end = pos + m->m_len; in HdlcFcsBuf() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 7 * HE/IEEE 802.11ax/Wi-Fi 6 8 - various fixes 9 * EHT/IEEE 802.11be/Wi-Fi 7 10 - add preliminary support 15 * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3) 16 * EAP-SIM/AKA: support IMSI privacy [all …]
|
/freebsd/lib/libcam/ |
H A D | cam_cdbparse.3 | 161 applications written with the similarly-named 187 is the length of the data phase; the data transfer direction is 195 data phase. 208 .Bd -literal 234 CAM_SEND_STATUS = 0x80000000,/* Send status after data phase */ 241 .Bl -tag -width CAM_PASS_ERR_RECOVER 247 device to the user-supplied buffer. 251 written from the user-supplied buffer to the device. 308 Multi byte fields are swapped into the SCSI byte order in the 368 .Bl -tag -width field_name [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf | 48 # run as non-root users. However, since the control interface can be used to 51 # want to allow non-root users to use the control interface, add a new group 69 # library/default.asp?url=/library/en-us/secauthz/security/ 72 # DACL (which will reject all connections). See README-Windows.txt for more 78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines 85 # defined in IEEE Std 802.1X-2010. 144 # Maximum number of peer links (0-255; default: 99) 153 # Enable 802.11s layer-2 routing and forwarding (dot11MeshForwarding) 156 # cert_in_cb - Whether to include a peer certificate dump in events 162 # EAP fast re-authentication [all …]
|
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
/freebsd/share/doc/smm/03.fsck/ |
H A D | 4.t | 30 Appendix A \- Fsck_ffs Error Conditions 36 a multi-pass file system check program. 37 Each file system pass invokes a different Phase of the 44 path-names, 53 is run non-interactively to 78 .I Phase 83 in more than one Phase 107 legal options are \-b, \-c, \-y, \-n, and \-p. 176 Either the \-n flag was specified or 269 .B "USE -b OPTION TO FSCK_FFS TO SPECIFY LOCATION OF AN ALTERNATE" [all …]
|
/freebsd/sbin/reboot/ |
H A D | boot_i386.8 | 43 Normally, the system will reboot itself at power-up or after crashes. 45 and unless this fails, the system will resume multi-user operations. 52 you to change this default sequence, and may also include a CD-ROM 60 A three-stage bootstrap is employed. 62 third-stage bootstrap program, 75 .Bd -literal 91 .Bl -tag -width indent 108 .Bl -tag -width indent 120 .Bl -tag -width "adXX" -compact 170 .Bl -tag -width "-CXX" -compact [all …]
|
/freebsd/sys/contrib/xz-embedded/linux/lib/ |
H A D | decompress_unxz.c | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd 11 * Important notes about in-place decompression 21 * The worst case for in-place decompression is that the beginning of 23 * incompressible. Thus, we must look for worst-case expansion when the 31 * Block Header (8-12) 33 * Block Padding (0-3) 35 * Index (8-20) 39 * 2-4 Blocks just in case. Because Stream Header and also Block Header 74 * - 128 bytes for the .xz file format headers; 75 * - 8 bytes per every 32 KiB of uncompressed size (one LZMA2 chunk header [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | stericsson,db8500-prcmu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/stericsson,db8500-prcmu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ST-Ericsson DB8500 PRCMU - Power Reset and Control Management Unit 10 - Linus Walleij <linus.walleij@linaro.org> 13 The DB8500 Power Reset and Control Management Unit is an XP70 8-bit 14 microprocessor that is embedded in the always-on power domain of the 20 pattern: '^prcmu@[0-9a-f]+$' 23 description: The device is compatible both to the device-specific [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 32 … 0x001d00UL //Access:R DataWidth:0x2 // Multi Field Register. 37 … 0x001d04UL //Access:RW DataWidth:0x2 // Multi Field Register. 42 … 0x001d08UL //Access:WR DataWidth:0x2 // Multi Field Register. 47 … 0x001d0cUL //Access:RC DataWidth:0x2 // Multi Field Register. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2001 Justin T. Gibbs. 7 * Copyright (c) 2000-2001 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 79 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \ 84 ((((ahc)->feature 786 uint8_t phase; global() member [all...] |
/freebsd/share/doc/papers/beyond4.3/ |
H A D | beyond43.ms | 28 .\" *troff -ms 34 of Berkeley\s-2\fP 55 has now embarked on a new development phase to 71 Other areas of work include multi-architecture support, 90 Multi-architecture support 96 non-VAX processor, the CCI Power 6/32 and 6/32SX. (This addition also 98 Harris HCX-7 and HCX-9, as well as the Sperry 7000/40 and ICL machines.) 102 The entire source tree, including all kernel and user-level sources, 115 patterns in the UNIX kernel and a hybrid strategy that is time-efficient 116 for small allocations and space-efficient for large allocations. [all …]
|