Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/sunxi Rename cv from old driver name "awinp2wi"...



details:   https://anonhg.NetBSD.org/src/rev/d2a94ef0e577
branches:  trunk
changeset: 451522:d2a94ef0e577
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun May 26 14:49:18 2019 +0000

description:
Rename cv from old driver name "awinp2wi" to new "sunxirsb"

diffstat:

 sys/arch/arm/sunxi/sunxi_rsb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 32f7d2d99726 -r d2a94ef0e577 sys/arch/arm/sunxi/sunxi_rsb.c
--- a/sys/arch/arm/sunxi/sunxi_rsb.c    Sun May 26 14:14:27 2019 +0000
+++ b/sys/arch/arm/sunxi/sunxi_rsb.c    Sun May 26 14:49:18 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_rsb.c,v 1.6 2018/11/17 19:30:51 jmcneill Exp $ */
+/* $NetBSD: sunxi_rsb.c,v 1.7 2019/05/26 14:49:18 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_rsb.c,v 1.6 2018/11/17 19:30:51 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_rsb.c,v 1.7 2019/05/26 14:49:18 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -178,7 +178,7 @@
        }
 
        mutex_init(&sc->sc_lock, MUTEX_DEFAULT, IPL_SCHED);
-       cv_init(&sc->sc_cv, "awinp2wi");
+       cv_init(&sc->sc_cv, "sunxirsb");
 
        aprint_naive("\n");
        aprint_normal(": %s\n", sc->sc_type == SUNXI_P2WI ? "P2WI" : "RSB");



Home | Main Index | Thread Index | Old Index