diff options
| author | Scott Long <scottl@FreeBSD.org> | 2006-01-14 17:42:22 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2006-01-14 17:42:22 +0000 |
| commit | 59caf6ec508fe041f9f4528a5d4a383017b49b86 (patch) | |
| tree | f40d62d92596c1087107bc80f81baab23f3ebb98 /sys | |
| parent | 0af57729a6bcf47855614379ce3d1ab9187e04d1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 55ad021a17ed..12fa60744686 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.h @@ -2292,7 +2292,7 @@ struct vpd_key { #define BGE_RESID (BGE_JPAGESZ - (BGE_JLEN * BGE_JSLOTS) % BGE_JPAGESZ) #define BGE_JMEM ((BGE_JLEN * BGE_JSLOTS) + BGE_RESID) -#define BGE_NSEG_JUMBO (MJUM9BYTES/PAGE_SIZE + 1) +#define BGE_NSEG_JUMBO 3 #define BGE_NSEG_NEW 32 /* |
