Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-20 | ipmi: Allow a size value to be passed for I/O space | Corey Minyard | |
PCI device I/O must be >= 8 bytes in length or they don't work. Allow the size to be passed in, the default size of 2 or 3 won't work. Signed-off-by: Corey Minyard <cminyard@mvista.com> | |||
2019-09-20 | ipmi: Split out BT-specific code from ISA BT code | Corey Minyard | |
Get ready for PCI and other BT interfaces. No functional changes, just split the code into generic BT code and ISA-specific BT code. Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |