diff options
| author | Paul Saab <ps@FreeBSD.org> | 2003-08-17 19:14:02 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2003-08-17 19:14:02 +0000 |
| commit | f53579cfaaac7e73f781d8a69ca2ebd47942082c (patch) | |
| tree | 0b2f34d99211c0ed7b54c102fac531d9f3c24062 | |
| parent | dbbcd515ff1436267d9cf11973aef89a78ace7bc (diff) | |
Notes
| -rw-r--r-- | sys/dev/bge/if_bgereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h index 02446cf3d552..330fb507cfd9 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.h @@ -1055,7 +1055,7 @@ #define BGE_HCC_RX_COAL_TICKS_INT 0x3C18 /* ticks during interrupt */ #define BGE_HCC_TX_COAL_TICKS_INT 0x3C1C /* ticks during interrupt */ #define BGE_HCC_RX_MAX_COAL_BDS_INT 0x3C20 /* BDs during interrupt */ -#define BGE_HCC_TX_MAX_COAL_BDS_INT 0x3C34 /* BDs during interrupt */ +#define BGE_HCC_TX_MAX_COAL_BDS_INT 0x3C24 /* BDs during interrupt */ #define BGE_HCC_STATS_TICKS 0x3C28 #define BGE_HCC_STATS_ADDR_HI 0x3C30 #define BGE_HCC_STATS_ADDR_LO 0x3C34 |
