Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 21:56:27 -0700
From:      Sergey Manucharian <sm@ara-ler.com>
To:        FreeBSD virtualization <freebsd-virtualization@freebsd.org>
Subject:   Re: bhyve PCI pass-through to Linux guest
Message-ID:  <20151223045627.GA1450@dendrobates.araler.com>
In-Reply-To: <CALnRwMR_AFffipmnxNHBUzkSZ5Xo08PTDrEZ0-6y9Hyj9p5baQ@mail.gmail.com>
References:  <20151220045821.GG22018@dendrobates.araler.com> <56763672.3090207@freebsd.org> <20151220051015.GH22018@dendrobates.araler.com> <56763A0B.8010802@freebsd.org> <20151220053644.GI22018@dendrobates.araler.com> <20151220215240.GB4064@dendrobates.araler.com> <5678BECC.7090200@freebsd.org> <20151222034457.GA40078@dendrobates.araler.com> <CALnRwMR_AFffipmnxNHBUzkSZ5Xo08PTDrEZ0-6y9Hyj9p5baQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Excerpts from Anish's message from Mon 21-Dec-15 21:48:
> >ppt0@pci0:0:20:0:       class=0x0c0330 card=0x21f317aa chip=0x1e318086
> Passthrough stub driver, part of vmm, controls the USB controller.
> 
> Can you share output of /usr/sbin/devinfo from FreeBSD host, highlighting
> the usb mass/flash device in tree?
> 

Before I start the guest VM the flash drive is not in the list. Right
after shuting down the guest OS it appears:

pcib1
  pci1
    sdhci_pci0
pcib2
  pci2
    iwn0
pcib3
  pci3
ehci1
  usbus1
    uhub1
      uhub3
        umass0

As you can see it's under "ehci", it looks that my USB3 controller is
fully USB2 backward compatible and work with "ehci" driver. I tried (as
Trent suggested in this thread) to recompile the kernel without "xhci",
and nothing changed, still behaves exactly the same way..

S.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151223045627.GA1450>