From d5d2d55330cb338037a445c5cfd9ade3ac0b95ee Mon Sep 17 00:00:00 2001 From: Nicolas Planel Date: Wed, 21 Jan 2004 17:55:02 +0000 Subject: add *-agp module support --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index f67e0e098..b7cd594a5 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -378,6 +378,7 @@ sub when_load { load('snd-pcm-oss') if $name =~ /^snd-/; add_alias('ieee1394-controller', $name) if member($name, 'ohci1394'); add_probeall('usb-interface', $name) if $name =~ /usb-[uo]hci/ || $name eq 'ehci-hcd'; + add_alias('/dev/agpgart', $name) if $name =~ /-agp$/; $conf{$name}{options} = join " ", @options if @options; -- cgit v1.2.1