[BACK]Return to ehci.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/ehci.c between version 1.246 and 1.247

version 1.246, 2015/10/29 00:15:48 version 1.247, 2015/12/11 07:21:09
Line 1549  ehci_dump_regs(ehci_softc_t *sc)
Line 1549  ehci_dump_regs(ehci_softc_t *sc)
         }          }
 }  }
   
 #ifdef EHCI_DEBUG  
 #define ehci_dump_link(link, type) do {                                 \  #define ehci_dump_link(link, type) do {                                 \
         USBHIST_LOG(ehcidebug, "    link 0x%08x (T = %d):",             \          USBHIST_LOG(ehcidebug, "    link 0x%08x (T = %d):",             \
             link,                                                       \              link,                                                       \
Line 1563  ehci_dump_regs(ehci_softc_t *sc)
Line 1562  ehci_dump_regs(ehci_softc_t *sc)
                     EHCI_LINK_TYPE(link) == EHCI_LINK_FSTN ? 1 : 0);    \                      EHCI_LINK_TYPE(link) == EHCI_LINK_FSTN ? 1 : 0);    \
         }                                                               \          }                                                               \
 } while(0)  } while(0)
 #else  
 #define ehci_dump_link(link, type)  
 #endif  
   
 Static void  Static void
 ehci_dump_sqtds(ehci_soft_qtd_t *sqtd)  ehci_dump_sqtds(ehci_soft_qtd_t *sqtd)

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247

CVSweb <webmaster@jp.NetBSD.org>