CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/11 06:12:50
Modified files:
sys/dev : ipmi.c ipmivar.h
Log message:
Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI command
sequence is always a pair of send and receive; call both from ipmi_cmd().
By making ipmi_cmd() take only one argument struct ipmi_cmd *, this also
helps to prepare to call ipmi_cmd() as a task.
No functional changes intended.
