Hi, >>- Bring up /sys/dev/bge/if_bge.c in your favorite editor. - Search for >>the following line of code: >> >>CSR_WRITE_4(sc, BGE_BMAN_MBUFPOOL_LEN, 0x18000); >> >>It should appear twice in the bge_blockinit() function. - Change >>0x18000 to 0x10000 in both places. - Recompile your kernel and/or >>if_bge.ko module.
today I've edited if_bge.c and recompiled the kernel. After that the problem was gone. Thanks for this solution. Regards, Dirk Janssen _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
