Lines 3197-3203
Link Here
|
3197 |
/* |
3197 |
/* |
3198 |
* Enable transmit and receive. |
3198 |
* Enable transmit and receive. |
3199 |
*/ |
3199 |
*/ |
3200 |
CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB); |
3200 |
//CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB); |
3201 |
|
3201 |
|
3202 |
/* |
3202 |
/* |
3203 |
* Set the initial TX configuration. |
3203 |
* Set the initial TX configuration. |
Lines 3219-3224
Link Here
|
3219 |
*/ |
3219 |
*/ |
3220 |
re_set_rxmode(sc); |
3220 |
re_set_rxmode(sc); |
3221 |
|
3221 |
|
|
|
3222 |
/* |
3223 |
* Enable transmit and receive. |
3224 |
*/ |
3225 |
CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB); |
3226 |
|
3222 |
/* Configure interrupt moderation. */ |
3227 |
/* Configure interrupt moderation. */ |
3223 |
if (sc->rl_type == RL_8169) { |
3228 |
if (sc->rl_type == RL_8169) { |
3224 |
/* Magic from vendor. */ |
3229 |
/* Magic from vendor. */ |