Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove an out-of-date comment



details:   https://anonhg.NetBSD.org/src/rev/1f1d18e6e997
branches:  trunk
changeset: 824087:1f1d18e6e997
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue May 23 02:43:13 2017 +0000

description:
Remove an out-of-date comment

Pointed out by knakahara@

diffstat:

 sys/dev/ic/smc90cx6.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a87ad63eebda -r 1f1d18e6e997 sys/dev/ic/smc90cx6.c
--- a/sys/dev/ic/smc90cx6.c     Tue May 23 02:19:14 2017 +0000
+++ b/sys/dev/ic/smc90cx6.c     Tue May 23 02:43:13 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smc90cx6.c,v 1.69 2017/05/23 02:19:14 ozaki-r Exp $ */
+/*     $NetBSD: smc90cx6.c,v 1.70 2017/05/23 02:43:13 ozaki-r Exp $ */
 
 /*-
  * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.69 2017/05/23 02:19:14 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.70 2017/05/23 02:43:13 ozaki-r Exp $");
 
 /* #define BAHSOFTCOPY */
 #define BAHRETRANSMIT /**/
@@ -709,7 +709,6 @@
        /* schedule soft int to fill a new buffer for us */
        softint_schedule(sc->sc_txcookie);
 #else
-       /* call it directly */
        if_schedule_deferred_start(ifp);
 #endif
 }



Home | Main Index | Thread Index | Old Index