aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vge
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vge')
-rw-r--r--sys/dev/vge/if_vge.c2
-rw-r--r--sys/dev/vge/if_vgereg.h1
-rw-r--r--sys/dev/vge/if_vgevar.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c
index 14d09e187b2e..5005f8ed9734 100644
--- a/sys/dev/vge/if_vge.c
+++ b/sys/dev/vge/if_vge.c
@@ -556,7 +556,6 @@ vge_hash_maddr(void *arg, struct sockaddr_dl *sdl, u_int cnt)
return (1);
}
-
/*
* Program the multicast filter. We use the 64-entry CAM filter
* for perfect filtering. If there's more than 64 multicast addresses,
@@ -1954,7 +1953,6 @@ vge_start(struct ifnet *ifp)
VGE_UNLOCK(sc);
}
-
static void
vge_start_locked(struct ifnet *ifp)
{
diff --git a/sys/dev/vge/if_vgereg.h b/sys/dev/vge/if_vgereg.h
index 88e6f22f3124..a0c19d576752 100644
--- a/sys/dev/vge/if_vgereg.h
+++ b/sys/dev/vge/if_vgereg.h
@@ -396,7 +396,6 @@
* 0xC0 (controls which pattern is set)
*/
-
#define VGE_CAMCTL_WRITE 0x04 /* CAM write command */
#define VGE_CAMCTL_READ 0x08 /* CAM read command */
#define VGE_CAMCTL_INTPKT_SIZ 0x10 /* select interesting pkt CAM size */
diff --git a/sys/dev/vge/if_vgevar.h b/sys/dev/vge/if_vgevar.h
index 6e707e2d5965..5069f611b066 100644
--- a/sys/dev/vge/if_vgevar.h
+++ b/sys/dev/vge/if_vgevar.h
@@ -246,4 +246,3 @@ struct vge_softc {
#define VGE_RXCHUNK 4
#define VGE_TIMEOUT 10000
-