summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-02-14 21:22:57 +0000
committerThierry Vignaud <tv@mageia.org>2011-02-14 21:22:57 +0000
commit8b28cb3bea18526dbfbd3a77a5ee697bab0ebfa6 (patch)
tree9a710d2cec9104b94f16394efcbf19e27021d669 /kernel
parent7da1f8413bbd997bcea666386e9ed4323256a0eb (diff)
downloaddrakx-backup-do-not-use-8b28cb3bea18526dbfbd3a77a5ee697bab0ebfa6.tar
drakx-backup-do-not-use-8b28cb3bea18526dbfbd3a77a5ee697bab0ebfa6.tar.gz
drakx-backup-do-not-use-8b28cb3bea18526dbfbd3a77a5ee697bab0ebfa6.tar.bz2
drakx-backup-do-not-use-8b28cb3bea18526dbfbd3a77a5ee697bab0ebfa6.tar.xz
drakx-backup-do-not-use-8b28cb3bea18526dbfbd3a77a5ee697bab0ebfa6.zip
add support for new drivers
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index afc2d64c5..597020bcf 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -20,7 +20,7 @@ our %l = (
if_(arch() !~ /alpha|sparc/,
qw(3c501 3c503 3c505 3c507 3c509 3c515 3c990 3c990fx),
qw(82596 ac3200 acenic aironet4500_card amd8111e at1700 atl2 atp),
- qw(bcm4400 cassini cs89x0 de600 de620),
+ qw(bcm4400 cassini cs89x0 cx82310_eth de600 de620),
qw(depca dmfe e2100 eepro eexpress enic eth16i),
qw(ewrk3 hp hp-plus hp100),
qw(iph5526), #- fibre channel
@@ -41,8 +41,8 @@ our %l = (
],
firewire => [ qw(eth1394 pcilynx) ],
gigabit => [
- qw(atl1 atl1c atl1e be2net bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg_nic
- sis190 sk98lin skge sky2 slicoss spidernet tehuti tg3 via-velocity virtio_net vxge yellowfin),
+ qw(atl1 atl1c atl1e be2net bna bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 pch_gbe qla3xxx r8169 s2io sfc sxg_nic
+ sis190 sk98lin skge sky2 slicoss spidernet stmmac tehuti tg3 via-velocity virtio_net vxge yellowfin),
qw(bcm5820 bcm5700), #- encrypted
],
@@ -62,14 +62,14 @@ our %l = (
],
wireless => [
qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs),
- qw(aironet_cs ar9170usb arlan arusb_lnx at76_usb ath5k ath9k),
- qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs),
+ qw(aironet_cs ar9170usb arlan arusb_lnx at76_usb ath5k ath6kl ath9k),
+ qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx bcm_wimax brcm80211 carl9170 com20020_cs),
qw(dyc_ar5 hostap_cs hostap_pci hostap_plx i2400m-usb ipw2100),
qw(ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwlwifi madwifi_pci),
qw(mwl8k ndiswrapper netwave_cs orinoco orinoco_cs),
qw(orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd p54pci),
qw(p54usb prism2_cs prism2_pci prism2_usb prism54 r8180),
- qw(r8187se r8192_pci r8192s_usb r8192u_usb ray_cs rndis_wlan rt2400 rt2400pci rt2500),
+ qw(r8187se r8192_pci r8192s_usb r8192u_usb r8712u ray_cs rndis_wlan rt2400 rt2400pci rt2500),
qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870),
qw(rt2870sta rt3070sta rt61 rt61pci rt73 rt73usb rtl8180),
qw(rtl8187se rtusb spectrum_cs usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und),
@@ -85,7 +85,7 @@ our %l = (
qw(hso nozomi option sierra),
],
modem => [
- qw(ltmodem mwave sm56),
+ qw(ltmodem mwave sm56 ft1000),
],
slmodem => [
qw(slamr slusb snd-ali5451 snd-atiixp-modem snd-intel8x0m snd-via82xx-modem),
@@ -153,7 +153,7 @@ our %l = (
virtual => [ qw(xenblk virtio_blk) ],
pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs pata_pcmcia sym53c500_cs) ],
raw => [ qw(ide-gd_mod sd_mod) ],
- usb => [ qw(usb-storage) ],
+ usb => [ qw(usb-storage keucr uas) ],
firewire => [ qw(sbp2) ],
cdrom => [ qw(ide-cd_mod sr_mod) ],
card_reader => [ qw(sdhci tifm_sd tifm_7xx1) ],