diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-12-21 10:32:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-12-21 10:32:03 +0000 |
commit | b3145672ce0e2d1848f8f2ba4f561b36da1e657a (patch) | |
tree | 23cbf8b661d11bad28552efc20dc2a684dfe79c9 /kernel/list_modules.pm | |
parent | fea8a72e81564f186d74f577f36c21034beb1bb3 (diff) | |
download | drakx-b3145672ce0e2d1848f8f2ba4f561b36da1e657a.tar drakx-b3145672ce0e2d1848f8f2ba4f561b36da1e657a.tar.gz drakx-b3145672ce0e2d1848f8f2ba4f561b36da1e657a.tar.bz2 drakx-b3145672ce0e2d1848f8f2ba4f561b36da1e657a.tar.xz drakx-b3145672ce0e2d1848f8f2ba4f561b36da1e657a.zip |
- handle atl2 ethernet driver
Diffstat (limited to 'kernel/list_modules.pm')
-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 7d8a5c369..9e8232576 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -19,7 +19,7 @@ our %l = ( if_(arch() =~ /^sparc/, qw(sunbmac sunhme sunqe)), if_(arch() !~ /alpha|sparc/, qw(3c501 3c503 3c505 3c507 3c509 3c515 3c990 3c990fx), - qw(82596 ac3200 acenic aironet4500_card amd8111e at1700 atp), + qw(82596 ac3200 acenic aironet4500_card amd8111e at1700 atl2 atp), qw(bcm4400 cassini cs89x0 de600 de620), qw(depca dmfe e2100 eepro eexpress eth16i), qw(ewrk3 hp hp-plus hp100), |