summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS1
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/NEWS1
3 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index d1e4c9786..34ef965e3 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,5 +1,6 @@
- fix firmware loading (#49195)
- revert squashfs-lzma and sqlzma inclusion (this breaks install)
+- list asix module in network/usb group
Version 1.42 - 9 September 2009, by Pascal Terjan
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index df37eff92..587db4ed1 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -58,7 +58,7 @@ our %l = (
#- protocol reported are not accurate) so we match network adapters against
#- known drivers :-(
usb => [
- qw(catc cdc_ether kaweth pegasus rtl8150 usbnet),
+ qw(asix catc cdc_ether kaweth pegasus rtl8150 usbnet),
],
wireless => [
qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs ar9170usb arlan arusb_lnx),
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 4b72257c6..f2a7d0685 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -10,6 +10,7 @@
o prefer UUID on VirtIO too
o don't consider lvm named md* as raid (#53767)
o allow resizing ext4
+- list asix module in network/usb group
Version 12.51 - 8 September 2009