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/umcs.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/umcs.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16 retrieving revision 1.16.8.1 diff -u -p -r1.16 -r1.16.8.1 --- src/sys/dev/usb/umcs.c 2021/04/24 23:36:59 1.16 +++ src/sys/dev/usb/umcs.c 2021/08/04 23:07:57 1.16.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: umcs.c,v 1.16 2021/04/24 23:36:59 thorpej Exp $ */ +/* $NetBSD: umcs.c,v 1.16.8.1 2021/08/04 23:07:57 thorpej Exp $ */ /* $FreeBSD: head/sys/dev/usb/serial/umcs.c 260559 2014-01-12 11:44:28Z hselasky $ */ /*- @@ -41,7 +41,7 @@ * */ #include -__KERNEL_RCSID(0, "$NetBSD: umcs.c,v 1.16 2021/04/24 23:36:59 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umcs.c,v 1.16.8.1 2021/08/04 23:07:57 thorpej Exp $"); #include #include @@ -341,8 +341,7 @@ umcs7840_attach(device_t parent, device_ sc->sc_ports[i].sc_port_phys = phyport; sc->sc_ports[i].sc_port_ucom = config_found(self, &ucaa, ucomprint, - CFARG_SUBMATCH, ucomsubmatch, - CFARG_EOL); + CFARGS(.submatch = ucomsubmatch)); } }