diff options
author | Pyun YongHyeon <yongari@FreeBSD.org> | 2014-03-31 01:54:59 +0000 |
---|---|---|
committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2014-03-31 01:54:59 +0000 |
commit | 52ee8ac0274e8d4f75a146944803b2cdaad092bb (patch) | |
tree | 74de747b83372a8f57da81c4b04485edfa799ecc /sys/dev/fxp | |
parent | 8a27a339b6563b3b83347a427c75b08261d5e85f (diff) |
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r-- | sys/dev/fxp/if_fxpreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index cc764b54b2dcc..7fd60afd170ce 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.h @@ -250,7 +250,7 @@ struct fxp_cb_ucode { /* * Number of DMA segments in a TxCB. */ -#define FXP_NTXSEG 32 +#define FXP_NTXSEG 35 struct fxp_tbd { uint32_t tb_addr; |