/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | ltc4162-l.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/power/supply/ltc4162-l.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Linear Technology (Analog Devices) LTC4162-L Charger 11 - Mike Looijmans <mike.looijmans@topic.nl> 14 The LTC ® 4162-L is an advanced monolithic synchronous step-down switching 15 battery charger and PowerPath (TM) manager that seamlessly manages power 17 panels, etc., and a rechargeable Lithium-Ion/Polymer battery. 20 https://www.analog.com/en/products/ltc4162-s.html [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | xlnx,zynqmp-r5fss.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/xlnx,zynqmp-r5fss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ben Levinsky <ben.levinsky@amd.com> 11 - Tanmay Shah <tanmay.shah@amd.com> 14 The Xilinx platforms include a pair of Cortex-R5F processors (RPU) for 15 real-time processing based on the Cortex-R5F processor core from ARM. 16 The Cortex-R5F processor implements the Arm v7-R architecture and includes a 17 floating-point unit that implements the Arm VFPv3 instruction set. [all …]
|
/freebsd/sys/net/ |
H A D | if_types.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 41 * http://www.iana.org/assignments/smi-numbers 46 IFT_1822 = 0x2, /* old-style arpanet imp */ 63 IFT_CEPT = 0x13, /* E1 - european T1 */ 78 IFT_PARA = 0x22, /* parallel-port */ 111 IFT_G703AT2MB = 0x43, /* Obsolete see DS1-MIB */ 118 IFT_DLSW = 0x4a, /* Data Link Switching */ 122 IFT_IPSWITCH = 0x4e, /* IP Switching Objects */ 134 IFT_HOSTPAD = 0x5a, /* CCITT-ITU X.29 PAD Protocol */ [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.h | 2 * kmp_dispatch.h: dynamic scheduling - iteration initialization and dispatch. 5 //===-------- [all...] |
/freebsd/sys/net80211/ |
H A D | ieee80211.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 125 /* 802.11-2020 Table 9-1-Valid type and subtype combinations */ 144 /* 0000-0001 Reserved 0x00-0x10 */ 145 #define IEEE80211_FC0_SUBTYPE_TRIGGER 0x20 /* Trigger, 80211ax-2021 */ 148 #define IEEE80211_FC0_SUBTYPE_VHT_HE_NDP 0x50 /* VHT/HE NDP Announcement, 80211ac/ax-2013/2021 */ 153 #define IEEE80211_FC0_SUBTYPE_PS_POLL 0xa0 /* PS-Poll */ 157 #define IEEE80211_FC0_SUBTYPE_CF_END 0xe0 /* CF-End */ 158 #define IEEE80211_FC0_SUBTYPE_CF_END_ACK 0xf0 /* 1111 Reserved - what was CF_END_ACK? */ [all …]
|
H A D | ieee80211_var.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 76 #define IEEE80211_PS_SLEEP 0x1 /* STA is in power saving mode */ 93 * says that VHT is supported - and then this macro can be 97 ((ic)->ic_flags_ext & IEEE80211_FEXT_VHT) 100 ((ic)->ic_flags_ext & IEEE80211_FEXT_SEQNO_OFFLOAD) 102 ((ic)->ic_flags_ext & IEEE80211_FEXT_FRAG_OFFLOAD) 106 * 1-1 to a physical device and one or more "Virtual AP's" (VAP) 116 * e.g. device-specific callbacks. [all …]
|
H A D | ieee80211_ddb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting 63 db_printf("%s%-25s : ", prefix, name); \ 200 sep, ix, tap, tap->txa_flags, IEEE80211_AGGR_BITS, in _db_show_txampdu() 201 ieee80211_wme_acnames[TID_TO_WME_AC(tap->txa_tid)]); in _db_show_txampdu() 203 sep, tap->txa_token, tap->txa_lastsample, tap->txa_pkts, in _db_show_txampdu() 204 tap->txa_avgpps, tap->txa_qbytes, tap->txa_qframes); in _db_show_txampdu() 206 sep, tap->txa_start, tap->txa_seqpending, tap->txa_wnd, in _db_show_txampdu() 207 tap->txa_attempts, tap->txa_nextrequest); in _db_show_txampdu() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_reset.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 62 #define V(r, c) (ia)->data[((r)*(ia)->cols) + (c)] in write_common() 66 for (i = 0; i < ia->rows; i++) { in write_common() 110 HALASSERT(ah->ah_magic == AR5212_MAGIC); in ar5312Reset() 111 ee = AH_PRIVATE(ah)->ah_eeprom; in ar5312Reset() 121 __func__, chan->ic_freq, chan->ic_flags); in ar5312Reset() 136 HALASSERT(ahp->ah_eeversion >= AR_EEPROM_VER3); in ar5312Reset() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2008-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 55 IWL_UCODE_TLV_PAN = 7, /* deprecated - [all...] |
/freebsd/share/doc/smm/01.setup/ |
H A D | 6.t | 38 In a normal reboot, the system checks the disks and comes up multi-user 42 This will leave the system in single-user mode, with only the console 46 you must enter the root password to bring the machine to single-user mode.) 48 and then to return to single-user mode by signaling 52 To bring the system up to a multi-user configuration from the single-user 57 a multi-user restart script (and 68 ``fsck \-p'' or force a reboot with 79 when you are running multi-user. 82 system is taken single-user. If you wish to come up multi-user again, you 86 \fB#\fP \fI/sbin/umount -a\fP [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | ntpd.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"> 6 <title>ntpd - Network Time Protocol (NTP) daemon</title> 7 <!-- Changed by: Harlan &, 10-Feb-2014 --> 11 <h3><tt>ntpd</tt> - Network Time Protocol (NTP) Daemon</h3> 15 <!-- #BeginDate format:En2m -->10-Mar-2014 05:14<!-- #EndDate --> 30 …-46aAbdDgLmnNqx ] [ -c <i>conffile</i> ] [ -f <i>driftfile</i> ] [ -i <i>jaildir</i> ] [ -I <i>Int… 32 …-5905, but also retains compatible with version 3 defined by RFC-1305 and versions 1 and 2, defin… 34 … and frequency, but in some cases this might not be practical. With the <tt>-q</tt> option <tt>ntp… 37 <dt><tt>-4</tt> [all …]
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/ |
H A D | jemalloc.3 | 7 .\" Source: jemalloc 5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756 10 .TH "JEMALLOC" "3" "11/10/2019" "jemalloc 5.2.1-0-gea6b3e973b47" "User Manual" 11 .\" ----------------------------------------------------------------- 13 .\" ----------------------------------------------------------------- 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 20 .\" ----------------------------------------------------------------- 22 .\" ----------------------------------------------------------------- 27 .\" ----------------------------------------------------------------- 29 .\" ----------------------------------------------------------------- 31 jemalloc \- general purpose memory allocation functions [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 78 #define V(r, c) (ia)->data[((r)*(ia)->cols) + (c)] in write_common() 82 for (r = 0; r < ia->rows; r++) { in write_common() 141 HALASSERT(ah->ah_magic == AR5212_MAGIC); in ar5212Reset() 142 ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212Reset() 171 HALASSERT(AH_PRIVATE(ah)->ah_eeversion >= AR_EEPROM_VER3); in ar5212Reset() 188 * only) - the best and most general fix for this situation in ar5212Reset() [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 …]
|
H A D | hostapd.conf | 6 # Note: This attribute can be overridden by the values supplied with the '-i' 37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all 53 logger_syslog=-1 55 logger_stdout=-1 72 # run as non-root users. However, since the control interface can be used to 75 # want to allow non-root users to use the control interface, add a new group 89 # (double quoted string, hexdump, printf-escaped string) 94 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding 97 # Country code (ISO/IEC 3166-1). Used to set regulatory domain. 99 # This can limit available channels and transmit power. [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 56 User-defined capability strings whose name begins 70 user-defined capabilities intended for use by termcap applications should 77 The \fI\%ncurses\fP library uses a few of these user-defined [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | nl80211_copy.h | 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 13 * Copyright 2015-2017 Intel Deutschland GmbH 14 * Copyright (C) 2018-2023 Intel Corporation 32 * be careful not to break things - i.e. don't move anything around or so 74 * - a setup station entry is added, not yet authorized, without any rate 76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 79 * - %NL80211_TDLS_ENABLE_LINK is then used 80 * - after this, the only valid operation is to remove it by tearing down 95 * Frame registration is done on a per-interface basis and registrations 137 * software, like the AP-VLAN type in mac80211 for example, there's [all …]
|
H A D | driver.h | 3 * Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi> 74 * enum reg_change_initiator - Regulatory change initiator 85 * enum reg_type - Regulatory change types 96 * struct hostapd_wmm_rule - WMM regulatory rule 110 * struct hostapd_channel_data - Channel information 114 * chan - Channel number (IEEE 802.11) 119 * freq - Frequency in MHz 124 * flag - Channel flags (HOSTAPD_CHAN_*) 129 * allowed_bw - Allowed channel width bitmask 136 * max_tx_power - Regulatory transmit power limit in dBm [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-802_11.c | 27 #include "netdissect-stdinc.h" 123 { CTRL_PS_POLL, "Power Save-Poll" }, 124 { CTRL_RTS, "Request-To-Send" }, 125 { CTRL_CTS, "Clear-To-Send" }, 127 { CTRL_CF_END, "CF-End" }, 128 { CTRL_END_ACK, "CF-End+CF-Ack" }, 151 * bits - CF-Ack, CF-Poll, Null (means the frame doesn't actually have 205 uint8_t text[254]; /* 1-253 + 1 for null */ 428 * the MCS index (0-76); 853 "the Basic HT-MCS Set field of the HT Operation " [all …]
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 10 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. 31 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 35 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. 73 * BEGIN iwl-csr.h 80 * whenever platform supplies power to device, even when device is in 81 * low power states due to driver-invoked device resets 82 * (e.g. IWM_CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-savin [all...] |
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi.h | 1 /* SPDX-License-Identifier: ISC */ 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 28 * 1. Add new WMI commands ONLY within the specified range - 0x9000 - 0x9fff 44 * variable is already 4-byte aligned by virtue of being a u32 526 * for wmi_services is 64 as target is using only 4-bits of each 32-bit 532 __le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 28]) & \ 533 BIT(((((svc_id) - (len)) % 28) & 0x1f) + 4)) 1154 /* Station power save specific config */ [all …]
|
/freebsd/sys/contrib/openzfs/man/man4/ |
H A D | zfs.4 | 9 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0. 31 .Bl -tag -width Ds 79 dnode slots allocated in a single operation as a power of 2. 102 Turbo L2ARC warm-up. 179 Percent of ARC size allowed for L2ARC-only headers. 252 before moving on to the next top-level vdev. 255 Enable metaslab group biasing based on their vdevs' over- or under-utilization 271 Default BRT ZAP data block size as a power o [all...] |
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 81 /* 0x01 */ "Only for point-to-point packets", in hci_encrypt2str() 82 /* 0x02 */ "Both point-to-point and broadcast packets" in hci_encrypt2str() 102 /* 0x01 */ "u-law", in hci_coding2str() 103 /* 0x02 */ "A-law", in hci_coding2str() 116 /* 0x02 */ "Sign-Magnitude", in hci_vdata2str() 136 size--; in hci_hmode2str() 143 strncat(buffer, t[n], size - len); in hci_hmode2str() 246 /* 0050 */ "Red-M (Communications) Ltd", in hci_manufacturer2str() [all …]
|