summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-11-16 11:22:44 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-11-16 11:22:44 +0000
commit026efcdb79679906ed1fe352d79014bf7c77152a (patch)
treecd339257de73a80f25cbca9249501d17cb87621b /kernel
parent064a17dfbd5285b77c25113c2a664e0b4c17a0a9 (diff)
downloaddrakx-026efcdb79679906ed1fe352d79014bf7c77152a.tar
drakx-026efcdb79679906ed1fe352d79014bf7c77152a.tar.gz
drakx-026efcdb79679906ed1fe352d79014bf7c77152a.tar.bz2
drakx-026efcdb79679906ed1fe352d79014bf7c77152a.tar.xz
drakx-026efcdb79679906ed1fe352d79014bf7c77152a.zip
add efficeon-agp k7-agp and mch-agp AGP drivers
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 8b3f22378..93260680b 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -194,8 +194,8 @@ our %l = (
if_(arch() =~ /ia64/, qw(hp-agp i460-agp)),
if_(arch() =~ /ppc/, qw(uninorth-agp)),
- qw(ali-agp amd64-agp amd-k7-agp ati-agp intel-agp),
- qw(nvidia-agp sworks-agp sis-agp via-agp),
+ qw(ali-agp amd64-agp amd-k7-agp ati-agp efficeon-agp intel-agp),
+ qw(k7-agp mch-agp nvidia-agp sis-agp sworks-agp via-agp),
],
},
);