From bf1d35ea501b3f9cfe962f74741d13763f72e431 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Oct 2005 13:08:57 +0000 Subject: add a couple comments --- perl-install/standalone/service_harddrake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 56f7b248d..b6dbf1b2a 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -148,8 +148,10 @@ foreach my $hw_class (@harddrake::data::tree) { modules::load(difference2(\@new_drivers, \@old_drivers)); next; } elsif ($Ident eq "PCMCIA_CONTROLLER") { + # obsolete once/since kernel-2.6.14/pcmciautils is used, but kept for compatibility: harddrake::autoconf::pcmcia(keys %ID ? first(values(%ID))->{driver} : ''); } elsif ($Ident eq "USB_CONTROLLER") { + # nearly useless (only mkinitrd uses it): modules::load_category($modules_conf, 'bus/usb'); $modules_conf->write; } elsif ($Ident eq "VIDEO") { -- cgit v1.2.1