Searched hist:278321 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi.cdiff 278321 Fri Feb 06 14:52:11 MST 2015 jhb Use direct hardware access for internal requests for KCS and SMIC. In
particular, updates to the watchdog should no longer sleep.
- Add a new IPMI_IO_LOCK for low-level I/O access. Use this for
kcs_polled_request() and smic_polled_request().
- Add a new backend callback "ipmi_driver_request" to handle a driver
request. The new callback performs the request sychronously for KCS
and SMIC. SSIF still defers the work to the worker thread since the
worker thread sleeps during request processing anyway.
- Allocate driver requests on the stack rather than using malloc().

Differential Revision: https://reviews.freebsd.org/D1723
Tested by: scottl
MFC after: 2 weeks

Completed in 63 milliseconds