diff options
-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 |