different rtl8169 shutdown code

This commit is contained in:
David van Moolenbroek 2010-05-26 11:22:06 +00:00
parent 7f98ba962a
commit b16fc7e7bf

View file

@ -388,7 +388,7 @@ PRIVATE void sef_cb_signal_handler(int signo)
rep = &re_state;
if (rep->re_mode == REM_ENABLED)
rl_outb(rep->re_base_port, RL_CR, 0);
rl_outb(rep->re_base_port, RL_CR, RL_CR_RST);
exit(0);
}