put tx queue size back to 1024

This commit is contained in:
Kip Macy 2008-01-16 00:26:04 +00:00
parent a2d171e440
commit 2fd79ec2de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175374

View File

@ -149,11 +149,7 @@ enum { /* adapter flags */
#define FL_Q_SIZE 4096
#define JUMBO_Q_SIZE 1024
#define RSPQ_Q_SIZE 1024
#if 0
#define TX_ETH_Q_SIZE 1024
#else
#define TX_ETH_Q_SIZE 64
#endif
enum { TXQ_ETH = 0,
TXQ_OFLD = 1,