[BACK]Return to xhci.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/xhci.c between version 1.28.2.81 and 1.28.2.82

version 1.28.2.81, 2017/01/02 16:45:30 version 1.28.2.82, 2017/01/02 16:54:15
Line 2996  xhci_setup_route(struct usbd_pipe *pipe,
Line 2996  xhci_setup_route(struct usbd_pipe *pipe,
                                 goto found;                                  goto found;
                         }                          }
                 }                  }
                 panic("%d: cannot find HS port", __func__);                  panic("%s: cannot find HS port", __func__);
         found:          found:
                 DPRINTFN(4, "high speed port %d", p, 0, 0, 0);                  DPRINTFN(4, "high speed port %d", p, 0, 0, 0);
         } else {          } else {

Legend:
Removed from v.1.28.2.81  
changed lines
  Added in v.1.28.2.82

CVSweb <webmaster@jp.NetBSD.org>