[kernel] r7646 - in dists/trunk/linux-2.6/debian: . patches/bugfix patches/series

maximilian attems maks-guest at costa.debian.org
Tue Oct 24 15:16:37 UTC 2006


Author: maks-guest
Date: Tue Oct 24 15:16:36 2006
New Revision: 7646

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/net-r8169-mmio8167.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/4

Log:
r8169 upstream fix


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Oct 24 15:16:36 2006
@@ -21,8 +21,9 @@
   * Add sky2 lookup patch for the Marvell 88E803X Yukon-FE chip.
   * Add upstream forcedeth swsusp support.
   * r8169: PCI ID for Corega Gigabit network card.
+  * r8169: the MMIO region of the 8167 stands behin BAR#1.
 
- -- maximilian attems <maks at sternwelten.at>  Tue, 24 Oct 2006 17:02:56 +0200
+ -- maximilian attems <maks at sternwelten.at>  Tue, 24 Oct 2006 17:15:59 +0200
 
 linux-2.6 (2.6.18-3) unstable; urgency=low
 

Added: dists/trunk/linux-2.6/debian/patches/bugfix/net-r8169-mmio8167.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/net-r8169-mmio8167.patch	Tue Oct 24 15:16:36 2006
@@ -0,0 +1,23 @@
+From netdev-owner at vger.kernel.org Fri Sep 22 15:58:36 2006
+From: Francois Romieu <romieu at fr.zoreil.com>
+
+    r8169: the MMIO region of the 8167 stands behin BAR#1
+     
+
+diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
+index 805562b..93cd1f4 100644
+--- a/drivers/net/r8169.c
++++ b/drivers/net/r8169.c
+@@ -210,7 +210,7 @@ static const struct {
+ static struct pci_device_id rtl8169_pci_tbl[] = {
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8129), 0, 0, RTL_CFG_0 },
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8136), 0, 0, RTL_CFG_2 },
+-	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8167), 0, 0, RTL_CFG_1 },
++	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8167), 0, 0, RTL_CFG_0 },
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8168), 0, 0, RTL_CFG_2 },
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8169), 0, 0, RTL_CFG_0 },
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_DLINK,	0x4300), 0, 0, RTL_CFG_0 },
+
+-- 
+Ueimor
+

Modified: dists/trunk/linux-2.6/debian/patches/series/4
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/4	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/4	Tue Oct 24 15:16:36 2006
@@ -4,4 +4,5 @@
 + bugfix/net-netpoll.patch
 + bugfix/net-sky2-lockup.patch
 + features/net-forcedeth-swsusp.patch
++ bugfix/net-r8169-mmio8167.patch
 + features/net-r8169-pci_id-corega.patch



More information about the Kernel-svn-changes mailing list