[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.300 and 1.301

version 1.300, 2021/12/30 04:19:23 version 1.301, 2022/01/26 16:49:06
Line 498  ehci_init(ehci_softc_t *sc)
Line 498  ehci_init(ehci_softc_t *sc)
          * - the driver doesn't currently set EHCI_CTRLDSSEGMENT to anything           * - the driver doesn't currently set EHCI_CTRLDSSEGMENT to anything
          *   other than 0.           *   other than 0.
          */           */
         bus_dma_tag_t ntag;          bus_dma_tag_t ntag = NULL;
         sc->sc_dmatag = sc->sc_bus.ub_dmatag;          sc->sc_dmatag = sc->sc_bus.ub_dmatag;
         err = bus_dmatag_subregion(sc->sc_bus.ub_dmatag, 0, UINT32_MAX,          err = bus_dmatag_subregion(sc->sc_bus.ub_dmatag, 0, UINT32_MAX,
             &ntag, 0);              &ntag, 0);

Legend:
Removed from v.1.300  
changed lines
  Added in v.1.301

CVSweb <webmaster@jp.NetBSD.org>