Date: Mon, 20 Jan 2014 20:56:36 -0800 From: Neel Natu <neelnatu@gmail.com> To: Sergey Matveychuk <sem@semmy.ru> Cc: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org> Subject: Re: bhyve: can't to passthru bge(4) card Message-ID: <CAFgRE9Gc-gzwK0_r-8OaFi-1U_Di6QtWqL%2BeeJdcqK%2Bm2Hwddg@mail.gmail.com> In-Reply-To: <52DD7C56.4090804@semmy.ru> References: <52DD7C56.4090804@semmy.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Sergey, On Mon, Jan 20, 2014 at 11:43 AM, Sergey Matveychuk <sem@semmy.ru> wrote: > Hi. > > I try to passthru bge: > % pciconf -vl > ... > ppt0@pci0:3:0:1: class=0x020000 card=0x169d103c chip=0x165714e4 > rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe' > class = network > subclass = ethernet > ... > % cat /boot/loader.conf > vmm_load="yes" > pptdevs="3/0/1" > > % bhyve -c ${VM_CPUNUM} -m ${VM_MEMSIZE} -AI -HP -g0 \ > -s 0:0,hostbridge \ > -s 3:0,passthru,3/0/1 \ > -s 2:0,virtio-blk,${VM_DISK} \ > -S 31,uart,${VM_CONSOLE} \ > ${VM_NAME} > I suspect that this is because the function number of the virtual PCI device and the physical PCI device are different. Could you try to use the following instead: -s 2:1,passthru,3/0/1 Alternatively you could try assigning the physical PCI device 3/0/0: -s 3:0,passthru,3/0/0 best Neel > And I got this on boot: > > bge0: <Broadcom unknown BCM5719, ASIC rev. 0x5719001> mem > 0xc0010000-0xc001ffff,0xc0020000-0xc002ffff,0xc0030000-0xc003ffff irq 36 at > device 3.0 on pci0 > bge0: APE FW version: NCSI v1.0.60.0 > bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E > bge0: Try again > bge0: Try again > bge0: Try again > bge0: Try again > bge0: attaching PHYs failed > device_attach: bge0 attach returned 6 > > I used this as an instruction: https://wiki.freebsd.org/bhyve/pci_passthru > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFgRE9Gc-gzwK0_r-8OaFi-1U_Di6QtWqL%2BeeJdcqK%2Bm2Hwddg>