diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 20:26:15 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 20:26:15 +0000 |
commit | ca369e064f838ab5f94b89dc067ac7f8768e0b4c (patch) | |
tree | ed85bd99735f7a67b7243f48fb881f89bc8392da /sys/arch/powerpc/mac/if_gmreg.h | |
parent | fe7bed690123dbfc3b6d51af528c5691fb044425 (diff) |
Add gmac_setladrf functionality from netbsd, this was missed in a previous
merge.
IP6 now works configures.
Diffstat (limited to 'sys/arch/powerpc/mac/if_gmreg.h')
-rw-r--r-- | sys/arch/powerpc/mac/if_gmreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/mac/if_gmreg.h b/sys/arch/powerpc/mac/if_gmreg.h index 44c14ec0bf0..2b2a9018de6 100644 --- a/sys/arch/powerpc/mac/if_gmreg.h +++ b/sys/arch/powerpc/mac/if_gmreg.h @@ -41,7 +41,8 @@ struct gmac_dma { #define GMAC_INT_TXDONE 0x04 #define GMAC_INT_RXDONE 0x10 -#define GMAC_RXMAC_PR 0x08 +#define GMAC_RXMAC_PR 0x08 /* enable promiscuous mode */ +#define GMAC_RXMAC_HEN 0x10 /* enable the hash filter */ /* * register offset |