|
@@ -27,9 +27,9 @@
|
|
|
|
|
|
#include "hplance.h"
|
|
#include "hplance.h"
|
|
|
|
|
|
-/* We have 16834 bytes of RAM for the init block and buffers. This places
|
|
|
|
|
|
+/* We have 16392 bytes of RAM for the init block and buffers. This places
|
|
* an upper limit on the number of buffers we can use. NetBSD uses 8 Rx
|
|
* an upper limit on the number of buffers we can use. NetBSD uses 8 Rx
|
|
- * buffers and 2 Tx buffers.
|
|
|
|
|
|
+ * buffers and 2 Tx buffers, it takes (8 + 2) * 1544 bytes.
|
|
*/
|
|
*/
|
|
#define LANCE_LOG_TX_BUFFERS 1
|
|
#define LANCE_LOG_TX_BUFFERS 1
|
|
#define LANCE_LOG_RX_BUFFERS 3
|
|
#define LANCE_LOG_RX_BUFFERS 3
|