diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:33:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:33:46 +0000 |
commit | 5eaec6d76af894ff54c3086be630836374a8d8b2 (patch) | |
tree | 83a6b7a7dcc715fdc5a3cfb15c21ca1b1b35e0d8 /kernel | |
parent | 9a84e77f99a643b46189f43c1b4424d6d04e7397 (diff) | |
download | drakx-5eaec6d76af894ff54c3086be630836374a8d8b2.tar drakx-5eaec6d76af894ff54c3086be630836374a8d8b2.tar.gz drakx-5eaec6d76af894ff54c3086be630836374a8d8b2.tar.bz2 drakx-5eaec6d76af894ff54c3086be630836374a8d8b2.tar.xz drakx-5eaec6d76af894ff54c3086be630836374a8d8b2.zip |
handle new wireless drivers: libertas_cs (PCMCIA)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 132ef5934..b0381a7e5 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -50,7 +50,7 @@ our %l = ( ], pcmcia => [ qw(3c574_cs 3c589_cs axnet_cs fmvj18x_cs), - qw(ibmtr_cs nmclan_cs pcnet_cs smc91c92_cs), + qw(ibmtr_cs libertas_cs nmclan_cs pcnet_cs smc91c92_cs), qw(xirc2ps_cs xircom_cb xircom_tulip_cb), ], #- generic NIC detection for USB seems broken (class, subclass, |