Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipmi: Allow a size value to be passed for I/O space | Corey Minyard | 2019-09-20 | 1 | -0/+1 |
| | | | | | | | | 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> | ||||
* | ipmi: Split out BT-specific code from ISA BT code | Corey Minyard | 2019-09-20 | 1 | -0/+72 |
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> |