diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 00:28:54 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 00:28:54 +0000 |
commit | 28b1d76acf20cf4cf10cd9507f3fded5cbc0836c (patch) | |
tree | 53caaacfa2567c529db45bcd03d4b828182e5c6a | |
parent | 3c71ac94e96f6a4cae15d1168f13f375fa8e2f4e (diff) | |
download | drakx-28b1d76acf20cf4cf10cd9507f3fded5cbc0836c.tar drakx-28b1d76acf20cf4cf10cd9507f3fded5cbc0836c.tar.gz drakx-28b1d76acf20cf4cf10cd9507f3fded5cbc0836c.tar.bz2 drakx-28b1d76acf20cf4cf10cd9507f3fded5cbc0836c.tar.xz drakx-28b1d76acf20cf4cf10cd9507f3fded5cbc0836c.zip |
- handle new gigabit driver: be2net
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 6ecb12fae..ee9ea45a3 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -41,7 +41,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 atl1c atl1e bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity virtio_net yellowfin), + qw(atl1 atl1c atl1e be2net bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity virtio_net yellowfin), qw(bcm5820 bcm5700), #- encrypted ], diff --git a/perl-install/NEWS b/perl-install/NEWS index 9bee6f7d0..394a9507f 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- handle new gigabit driver: be2net - fixed crypto module names when arch is not i586 (#46814) - drakauth: o handling winbind configuration when REALM != DNS (#49189) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ec6e77c4e..ec260d4f6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- handle new gigabit driver: be2net + Version 12.23 - 02 April 2009 - RC2 banner |