CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/13 12:31:23
Modified files:
sys/dev : ipmi.c ipmivar.h
sys/dev/acpi : ipmi_acpi.c
Log message:
Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support:
- Put function prototypes in more logical places.
- Inroduce a ipmi_attach_common() function.
- Move all the SMBIOS related code to the end of the file and only
compile it in on amd64 & i386.
ok jmatthew@ and deraadt@
