diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 01:28:46 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 01:28:46 +0000 |
commit | 0fcfa1e5a8027713e243903e921d14f6513b4d2c (patch) | |
tree | 3ba37a1d68488090babf4be2b6a0e61792dfa052 | |
parent | 28b1d76acf20cf4cf10cd9507f3fded5cbc0836c (diff) | |
download | drakx-0fcfa1e5a8027713e243903e921d14f6513b4d2c.tar drakx-0fcfa1e5a8027713e243903e921d14f6513b4d2c.tar.gz drakx-0fcfa1e5a8027713e243903e921d14f6513b4d2c.tar.bz2 drakx-0fcfa1e5a8027713e243903e921d14f6513b4d2c.tar.xz drakx-0fcfa1e5a8027713e243903e921d14f6513b4d2c.zip |
- handle new wireless driver: agnx
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ee9ea45a3..d33b5ce21 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 airo airo_cs aironet4500_cs aironet_cs arlan), + qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs arlan), 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 394a9507f..564c49bae 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,7 +1,8 @@ -- handle new gigabit driver: be2net - 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 Version 12.20 - 30 March 2009 |