diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:25:54 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:25:54 +0000 |
commit | 26f650013b170225a3c5e10340a049f84df4043c (patch) | |
tree | 2189af066657fda92cda9aa24ada66299886b206 | |
parent | f98d388ec984e849fad695c8dc193e778f4a6c5d (diff) | |
download | drakx-26f650013b170225a3c5e10340a049f84df4043c.tar drakx-26f650013b170225a3c5e10340a049f84df4043c.tar.gz drakx-26f650013b170225a3c5e10340a049f84df4043c.tar.bz2 drakx-26f650013b170225a3c5e10340a049f84df4043c.tar.xz drakx-26f650013b170225a3c5e10340a049f84df4043c.zip |
- handle new wireless drivers: p54pci, p54usb
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ef157be5d..f65716017 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -63,7 +63,7 @@ our %l = ( qw(acx-pci acx-usb adm8211 airo airo_cs aironet4500_cs aironet_cs arlan), qw(at76_usb ath_pci ath5k atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs dyc_ar5), qw(hostap_cs hostap_pci hostap_plx ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 iwlwifi madwifi_pci netwave_cs orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), - qw(ndiswrapper prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rt2400 rt2500 rt2570 rt61 rt73 rtusb), + qw(ndiswrapper p54pci p54usb prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rt2400 rt2500 rt2570 rt61 rt73 rtusb), qw(spectrum_cs usbvnet_rfmd vt_ar5k wavelan_cs wl3501_cs wvlan_cs zd1201 zd1211rw), if_(arch() =~ /ppc/, qw(airport)), ], diff --git a/perl-install/NEWS b/perl-install/NEWS index a24b6f285..7405346d2 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,5 @@ - handle new drivers: - o wireless: b43, b43legacy, iwlwifi + o wireless: b43, b43legacy, iwlwifi, p54pci, p54usb - localedrake: o adjust Uzbek locale (cf locales-uz change) |