- 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().
Details
Details
Have not yet run this anywhere. We should probably not enable the
watchdog when using SSIF.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage