vge: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:49:49 +00:00
parent 92a5369e31
commit cea02fc296
3 changed files with 0 additions and 4 deletions

View File

@ -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)
{

View File

@ -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 */

View File

@ -246,4 +246,3 @@ struct vge_softc {
#define VGE_RXCHUNK 4
#define VGE_TIMEOUT 10000