| /freebsd-src/sys/contrib/device-tree/Bindings/net/ |
| H A D | ti,dp83869.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - $ref: ethernet-phy.yaml# 14 - Andrew Davis <afd@ti.com> 17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver 18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and 19 1000BASE-T Ethernet protocols. The DP83869 also supports 1000BASE-X and 20 100BASE-FX Fiber protocols. 21 This device interfaces to the MAC layer through Reduced GMII (RGMII) and [all …]
|
| H A D | ti,dp83822.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Andre [all...] |
| /freebsd-src/sys/dev/mii/ |
| H A D | bmtphyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * This code is derived from software contributed to The NetBSD Foundation 21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 48 #define AUX_CTL_FEF_EN 0x0020 /* far-end fault enable */ 51 #define AUX_STS_FX_MODE 0x0400 /* 100base-FX mode (strap pin) */ 53 #define AUX_STS_100BASE_LINK 0x0100 /* 1 = 100base link */ 59 #define AUX_STS_TXERROR 0x0004 /* Tx error detected */ 63 #define MII_BMTPHY_RXERROR_CTR 0x12 /* 100base-X Rx error counter */ [all …]
|
| H A D | lxtphyreg.h | 4 /*- 5 * SPDX-License-Identifier: BSD-2-Clause 10 * This code is derived from software contributed to The NetBSD Foundation 25 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 44 /* All bits user-defined */ 57 #define CONFIG_TXMIT_TEST 0x4000 /* 100base-T Transmit Test */ 60 #define CONFIG_TPLOOP 0x0800 /* Disable 10base-T Loopback */ 70 #define CONFIG_ADVTXCLK 0x0020 /* Advance TX clock */ 71 #define CONFIG_5BSYMBOL 0x0010 /* 5-bit Symbol mode */ [all …]
|
| /freebsd-src/share/misc/ |
| H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 11 # anything to contribute, please follow the instructions at the web site. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-813 [all...] |
| 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 8 # body of your email (a bot will attempt to deal with it). 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <- [all...] |
| /freebsd-src/contrib/libdiff/test/ |
| H A D | test010.right.txt | 15 * This code is derived from software contributed to The NetBSD Foundation 30 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 158 "1/10/100 Ethernet", 178 "LCS-8138TX", 246 "USB320-EC Ethernet", 254 "T-Sinus 111 WLAN", 258 "SMCWUSB-G", 262 "SMCWUSBT-G2", 266 "SMCWUSBT-G2", [all …]
|
| H A D | test010.left.txt | 15 * This code is derived from software contributed to The NetBSD Foundation 30 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 158 "1/10/100 Ethernet", 178 "LCS-8138TX", 246 "USB320-EC Ethernet", 254 "T-Sinus 111 WLAN", 258 "SMCWUSB-G", 262 "SMCWUSBT-G2", 266 "SMCWUSBT-G2", [all …]
|
| H A D | test110.left-P.txt | 15 * This code is derived from software contributed to The NetBSD Foundation 30 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 158 "1/10/100 Ethernet", 178 "LCS-8138TX", 246 "USB320-EC Ethernet", 254 "T-Sinus 111 WLAN", 258 "SMCWUSB-G", 262 "SMCWUSBT-G2", 266 "SMCWUSBT-G2", [all …]
|
| H A D | test110.right-P.txt | 15 * This code is derived from software contributed to The NetBSD Foundation 30 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 158 "1/10/100 Ethernet", 178 "LCS-8138TX", 246 "USB320-EC Ethernet", 254 "T-Sinus 111 WLAN", 258 "SMCWUSB-G", 262 "SMCWUSBT-G2", 266 "SMCWUSBT-G2", [all …]
|
| /freebsd-src/sys/dev/bxe/ |
| H A D | bxe_elink.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. 17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 501 /* These pins configure the BCM84823 interface to MAC after reset. */ 504 /* These pins configure the BCM84823 interface to Line after reset. */ 508 /* When this pin is active high during reset, 10GBASE-T core is power 509 * down, When it is active low the 10GBASE-T is power up 774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1) [all …]
|
| /freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 4 * Permission to use, copy, modify, and/or distribute this software for any 9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 72 * To disable searching a type, set its parameter to 0. 83 * Set the type of memory used to store calibration data. 84 * Used by nart to force reading/writing of a specific type. 86 * by setting source to calibration_data_none=0. 91 AH9300(ah)->calibration_data_source = source; in ar9300_calibration_data_set() 100 return AH9300(ah)->calibration_data_source; in ar9300_calibration_data_get() 107 * Set the address of first byte used to store calibration data. 108 * Used by nart to force reading/writing at a specific address. [all …]
|
| /freebsd-src/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 51 %%% 4000 entries) for BibTeX and TeX to handle, 62 %%% entries from 1958 to 2000. 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. [all …]
|
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3.c | 5 ** unit. This allows many compilers to do optimizations that would not be 10 ** This file is all you need to compile SQLite. To use SQLite in other 12 ** the programming interface to the SQLite library. (If you do not have 14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start 16 ** if you want a wrapper to interface SQLite with your choice of programming 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 32 ** The author disclaims copyright to this source code. In place of 48 ** Some comments have special meaning to th 25230 DateTime tx; parseModifier() local 31190 etByte base; /* The base for radix conversion */ global() member 31584 u8 base = infop->base; sqlite3_str_vappendf() local 35385 volatile double tx, ty, p, q, c, cc; dekkerMul2() local [all...] |