[kernel] r11367 - dists/trunk/linux-2.6/debian/patches/features/all
Maximilian Attems
maks at alioth.debian.org
Sun May 11 22:09:31 UTC 2008
Author: maks
Date: Sun May 11 22:09:30 2008
New Revision: 11367
Log:
really add atl1 version patch
Added:
dists/trunk/linux-2.6/debian/patches/features/all/drivers-net-atl1-version.patch
Added: dists/trunk/linux-2.6/debian/patches/features/all/drivers-net-atl1-version.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/features/all/drivers-net-atl1-version.patch Sun May 11 22:09:30 2008
@@ -0,0 +1,89 @@
+From: Jay Cliburn <jacliburn at bellsouth.net>
+To: jeff at garzik.org
+Cc: netdev at vger.kernel.org, linux-kernel at vger.kernel.org,
+ csnook at redhat.com, pelle at dsv.su.se,
+ Jay Cliburn <jacliburn at bellsouth.net>
+Subject: [PATCH 4/4] atl1: bump version number
+Date: Fri, 9 May 2008 22:12:09 -0500
+Message-Id: <1210389129-3868-5-git-send-email-jacliburn at bellsouth.net>
+X-Mailer: git-send-email 1.5.4.1
+In-Reply-To: <1210389129-3868-1-git-send-email-jacliburn at bellsouth.net>
+References: <1210389129-3868-1-git-send-email-jacliburn at bellsouth.net>
+Sender: netdev-owner at vger.kernel.org
+Precedence: bulk
+List-ID: <netdev.vger.kernel.org>
+X-Mailing-List: netdev at vger.kernel.org
+
+atl1-2.1.3.
+
+Signed-off-by: Jay Cliburn <jacliburn at bellsouth.net>
+---
+ drivers/net/atlx/atl1.c | 2 +-
+ drivers/net/atlx/atl1.h | 2 +-
+ drivers/net/atlx/atlx.c | 2 +-
+ drivers/net/atlx/atlx.h | 4 ++--
+ 4 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c
+index b7092a3..9c2394d 100644
+--- a/drivers/net/atlx/atl1.c
++++ b/drivers/net/atlx/atl1.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
+ * Copyright(c) 2006 - 2007 Chris Snook <csnook at redhat.com>
+- * Copyright(c) 2006 Jay Cliburn <jcliburn at gmail.com>
++ * Copyright(c) 2006 - 2008 Jay Cliburn <jcliburn at gmail.com>
+ *
+ * Derived from Intel e1000 driver
+ * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
+diff --git a/drivers/net/atlx/atl1.h b/drivers/net/atlx/atl1.h
+index 51893d6..a5015b1 100644
+--- a/drivers/net/atlx/atl1.h
++++ b/drivers/net/atlx/atl1.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
+ * Copyright(c) 2006 - 2007 Chris Snook <csnook at redhat.com>
+- * Copyright(c) 2006 Jay Cliburn <jcliburn at gmail.com>
++ * Copyright(c) 2006 - 2008 Jay Cliburn <jcliburn at gmail.com>
+ *
+ * Derived from Intel e1000 driver
+ * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
+diff --git a/drivers/net/atlx/atlx.c b/drivers/net/atlx/atlx.c
+index f06b854..b3e7fcf 100644
+--- a/drivers/net/atlx/atlx.c
++++ b/drivers/net/atlx/atlx.c
+@@ -2,7 +2,7 @@
+ *
+ * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
+ * Copyright(c) 2006 - 2007 Chris Snook <csnook at redhat.com>
+- * Copyright(c) 2006 Jay Cliburn <jcliburn at gmail.com>
++ * Copyright(c) 2006 - 2008 Jay Cliburn <jcliburn at gmail.com>
+ * Copyright(c) 2007 Atheros Corporation. All rights reserved.
+ *
+ * Derived from Intel e1000 driver
+diff --git a/drivers/net/atlx/atlx.h b/drivers/net/atlx/atlx.h
+index 9672188..297a03d 100644
+--- a/drivers/net/atlx/atlx.h
++++ b/drivers/net/atlx/atlx.h
+@@ -2,7 +2,7 @@
+ *
+ * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
+ * Copyright(c) 2006 - 2007 Chris Snook <csnook at redhat.com>
+- * Copyright(c) 2006 Jay Cliburn <jcliburn at gmail.com>
++ * Copyright(c) 2006 - 2008 Jay Cliburn <jcliburn at gmail.com>
+ * Copyright(c) 2007 Atheros Corporation. All rights reserved.
+ *
+ * Derived from Intel e1000 driver
+@@ -29,7 +29,7 @@
+ #include <linux/module.h>
+ #include <linux/types.h>
+
+-#define ATLX_DRIVER_VERSION "2.1.1"
++#define ATLX_DRIVER_VERSION "2.1.3"
+ MODULE_AUTHOR("Xiong Huang <xiong.huang at atheros.com>, \
+ Chris Snook <csnook at redhat.com>, Jay Cliburn <jcliburn at gmail.com>");
+ MODULE_LICENSE("GPL");
+--
+1.5.4.1
More information about the Kernel-svn-changes
mailing list