diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 02:36:32 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 02:36:32 +0000 |
commit | ade28b55c26b01c82d5bccc45725260100d5f8ab (patch) | |
tree | 36e0059ead222c717552b1bcaf94058cf5f4a686 /kernel/list_modules.pm | |
parent | dc4748551140f1815f13edf9ebaebbc9c7178a17 (diff) | |
download | drakx-ade28b55c26b01c82d5bccc45725260100d5f8ab.tar drakx-ade28b55c26b01c82d5bccc45725260100d5f8ab.tar.gz drakx-ade28b55c26b01c82d5bccc45725260100d5f8ab.tar.bz2 drakx-ade28b55c26b01c82d5bccc45725260100d5f8ab.tar.xz drakx-ade28b55c26b01c82d5bccc45725260100d5f8ab.zip |
- handle new gigabit driver: slicoss
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 6c6ce522a..c5df658c2 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -41,7 +41,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 atl1c atl1e be2net bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity virtio_net yellowfin), + qw(atl1 atl1c atl1e be2net bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 slicoss spidernet tehuti tg3 via-velocity virtio_net yellowfin), qw(bcm5820 bcm5700), #- encrypted ], |