/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | lp855x-backlight.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/lp855x-backlight.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Artur Weber <aweber.kernel@gmail.com> 15 - ti,lp8550 16 - ti,lp8551 17 - ti,lp8552 18 - ti,lp8553 19 - ti,lp8555 [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | intel | 2 #------------------------------------------------------------------------------ 11 # whatever comes next (HP-PA Hummingbird?). OS/2 may also go elsewhere 14 # The `versions' should be un-commented if they work for you. 17 0 leshort 0502 basic-16 executable 19 #>22 leshort >0 - version %d 20 0 leshort 0503 basic-16 executable (TV) 22 #>22 leshort >0 - version %d 29 #>22 leshort >0 - version %d 32 #>22 leshort >0 - version %d 38 # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan [all …]
|
H A D | console | 2 #------------------------------------------------------------------------------ 7 # ines: file(1) magic for Marat's iNES Nintendo Entertainment System ROM dump format 10 # - https://wiki.nesdev.com/w/index.php/INES 11 # - https://wiki.nesdev.com/w/index.php/NES_2.0 14 0 name nes-rom-image-ines 18 >6 byte&0x08 =0x8 [4-Scr] 19 >6 byte&0x09 =0x0 [H-mirror] 20 >6 byte&0x09 =0x1 [V-mirror] 29 >>>13 byte&0x0F =0x2 \b, RP2C04-0001 30 >>>13 byte&0x0F =0x3 \b, RP2C04-0002 [all …]
|
H A D | c64 | 2 #------------------------------------------------------------------------------ 16 # Reference: https://vice-emu.sourceforge.io/vice_17.html#SEC391 18 # http://mark0.net/download/triddefs_xml.7z/defs/c/crt-c64.trid.xml 23 # skip DROID fmt-822-signature-id-1179.crt with missing packet length 25 >>0 use c64-crt 27 0 name c64-crt 29 #!:mime application/octet-stream 30 !:mime application/x-commodore-crt 32 # http://mark0.net/download/triddefs_xml.7z/defs/c/car-ccs64.trid.xml 36 # 32-byte null padded cartridge name like: "BUGS BUNNY" "CART64" "EasyFlash" "FINAL CARTRIDGE" "Mag… [all …]
|
H A D | spectrum | 2 #------------------------------------------------------------------------------ 12 >15 byte 0 - BASIC program 13 >15 byte 1 - number array 14 >15 byte 2 - character array 15 >15 byte 3 - memory block 17 >15 byte 4 - Tasword document 18 >15 string TAPEFILE - ZXT tapefile 20 # Tape file. This assumes the .TAP starts with a Spectrum-format header, 23 # Update: Sanity-check string contents to be printable. 24 # -Adam Buchbinder <adam.buchbinder@gmail.com> [all …]
|
H A D | coff | 2 #------------------------------------------------------------------------------ 12 # https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#coff-file-header-object-and-image 16 0 name display-coff-processor 20 >0 uleshort 0x0160 MIPS R3000 (big-endian) 25 >0 uleshort 0x0184 Alpha 32-bit 37 >0 uleshort 0x01f0 PowerPC 32-bit (little-endian) 38 >0 uleshort 0x01f1 PowerPC 32-bit with FPU (little-endian) 39 >0 uleshort 0x01f2 PowerPC 64-bit (big-endian) 43 >0 uleshort 0x0284 Alpha 64-bit 44 >0 uleshort 0x0290 PA-RISC [all …]
|
H A D | filesystems | 1 #------------------------------------------------------------------------------ 7 >0 ubyte 0x01 12-bit FAT 10 >0 ubyte 0x04 16-bit FAT, less than 32M 12 >0 ubyte 0x06 16-bit FAT, more than 32M 17 >0 ubyte 0x0b 32-bit FAT 18 >0 ubyte 0x0c 32-bit FAT, LBA-mapped 19 >0 ubyte 0x0d 7XXX, LBA-mapped 20 >0 ubyte 0x0e 16-bit FAT, LBA-mapped 21 >0 ubyte 0x0f extended partition, LBA-mapped 23 >0 ubyte 0x11 OS/2 DOS 12-bit FAT [all …]
|
/freebsd/stand/efi/include/ |
H A D | efi_nii.h | 5 Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved 15 efi_nii.h 20 2000-Feb-18 M(f)J GUID updated. 24 2000-Feb-14 M(f)J Genesis. 25 --*/ 51 // Address of the UNrelocated driver/ROM image. This is set 52 // to zero if there is no driver/ROM image. 54 // For 16-bit UNDI, this is the first byte of the option ROM in 57 // For 32/64-bit S/W UNDI, this is the first byte of the EFI ROM 60 // For H/W UNDI, this is set to zero. [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve.8 | 99 I/O connectivity can be specified with command-line parameters. 102 is typically used with a boot ROM that can load the guest operating system. 104 If not using a boot ROM, the guest operating system must be loaded with 110 .Pa edk2-bhyve 113 .Pa u-boot-bhyve-arm64 114 package provides a U-Boot image that can be used to boot the guest. 120 .Bl -tag -width 10n 161 Destroy the VM on guest initiated power-off. 196 .It Fl H 200 .It Fl h [all …]
|
H A D | pci_emul.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 29 #include <sys/param.h> 30 #include <sys/linker_set.h> 31 #include <sys/mman.h> 33 #include <ctype.h> 34 #include <err.h> 35 #include <errno.h> 36 #include <pthread.h> 37 #include <stdio.h> [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-8040-clearfog-gt-8k.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 9 #include "armada-8040.dtsi" 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/gpio/gpio.h> 16 compatible = "solidrun,clearfog-gt- [all...] |
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_eromreg.h | 1 /*- 2 * SPDX-License-Identifier: ISC 7 * Portions of this file were derived from the aidmp.h header 28 /* Enumeration ROM device registers */ 35 #define BCMA_EROM_TABLE_SIZE BCMA_EROM_REMAPCONTROL - BCMA_EROM_TABLE_START 62 * Enumeration ROM Constants 77 #define BCMA_EROM_COREA_DESIGNER_MASK 0xFFF00000 /* core designer (JEP-106 mfg id) */ 79 #define BCMA_EROM_COREA_ID_MASK 0x000FFF00 /* broadcom-assigned core id */ 90 #define BCMA_EROM_COREB_NUM_WMP_SHIFT 14 93 #define BCMA_EROM_COREB_REV_MASK 0xFF000000 /* broadcom-assigned core revision */ [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | spad_layout.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 30 * Name: spad_layout.h 41 …* +------------------+ +-------------------------+ +---------------… 43 …* +------------------+ +-------------------------+ +---------------… 44 …* | Offsize(Trace) |4B -+ +-- | Offset(NVM_CFG1) | | Offsize(drv_mb… 45 …* +-| Offsize(NVM_CFG) |4B | | | (Size is fixed) | | Offsize(mfw_mb… 46 …*+-|-| Offsize(Public) |4B | +-> +-------------------------+ | Offsize(global… 48 …*| | +------------------+ <--+ | nvm_cfg1_glob | | Offsize(port) … 49 …*| | | | +-------------------------+ | Offsize(func) … 50 … | Trace | | nvm_cfg1_path 0 | +-------------------+ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | mediatek,mt76.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 4 --- [all...] |
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.1 | 1 .\" Copyright (c) 2008-2009,2011 Joseph Koshy. All rights reserved. 24 .\" $Id: elfcopy.1 3642 2018-10-14 14:24:28Z jkoshy $ 35 .Op Fl I Ar objformat | Fl s Ar objformat | Fl -input-target= Ns Ar objformat 36 .Op Fl K Ar symbolname | Fl -keep-symbol= Ns Ar symbolname 37 .Op Fl L Ar symbolname | Fl -localize-symbol= Ns Ar symbolname 38 .Op Fl N Ar symbolname | Fl -strip-symbol= Ns Ar symbolname 39 .Op Fl O Ar objformat | Fl -output-target= Ns Ar objformat 40 .Op Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname 41 .Op Fl S | Fl -strip-all 42 .Op Fl V | Fl -version [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r7s72100-gr-peach.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the GR-Peach board 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/pinctrl/r7s72100-pinctrl.h> [all...] |
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | jz4725b.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4725b-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cell 367 rom: memory@1fc00000 { global() label [all...] |
H A D | jz4770.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4770-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cell 462 rom: memory@1fc00000 { global() label [all...] |
/freebsd/sys/dev/ow/ |
H A D | ow.c | 1 /*- 26 #include <sys/param.h> 27 #include <sys/systm.h> 28 #include <sys/kernel.h> 30 #include <sys/bus.h> 31 #include <sys/errno.h> 32 #include <sys/libkern.h> 33 #include <sys/lock.h> 34 #include <sys/malloc.h> 35 #include <sys/module.h> [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_nvm.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 32 #include "ice_common.h" 67 cmd->cmd_flags |= ICE_AQC_NVM_FLASH_ONLY; in ice_aq_read_nvm() 71 cmd->cmd_flags |= ICE_AQC_NVM_LAST_CMD; in ice_aq_read_nvm() 72 cmd->module_typeid = CPU_TO_LE16(module_typeid); in ice_aq_read_nvm() 73 cmd->offset_low = CPU_TO_LE16(offset & 0xFFFF); in ice_aq_read_nvm() 74 cmd->offset_hig in ice_aq_read_nvm() [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/realtek/ |
H A D | rtd16xx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 interrupt-parent = <&gic>; 14 #address-cells = <1>; 15 #size-cells = <1>; 17 reserved-memory { 18 #address-cells = <1>; 19 #size-cells = <1>; 32 no-map; [all …]
|
/freebsd/sys/sys/disk/ |
H A D | bsd.h | 1 /*- 33 #include <sys/types.h> 41 /* Size of bootblock area in sector-size neutral bytes */ 50 /* Drive-type specific data size (in number of 32-bit inegrals) */ 53 /* Number of spare 32-bit integrals following drive-type data */ 99 * sector 0 on track N-1 on the same cylinder. Finally, d_cylskew 101 * on cylinder N-1. 108 uint32_t d_trkseek; /* track-to-track seek, usec */ 110 uint32_t d_drivedata[BSD_NDRIVEDATA]; /* drive-type specific data */ 139 #define DTYPE_HPIB 7 /* CS/80 on HP-IB */ [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/ |
H A D | fdisk.h | 9 * or https://opensource.org/licenses/CDDL-1.0. 38 * fdisk.h 40 * AT386 systems. The format of this sector is constrained by the ROM 41 * BIOS and MS-DOS conventions. 60 * Vista DISKID. Otherwise Vista won't boot from Solaris GRUB in a dual-boot 78 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */ 82 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */ 96 #define DOSOS12 1 /* DOS partition, 12-bit FAT */ 98 #define DOSOS16 4 /* DOS partition, 16-bit FAT */ 99 #define EXTDOS 5 /* EXT-DOS partition */ [all …]
|
/freebsd/share/misc/ |
H A D | iso3166 | 13 # rearranged to put the two-letter country code first. The country 114 GW GNB 624 Guinea-Bissau 242 TL TLS 626 Timor-Leste 276 # Newsletter III-1, 1989-12-5: 279 # Newsletter III-2, 1990-07-16 282 # Newsletter III-3, 1990-08-14 285 # Newsletter III-4, 1990-08-14 288 # Newsletter III-5, 1990-08-14 291 # Newsletter III-6, 1990-08-14 294 # Newsletter III-7, 1990-08-14 [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rsureg.h | 1 /*- 16 * $OpenBSD: if_rsureg.h,v 1.3 2013/04/15 09:23:01 mglocker Exp $ 245 * ROM field with RF config. 361 #define R92S_CMD_JOIN_BSS 14 437 #define R92S_EVT_TX_REPORT 14 838 #define RSU_LOCK(sc) mtx_lock(&(sc)->sc_mtx) 839 #define RSU_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) 840 #define RSU_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) 843 mtx_init(&(_sc)->free_keys_bmap_mtx, "bmap lock", NULL, MTX_DEF) 844 #define RSU_DELKEY_BMAP_LOCK(_sc) mtx_lock(&(_sc)->free_keys_bmap_mtx) [all …]
|