Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.

Two users have reported problems due to the smaller list sizes.
This commit is contained in:
Mike Silbersack 2006-05-11 17:39:06 +00:00
parent c404dfeae1
commit 5c5ac08992
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158447

View File

@ -427,8 +427,8 @@
#define BFE_RX_RING_SIZE 512
#define BFE_TX_RING_SIZE 512
#define BFE_LINK_DOWN 5
#define BFE_TX_LIST_CNT 128
#define BFE_RX_LIST_CNT 128
#define BFE_TX_LIST_CNT 511
#define BFE_RX_LIST_CNT 511
#define BFE_TX_LIST_SIZE BFE_TX_LIST_CNT * sizeof(struct bfe_desc)
#define BFE_RX_LIST_SIZE BFE_RX_LIST_CNT * sizeof(struct bfe_desc)
#define BFE_RX_OFFSET 30