diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-15 13:17:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-15 13:17:16 +0000 |
commit | 8cd43e0d29ea315b6071793274b0d47f6a1b4113 (patch) | |
tree | e4a1595e9c6d7fceb66c0f59ef3f5aa7f8069c97 | |
parent | c21ae0aba756ea98877f7d1617394ed8d8acdcb7 (diff) | |
download | drakx-8cd43e0d29ea315b6071793274b0d47f6a1b4113.tar drakx-8cd43e0d29ea315b6071793274b0d47f6a1b4113.tar.gz drakx-8cd43e0d29ea315b6071793274b0d47f6a1b4113.tar.bz2 drakx-8cd43e0d29ea315b6071793274b0d47f6a1b4113.tar.xz drakx-8cd43e0d29ea315b6071793274b0d47f6a1b4113.zip |
add new wirelesss driver (madwifi_pci)
-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 097d032fa..f3dffd01b 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -51,7 +51,7 @@ our %l = ( ], wireless => [ qw(acx100_pci airo airo_cs aironet4500_cs aironet_cs at76c503 at76c503-rfmd atmel_cs), - qw(hermes ipw2100 netwave_cs orinoco orinoco_cs orinoco_pci orinoco_plx), + qw(hermes ipw2100 madwifi_pci netwave_cs orinoco orinoco_cs orinoco_pci orinoco_plx), qw(prism2_usb prism54 ray_cs usbvnet_rfmd vt_ar5k wavelan_cs wvlan_cs), if_(arch() =~ /ppc/, qw(airport)), ], |