diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-12-06 14:22:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-12-06 14:22:29 +0000 |
commit | ae2c5f7563f577f4a2c512c3f222b1d8d64c99fd (patch) | |
tree | 29a4cfb0f293ca77dc54ae8cc0477234a40812ed /kernel | |
parent | 12d345e618e7bae7417f559b331babd661c1d287 (diff) | |
download | drakx-ae2c5f7563f577f4a2c512c3f222b1d8d64c99fd.tar drakx-ae2c5f7563f577f4a2c512c3f222b1d8d64c99fd.tar.gz drakx-ae2c5f7563f577f4a2c512c3f222b1d8d64c99fd.tar.bz2 drakx-ae2c5f7563f577f4a2c512c3f222b1d8d64c99fd.tar.xz drakx-ae2c5f7563f577f4a2c512c3f222b1d8d64c99fd.zip |
handle e1000e driver
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 a6489b590..54f194af1 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 ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sis190 sk98lin skge sky2 spidernet tg3 via-velocity yellowfin), + qw(atl1 bnx2 cxgb cxgb3 dl2k e1000 e1000e ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sis190 sk98lin skge sky2 spidernet tg3 via-velocity yellowfin), qw(bcm5820 bcm5700), #- encrypted ], |