Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/ehcivar.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/ehcivar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- src/sys/dev/usb/ehcivar.h 2020/03/15 07:56:19 1.48 +++ src/sys/dev/usb/ehcivar.h 2021/12/22 21:45:02 1.49 @@ -1,4 +1,4 @@ -/* $NetBSD: ehcivar.h,v 1.48 2020/03/15 07:56:19 skrll Exp $ */ +/* $NetBSD: ehcivar.h,v 1.49 2021/12/22 21:45:02 skrll Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -171,6 +171,7 @@ typedef struct ehci_softc { bus_space_tag_t iot; bus_space_handle_t ioh; bus_size_t sc_size; + bus_dma_tag_t sc_dmatag; /* for control data structures */ u_int sc_offs; /* offset to operational regs */ int sc_flags; /* misc flags */ #define EHCIF_DROPPED_INTR_WORKAROUND 0x01