diff options
author | Francois Pons <fpons@mandriva.com> | 2002-11-25 17:44:13 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-11-25 17:44:13 +0000 |
commit | d76bf5d6826d6bb419ce6886f9eb58347ab53166 (patch) | |
tree | 1fd48d3264975066fd1bfa649f8631185bf94c32 /kernel/list_modules.pm | |
parent | e6679c0eb25148c5261dbf03acacd6ded48cecac (diff) | |
download | drakx-d76bf5d6826d6bb419ce6886f9eb58347ab53166.tar drakx-d76bf5d6826d6bb419ce6886f9eb58347ab53166.tar.gz drakx-d76bf5d6826d6bb419ce6886f9eb58347ab53166.tar.bz2 drakx-d76bf5d6826d6bb419ce6886f9eb58347ab53166.tar.xz drakx-d76bf5d6826d6bb419ce6886f9eb58347ab53166.zip |
added adiusbadsl (for supporting Sagem USB ADSL modem).
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 745e64aea..e6d0d5d01 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -18,8 +18,14 @@ our %l = ( if_(arch() =~ /^sparc/, qw(myri_sbus sunbmac sunhme sunqe)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, qw(3c501 3c503 3c505 3c507 3c509 3c515), # 3c90x - qw(82596 abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci), + qw(82596), #abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci qw(cs89x0 de600 de620 r8169), + #qw(defxx orinoco_plx), # most unused + #qw(dmfe e100 e1000 e2100 eepro eepro100 eexpress epic100 eth16i), # depca dgrs + #qw(hp hp-plus hp100), # hamachi ewrk3 ibmtr + #w(lance ne ne2k-pci ), #old_tulip natsemi ni5010 ni52 ni65 nvnet olympic pcnet32 plip rcpci + #w(sb1000 tlan tmspci tulip via-rhine), #sktr sis900 sk98lin smc-ultra smc9194 starfire tg3 + #w(ns83820), #wd winbond-840 yellowfin qw(defxx orinoco_plx), # most unused qw(depca dgrs dmfe e100 e1000 e2100 eepro eepro100 eexpress epic100 eth16i), qw(ewrk3 hamachi hp hp-plus hp100 ibmtr), @@ -30,7 +36,7 @@ our %l = ( qw(iph5526), #- fibre channel ), - qw(3c59x 8139too sundance dl2k), #rtl8139 + qw(3c59x 8139too ), #rtl8139 sundance dl2k ], raw => [ qw(8390 mii), @@ -42,7 +48,7 @@ our %l = ( qw(xirc2ps_cs xircom_cb xircom_tulip_cb), ], usb => [ - qw(pegasus kaweth usbnet catc CDCEther), + qw(pegasus kaweth usbnet catc CDCEther adiusbadsl), ], isdn => [ qw(b1pci c4 hisax hisax_fcpcipnp hysdn t1pci tpam), @@ -56,10 +62,10 @@ our %l = ( if_(arch() =~ /ppc/, qw(mesh mac53c94)), 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 pas16 pci2220i psi240i), + qw(3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys), # aha152x aha1542 aha1740 + qw(atp870u dc395x_trm dtc g_NCR5380 in2000 initio), # pas16 pci2220i psi240i fdomain qw(qla1280 qla2x00 qlogicfas qlogicfc), - qw(seagate sim710 sym53c416 t128 tmscsim u14-34f ultrastor wd7000), + qw(seagate), # wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor qw(eata eata_pio eata_dma), ), '53c7,8xx', @@ -69,7 +75,7 @@ our %l = ( if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, qw(DAC960 dpt_i2o megaraid aacraid ataraid cciss cpqarray gdth i2o_block), - qw(qla2200 qla2300 cpqfc), + qw(cpqfc), # qla2200 qla2300 qw(ips ppa imm), ), ], |