The patch titled r8169 fix regression on ASUS motherboards has been removed from the -mm tree. Its filename was r8169-fix-regression-on-asus-motherboards.patch This patch was dropped because it was nacked ------------------------------------------------------ Subject: r8169 fix regression on ASUS motherboards From: Mark Lord <lkml@xxxxxx> 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@xxxxxxxxx> Cc: Francois Romieu <romieu@xxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/r8169.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/r8169.c~r8169-fix-regression-on-asus-motherboards drivers/net/r8169.c --- a/drivers/net/r8169.c~r8169-fix-regression-on-asus-motherboards +++ a/drivers/net/r8169.c @@ -1325,6 +1325,7 @@ static void rtl_hw_phy_config(struct net 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); _ Patches currently in -mm which might be from lkml@xxxxxx are origin.patch rtc-dont-write-rtc-century-when-setting-a-wake-alarm.patch r8169-fix-regression-on-asus-motherboards.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html