[PATCH] r8169 fix regression on ASUS motherboards

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mark Lord
Date: Wednesday, November 7, 2007 - 11:02 am

Fix r8169 regression on ASUS motherboards.

The r8169 ethernet driver worked fine in 2.6.23, but fails
in 2.6.24-rc* for the onboard ethernet of ASUS P5B series motherboards.
This patch fixes it again.

Signed-off-by: Mark Lord <mlord@pobox.com>


--- broken/drivers/net/r8169.c	2007-11-07 12:32:29.000000000 -0500
+++ linux/drivers/net/r8169.c	2007-11-07 12:55:07.000000000 -0500
@@ -1325,6 +1325,7 @@
 		rtl8169sb_hw_phy_config(ioaddr);
 		break;
 	case RTL_GIGA_MAC_VER_11:
+		break;
 	case RTL_GIGA_MAC_VER_12:
 	case RTL_GIGA_MAC_VER_17:
 		rtl8168b_hw_phy_config(ioaddr);
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
r8169: NFG in 2.6.24-rc2, Mark Lord, (Wed Nov 7, 9:07 am)
Re: r8169: NFG in 2.6.24-rc2, Mark Lord, (Wed Nov 7, 10:11 am)
[PATCH] r8169 fix regression on ASUS motherboards, Mark Lord, (Wed Nov 7, 11:02 am)
Re: [PATCH] r8169 fix regression on ASUS motherboards, Francois Romieu, (Wed Nov 7, 3:04 pm)
Re: r8169: NFG in 2.6.24-rc2, Hans-Jürgen, (Thu Nov 8, 12:52 am)
Re: r8169: NFG in 2.6.24-rc2, Hans-Jürgen, (Thu Nov 8, 1:44 am)