diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-27 20:15:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-27 20:15:33 +0000 |
commit | 8c153531386e8092a1284eaebd77f0f06bef2c87 (patch) | |
tree | b4fd5efd5eaaeff83b543b29a5f0f895bc94eca6 /kernel/list_modules.pm | |
parent | 32dbc3bdbe5c6f160c6c4e16c36dc4e6d3979936 (diff) | |
download | drakx-8c153531386e8092a1284eaebd77f0f06bef2c87.tar drakx-8c153531386e8092a1284eaebd77f0f06bef2c87.tar.gz drakx-8c153531386e8092a1284eaebd77f0f06bef2c87.tar.bz2 drakx-8c153531386e8092a1284eaebd77f0f06bef2c87.tar.xz drakx-8c153531386e8092a1284eaebd77f0f06bef2c87.zip |
add support for gigabit sky2 driver (appeared in 2.6.16-rc1)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ae7a69fea..e56d97a8d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -36,7 +36,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(bnx2 cxgb dl2k e1000 ixgb myri_sbus ns83820 r8169 s2io sis190 sk98lin skge spidernet tg3 via-velocity yellowfin), + qw(bnx2 cxgb dl2k e1000 ixgb myri_sbus ns83820 r8169 s2io sis190 sk98lin skge sky2 spidernet tg3 via-velocity yellowfin), qw(bcm5820 bcm5700), #- encrypted ], @@ -175,7 +175,7 @@ our %l = ( qw(maestro3 mpu401 msnd_pinnacle nm256_audio nvaudio opl3 opl3sa opl3sa2 pas2 pss), qw(rme96xx sam9407 sb sgalaxy snd-ad1816a snd-ad1848 snd-ad1889 snd-ali5451 snd-als100), qw(snd-als4000 snd-atiixp snd-au8810 snd-au8820 snd-au8830 snd-audigyls snd-azt2320 snd-azt3328 snd-azx), - qw(snd-asihpi snd-bt87x snd-ca0106 snd-cmi8330 snd-cmipciAsnd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281), + qw(snd-asihpi snd-bt87x snd-ca0106 snd-cmi8330 snd-cmipci snd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281), qw(snd-cs46xx snd-cs5535audio snd-darla20 snd-darla24 snd-dt019x snd-emu10k1 snd-emu10k1x snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx), qw(snd-es1938 snd-es1968 snd-es968 snd-fm801 snd-gina20 snd-gina24 snd-gina3g snd-gusclassic snd-gusextreme), qw(snd-gusmax snd-hda-intel snd-hdsp snd-hdspm snd-ice1712 snd-ice1724 snd-indi snd-indigo snd-indigodj snd-indigoio snd-intel8x0 snd-interwave), |