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/arch/hpcmips/dev/plumvideo.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/hpcmips/dev/plumvideo.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.42.8.1 diff -u -p -r1.42 -r1.42.8.1 --- src/sys/arch/hpcmips/dev/plumvideo.c 2021/04/24 23:36:38 1.42 +++ src/sys/arch/hpcmips/dev/plumvideo.c 2021/08/04 01:08:47 1.42.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: plumvideo.c,v 1.42 2021/04/24 23:36:38 thorpej Exp $ */ +/* $NetBSD: plumvideo.c,v 1.42.8.1 2021/08/04 01:08:47 thorpej Exp $ */ /*- * Copyright (c) 1999-2002 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: plumvideo.c,v 1.42 2021/04/24 23:36:38 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: plumvideo.c,v 1.42.8.1 2021/08/04 01:08:47 thorpej Exp $"); #undef PLUMVIDEODEBUG @@ -228,7 +228,7 @@ plumvideo_attach(device_t parent, device ha.ha_ndspconf = 1; ha.ha_dspconflist = &sc->sc_dspconf; - config_found(self, &ha, hpcfbprint, CFARG_EOL); + config_found(self, &ha, hpcfbprint, CFARGS_NONE); #if NBIVIDEO > 0 /* bivideo is no longer need */ bivideo_dont_attach = 1;