Changes between Initial Version and Version 11 of Ticket #12885


Ignore:
Timestamp:
Oct 27, 2016, 2:45:30 PM (7 years ago)
Author:
kallisti5
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12885

    • Property Owner changed from korli to nobody
    • Property Status newassigned
  • Ticket #12885 – Description

    initial v11  
    1 _ZN4XHCIC2EP8pci_infoP5Stack() ->  XHCI::XHCI(pci_info*, Stack*)
    2 _ZN4XHCI5AddToEP5Stack ()     -> XHCI::AddTo(Stack*)
    3 _ZN5StackC1Ev ()   -> Stack::Stack()
     1This issue generally occurs when booting from a USB 3 flash drive.
     2
     3{{{
     4_ZN4XHCIC2EP8pci_infoP5Stack() -> XHCI::XHCI(pci_info*, Stack*)
     5_ZN4XHCI5AddToEP5Stack ()      -> XHCI::AddTo(Stack*)
     6_ZN5StackC1Ev ()               -> Stack::Stack()
     7}}}
     8
     9This line seems to be a core issue in syslog:
     10{{{
     11usb xhci -1: using message signaled interrupts
     12usb xhci -1: stating XHCI host controller
     13usb hub 2: hub supports more ports than we do (18 vs. 16)
     14usb xhci -1: successfully started the controller
     15}}}