diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:49:49 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:49:49 +0000 |
| commit | cea02fc29618d861698da296221aedfed9b90063 (patch) | |
| tree | 8edf057a042cea30bd8955332800a8d2850606c2 /sys/dev | |
| parent | 92a5369e31f2dcb0a2af25ca4160d0ba1905eef4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vge/if_vge.c | 2 | ||||
| -rw-r--r-- | sys/dev/vge/if_vgereg.h | 1 | ||||
| -rw-r--r-- | sys/dev/vge/if_vgevar.h | 1 |
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 - |
