Module Name: src
Committed By: ozaki-r
Date: Tue May 23 02:43:13 UTC 2017
Modified Files:
src/sys/dev/ic: smc90cx6.c
Log Message:
Remove an out-of-date comment
Pointed out by knakahara@
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/ic/smc90cx6.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/dev/ic/smc90cx6.c
diff -u src/sys/dev/ic/smc90cx6.c:1.69 src/sys/dev/ic/smc90cx6.c:1.70
--- src/sys/dev/ic/smc90cx6.c:1.69 Tue May 23 02:19:14 2017
+++ src/sys/dev/ic/smc90cx6.c Tue May 23 02:43:13 2017
@@ -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 @@ bah_tint(struct bah_softc *sc, int isr)
/* 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
}