pgj / freebsd-wifibox

wifibox: Use Linux to drive your wireless card on FreeBSD
BSD 2-Clause "Simplified" License
159 stars 12 forks source link

feat: add support for configuring multiple PCI pass-through devices #78

Closed pgj closed 9 months ago

pgj commented 9 months ago

Sometimes it might be necessary to work with multiple pass-through devices. For example, when the guest wants to talk to the Bluetooth controller of the wireless device and this requires the communication with the USB xHCI controller as well.

Allow the passthru configuration option in bhyve.conf to hold multiple PCI device slot/bus/function values. This extension is backward compatible.