diff options
author | maximilian attems <maks@debian.org> | 2008-12-15 00:08:08 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-12-15 00:08:08 +0100 |
commit | 9c67d426a3c39ca0c9fa6e0e676c1740e9ddbf5b (patch) | |
tree | d30ada247ffaf12b8aa4898ac1a31c19eed44638 /hook-functions | |
parent | e950d624a7ed8584ba543b523b8ca104ce58af41 (diff) | |
download | initramfs-tools-9c67d426a3c39ca0c9fa6e0e676c1740e9ddbf5b.tar.gz initramfs-tools-9c67d426a3c39ca0c9fa6e0e676c1740e9ddbf5b.zip |
Add atl1e, cxgb, ixgb, ixgbe, mlx4_core, netxen_nic, sfc, tehuti to net module list
closes: #503216
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/hook-functions b/hook-functions index 8eb9906..5b6230a 100644 --- a/hook-functions +++ b/hook-functions @@ -337,14 +337,15 @@ auto_add_modules() done ;; net) - for x in 3c59x 8139cp 8139too 8390 atl1 b44 bmac \ - bnx2 cxgb3 de2104x de4x5 defxx dl2k dmfe \ + for x in 3c59x 8139cp 8139too 8390 atl1 atl1e b44 bmac \ + bnx2 cxgb cxgb3 de2104x de4x5 defxx dl2k dmfe \ e100 e1000 e1000e ehea epic100 \ ep93xx_eth eql fealnx famachi forcedeth gelic_net \ - hp100 igb ipg mace mv643xx_eth myri10ge \ - natsemi ne2k-pci netconsole niu ns83820 pcnet32 qla3xxx \ - r8169 s2io sis900 skge sky2 slhc smc911x starfire \ - sundance sungem sungem_phy sunhme sunvnet tg3 tlan \ + hp100 igb ipg ixgb ixgbe mace mlx4_core mv643xx_eth myri10ge \ + natsemi ne2k-pci netconsole netxen_nic niu ns83820 \ + pcnet32 qla3xxx \ + r8169 s2io sfc sis900 skge sky2 slhc smc911x starfire \ + sundance sungem sungem_phy sunhme sunvnet tehuti tg3 tlan \ tulip typhoon via-rhine via-velocity winbond-840 \ xircom_cb xircom_tulip_cb yellowfin; do manual_add_modules "${x}" |