XHCI: Clarify a comment.
No functional change.
This commit is contained in:
parent
b3a12553f8
commit
19e017cb13
@ -325,8 +325,7 @@ XHCI::XHCI(pci_info *info, Stack *stack)
|
|||||||
legctlsts |= XHCI_LEGCTLSTS_EVENTS_SMI;
|
legctlsts |= XHCI_LEGCTLSTS_EVENTS_SMI;
|
||||||
WriteCapReg32(eecp + XHCI_LEGCTLSTS, legctlsts);
|
WriteCapReg32(eecp + XHCI_LEGCTLSTS, legctlsts);
|
||||||
|
|
||||||
// On Intel's Panther Point and Lynx Point Chipset taking ownership
|
// We need to explicitly take ownership of EHCI ports on earlier Intel chipsets.
|
||||||
// of EHCI owned ports, is what we do here.
|
|
||||||
if (fPCIInfo->vendor_id == PCI_VENDOR_INTEL) {
|
if (fPCIInfo->vendor_id == PCI_VENDOR_INTEL) {
|
||||||
switch (fPCIInfo->device_id) {
|
switch (fPCIInfo->device_id) {
|
||||||
case PCI_DEVICE_INTEL_PANTHER_POINT_XHCI:
|
case PCI_DEVICE_INTEL_PANTHER_POINT_XHCI:
|
||||||
|
Loading…
Reference in New Issue
Block a user