From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alto.onthenet.com.au (alto.onthenet.com.au [203.13.68.39]) by mx.groups.io with SMTP id smtpd.web08.3263.1624936486540382808 for ; Mon, 28 Jun 2021 20:14:47 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: iredmail.onthenet.com.au, ip: 203.13.68.39, mailfrom: srs0=b/rm=lx=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 987EE209C00C for ; Tue, 29 Jun 2021 13:14:34 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 7CF472114161 for ; Tue, 29 Jun 2021 13:14:34 +1000 (AEST) Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 29c63FlSynRe for ; Tue, 29 Jun 2021 13:14:34 +1000 (AEST) Received: from MacBook-Air-4.local (unknown [120.29.51.224]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 6C5442114140; Tue, 29 Jun 2021 13:14:32 +1000 (AEST) Subject: Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support To: =?UTF-8?Q?Corvin_K=c3=b6hne?= , devel@edk2.groups.io Cc: p.bruenn@beckhoff.com, lersek@redhat.com, ardb+tianocore@kernel.org, jordan.l.justen@intel.com, rebecca@bsdio.com References: <20210624060516.211-1-c.koehne@beckhoff.com> <20210624060516.211-2-c.koehne@beckhoff.com> From: "Peter Grehan" Message-ID: <8f3f6360-a43e-c83d-b7dd-82d5600a1e28@freebsd.org> Date: Tue, 29 Jun 2021 13:14:32 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210624060516.211-2-c.koehne@beckhoff.com> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=Q6BJH7+a c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=y5XNLLSx+aZC9npArTYviw==:17 a=IkcTkHD0fZMA:10 a=r6YtysWOX24A:10 a=OQnMsglnpF7we8ogdX8A:9 a=QEXdDO2ut3YA:10 wl=host:3 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Corvin, > + # > + # Usb Support > + # > + MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf > + MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf > + MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf > + MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf > + MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf > + MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf bhyve doesn't (and will likely never) support Uhci/Ehci controllers so those lines can be removed. later, Peter.