summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-13 02:33:19 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-13 02:33:19 +0000
commit7521a6927949322de435ebf62e73412fba0e9e6e (patch)
tree5611ebfed7dccf2f20feb902463910f7a45c3afc /perl-install/harddrake
parentc0370939cd4ee05317fceeecf6f2e9521c7b7749 (diff)
downloaddrakx-7521a6927949322de435ebf62e73412fba0e9e6e.tar
drakx-7521a6927949322de435ebf62e73412fba0e9e6e.tar.gz
drakx-7521a6927949322de435ebf62e73412fba0e9e6e.tar.bz2
drakx-7521a6927949322de435ebf62e73412fba0e9e6e.tar.xz
drakx-7521a6927949322de435ebf62e73412fba0e9e6e.zip
move comment where appropriate
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 7b2153eba..e0c6bc1e1 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -201,9 +201,6 @@ our @tree =
icon => "hw_network.png",
configurator => "$sbindir/drakconnect",
detector => sub {
- #- generic NIC detection for USB seems broken (class, subclass,
- #- protocol reported are not accurate) so we match network adapters against
- #- known drivers :-(
require list_modules;
require network::ethernet;
my @net_modules = list_modules::category2modules(network::ethernet::get_eth_categories());