svn commit: r212646 - projects/sv/sys/dev/e1000

Attilio Rao attilio at FreeBSD.org
Wed Sep 15 09:48:18 UTC 2010


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);


More information about the svn-src-projects mailing list