Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/dev Forgot to commit this.



details:   https://anonhg.NetBSD.org/src/rev/65dc854ac96a
branches:  trunk
changeset: 487950:65dc854ac96a
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Jun 15 19:09:15 2000 +0000

description:
Forgot to commit this.

diffstat:

 sys/arch/macppc/dev/if_gmreg.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9e365db438ea -r 65dc854ac96a sys/arch/macppc/dev/if_gmreg.h
--- a/sys/arch/macppc/dev/if_gmreg.h    Thu Jun 15 19:01:33 2000 +0000
+++ b/sys/arch/macppc/dev/if_gmreg.h    Thu Jun 15 19:09:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_gmreg.h,v 1.2 2000/03/26 09:15:17 tsubai Exp $      */
+/*     $NetBSD: if_gmreg.h,v 1.3 2000/06/15 19:09:15 tsubai Exp $      */
 
 /*-
  * Copyright (c) 2000 Tsubai Masanari.  All rights reserved.
@@ -41,7 +41,8 @@
 #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



Home | Main Index | Thread Index | Old Index