diff options
-rw-r--r-- | kernel/list_modules.pm | 4 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 56f234750..9e013d946 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -41,7 +41,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 atl1e bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity yellowfin), + qw(atl1 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 yellowfin), qw(bcm5820 bcm5700), #- encrypted ], @@ -67,7 +67,7 @@ our %l = ( qw(p54pci p54usb prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rndis_wlan), qw(rt2400 rt2500 rt2570 rt61 rt73 rtusb), qw(rt2400pci rt2500pci rt2500usb rt61pci rt73usb rtl8180), - qw(spectrum_cs usbvnet_rfmd vt_ar5k wavelan_cs wl3501_cs wvlan_cs zd1201 zd1211rw), + qw(spectrum_cs usbvnet_rfmd vt_ar5k w35und wavelan_cs wl3501_cs wvlan_cs zd1201 zd1211rw), if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ diff --git a/perl-install/NEWS b/perl-install/NEWS index 5b5853f2f..976b87e6f 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- handle new driver: + o network: sxg, w35und - bootloader-config: o do not modify /boot/vmlinuz symlinks before doing mkinitrd in case mkinitrd fails (#44862) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index dadeb10be..ba0e5f012 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - force to use static input devices again (since the default in xorg has changed) +- handle new driver: + o network: sxg, w35und Version 11.74 - 16 December 2008 |