| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | renesas,mtu2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas Multi-Function Timer Pulse Unit 2 (MTU2) 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs 23 - enum: 24 - renesas,mtu2-r7s72100 # RZ/A1H 25 - const: renesas,mtu2 [all …]
|
| H A D | renesas,cmt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 The CMT is a multi-channel 16/32/48-bit timer/counter with configurable clock 26 - items: 27 - enum: 28 - renesas,r8a7740-cmt0 # 32-bit CMT0 on R-Mobile A1 29 - renesas,r8a7740-cmt1 # 48-bit CMT1 on R-Mobile A1 [all …]
|
| /freebsd/share/man/man4/ |
| H A D | iicbus.4 | 41 system provides a uniform, modular and architecture-independent 49 easy way to connect a CPU to peripheral chips in a TV-set. 71 As mentioned before, the IC bus is a Multi-MASTER BUS. 77 .Bl -column "Device drivers" -compact 89 8-bit characters they write to the bus according to the I2C protocol. 92 bidirectional communications, thanks to the multi-master capabilities of the 97 .Bl -column "Interface drivers" -compact 100 .It Sy iicbb Ta "generic bit-banging master-only driver" 101 .It Sy lpbb Ta "parallel port specific bit-banging interface" 104 The operating frequency of an I2C bus may be fixed or configurable. [all …]
|
| H A D | gif.4 | 47 is mainly based on RFC2893 IPv6-over-IPv4 configured tunnel. 92 Note that IPv6 link-local addresses 95 You may need to remove IPv6 link-local addresses manually using 98 (for example, if you need a pure IPv4-over-IPv6 tunnel). 126 .Dl ifconfig Ar gif0 Cm -noclamp 170 who can adjust the packet length and re-send it. 203 the performance is sub-optimal if the actual path MTU is larger than 239 .Dv draft-ietf-ipsec-ecn-02.txt . 249 .Bl -tag -width "Ingress" -offset indent 266 .Bl -tag -width "Ingress" -offset indent [all …]
|
| H A D | fdc.4 | 54 either FM (single-density) or MFM (double or high-density) recording 73 using the per-controller flags value of 80 For historical reasons, device nodes that use a trailing UFS-style 89 of the available medium for multi-density devices. 92 high-density 3.5 inch standard floppy drive. 101 this can be overridden using the per-drive device flags value of 107 When trying to use a floppy device with special-density media, other 130 Drive types are configured using the lower four bits of the per-drive 133 .Bl -tag -width 2n -offset indent 135 5.25 inch double-density device with 40 cylinders (360 KB native [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 5 multi-core Navigator. QMSS consist of queue managers, packed-data structure 9 management of the packet queues. Packets are queued/de-queued by writing or 13 descriptor RAM. Descriptor RAM is configurable as internal or external memory. 20 - compatible : Must be "ti,keystone-navigator-qmss". 21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC. 22 - clocks : phandle to the reference clock for this device. 23 - queue-range : <start number> total range of queue numbers for the device. 24 - linkram0 : <address size> for internal link ram, where size is the total 26 - linkram1 : <address size> for external link ram, where size is the total 29 - qmgrs : child node describing the individual queue managers on the [all …]
|
| /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/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | iommu.txt | 13 Example: 32-bit DMA to 64-bit physical addresses 15 * Implement scatter-gather at page level granularity so that the device does 29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices 30 typically have a fixed association to the master device, whereas multiple- 34 "dma-ranges" property that describes how the physical address space of the 35 IOMMU maps to memory. An empty "dma-ranges" property means that there is a 39 -------------------- 40 - #iommu-cells: The number of cells in an IOMMU specifier needed to encode an 44 the specific IOMMU. Below are a few examples of typical use-cases: 46 - #iommu-cells = <0>: Single master IOMMU devices are not configurable and [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | ti,tps6594.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Julien Panis <jpanis@baylibre.com> 15 PFSM (Pre-configurable Finite State Machine) managing the state of the device. 16 TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives. 21 - ti,lp8764-q1 22 - ti,tps6593-q1 23 - ti,tps6594-q1 24 - ti,tps65224-q1 [all …]
|
| /freebsd/usr.bin/nl/ |
| H A D | nl.1 | 38 .Bk -words 41 .Bk -words 44 .Bk -words 47 .Bk -words 50 .Bk -words 53 .Bk -words 56 .Bk -words 59 .Bk -words 62 .Bk -words 65 .Bk -words [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | richtek,rtq2208.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alina Yu <alina_yu@richtek.com> 14 multi-configurable synchronous buck converters and two LDOs. 16 Bucks support "regulator-allowed-modes" and "regulator-mode". The former defines the permitted 25 0 - Auto mode for power saving, which reducing the switching frequency at light load condition 27 …1 - FCCM to meet the strict voltage regulation accuracy, which keeping constant switching frequenc… 35 - richtek,rtq2208 43 richtek,mtp-sel-high: [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rza1-ports.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/renesas,rza1-port [all...] |
| H A D | renesas,rza1-pinctrl.txt | 5 Pin multiplexing and GPIO configuration is performed on a per-pin basis 6 writing configuration values to per-port register sets. 7 Each "port" features up to 16 pins, each of them configurable for GPIO 12 ------------------- 15 - compatible: should be: 16 - "renesas,r7s72100-ports": for RZ/A1H 17 - "renesas,r7s72101-ports", "renesas,r7s72100-ports": for RZ/A1M 18 - "renesas,r7s72102-ports": for RZ/A1L 20 - reg 27 pinctrl: pin-controller@fcfe3000 { [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/sys/contrib/dev/acpica/include/platform/ |
| H A D | acenv.h | 3 * Name: acenv.h - Host and compiler configuration 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 157 * to the local environment. This includes compiler-specific, OS-specific, 158 * and machine-specific configuration. 354 * EFI applications can be built with -nostdlib, in this case, it must be [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
| H A D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 20 "BriefDescription": "LLC misses - Uncacheable reads (from cpu) ", 164 "ScaleUnit": "7.11E-06Bytes", 174 "ScaleUnit": "7.11E-06Bytes", 340 …"PublicDescription": "Counts the number of transactions that trigger a configurable number of cros… 350 …"PublicDescription": "Counts the number of transactions that trigger a configurable number of cros… 355 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 360 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 365 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 370 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
| H A D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 20 "BriefDescription": "LLC misses - Uncacheable reads (from cpu) ", 164 "ScaleUnit": "7.11E-06Bytes", 174 "ScaleUnit": "7.11E-06Bytes", 340 …"PublicDescription": "Counts the number of transactions that trigger a configurable number of cros… 350 …"PublicDescription": "Counts the number of transactions that trigger a configurable number of cros… 355 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 360 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 365 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 370 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… [all …]
|
| /freebsd/contrib/bearssl/inc/ |
| H A D | bearssl_hash.h | 48 * - `br_xxx_vtable` 52 * - `br_xxx_SIZE` 57 * - `br_xxx_ID` 64 * standard](https://tools.ietf.org/html/rfc5246#section-7.4.1.4.1), 66 * 1 to 6 for MD5, SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512, 69 * - `br_xxx_context` 80 * - `br_xxx_init(br_xxx_context *ctx)` 88 * - `br_xxx_update(br_xxx_context *ctx, const void *data, size_t len)` 93 * - `br_xxx_out(const br_xxx_context *ctx, void *out)` 101 * - `br_xxx_state(const br_xxx_context *ctx, void *out)` [all …]
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | ntpv4-mib.mib | 1 -- ********************************************************************* 2 -- 3 -- The Network Time Protocol Version 4 4 -- Management Information Base (MIB) 5 -- 6 -- Authors: Heiko Gerstung (heiko.gerstung@meinberg.de) 7 -- Chris Elliott (chelliot@pobox.com) 8 -- 9 -- for the Internet Engineering Task Force (IETF) 10 -- NTP Working Group (ntpwg) [all …]
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 93 .Bl -tag -width indent 120 The format is specified as a comma-separated list of 141 .Bl -tag -width default 145 .Bl -tag -width default -compact 158 Adjust the display of link-level ethernet (MAC) addresses: 160 .Bl -tag -width default -compact 175 .Bl -tag -width default -compact 192 .Bl -tag -width default -compact [all …]
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | zstd.1 | 5 \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files 8 \fBzstd\fR [\fIOPTIONS\fR] [\-|\fIINPUT\-FILE\fR] [\-o \fIOUTPUT\-FILE\fR] 11 \fBzstdmt\fR is equivalent to \fBzstd \-T0\fR 14 \fBunzstd\fR is equivalent to \fBzstd \-d\fR 17 \fBzstdcat\fR is equivalent to \fBzstd \-dcf\fR 20 …y, with further FSE & huff0 entropy stages\. \fBzstd\fR offers highly configurable compression spe… 26 …served by default\. It\'s possible to remove them automatically by using the \fB\-\-rm\fR command\. 29 …\fR displays progress notifications and result summary by default\. Use \fB\-q\fR to turn them off… 35 \fBzstd\fR displays a short help page when command line is an error\. Use \fB\-q\fR to turn it off\. 40 … selected operation mode\. If no \fIfiles\fR are given or \fIfile\fR is \fB\-\fR, \fBzstd\fR reads… [all …]
|
| H A D | zstd.1.md | 1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files 5 -------- 7 `zstd` [*OPTIONS*] [-|_INPUT-FILE_] [-o _OUTPUT-FILE_] 9 `zstdmt` is equivalent to `zstd -T0` 11 `unzstd` is equivalent to `zstd -d` 13 `zstdcat` is equivalent to `zstd -dcf` 17 ----------- 21 `zstd` offers highly configurable compression speed, 29 - Source files are preserved by default. 30 It's possible to remove them automatically by using the `--rm` command. [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">, 7 …-file-search-paths and directory of the executable are always checked first for separate debug inf… 8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">, 11 …Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-downl… 12 def AutoDownload: Property<"auto-download", "Enum">, 17 def ClangModulesCachePath: Property<"clang-modules-cache-path", "FileSpec">, 20 Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">; 21 def SymLinkPaths: Property<"debug-info-symlink-paths", "FileSpecList">, 25 def EnableLLDBIndexCache: Property<"enable-lldb-index-cache", "Boolean">, 29 def LLDBIndexCachePath: Property<"lldb-index-cache-path", "FileSpec">, [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| 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/contrib/tcp_wrappers/ |
| H A D | CHANGES | 2 configuration checker. See the `tcpdchk.8' manual page (`nroff -man' 9 - Improved the anti source-routing protection. The code in version 13 - The program no longer terminates case of a source-routed connection, 14 making the IP-spoofing code more usable for long-running daemons. 16 - When syslogging DNS hostname problems, always stop after a limited 22 - Optionally refuse source-routed TCP connections requests altogether. 25 - Support for IRIX 6 (Lael Tucker). 27 - Support for Amdahl UTS 2.1.5 (Richard E. Richmond). 29 - Support for SINIX 5.42 (Klaus Nielsen). 31 - SCO 5 now has vsyslog() (Bill Golden). [all …]
|