diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-01-02 13:39:22 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-01-02 13:39:22 +0000 |
commit | 5156520bd91eb65ca56ca84999128eb85a8915b5 (patch) | |
tree | f519d111024df36dff0fcaab02981fbca8c8ef10 /sys/dev/ic/dcreg.h | |
parent | 449187b6dbc1d66cf65bdb6ae57e73a2a6c92d65 (diff) |
more constants
Diffstat (limited to 'sys/dev/ic/dcreg.h')
-rw-r--r-- | sys/dev/ic/dcreg.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h index d31d852e435..3432956f431 100644 --- a/sys/dev/ic/dcreg.h +++ b/sys/dev/ic/dcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dcreg.h,v 1.40 2005/01/02 13:27:16 brad Exp $ */ +/* $OpenBSD: dcreg.h,v 1.41 2005/01/02 13:39:21 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -418,6 +418,7 @@ struct dc_desc { #define DC_RXSTAT_FIFOOFLOW 0x00000001 #define DC_RXSTAT_CRCERR 0x00000002 #define DC_RXSTAT_DRIBBLE 0x00000004 +#define DC_RXSTAT_MIIERE 0x00000008 #define DC_RXSTAT_WATCHDOG 0x00000010 #define DC_RXSTAT_FRAMETYPE 0x00000020 /* 0 == IEEE 802.3 */ #define DC_RXSTAT_COLLSEEN 0x00000040 @@ -427,6 +428,7 @@ struct dc_desc { #define DC_RXSTAT_MULTICAST 0x00000400 #define DC_RXSTAT_RUNT 0x00000800 #define DC_RXSTAT_RXTYPE 0x00003000 +#define DC_RXSTAT_DE 0x00004000 #define DC_RXSTAT_RXERR 0x00008000 #define DC_RXSTAT_RXLEN 0x3FFF0000 #define DC_RXSTAT_OWN 0x80000000 @@ -767,7 +769,8 @@ struct dc_softc { #define DC_64BIT_HASH 0x00002000 #define DC_TULIP_LEDS 0x00004000 #define DC_TX_ONE 0x00008000 -#define DC_MOMENCO_BOTCH 0x00010000 +#define DC_TX_ALIGN 0x00010000 /* align mbuf on tx */ +#define DC_MOMENCO_BOTCH 0x00020000 /* * register space access macros |