Home
last modified time | relevance | path

Searched +full:ipmi +full:- +full:bt (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/ipmi/
H A Daspeed,ast2400-ibt-bmc.txt1 * Aspeed BT (Block Transfer) IPMI interface
4 (BaseBoard Management Controllers) and the BT interface can be used to
5 perform in-band IPMI communication with their host.
9 - compatible : should be one of
10 "aspeed,ast2400-ibt-bmc"
11 "aspeed,ast2500-ibt-bmc"
12 "aspeed,ast2600-ibt-bmc"
13 - reg: physical address and size of the registers
14 - clocks: clock for the device
18 - interrupts: interrupt generated by the BT interface. without an
[all …]
H A Dipmi-smic.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ipmi/ipm
[all...]
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon-low-pin-count.txt9 - compatible: value should be as follows:
10 (a) "hisilicon,hip06-lpc"
11 (b) "hisilicon,hip07-lpc"
12 - #address-cells: must be 2 which stick to the ISA/EISA binding doc.
13 - #size-cells: must be 1 which stick to the ISA/EISA binding doc.
14 - reg: base memory range where the LPC register set is mapped.
23 compatible = "hisilicon,hip06-lpc";
24 #address-cells = <2>;
25 #size-cells = <1>;
28 ipmi0: bt@e4 {
[all …]
H A Dlow-pin-count.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/hisilicon/low-pin-count.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Wei Xu <xuwei5@hisilicon.com>
21 pattern: '^isa@[0-9a-f]+$'
28 - hisilicon,hip06-lpc
29 - hisilicon,hip07-lpc
34 '#address-cells':
37 '#size-cells':
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_isa.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
46 #include <ipmi.h>
49 #include <sys/ipmi.h>
50 #include <dev/ipmi/ipmivars.h>
60 device_find_child(parent, "ipmi", DEVICE_UNIT_ANY) == NULL) { in ipmi_isa_identify()
62 * XXX: Hack alert. On some broken systems, the IPMI in ipmi_isa_identify()
65 * the PCI device attach ipmi instead. In that case don't in ipmi_isa_identify()
66 * create an isa ipmi device. For now we hardcode the list in ipmi_isa_identify()
73 BUS_ADD_CHILD(parent, 0, "ipmi", DEVICE_UNIT_ANY); in ipmi_isa_identify()
[all …]
H A Dipmi_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
46 #include <dev/ipmi/ipmivars.h>
67 for (m = ipmi_identifiers; m->vendor != 0; m++) in ipmi_pci_match()
68 if (m->vendor == vendor && m->device == device) in ipmi_pci_match()
69 return (m->desc); in ipmi_pci_match()
98 /* Look for an IPMI entry in the SMBIOS table. */ in ipmi_pci_attach()
102 sc->ipmi_dev = dev; in ipmi_pci_attach()
112 mode = "BT"; in ipmi_pci_attach()
115 device_printf(dev, "No IPMI interface found\n"); in ipmi_pci_attach()
[all …]
H A Dipmi_acpi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
44 ACPI_MODULE_NAME("IPMI")
47 #include <ipmi.h>
50 #include <sys/ipmi.h>
51 #include <dev/ipmi/ipmivars.h>
66 if (acpi_disabled("ipmi")) in ipmi_acpi_probe()
70 device_set_desc(dev, "IPMI System Interface"); in ipmi_acpi_probe()
103 mode = "BT"; in ipmi_acpi_attach()
121 sc->ipmi_io_rid = 0; in ipmi_acpi_attach()
[all …]
H A Dipmi_bt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
41 #include <sys/ipmi.h>
42 #include <dev/ipmi/ipmivars.h>
45 * BT interface
49 device_printf((sc)->ipmi_dev, "BT: %s: " fmt "\n", \
105 while (count--) { in bt_wait()
119 return (-1); in bt_wait()
158 * -------+-----------+--------+--------+--------- in bt_polled_request()
167 (int)req->ir_requestlen, req->ir_addr, sc->ipmi_bt_seq, req->ir_command); in bt_polled_request()
[all …]
/freebsd/share/man/man4/
H A Dipmi.430 .Nm ipmi
31 .Nd "OpenIPMI compatible IPMI interface driver"
33 .Cd "device ipmi"
37 .Cd hint.ipmi.0.at="isa"
38 .Cd hint.ipmi.0.port="0xCA2"
39 .Cd hint.ipmi.0.spacing="8"
40 .Cd hint.ipmi.0.mode="KCS"
44 .Cd hint.ipmi.0.at="isa"
45 .Cd hint.ipmi.0.maddr="0xf0000000"
46 .Cd hint.ipmi.0.spacing="8"
[all …]
H A Dddb.422 .\" Pittsburgh PA 15213-3890
35 .Bd -ragged -offset indent
42 .Bd -ragged -offset indent
48 .Bd -ragged -offset indent
54 .Bd -ragged -offset indent
63 .Bd -ragged -offset indent
83 MIB variable is set non-zero,
97 is already set non-zero.
146 of -1 is equivalent to a missing
161 .Dq Li --More--
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip06.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "hisilicon,hip06-d03";
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 compatible = "arm,psci-0.2";
22 #address-cells = <1>;
23 #size-cells = <0>;
25 cpu-map {
[all …]
H A Dhip07.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "hisilicon,hip07-d05";
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 compatible = "arm,psci-0.2";
22 #address-cells = <1>;
23 #size-cells = <0>;
25 cpu-map {
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2025-10-18 03:15:01
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
51 7a19 PCI-to-PCI Bridge
57 7a29 PCI-to-PCI Bridge
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
308 * Each tunable is set to a default value here if it's known at compile-time.
309 * Otherwise it is set to -n as an indication to tweak_tunables() that it should
326 int t4_ntxq = -NTXQ;
332 int t4_nrxq = -NRXQ;
338 static int t4_ntxq_vi = -NTXQ_VI;
343 static int t4_nrxq_vi = -NRXQ_VI;
349 0, "Reserve TX queue 0 of each VI for non-flowid packets");
353 static int t4_nofldtxq = -NOFLDTXQ;
[all …]
/freebsd/contrib/libpcap/
H A Dpcap.c39 #include <pcap-types.h>
67 #include "diag-control.h"
69 #include "thread-local.h"
72 #include "os-proto.h"
76 #include "pcap-dos.h"
79 #include "pcap-int.h"
84 #include "pcap-dag.h"
88 #include "pcap-septel.h"
92 #include "pcap-snf.h"
96 #include "pcap-tc.h"
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Added option to skip the global lock for SMM - Huacai Chen
8 Fixed non-NUL terminated string implementations - Ahmed Salem
10 Fixed CCEL and CDAT templates - Ahmed Salem
12 …ethod parameters (definition) vs arguments (invocation) in different places - Peter Williams, Hans…
14 Define distinct D3 states (D3Hot and D3Cold) that help clarify the device behavior support - Aymeri…
19 ----------------------------------------
26 Add complete support for 3 new ACPI tables - MRRM,ERDT and RIMT (Tony Luck & V L Sunil)
32 A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-st…
35 ----------------------------------------
[all …]