Home
last modified time | relevance | path

Searched defs:ipmi_softc (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/arch/x86/include/
H A Dipmivar.h73 struct ipmi_softc { struct
74 device_t sc_dev;
76 struct ipmi_if *sc_if; /* Interface layer */
77 int sc_if_iospacing; /* Spacing of I/O ports */
78 int sc_if_rev; /* IPMI Revision */
79 struct ipmi_attach_args sc_ia;
81 void *sc_ih; /* Interrupt/IO handles */
82 bus_space_tag_t sc_iot;
83 bus_space_handle_t sc_ioh;
85 int sc_btseq;
[all …]