| Submitter | Ondrej Zary |
|---|---|
| Date | Sept. 28, 2010, 6:46 p.m. |
| Message ID | <201009282046.21279.linux@rainbow-software.org> |
| Download | mbox | patch |
| Permalink | /patch/66013/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
On 09/28/2010 02:46 PM, Ondrej Zary wrote: > It should be ready after 8 years...remove the experimental dependency. > > Signed-off-by: Ondrej Zary<linux@rainbow-software.org> > > --- linux-2.6.36-rc3-/drivers/net/tulip/Kconfig 2010-08-29 17:36:04.000000000 +0200 > +++ linux-2.6.36-rc3/drivers/net/tulip/Kconfig 2010-09-28 19:49:46.000000000 +0200 > @@ -11,8 +11,8 @@ menuconfig NET_TULIP > if NET_TULIP > > config DE2104X > - tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" > - depends on PCI&& EXPERIMENTAL > + tristate "Early DECchip Tulip (dc2104x) PCI support" > + depends on PCI > select CRC32 > ---help--- > This driver is developed for the SMC EtherPower series Ethernet Well... it's not the years, it's the quality... which I think has been sufficiently increased. Acked-by: Jeff Garzik <jgarzik@redhat.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Jeff Garzik <jgarzik@pobox.com> Date: Tue, 28 Sep 2010 14:52:19 -0400 > On 09/28/2010 02:46 PM, Ondrej Zary wrote: >> It should be ready after 8 years...remove the experimental dependency. >> >> Signed-off-by: Ondrej Zary<linux@rainbow-software.org> >> >> --- linux-2.6.36-rc3-/drivers/net/tulip/Kconfig 2010-08-29 >> --- 17:36:04.000000000 +0200 >> +++ linux-2.6.36-rc3/drivers/net/tulip/Kconfig 2010-09-28 >> 19:49:46.000000000 +0200 >> @@ -11,8 +11,8 @@ menuconfig NET_TULIP >> if NET_TULIP >> >> config DE2104X >> - tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" >> - depends on PCI&& EXPERIMENTAL >> + tristate "Early DECchip Tulip (dc2104x) PCI support" >> + depends on PCI >> select CRC32 >> ---help--- >> This driver is developed for the SMC EtherPower series Ethernet > > Well... it's not the years, it's the quality... which I think has > been sufficiently increased. > > Acked-by: Jeff Garzik <jgarzik@redhat.com> Also applied to net-next-2.6, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- linux-2.6.36-rc3-/drivers/net/tulip/Kconfig 2010-08-29 17:36:04.000000000 +0200 +++ linux-2.6.36-rc3/drivers/net/tulip/Kconfig 2010-09-28 19:49:46.000000000 +0200 @@ -11,8 +11,8 @@ menuconfig NET_TULIP if NET_TULIP config DE2104X - tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + tristate "Early DECchip Tulip (dc2104x) PCI support" + depends on PCI select CRC32 ---help--- This driver is developed for the SMC EtherPower series Ethernet
It should be ready after 8 years...remove the experimental dependency. Signed-off-by: Ondrej Zary <linux@rainbow-software.org>