/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | pata-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/pata-commo [all...] |
H A D | faraday,ftide010.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 This controller is the first Faraday IDE interface block, used in the 15 platform. The controller can do PIO modes 0 through 4, Multi-word DMA 22 The timing properties are unique per-SoC, not per-board. 27 - const: faraday,ftide010 28 - items: 29 - const: cortina,gemini-pata [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/clock/cortina,gemini-clock.h> 8 #include <dt-bindings/reset/cortina,gemini-reset.h> 9 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 16 compatible = "simple-bus"; 17 interrupt-parent = <&intcon>; 20 compatible = "cortina,gemini-flash", "cfi-flash"; [all …]
|
H A D | gemini-dlink-dir-685.dts | 2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router 5 /dts-v1/; 8 #include <dt-bindings/input/input.h> 11 model = "D-Link DIR-685 Xtreme N Storage Router"; 12 compatible = "dlink,dir-685", "cortina,gemini"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D43 */ 24 stdout-path = "uart0:19200n8"; 28 compatible = "gpio-keys"; [all …]
|
H A D | gemini-sl93512r.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor. 9 /dts-v1/; 12 #include <dt-bindings/input/input.h> 15 model = "Storlink Semiconductor Gemini324 EV-Board / Storm Semiconductor SL93512R_BRD"; 17 #address-cells = <1>; 18 #size-cells = <1>; 28 stdout-path = &uart0; 32 compatible = "gpio-keys"; 34 button-wps { [all …]
|
H A D | gemini-nas4220b.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for the Gemini-based Raidsonic NAS IB-4220-B 6 /dts-v1/; 9 #include <dt-bindings/input/input.h> 12 model = "Raidsonic NAS IB-4220-B"; 13 compatible = "raidsonic,ib-4220-b", "cortina,gemini"; 14 #address-cells = <1>; 15 #size-cells = <1>; 24 stdout-path = &uart0; 28 compatible = "gpio-keys"; [all …]
|
H A D | gemini-sq201.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 9 #include <dt-bindings/input/input.h> 14 #address-cells = <1>; 15 #size-cells = <1>; 24 stdout-path = &uart0; 28 compatible = "gpio-keys"; 30 button-setup { 31 debounce-interval = <100>; 32 wakeup-source; [all …]
|
/freebsd/sys/dev/hptmv/ |
H A D | atapi.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2005 HighPoint Technologies, Inc. 35 * IDE IO Register File 39 * IDE IO Port definition 42 USHORT Data; /* RW: Data port feature register */ 44 UCHAR BlockNumber; /* RW: Sector number & LBA 0-7 */ 45 UCHAR CylinderLow; /* RW: Cylinder low & LBA 8-15 */ 46 UCHAR CylinderHigh; /* RW: Cylinder hign & LBA 16-23 */ 47 UCHAR DriveSelect; /* RW: Drive/head & LBA 24-27 */ [all …]
|
H A D | hptintf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2005 HighPoint Technologies, Inc. 54 * Logical device --- a device that can be accessed by OS. 55 * Physical device --- device attached to the controller. 78 * GUI will treat all array as 1-level RAID. No RAID0/1 or RAID1/0. 124 #define ARRAY_FLAG_NEED_AUTOREBUILD 0x00000080 /* auto-rebuild should start */ 136 #define DEVICE_FLAG_SATA 0x00000010 /* S-ATA device */ 174 #define HPT_CTL_CODE_WIN32_TO_I960(x) ((((x) & 0xffff)>>2)-0x900) 272 UCHAR SupportCrossControllerRAID; /* 1-support, 0-not support */ [all …]
|
/freebsd/release/scripts/ |
H A D | box.ovf | 2 …-US" xmlns="http://schemas.dmtf.org/ovf/envelope/1" xmlns:ovf="http://schemas.dmtf.org/ovf/envelop… 8 …rfaces/specifications/vmdk.html#streamOptimized" vbox:uuid="e349f8b6-c400-4e7a-9825-598becab2f94"/> 29 <vssd:VirtualSystemType>virtualbox-2.2</vssd:VirtualSystemType> 51 <rasd:Description>IDE Controller</rasd:Description> 60 <rasd:Description>IDE Controller</rasd:Description> 86 …"1.12-macosx" uuid="{8b837be7-fa96-48fc-b119-e90cfa144456}" name="freebsd" OSType="FreeBSD_64" sna… 128 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/> 129 <Alias logging="false" proxy-only="false" use-same-ports="false"/> 135 <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/> 136 <Alias logging="false" proxy-only="false" use-same-ports="false"/> [all …]
|
/freebsd/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/. 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-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [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 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 <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 68 0301 MIDI Port [all …]
|
/freebsd/stand/man/ |
H A D | loader_simp.8 | 46 automate tasks, do pre-configuration or assist in recovery 53 The main drive behind these commands is user-friendliness. 102 .Dq Li -1 , 122 .Bl -tag -width Ds -compact 185 type to make the kernel create a file-backed 245 Scans for Plug-and-Play devices. 310 .Bl -tag -width bootfile 321 Instructs the kernel to try to mount the root file system from CD-ROM. 326 Instructs the kernel to mount the statically compiled-in root file system. 328 Selects gdb-remote mode for the kernel debugger by default. [all …]
|
H A D | loader_4th.8 | 46 automate tasks, do pre-configuration or assist in recovery 53 The main drive behind these commands is user-friendliness. 121 .Dq Li -1 , 158 .Bl -enum 161 .Bl -bullet 189 Every string between non-escaped quotes or double-quotes will be treated 199 Space-delimited arguments are passed to the called builtin command. 206 All builtin words are state-smart, immediate words. 225 While this behavior has benefits, it has its trade-offs. 285 .Bl -tag -width wid-set-super [all …]
|
/freebsd/sys/dev/ata/ |
H A D | ata-isa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org> 44 #include <dev/ata/ata-all.h> 49 {0x0006d041, "Generic ESDI/IDE/ATA controller"}, /* PNP0600 */ 54 {0x8006d041, "Standard bus mastering IDE hard disk controller"}, 69 /* allocate the io port range */ in ata_isa_probe() 105 if (ch->attached) in ata_isa_attach() 107 ch->attached = 1; in ata_isa_attach() 109 /* allocate the io port range */ in ata_isa_attach() [all …]
|
/freebsd/share/man/man4/ |
H A D | ata.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 73 The next three lines are generic bus-specific drivers. 74 The rest are vendor-specific PCI drivers. 78 .Bl -ohang 93 .Bl -tag -width 4n -offset indent -compact 112 subsystem access to the ATA (IDE) and SATA ports 114 Depending on the controller, each PATA (IDE) 115 port or each one or two SATA ports are 117 Most of the bus-management details are handled by the ATA/SATA-specific [all …]
|
H A D | ahci.4 | 1 .\" Copyright (c) 2009-2013 Alexander Motin <mav@FreeBSD.org> 35 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 50 .Bl -ohang 54 .Bl -tag -width 4n -offset indent -compact 64 Non-zero value enables CCC and defines maximum time (in ms), request can wait 84 .Bl -tag -width 4n -offset indent -compact 90 host initiates PARTIAL PM state transition every time port becomes idle; 92 host initiates SLUMBER PM state transition every time port becomes idle. 94 driver initiates PARTIAL PM state transition 1ms after port becomes idle; [all …]
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hptintf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 70 * Logical device --- a device that can be accessed by OS. 71 * Physical device --- device attached to the controller. 94 * GUI will treat all array as 1-level RAID. No RAID0/1 or RAID1/0. 155 #define ARRAY_FLAG_NEED_AUTOREBUILD 0x00000080 /* auto-rebuild should start */ 174 #define DEVICE_FLAG_ON_PM_PORT 0x00000020 /* PM port */ 222 #define HPT_CTL_CODE_LINUX_TO_IOP(x) ((x)-0xff00) 230 #define HPT_CTL_CODE_WIN32_TO_IOP(x) ((((x) & 0xffff)>>2)-0x900) 384 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */ [all …]
|
/freebsd/sys/dev/hptnr/ |
H A D | hptintf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 69 * Logical device --- a device that can be accessed by OS. 70 * Physical device --- device attached to the controller. 93 * GUI will treat all array as 1-level RAID. No RAID0/1 or RAID1/0. 153 #define ARRAY_FLAG_NEED_AUTOREBUILD 0x00000080 /* auto-rebuild should start */ 172 #define DEVICE_FLAG_ON_PM_PORT 0x00000020 /* PM port */ 218 #define HPT_CTL_CODE_LINUX_TO_IOP(x) ((x)-0xff00) 226 #define HPT_CTL_CODE_WIN32_TO_IOP(x) ((((x) & 0xffff)>>2)-0x900) 380 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */ [all …]
|
/freebsd/sys/dev/hptrr/ |
H A D | hptintf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 69 * Logical device --- a device that can be accessed by OS. 70 * Physical device --- device attached to the controller. 93 * GUI will treat all array as 1-level RAID. No RAID0/1 or RAID1/0. 153 #define ARRAY_FLAG_NEED_AUTOREBUILD 0x00000080 /* auto-rebuild should start */ 169 #define DEVICE_FLAG_ON_PM_PORT 0x00000020 /* PM port */ 208 #define HPT_CTL_CODE_LINUX_TO_IOP(x) ((x)-0xff00) 216 #define HPT_CTL_CODE_WIN32_TO_IOP(x) ((((x) & 0xffff)>>2)-0x900) 344 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-Windows.txt | 4 Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> and contributors 12 Supplicant on Windows. The current port requires that WinPcap 16 The current port is still somewhat experimental. It has been tested 23 - plaintext 24 - static WEP / open system authentication 25 - static WEP / shared key authentication 26 - IEEE 802.1X with dynamic WEP keys 27 - WPA-PSK, TKIP, CCMP, TKIP+CCMP 28 - WPA-EAP, TKIP, CCMP, TKIP+CCMP 29 - WPA2-PSK, TKIP, CCMP, TKIP+CCMP [all …]
|
/freebsd/sys/dev/fdc/ |
H A D | fdc_isa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2005 M. Warner Losh <imp@FreeBSD.org> 54 * On standard ISA, we don't just use an 8 port range 55 * (e.g. 0x3f0-0x3f7) since that covers an IDE control register at 56 * 0x3f6. So, on older hardware, we use 0x3f0-0x3f5 and 0x3f7. 57 * However, some BIOSs omit the control port, while others start at 61 * 1: 0x3f0-0x3f5 # very rare 62 * 2: 0x3f0 # hints -> 0x3f0-0x3f5,0x3f7 63 * 3: 0x3f0-0x3f5,0x3f7 # Most common [all …]
|
/freebsd/usr.bin/systat/ |
H A D | systat.1 | 37 .Op Ar display-commands 38 .Op Ar refresh-interval 73 input line is passed to a per-display command interpreter. 75 allows each display to have certain display-specific commands. 78 .Bl -tag -width "refresh_interval" 104 .It Ar refresh-interval 106 .Ar refresh-value 109 .It Ar display-commands 116 .Fl - 125 .Dl Nm Fl iostat Fl numbers Fl - Ar 2.1 [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 3 /*- 4 * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. 36 * USB.org publishes a VID list of USB-IF member companies at 89 vendor FUJITSUICL 0x0406 Fujitsu-ICL 165 vendor IODATA 0x04bb I-O Data 175 vendor LITEON 0x04ca Lite-On Technology 249 vendor ETEK 0x056c e-TEK Labs 255 vendor YEDATA 0x057b Y-E Data 270 vendor ATREND 0x059c A-Trend Technology 276 vendor CISCOLINKSYS3 0x05a6 Cisco-Linksys [all …]
|
/freebsd/sbin/reboot/ |
H A D | boot_i386.8 | 43 Normally, the system will reboot itself at power-up or after crashes. 45 and unless this fails, the system will resume multi-user operations. 52 you to change this default sequence, and may also include a CD-ROM 60 A three-stage bootstrap is employed. 62 third-stage bootstrap program, 75 .Bd -literal 91 .Bl -tag -width indent 108 .Bl -tag -width indent 120 .Bl -tag -width "adXX" -compact 122 ST506, IDE, ESDI, RLL disks on a WD100[2367] or lookalike [all …]
|