diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-05 18:23:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-05 18:23:38 +0000 |
commit | 94e57ab59d4f7c46b1dff3080c5d629576558290 (patch) | |
tree | 3397ef12a129fa79eeac17b01e22607691dcc9a9 /sys/dev/pci/if_vrreg.h | |
parent | 4558eea7c087e144aa576f34b461299c0b3f7538 (diff) |
call vr_setmulti() if adjusting PROMISC or ALLMULTI and do not do a full
re-init if configuring the IP address.
tested by Andrey Matveev
Diffstat (limited to 'sys/dev/pci/if_vrreg.h')
-rw-r--r-- | sys/dev/pci/if_vrreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_vrreg.h b/sys/dev/pci/if_vrreg.h index 33a75542707..6ecec0535cf 100644 --- a/sys/dev/pci/if_vrreg.h +++ b/sys/dev/pci/if_vrreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vrreg.h,v 1.16 2005/12/07 22:48:39 brad Exp $ */ +/* $OpenBSD: if_vrreg.h,v 1.17 2006/02/05 18:23:37 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -471,6 +471,7 @@ struct vr_softc { struct timeout sc_to; bus_dmamap_t sc_listmap; /* descriptor list map */ bus_dma_segment_t sc_listseg; + int sc_if_flags; }; #define VR_F_RESTART 0x01 /* Restart unit on next tick */ |