summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 7e30f04a7..8eb4c55c6 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -159,14 +159,16 @@ our %l = (
qw(parport parport_pc parport_serial),
qw(btaudio),
+ #- these need checking
+ qw(pcilynx sktr rrunner meye 3c559 buz paep),
+ ],
+ agpgart => [
if_(arch() =~ /alpha/, qw(alpha-agp)),
if_(arch() =~ /ia64/, qw(hp-agp i460-agp)),
if_(arch() =~ /ppc/, qw(uninorth-agp)),
qw(agpgart ali-agp amd64-agp amd-k7-agp ati-agp intel-agp),
qw(nvidia-agp sworks-agp sis-agp via-agp),
- #- these need checking
- qw(pcilynx sktr rrunner meye 3c559 buz paep),
],
},
);