2006-02-03 21:32:37

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] schedule eepro100.c for removal

Signed-off-by: Adrian Bunk <[email protected]>

---

This patch was already sent on:
- 18 Jan 2006

--- linux-2.6.15-mm4-full/Documentation/feature-removal-schedule.txt.old 2006-01-18 08:38:57.000000000 +0100
+++ linux-2.6.15-mm4-full/Documentation/feature-removal-schedule.txt 2006-01-18 08:39:59.000000000 +0100
@@ -164,0 +165,6 @@
+---------------------------
+
+What: eepro100 network driver
+When: April 2006
+Why: replaced by the e100 driver
+Who: Adrian Bunk <[email protected]>


2006-02-03 22:23:30

by Benjamin LaHaise

[permalink] [raw]
Subject: Re: [2.6 patch] schedule eepro100.c for removal

Where's the hunk to make the eepro100 driver spew messages about being
obsolete out upon loading?

-ben

On Fri, Feb 03, 2006 at 10:32:34PM +0100, Adrian Bunk wrote:
> Signed-off-by: Adrian Bunk <[email protected]>
>
> ---
>
> This patch was already sent on:
> - 18 Jan 2006
>
> --- linux-2.6.15-mm4-full/Documentation/feature-removal-schedule.txt.old 2006-01-18 08:38:57.000000000 +0100
> +++ linux-2.6.15-mm4-full/Documentation/feature-removal-schedule.txt 2006-01-18 08:39:59.000000000 +0100
> @@ -164,0 +165,6 @@
> +---------------------------
> +
> +What: eepro100 network driver
> +When: April 2006
> +Why: replaced by the e100 driver
> +Who: Adrian Bunk <[email protected]>
>
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

--
"Ladies and gentlemen, I'm sorry to interrupt, but the police are here
and they've asked us to stop the party." Don't Email: <[email protected]>.

2006-02-04 01:10:51

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] schedule eepro100.c for removal

On Fri, Feb 03, 2006 at 05:18:58PM -0500, Benjamin LaHaise wrote:

> Where's the hunk to make the eepro100 driver spew messages about being
> obsolete out upon loading?

Updated patch below.

> -ben

cu
Adrian


<-- snip -->


Signed-off-by: Adrian Bunk <[email protected]>

---

Documentation/feature-removal-schedule.txt | 6 ++++++
drivers/net/eepro100.c | 1 +
2 files changed, 7 insertions(+)

--- linux-2.6.15-mm4-full/Documentation/feature-removal-schedule.txt.old 2006-01-18 08:38:57.000000000 +0100
+++ linux-2.6.15-mm4-full/Documentation/feature-removal-schedule.txt 2006-01-18 08:39:59.000000000 +0100
@@ -164,0 +165,6 @@
+---------------------------
+
+What: eepro100 network driver
+When: April 2006
+Why: replaced by the e100 driver
+Who: Adrian Bunk <[email protected]>

--- linux-2.6.16-rc1-mm5-full/drivers/net/eepro100.c.old 2006-02-03 23:37:55.000000000 +0100
+++ linux-2.6.16-rc1-mm5-full/drivers/net/eepro100.c 2006-02-03 23:39:10.000000000 +0100
@@ -2391,6 +2391,7 @@ static int __init eepro100_init_module(v
#ifdef MODULE
printk(version);
#endif
+ printk(KERN_WARNING "eepro100 will be removed soon, please use the e100 driver\n");
return pci_module_init(&eepro100_driver);
}