Module Name: src Committed By: msaitoh Date: Fri May 24 02:29:36 UTC 2013
Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: bge_init_tx_ring() uses BGE_RSLOTS (==256) but bge_free_tx_ring() uses BGE_TX_RING_CNT (== 512). Delete BGE_RSLOTS and use BGE_TX_RING_CNT. Same as OpenBSD's if_bge.c rev. 1.86. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_bgevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.