diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-10-21 02:25:28 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-10-21 02:25:28 +0000 |
commit | 4a53409b2bf66700c2944fdcad8b85b39446495c (patch) | |
tree | 222df50c3bc9805d30cdcb01ac0df357c1d7c10d /sys/dev/isa/if_exreg.h | |
parent | b10afa3b0328109078935972eada62b57359a0b3 (diff) |
Add multicast support.
Tested by todd@ with IPv6.
Based on similar changes to the FreeBSD driver.
ok dlg@
Diffstat (limited to 'sys/dev/isa/if_exreg.h')
-rw-r--r-- | sys/dev/isa/if_exreg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/if_exreg.h b/sys/dev/isa/if_exreg.h index c511380e5b7..2e1a48084dc 100644 --- a/sys/dev/isa/if_exreg.h +++ b/sys/dev/isa/if_exreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_exreg.h,v 1.2 2007/10/21 00:55:55 brad Exp $ */ +/* $OpenBSD: if_exreg.h,v 1.3 2007/10/21 02:25:27 brad Exp $ */ /* * Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es) * All rights reserved. @@ -115,8 +115,10 @@ #define Disc_Bad_Fr 0x80 #define Tx_Chn_ErStp 0x40 #define Tx_Chn_Int_Md 0x20 +#define Multi_IA 0x20 #define No_SA_Ins 0x10 #define RX_CRC_InMem 0x04 +#define Promisc_Mode 0x01 #define BNC_bit 0x20 #define TPE_bit 0x04 #define I_ADDR_REG0 4 |