mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
3566dff0d9
other initializations succeeded. - Initialize the TX and RX rings in epic_attach() rather than in epic_init() where we're not supposed to fail. Similarly, free the TX and RX rings in epic_detach() rather than in epic_stop(). - Change epic_init() to be a void function now that it can't fail. Also change its parameter to a void * so that we have a correct prototype for if_init. - Now that epic_init() has a correct prototype, don't cast the function pointer when initializing if_init. - Fix nearby style bugs. |
||
---|---|---|
.. | ||
if_tx.c | ||
if_txreg.h | ||
if_txvar.h |