/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2004 Atheros Communications, Inc. 28 * Notify Power Mgt is disabled in self-generated frames. 29 * If requested, set Power Mode of chip to auto/normal. 40 * Notify Power Mgt is enabled in self-generated frames. 59 for (i = POWER_UP_TIME / 200; i != 0; i--) { in ar5210SetPowerModeAwake() 82 * Notify Power Mgt is disabled in self-generated frames. 83 * If requested, force chip to sleep. [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 31 * Notify Power Mgt is enabled in self-generated frames. 47 * Notify Power Mgt is disabled in self-generated frames. 48 * If requested, force chip to sleep. 57 * Notify Power Management is enabled in self-generating 59 * auto/normal. Duration in units of 128us (1/8 TU). 77 "FULL-SLEEP", in ar5312SetPowerMode() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3328-orangepi-r1-plus-lts.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 * Copyright (c) 2021-2023 Tianling Shen <cnsztl@gmail.com> 9 /dts-v1/; 10 #include "rk3328-orangepi-r1-plu [all...] |
H A D | rk3328-nanopi-r2c.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 * Copyright (c) 2021-2023 Tianling Shen <cnsztl@gmail.com> 9 /dts-v1/; 10 #include "rk3328-nanopi-r2s.dts" 14 compatible = "friendlyarm,nanopi-r2c", "rockchip,rk3328"; 18 phy-handle = <&yt8521s>; 23 /delete-node/ ethernet-phy@1; 25 yt8521s: ethernet-phy@3 { 26 compatible = "ethernet-phy-ieee802.3-c22"; 29 motorcomm,clk-out-frequency-hz = <125000000>; [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 29 * Notify Power Mgt is enabled in self-generated frames. 52 * enables the MIB interrupt for the sleep performance in ar5212SetPowerModeAwake() 68 for (i = POWER_UP_TIME / 50; i != 0; i--) { in ar5212SetPowerModeAwake() 91 * Notify Power Mgt is disabled in self-generated frames. 92 * If requested, force chip to sleep. 103 * Notify Power Management is enabled in self-generating [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2006 Atheros Communications, Inc. 29 * Notify Power Mgt is enabled in self-generated frames. 48 for (i = POWER_UP_TIME / 200; i != 0; i--) { in ar5211SetPowerModeAwake() 71 * Notify Power Mgt is disabled in self-generated frames. 72 * If requested, force chip to sleep. 83 * Notify Power Management is enabled in self-generating 85 * auto/normal. Duration in units of 128us (1/8 TU). [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 28 * Notify Power Mgt is enabled in self-generated frames. 45 * Do a Power-On-Reset if OWL is shutdown in ar5416SetPowerModeAwake() 46 * the NetBSD driver power-cycles the Cardbus slot in ar5416SetPowerModeAwake() 53 AH5416(ah)->ah_initPLL(ah, AH_NULL); in ar5416SetPowerModeAwake() 65 for (i = POWER_UP_TIME / 50; i != 0; i--) { in ar5416SetPowerModeAwake() 88 * Notify Power Mgt is disabled in self-generated frames. [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.westmereuc.3 | 44 .Bl -tag -width "Li PMC_CLASS_UCP" 46 Fixed-function counters that count only one hardware event per counter. 58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual" 60 .%N "Order Number: 253669-033US" 67 Not all CPUs in this family implement fixed-function counters. 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 93 Configure the PMC to count the number of de-asserted to asserted 108 .Bl -tag -width indent 698 Counts number of occurrences a request was put to sleep due to IOH ordering [all …]
|
/freebsd/sys/dev/rtwn/rtl8188e/pci/ |
H A D | r88ee_init.c | 1 /*- 99 device_printf(sc->sc_dev, in r88ee_power_on() 119 /* Auto-enable WLAN */ in r88ee_power_on() 148 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88ee_power_on() 181 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r88ee_power_off() 186 /* CCK and OFDM are disabled, and clock are gated. */ in r88ee_power_off() 215 /* Move card to Disabled state. */ in r88ee_power_off() 219 /* LDO Sleep mode. */ in r88ee_power_off() 227 /* Wait until it will be disabled. */ in r88ee_power_off() 235 device_printf(sc->sc_dev, "%s: could not turn off MAC\n", in r88ee_power_off() [all …]
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 1 /*- 129 switch (a->op) { in x86_msr_op_one() 131 v = rdmsr(a->msr); in x86_msr_op_one() 132 v &= ~a->arg1; in x86_msr_op_one() 133 wrmsr(a->msr, v); in x86_msr_op_one() 136 v = rdmsr(a->msr); in x86_msr_op_one() 137 v |= a->arg1; in x86_msr_op_one() 138 wrmsr(a->msr, v); in x86_msr_op_one() 141 wrmsr(a->msr, a->arg1); in x86_msr_op_one() 144 v = rdmsr(a->msr); in x86_msr_op_one() [all …]
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_port_ext.h | 1 /* Copyright (c) 2008-2012 Freescale Semiconductor, Inc. 37 @Description FM-Port Application Programming Interface. 66 The SW driver manages these ports as sub-modules of the FM, i.e. 75 (relative to the port's type) - always starting at 0. 82 This enum defines the superset of PCD engines support - i.e. not 115 e_FM_PORT_EXCEPTION_IM_BUSY /**< Independent-Mode Rx-BUSY */ 130 #define FM_PORT_FRM_ERR_UNSUPPORTED_FORMAT FM_FD_ERR_UNSUPPORTED_FORMAT /**< Not for Rx-Por… 131 #define FM_PORT_FRM_ERR_LENGTH FM_FD_ERR_LENGTH /**< Not for Rx-Por… 133 #define FM_PORT_FRM_ERR_NON_FM FM_FD_RX_STATUS_ERR_NON_FM /**< non Frame-Mana… 137 …T_FRM_ERR_IPR_NCSP (FM_FD_ERR_IPR_NCSP & ~FM_FD_IPR) /**< IPR non-consistent-sp */ [all …]
|
/freebsd/sys/dev/qat/qat_api/include/dc/ |
H A D | cpa_dc.h | 5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved. 58 * 2) Session-less or No-Session (Ns) based API functions. 60 * performing DC operations. They are "one-shot" API function calls 216 * dynamic headers. The headers are pre-calculated and are specified by 324 /**< Application requires Adler-32 checksum */ 326 /**< Application requires both CRC32 and Adler-32 checksums */ 328 /**< Application requires xxHash-32 checksum */ 363 * Stateful sessions are limited to have only one in-flight message per 366 * that are uni-directional in nature and sessions that are combined 437 CPA_DC_INVALID_BLOCK_TYPE = -1, [all …]
|
/freebsd/contrib/wpa/hostapd/ |
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. 116 # Annex E, Table E-4 (Global operating classes) [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_power.c | 30 ahp->ah_mcast_filter_l32_set = 0; in ar9300_wowoffload_prep() 31 ahp->ah_mcast_filter_u32_set = 0; in ar9300_wowoffload_prep() 39 if (ahp->ah_mcast_filter_l32_set != 0) { in ar9300_wowoffload_post() 41 val &= ~ahp->ah_mcast_filter_l32_set; in ar9300_wowoffload_post() 44 if (ahp->ah_mcast_filter_u32_set != 0) { in ar9300_wowoffload_post() 46 val &= ~ahp->ah_mcast_filter_u32_set; in ar9300_wowoffload_post() 50 ahp->ah_mcast_filter_l32_set = 0; in ar9300_wowoffload_post() 51 ahp->ah_mcast_filter_u32_set = 0; in ar9300_wowoffload_post() 72 ahp->ah_mcast_filter_u32_set |= (1 << pos); in ar9300_wowoffload_add_mcast_filter() 74 ahp->ah_mcast_filter_l32_set |= (1 << pos); in ar9300_wowoffload_add_mcast_filter() [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/contrib/ncurses/ |
H A D | ANNOUNCE | 8 characters and function-key mapping, and has all the other SVr4-curses 12 In mid-June 1995, the maintainer of 4.4BSD curses declared that he 24 vendor unix systems, e.g., AIX, HP-UX, IRIX64, SCO, Solaris, 26 * It should work readily on any ANSI/POSIX-conforming unix. 43 https://invisible-island.net/archives/ncurses/ or 44 https://invisible-mirror.net/archives/ncurses/ . 54 This release is designed to be source-compatible with ncurses 5.0 63 The most important bug-fixes/improvements dealt with robustness 64 issues. The release notes also mention some other bug-fixes, but are 73 * The low-level terminfo and termcap interfaces are used both by the [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-n900.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi> 7 /dts-v1/; 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/media/video-interfaces.h> 15 * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall 17 * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" 18 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 19 * crash anymore) omap AES support will be disabled for all Nokia N900 devices. [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/share/man/man5/ |
H A D | rc.conf.5 | 93 to store jail-specific configuration options. 120 .Bl -tag -width indent-two 269 auto-jail the service with inherited filesystem and other 323 disable auto-loading of kernel modules with 327 A whitespace-separated list of kernel modules to be ignored by 341 A whitespace-separated list of kernel modules to be ignored by 345 A whitespace-separated list of kernel modules to load right after 381 A semi-colon 408 Enable auto-jailing of all services which are not explicitly 435 .Dq Li "-S" , [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_munin_ | 5 # and use munin-node-configure (--suggest, --shell). 9 # To install; enable statistics and unbound-control in unbound.conf 10 # server: extended-statistics: yes 11 # statistics-cumulative: no 12 # statistics-interval: 0 13 # remote-control: control-enable: yes 14 # Run the command unbound-control-setup to generate the key files. 17 # unbound_conf - where the unbound.conf file is located. 18 # unbound_control - where to find unbound-control executable. 19 # spoof_warn - what level to warn about spoofing [all …]
|
/freebsd/sbin/ipfw/ |
H A D | ipfw.8 | 8 in-kernel NAT. 19 .Op Ar rule | first-last ... 49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options 55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options 59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value 61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ... 63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ... 65 .Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ... 93 .Ar config-options 99 .Ss IN-KERNEL NAT [all …]
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 61 /* *INDENT-OFF* */ 65 /* *INDENT-ON* */ 97 #define AL_ETH_TSO_MSS_MAX_VAL (AL_ETH_MAX_FRAME_LEN - 200) 194 * will be set according to inner packet when packet is tunneled, for non-tunneled 327 uint8_t l4_header_len; /**< in words(32-bits) */ 342 * Target-ID to be assigned to the packet descriptors 343 * Requires Target-ID in descriptor to be enabled for the specific UDMA 356 /* Packet Rx flags - word 3 in Rx completion descriptor */ [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_proto.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 96 "SLEEP", /* IEEE80211_S_SLEEP */ 108 * IEEE Std 802.11-2012, pp. 442-445 Table 8-36. 143 return ("4-Way handshake timeout"); in ieee80211_reason_to_string() 147 return ("element in 4-Way handshake different from " in ieee80211_reason_to_string() 165 return ("unspecified (QoS-related)"); in ieee80211_reason_to_string() 259 ic_printf(ni->ni_ic, "missing ic_raw_xmit callback, drop frame\n"); in null_raw_xmit() 270 hdrlen = ic->ic_headroom in ieee80211_proto_attach() [all …]
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_pcie_trans.c | 20 /*- 21 * Based on BSD-licensed source modules in the Linux iwlwifi driver, 34 * Copyright(c) 2007 - 2013 Intel Corporation. All rights reserved. 55 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 60 * Copyright(c) 2005 - 2013 Intel Corporation. All rights reserved. 90 /*- 91 * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr> 201 timeout -= 10; in iwm_poll_prph() 236 /* WADDR auto-increments */ in iwm_write_mem() 267 timo -= 10; in iwm_poll_bit() [all …]
|