activate some traces for EHCI bus driver (see bug #4718)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dfd93e239f
commit
bf3381e771
@ -215,10 +215,10 @@ EHCI::EHCI(pci_info *info, Stack *stack)
|
||||
sPCIModule->write_pci_config(fPCIInfo->bus, fPCIInfo->device,
|
||||
fPCIInfo->function, extendedCapPointer + 4, 4, 0);
|
||||
} else {
|
||||
TRACE("extended capability is not a legacy support register\n");
|
||||
TRACE_ALWAYS("extended capability is not a legacy support register\n");
|
||||
}
|
||||
} else {
|
||||
TRACE("no extended capabilities register\n");
|
||||
TRACE_ALWAYS("no extended capabilities register\n");
|
||||
}
|
||||
|
||||
// disable interrupts
|
||||
|
Loading…
Reference in New Issue
Block a user