···2626#include <asm/pgtable.h>2727#include <asm/mvme147hw.h>28282929-/* We have 16834 bytes of RAM for the init block and buffers. This places2929+/* We have 32K of RAM for the init block and buffers. This places3030 * an upper limit on the number of buffers we can use. NetBSD uses 8 Rx3131- * buffers and 2 Tx buffers.3131+ * buffers and 2 Tx buffers, it takes (8 + 2) * 1544 bytes.3232 */3333#define LANCE_LOG_TX_BUFFERS 13434#define LANCE_LOG_RX_BUFFERS 3···111111 dev->dev_addr);112112113113 lp = netdev_priv(dev);114114- lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 16K */114114+ lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 32K */115115 if (!lp->ram) {116116 printk("%s: No memory for LANCE buffers\n", dev->name);117117 free_netdev(dev);