diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8b6b35eb3..865ba0e93 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -56,7 +56,7 @@ our %l = ( if_(arch() =~ /^sparc/, qw(qlogicpti)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, qw(3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740), - qw(atp870u dc395x_trm dtc fdomain g_NCR5380 in2000 initio pci2220i psi240i), + qw(atp870u dc395x_trm dtc fdomain g_NCR5380 in2000 initio pas16 pci2220i psi240i), qw(qla1280 qla2x00 qlogicfas qlogicfc), qw(seagate sim710 sym53c416 t128 tmscsim u14-34f ultrastor wd7000), qw(eata eata_pio eata_dma), @@ -111,8 +111,9 @@ our %l = ( sound => [ if_(arch() =~ /ppc/, qw(dmasound_awacs)), if_(arch() !~ /^sparc/, - qw(audigy btaudio cmpci cs46xx cs4281 emu10k1 es1370 es1371 esssolo1 i810_audio maestro maestro3), - qw(nm256_audio pas16 rme96xx sonicvibes trident via82cxxx_audio ymfpci), + qw(ad1816 ad1848 awe_wave audigy btaudio cmpci cs46xx cs4232 cs4281 emu10k1 es1370 es1371 esssolo1), + qw(gus i810_audio mad16 maestro maestro3 mpu401 msnd_pinnacle opl3 opl3sa opl3sa2 nm256_audio), + qw(pas2 rme96xx sb sgalaxy sonicvibes sscape trident via82cxxx_audio wavefront ymfpci), qw(snd-ali5451 snd-als100 snd-als4000 snd-azt2320 snd-cmi8330 snd-cmipci snd-cs46xx snd-dt0197h), qw(snd-cs4281 snd-emu10k1), qw(snd-ad1816a snd-ad1848 snd-cs4232 snd-gusclassic snd-gusextreme snd-gusmax snd-interwave), |