From 56032e485e9659bdf844fc8745f7f19cf8dc411c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Aug 2004 08:51:22 +0000 Subject: add PCMCIA controllers class --- perl-install/harddrake/data.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 8caf43fef..ceb6cd2c2 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -309,6 +309,19 @@ our @tree = checked_on_boot => 1, }, + { + class => "PCMCIA_CONTROLLER", + string => N("PCMCIA controllers"), + icon => "scsi.png", + configurator => "", + detector => sub { + require list_modules; + my @modules = list_modules::category2modules('bus/pcmcia'); + f(grep { member($_->{driver}, @modules) } @devices); + }, + checked_on_boot => 1, + }, + { class => "SCSI_CONTROLLER", string => N("SCSI controllers"), -- cgit v1.2.1