diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-06 22:02:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-06 22:02:28 +0000 |
commit | 2327665fc3d19ed2de26a8d5448aa6e2e7867a8a (patch) | |
tree | 1ae770e80ecd3c125d2becd39f3e43dd5d27b8e4 | |
parent | c17fa5794c2872da681650ea516d0fd61612b81f (diff) | |
download | drakx-2327665fc3d19ed2de26a8d5448aa6e2e7867a8a.tar drakx-2327665fc3d19ed2de26a8d5448aa6e2e7867a8a.tar.gz drakx-2327665fc3d19ed2de26a8d5448aa6e2e7867a8a.tar.bz2 drakx-2327665fc3d19ed2de26a8d5448aa6e2e7867a8a.tar.xz drakx-2327665fc3d19ed2de26a8d5448aa6e2e7867a8a.zip |
fix #1837: add support for two more wireless network cards
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index eb71bbbd5..525fb85fa 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -20,7 +20,7 @@ our %l = ( qw(3c501 3c503 3c505 3c507 3c509 3c515 3c90x), qw(82596 abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci), qw(cs89x0 de600 de620), - qw(defxx orinoco_plx), # most unused + qw(acx100_pci defxx orinoco_plx), # most unused qw(depca dgrs dmfe e100 e2100 eepro eepro100 eexpress epic100 eth16i), qw(ewrk3 hamachi hp hp-plus hp100 ibmtr), qw(lance natsemi ne ne2k-pci ni5010 ni52 ni65 nvnet olympic pcnet32 plip rcpci), |