On Tue, 27 Mar 2001, Jeff Garzik wrote:

> Greg Ingram wrote:
> > 
> > In 2.2.19 CONFIG_RTL8139 depends on CONFIG_EXPERIMENTAL.  The RTL8139
> > driver is not labelled as experimental.  Is this an error?
> 
> Yeah, add '(EXPERIMENTAL)' to the text.  Send a patch to Alan if you
> want...

Okay.  I really thought it would be the other way around, that is, that
the driver is no longer experimental.  Anyway, I also tagged the 8139too
driver as experimental.  Patch follows.

- Greg

--- linux/drivers/net/Config.in.orig    Tue Mar 27 10:26:52 2001
+++ linux/drivers/net/Config.in Tue Mar 27 10:27:39 2001
@@ -98,10 +98,10 @@
     tristate 'NI6510 support' CONFIG_NI65
   fi
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-      tristate 'RealTek 8129/8139 (not 8019/8029!) support' CONFIG_RTL8139
+      tristate 'RealTek 8129/8139 (not 8019/8029!) support (EXPERIMENTAL)' 
+CONFIG_RTL8139
   fi
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-      tristate 'Alternative RealTek 8139 driver (8139too) support' CONFIG_RTL8139TOO
+      tristate 'Alternative RealTek 8139 driver (8139too) support (EXPERIMENTAL)' 
+CONFIG_RTL8139TOO
       if [ "$CONFIG_RTL8139TOO" != "n" ]; then
           bool '  Use PIO instead of MMIO' CONFIG_8139TOO_PIO
           bool '  Support for automatic channel equalization' 
CONFIG_8139TOO_TUNE_TWISTER

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to