Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic - no need to include "vlan.h" since no NVLAN refe...
details: https://anonhg.NetBSD.org/src/rev/e98077c6e189
branches: trunk
changeset: 747040:e98077c6e189
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Aug 29 14:06:22 2009 +0000
description:
- no need to include "vlan.h" since no NVLAN reference
- whitespace in comment
diffstat:
sys/dev/ic/rtl8169.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 4761f0707a98 -r e98077c6e189 sys/dev/ic/rtl8169.c
--- a/sys/dev/ic/rtl8169.c Sat Aug 29 13:55:29 2009 +0000
+++ b/sys/dev/ic/rtl8169.c Sat Aug 29 14:06:22 2009 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index