Module Name: src
Committed By: tsutsui
Date: Sat Aug 29 14:06:23 UTC 2009
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
- no need to include "vlan.h" since no NVLAN reference
- whitespace in comment
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/dev/ic/rtl8169.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/rtl8169.c
diff -u src/sys/dev/ic/rtl8169.c:1.122 src/sys/dev/ic/rtl8169.c:1.123
--- src/sys/dev/ic/rtl8169.c:1.122 Thu Aug 27 16:02:26 2009
+++ src/sys/dev/ic/rtl8169.c Sat Aug 29 14:06:22 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rtl8169.c,v 1.122 2009/08/27 16:02:26 tsutsui Exp $ */
+/* $NetBSD: rtl8169.c,v 1.123 2009/08/29 14:06:22 tsutsui Exp $ */
/*
* Copyright (c) 1997, 1998-2003
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.122 2009/08/27 16:02:26 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.123 2009/08/29 14:06:22 tsutsui Exp $");
/* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
/*
@@ -112,7 +112,6 @@
*/
#include "bpfilter.h"
-#include "vlan.h"
#include <sys/param.h>
#include <sys/endian.h>
@@ -1389,7 +1388,7 @@
struct rtk_softc *sc = arg;
int s;
- /*XXX: just return for 8169S/8110S with rev 2 or newer phy */
+ /* XXX: just return for 8169S/8110S with rev 2 or newer phy */
s = splnet();
mii_tick(&sc->mii);