Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/omap Change message for aprint_normal() "CPSW E...



details:   https://anonhg.NetBSD.org/src/rev/b231dd0871c7
branches:  trunk
changeset: 816971:b231dd0871c7
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Aug 04 14:05:20 2016 +0000

description:
Change message for aprint_normal() "CPSW Ethernet" to "Layer 2 3-Port Switch".
Its described in Technical Reference Manual.

diffstat:

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

diffs (27 lines):

diff -r ca3b925e7375 -r b231dd0871c7 sys/arch/arm/omap/if_cpsw.c
--- a/sys/arch/arm/omap/if_cpsw.c       Thu Aug 04 12:56:31 2016 +0000
+++ b/sys/arch/arm/omap/if_cpsw.c       Thu Aug 04 14:05:20 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cpsw.c,v 1.14 2016/06/10 13:27:11 ozaki-r Exp $     */
+/*     $NetBSD: if_cpsw.c,v 1.15 2016/08/04 14:05:20 kiyohara Exp $    */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: if_cpsw.c,v 1.14 2016/06/10 13:27:11 ozaki-r Exp $");
+__KERNEL_RCSID(1, "$NetBSD: if_cpsw.c,v 1.15 2016/08/04 14:05:20 kiyohara Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -403,7 +403,7 @@
 
        sc->sc_dev = self;
 
-       aprint_normal(": TI CPSW Ethernet\n");
+       aprint_normal(": TI Layer 2 3-Port Switch\n");
        aprint_naive("\n");
 
        callout_init(&sc->sc_tick_ch, 0);



Home | Main Index | Thread Index | Old Index