diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 01:42:52 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 01:42:52 +0000 |
commit | e13e15d747c3da9e80ee454edcd424b3f90ed87f (patch) | |
tree | db7ae1a238157ffd385f577bfaee62670dc14532 | |
parent | 0fcfa1e5a8027713e243903e921d14f6513b4d2c (diff) | |
download | drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar.gz drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar.bz2 drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar.xz drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.zip |
- handle new wireless driver: arusb_lnx
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 5 | ||||
-rw-r--r-- | perl-install/install/NEWS | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index d33b5ce21..4a67d5c50 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -60,7 +60,7 @@ our %l = ( qw(catc cdc_ether kaweth pegasus rtl8150 usbnet), ], wireless => [ - qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs arlan), + qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs arlan arusb_lnx), qw(at76_usb ath_pci ath5k ath9k atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs dyc_ar5), qw(hostap_cs hostap_pci hostap_plx i2400m-usb ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwlwifi), qw(madwifi_pci netwave_cs ndiswrapper orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), diff --git a/perl-install/NEWS b/perl-install/NEWS index 564c49bae..380028f81 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,8 +1,9 @@ - fixed crypto module names when arch is not i586 (#46814) - drakauth: o handling winbind configuration when REALM != DNS (#49189) -- handle new gigabit driver: be2net -- handle new wireless driver: agnx +- handle new drivers: + o gigabit: be2net + o wireless: agnx, arusb_lnx Version 12.20 - 30 March 2009 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ec260d4f6..8ef5e9666 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ -- handle new gigabit driver: be2net +- handle new drivers: + o gigabit: be2net + o wireless: agnx, arusb_lnx Version 12.23 - 02 April 2009 |