diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-11 08:27:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-11 08:27:07 +0000 |
commit | 20cf7741dd430bedf890961fbffd4ee6da89f7f5 (patch) | |
tree | 60292689289cabfa6d082b4d3431fce3ac9c0e90 /kernel/list_modules.pm | |
parent | ddac0cefc39196f0b9b4a1ebfcbda8c2c5b32b73 (diff) | |
download | drakx-20cf7741dd430bedf890961fbffd4ee6da89f7f5.tar drakx-20cf7741dd430bedf890961fbffd4ee6da89f7f5.tar.gz drakx-20cf7741dd430bedf890961fbffd4ee6da89f7f5.tar.bz2 drakx-20cf7741dd430bedf890961fbffd4ee6da89f7f5.tar.xz drakx-20cf7741dd430bedf890961fbffd4ee6da89f7f5.zip |
handle new gigabit driver: atl1e
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 34bcccbdc..acbd96ea0 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -41,7 +41,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 bnx2 cxgb cxgb3 dl2k e1000 e1000e igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity yellowfin), + qw(atl1 atl1e bnx2 cxgb cxgb3 dl2k e1000 e1000e igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity yellowfin), qw(bcm5820 bcm5700), #- encrypted ], |