New driver flags to support IFF_ALLMULTI handling.

This commit is contained in:
Paul Richards 1999-01-31 00:56:32 +00:00
parent 5619e92064
commit a461710f83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43444
2 changed files with 8 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: $
* $Id: if_lnc.h,v 1.9 1998/11/26 00:57:32 paul Exp $
*/
#include <i386/isa/ic/Am7990.h>
@ -55,6 +55,9 @@
#define MEM_SLEW 8
/* LNC Flags */
#define LNC_INITIALISED 1
#define LNC_ALLMULTI 2
/* BICC port addresses */
#define BICC_IOSIZE 16

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: $
* $Id: if_lnc.h,v 1.9 1998/11/26 00:57:32 paul Exp $
*/
#include <i386/isa/ic/Am7990.h>
@ -55,6 +55,9 @@
#define MEM_SLEW 8
/* LNC Flags */
#define LNC_INITIALISED 1
#define LNC_ALLMULTI 2
/* BICC port addresses */
#define BICC_IOSIZE 16