XHCI: Clarify a comment.

No functional change.
This commit is contained in:
Augustin Cavalier 2019-09-13 21:32:58 -04:00
parent b3a12553f8
commit 19e017cb13

View File

@ -325,8 +325,7 @@ XHCI::XHCI(pci_info *info, Stack *stack)
legctlsts |= XHCI_LEGCTLSTS_EVENTS_SMI;
WriteCapReg32(eecp + XHCI_LEGCTLSTS, legctlsts);
// On Intel's Panther Point and Lynx Point Chipset taking ownership
// of EHCI owned ports, is what we do here.
// We need to explicitly take ownership of EHCI ports on earlier Intel chipsets.
if (fPCIInfo->vendor_id == PCI_VENDOR_INTEL) {
switch (fPCIInfo->device_id) {
case PCI_DEVICE_INTEL_PANTHER_POINT_XHCI: