From b16fc7e7bfbaecf938518b57bd27b8757b096526 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Wed, 26 May 2010 11:22:06 +0000 Subject: [PATCH] different rtl8169 shutdown code --- drivers/rtl8169/rtl8169.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtl8169/rtl8169.c b/drivers/rtl8169/rtl8169.c index 60c77b167..a1ff8108c 100644 --- a/drivers/rtl8169/rtl8169.c +++ b/drivers/rtl8169/rtl8169.c @@ -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); }