]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] document that 8139TOO supports 8129/8130
authorAdrian Bunk <bunk@stusta.de>
Mon, 16 May 2005 19:13:03 +0000 (21:13 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 26 Jun 2005 22:33:33 +0000 (18:33 -0400)
The 8129/8130 support is a sub-option that is not visible if the user
hasn't enabled the 8139 support.

Let's make it a bit easier for users to find the driver for their nic.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/3c509.c
drivers/net/Kconfig

index e843109d4f62dc06a42c7c940c41fd22ebaef166..977935a3d898d00fcfb6a2c12e297f6a7a49cc83 100644 (file)
@@ -217,6 +217,7 @@ static void el3_poll_controller(struct net_device *dev);
 static struct eisa_device_id el3_eisa_ids[] = {
                { "TCM5092" },
                { "TCM5093" },
+               { "TCM5095" },
                { "" }
 };
 
index fa9f76c953ddaf930ca929f05c1d3702bf4088c7..47e158fa5aacca87700c975cb8903b52b7a0ff07 100644 (file)
@@ -1488,14 +1488,14 @@ config 8139CP
          will be called 8139cp.  This is recommended.
 
 config 8139TOO
-       tristate "RealTek RTL-8139 PCI Fast Ethernet Adapter support"
+       tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support"
        depends on NET_PCI && PCI
        select CRC32
        select MII
        ---help---
          This is a driver for the Fast Ethernet PCI network cards based on
-         the RTL8139 chips. If you have one of those, say Y and read
-         the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>.
+         the RTL 8129/8130/8139 chips. If you have one of those, say Y and
+         read the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>.
 
          To compile this driver as a module, choose M here: the module
          will be called 8139too.  This is recommended.