mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
apply refactor
This commit is contained in:
parent
4752b084c0
commit
f27fc62454
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
#include <villas/fpga/node.hpp>
|
||||
#include <villas/fpga/platform_card.hpp>
|
||||
#include <villas/kernel/devices/device_ip_matcher.hpp>
|
||||
#include <villas/kernel/devices/generic_driver.hpp>
|
||||
#include <villas/kernel/devices/ip_device_reader.hpp>
|
||||
#include <villas/kernel/devices/linux_driver.hpp>
|
||||
#include <villas/kernel/kernel.hpp>
|
||||
#include <villas/memory_manager.hpp>
|
||||
|
||||
|
@ -50,7 +50,7 @@ void PlatformCard::connectVFIOtoIps(
|
|||
matcher.match();
|
||||
|
||||
// Bind device to platform driver
|
||||
GenericDriver driver(
|
||||
LinuxDriver driver(
|
||||
std::filesystem::path("/sys/bus/platform/drivers/vfio-platform"));
|
||||
for (auto pair : device_ip_pair) {
|
||||
auto device = pair.second;
|
||||
|
|
Loading…
Add table
Reference in a new issue