HI all,
been trying to get pci passthrough to work on bhyve..
/boot/loader.conf
been trying to get pci passthrough to work on bhyve..
vm passthru
shows the devices as not been ready .. (the first one is a startech 2 port parallel card and the second is a 1934b firewire card)
Code:
ppc1 4/0/0 No PCI 9865 Multi-I/O Controller
ppc2 4/0/2 No PCI 9865 Multi-I/O Controller
none134 130/0/0 No FW643 [TrueFire] PCIe 1394b Controller
pciconf -lv
Code:
ppc1@pci0:4:0:0: class=0x070103 card=0x2000a000 chip=0x98659710 rev=0x00 hdr=0x00
vendor = 'MosChip Semiconductor Technology Ltd.'
device = 'PCI 9865 Multi-I/O Controller'
class = simple comms
subclass = parallel port
ppc2@pci0:4:0:2: class=0x070103 card=0x2000a000 chip=0x98659710 rev=0x00 hdr=0x00
vendor = 'MosChip Semiconductor Technology Ltd.'
device = 'PCI 9865 Multi-I/O Controller'
class = simple comms
subclass = parallel port
none134@pci0:130:0:0: class=0x0c0010 card=0x11015901 chip=0x590111c1 rev=0x08 hdr=0x00
vendor = 'LSI Corporation'
device = 'FW643 [TrueFire] PCIe 1394b Controller'
class = serial bus
subclass = FireWire
Code:
# VM Kernel modules
if_bridge_load="YES"
if_tap_load="YES"
nmdm_load="YES"
vmm_load="YES"
# pci passthrough
pptdevs0="4/0/0"
pptdevs1="4/0/2"
pptdevs2="130/0/0"
Last edited: