summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-17 09:18:39 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-17 09:18:39 +0000
commit41397fe65fb087679a3e8d1faafe2f3996d5692e (patch)
tree323a4155d83f007527a44363ae39aaeca69d88d7 /perl-install/harddrake
parente3c3ad27ea89608c6c5d3cc5577279119b848d7d (diff)
downloaddrakx-backup-do-not-use-41397fe65fb087679a3e8d1faafe2f3996d5692e.tar
drakx-backup-do-not-use-41397fe65fb087679a3e8d1faafe2f3996d5692e.tar.gz
drakx-backup-do-not-use-41397fe65fb087679a3e8d1faafe2f3996d5692e.tar.bz2
drakx-backup-do-not-use-41397fe65fb087679a3e8d1faafe2f3996d5692e.tar.xz
drakx-backup-do-not-use-41397fe65fb087679a3e8d1faafe2f3996d5692e.zip
split out agp controllers out of bridges
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 62a5899d0..d08d55118 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -78,6 +78,7 @@ our @tree =
[ "MODEM", , N("Modem"), "modem.png", "$sbindir/drakconnect", sub { detect_devices::getModem() }, 0 ],
[ "ADSL", , N("ADSL adapters"), "modem.png", "$sbindir/drakconnect", sub {
require network::adsl; my $a = network::adsl::adsl_detect(); $a ? f(grep { $_ } values %$a) : () }, 0 ],
+ [ "AGP", , N("AGP controllers"), "memory.png", "", sub { f(modules::probe_category('various/agpgart')) }, 0 ],
[ "BRIDGE", , N("Bridges and system controllers"), "memory.png", "", sub { f(grep { $_->{media_type} =~ /BRIDGE|MEMORY_RAM/ && $_->{driver} ne 'nvnet' } @devices) }, 0 ],
[ "PRINTER", , N("Printer"), "hw_printer.png", "$sbindir/printerdrake", sub {
require printer::detect; printer::detect::local_detect() }, 0 ],