Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 09:48:18 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r212646 - projects/sv/sys/dev/e1000
Message-ID:  <201009150948.o8F9mIMP028859@svn.freebsd.org>

index | next in thread | raw e-mail

Author: attilio
Date: Wed Sep 15 09:48:18 2010
New Revision: 212646
URL: http://svn.freebsd.org/changeset/base/212646

Log:
  Revert a change that crept in.

Modified:
  projects/sv/sys/dev/e1000/if_em.c

Modified: projects/sv/sys/dev/e1000/if_em.c
==============================================================================
--- projects/sv/sys/dev/e1000/if_em.c	Wed Sep 15 09:38:42 2010	(r212645)
+++ projects/sv/sys/dev/e1000/if_em.c	Wed Sep 15 09:48:18 2010	(r212646)
@@ -73,7 +73,6 @@
 #include <netinet/if_ether.h>
 #include <netinet/ip.h>
 #include <netinet/ip6.h>
-#include <netinet/netdump.h>
 #include <netinet/tcp.h>
 #include <netinet/udp.h>
 
@@ -183,17 +182,6 @@ static char *em_strings[] = {
 };
 
 /*********************************************************************
- *  Netdump virtual methods implementation.
- *********************************************************************/
-
-static struct netdump_methods em_netdumpm = {
-	.test_get_lock = em_test_get_lock,
-	.acquire_lock = em_acquire_lock,
-	.release_lock = em_release_lock,
-	.poll_locked = em_poll_locked
-};
-
-/*********************************************************************
  *  Function prototypes
  *********************************************************************/
 static int	em_probe(device_t);


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009150948.o8F9mIMP028859>