* [PATCH 4/4] forcedeth: version bump
@ 2007-05-22 0:23 Ayaz Abdulla
2007-05-24 22:03 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Ayaz Abdulla @ 2007-05-22 0:23 UTC (permalink / raw)
To: Jeff Garzik, Manfred Spraul, Andrew Morton, nedev
[-- Attachment #1: Type: text/plain, Size: 85 bytes --]
This patch bumps up the version.
Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
[-- Attachment #2: patch-forcedeth-version --]
[-- Type: text/plain, Size: 979 bytes --]
--- old/drivers/net/forcedeth.c 2007-05-21 20:09:03.000000000 -0400
+++ new/drivers/net/forcedeth.c 2007-05-21 20:10:32.000000000 -0400
@@ -112,6 +112,7 @@
* 0.58: 30 Oct 2006: Added support for sideband management unit.
* 0.59: 30 Oct 2006: Added support for recoverable error.
* 0.60: 20 Jan 2007: Code optimizations for rings, rx & tx data paths, and stats.
+ * 0.61: 21 May 2007: Fix power management code, cpu mask, and added vitesse phy.
*
* Known bugs:
* We suspect that on some hardware no TX done interrupts are generated.
@@ -128,7 +129,7 @@
#else
#define DRIVERNAPI
#endif
-#define FORCEDETH_VERSION "0.60"
+#define FORCEDETH_VERSION "0.61"
#define DRV_NAME "forcedeth"
#include <linux/module.h>
@@ -5634,6 +5635,7 @@
MODULE_AUTHOR("Manfred Spraul <manfred@colorfullife.com>");
MODULE_DESCRIPTION("Reverse Engineered nForce ethernet driver");
MODULE_LICENSE("GPL");
+MODULE_VERSION(FORCEDETH_VERSION);
MODULE_DEVICE_TABLE(pci, pci_tbl);
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 4/4] forcedeth: version bump
2007-05-22 0:23 [PATCH 4/4] forcedeth: version bump Ayaz Abdulla
@ 2007-05-24 22:03 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-05-24 22:03 UTC (permalink / raw)
To: Ayaz Abdulla; +Cc: Manfred Spraul, Andrew Morton, nedev
Ayaz Abdulla wrote:
> This patch bumps up the version.
>
> Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
>
>
> ------------------------------------------------------------------------
>
> --- old/drivers/net/forcedeth.c 2007-05-21 20:09:03.000000000 -0400
> +++ new/drivers/net/forcedeth.c 2007-05-21 20:10:32.000000000 -0400
> @@ -112,6 +112,7 @@
> * 0.58: 30 Oct 2006: Added support for sideband management unit.
> * 0.59: 30 Oct 2006: Added support for recoverable error.
> * 0.60: 20 Jan 2007: Code optimizations for rings, rx & tx data paths, and stats.
> + * 0.61: 21 May 2007: Fix power management code, cpu mask, and added vitesse phy.
> *
> * Known bugs:
> * We suspect that on some hardware no TX done interrupts are generated.
The standard for kernel drivers these days is to rely on the
permanent-for-eternity kernel changelog stored in git.
So please just remove the entire history from the C source code. It's
just patch noise...
> @@ -128,7 +129,7 @@
> #else
> #define DRIVERNAPI
> #endif
> -#define FORCEDETH_VERSION "0.60"
> +#define FORCEDETH_VERSION "0.61"
> #define DRV_NAME "forcedeth"
obviously the rest of this patch is OK. But due to earlier patch
rejections, I will not apply it, and will assume it will reappear when
you resend other patches.
Finally, I would suggest keeping up with the kernel's "bug fix"
2.6.X-rcY release candidate cycles. These changes ARE bug fixes, I
agree, but they still should not be appearing at the last minute. That
gives us little time to ensure the fixes do not cause regressions.
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-24 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 0:23 [PATCH 4/4] forcedeth: version bump Ayaz Abdulla
2007-05-24 22:03 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).