Most labels for 3com cards only display the "3cXXX" codes, which are
even not always displayed on the card, as I noticed. It'd be quite
nice to add the "commercial" name to that label, so that users don't
have to browse all help screens to find their card.
Here's a small patch against 2.3.99-pre6 for a couple of such cards.
I guess other labels could be improved as well, but that's better than
nothing. I hope it can make it into -pre7.
--- drivers/net/Config.in.dist Wed May 3 00:29:31 2000
+++ drivers/net/Config.in Wed May 3 00:34:34 2000
@@ -53,13 +53,13 @@
fi
bool ' 3COM cards' CONFIG_NET_VENDOR_3COM
if [ "$CONFIG_NET_VENDOR_3COM" = "y" ]; then
- tristate ' 3c501 support' CONFIG_EL1
- tristate ' 3c503 support' CONFIG_EL2
- tristate ' 3c505 support' CONFIG_ELPLUS
+ tristate ' 3c501 "EtherLink" support' CONFIG_EL1
+ tristate ' 3c503 "EtherLink II" support' CONFIG_EL2
+ tristate ' 3c505 "Etherlink Plus" support' CONFIG_ELPLUS
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate ' 3c507 support (EXPERIMENTAL)' CONFIG_EL16
fi
- tristate ' 3c509/3c529 (MCA)/3c579 support' CONFIG_EL3
+ tristate ' 3c509/3c529 (MCA)/3c579 "Etherlink III" support' CONFIG_EL3
tristate ' 3c515 ISA Fast EtherLink' CONFIG_3C515
if [ "$CONFIG_MCA" = "y" ]; then
tristate ' 3c523 support' CONFIG_ELMC
-- Yann Dirson <ydirson@altern.org> | Why make M$-Bill richer & richer ? debian-email: <dirson@debian.org> | Support Debian GNU/Linux: | Cheaper, more Powerful, more Stable ! http://www.altern.org/ydirson/ | Check <http://www.debian.org/>- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun May 07 2000 - 21:00:11 EST