Deleted Added
full compact
30c30
< __FBSDID("$FreeBSD: head/sys/mips/cavium/octe/ethernet.c 215959 2010-11-28 00:26:08Z jmallett $");
---
> __FBSDID("$FreeBSD: head/sys/mips/cavium/octe/ethernet.c 215974 2010-11-28 05:57:24Z jmallett $");
77,83d76
< static int disable_core_queueing = 1;
< TUNABLE_INT("hw.octe.disable_core_queueing", &disable_core_queueing);
< /*
< "\t\tWhen set the networking core's tx_queue_len is set to zero. This\n"
< "\t\tallows packets to be sent without lock contention in the packet scheduler\n"
< "\t\tresulting in some cases in improved throughput.\n" */
<
179,181d171
< #if 0
< cvm_oct_device[port]->get_stats(cvm_oct_device[port]);
< #endif
315,317d304
< #if 0
< cvm_oct_proc_initialize();
< #endif
367,371d353
< /* XXX/juli set max send q len. */
< #if 0
< if (disable_core_queueing)
< ifp->tx_queue_len = 0;
< #endif
402c384
< priv->uninit = cvm_oct_xaui_uninit;
---
> priv->uninit = cvm_oct_common_uninit;
414c396
< priv->uninit = cvm_oct_sgmii_uninit;
---
> priv->uninit = cvm_oct_common_uninit;
509,511d490
< #if 0
< cvm_oct_proc_shutdown();
< #endif