Stefan Schmidt <[EMAIL PROTECTED]> writes:

> I still like the partition by speed.

Me 2

> It makes it a lot easier to find
> the right driver in the bunch of available ones.

Sure. Unless you have a 100 Mb/s card and you don't know the same
driver works with newer 1000 Mb/s models.

IOW - questionable.

> A solution like a
> Kconfig entry symlink for driver which needs to support cards in two
> or more categories would be my favorite.

It would be a total mess.


However, some clever conditionals could make it better.
One menu for both 100 and 1000 Mb/s, and something like:

tristate 100Mbps (Y/N/M)
tristate 1000Mbps (Y/N/M)

...
if 100Mbps
        Realtek 8139
        Intel E100
fi

if 100Mbps || 1000Mbps
        forcedeath
        some_SIS_driver
        etc.
fi

if 1000Mbps
        E1000
        ...

Probably 10 Mbps drivers could lead the list. You could check for PCI,
ISA and what not.
This way each driver has only one entry, but if you know you have,
say, 1 Gb/s Ethernet card only you can select 1 Gb/s and don't
worry about 100-Mbps NVidias.

I'd include that Tulip thing, too - no need for a separate menu
(the directory is a different thing).
-- 
Krzysztof Halasa
-
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

Reply via email to