Module Name: src Committed By: riastradh Date: Thu Feb 17 00:54:51 UTC 2022
Modified Files: src/sys/arch/evbppc/virtex: design_gsrd1.c Log Message: evbppc: fix typo from cfargs rototill. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbppc/virtex/design_gsrd1.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbppc/virtex/design_gsrd1.c diff -u src/sys/arch/evbppc/virtex/design_gsrd1.c:1.7 src/sys/arch/evbppc/virtex/design_gsrd1.c:1.8 --- src/sys/arch/evbppc/virtex/design_gsrd1.c:1.7 Sat Aug 7 16:18:52 2021 +++ src/sys/arch/evbppc/virtex/design_gsrd1.c Thu Feb 17 00:54:51 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: design_gsrd1.c,v 1.7 2021/08/07 16:18:52 thorpej Exp $ */ +/* $NetBSD: design_gsrd1.c,v 1.8 2022/02/17 00:54:51 riastradh Exp $ */ /* * Copyright (c) 2006 Jachym Holecek @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: design_gsrd1.c,v 1.7 2021/08/07 16:18:52 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: design_gsrd1.c,v 1.8 2022/02/17 00:54:51 riastradh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -349,7 +349,7 @@ virtex_autoconf(device_t self, struct pl vaa.vaa_tx_dmac = virtex_mpmc_mapdma(g->gdv_tx_dma, &tx); config_found(self, &vaa, xcvbus_print, - CFARGS(.attr = g->gdv_attr)); + CFARGS(.iattr = g->gdv_attr)); } /* Setup the dispatch handler. */