Module Name: src Committed By: kiyohara Date: Thu Aug 4 14:05:20 UTC 2016
Modified Files: src/sys/arch/arm/omap: if_cpsw.c Log Message: Change message for aprint_normal() "CPSW Ethernet" to "Layer 2 3-Port Switch". Its described in Technical Reference Manual. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/omap/if_cpsw.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/arm/omap/if_cpsw.c diff -u src/sys/arch/arm/omap/if_cpsw.c:1.14 src/sys/arch/arm/omap/if_cpsw.c:1.15 --- src/sys/arch/arm/omap/if_cpsw.c:1.14 Fri Jun 10 13:27:11 2016 +++ src/sys/arch/arm/omap/if_cpsw.c Thu Aug 4 14:05:20 2016 @@ -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 @@ cpsw_attach(device_t parent, device_t se 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);