diff options
author | maximilian attems <maks@debian.org> | 2008-12-15 00:03:36 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-12-15 00:03:36 +0100 |
commit | e950d624a7ed8584ba543b523b8ca104ce58af41 (patch) | |
tree | eb5abfdbaa325dd729c500fa026347eb8781ca06 /hook-functions | |
parent | acae751d2af11ceb05deab13dbc9c111140c9f58 (diff) | |
download | initramfs-tools-e950d624a7ed8584ba543b523b8ca104ce58af41.tar.gz initramfs-tools-e950d624a7ed8584ba543b523b8ca104ce58af41.zip |
hook-functions: alphebetize net drivers, fix typhoon typo
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hook-functions b/hook-functions index 0dc3e22..8eb9906 100644 --- a/hook-functions +++ b/hook-functions @@ -338,14 +338,15 @@ auto_add_modules() ;; net) for x in 3c59x 8139cp 8139too 8390 atl1 b44 bmac \ - bnx2 cxgb3 defxx dl2k e100 e1000 e1000e ehea epic100 \ + bnx2 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 de2104x \ - de4x5 dmfe tulip winbond-840 xircom_cb xircom_tulip_cb \ - typhon via-rhine via-velocity yellowfin; do + sundance sungem sungem_phy sunhme sunvnet tg3 tlan \ + tulip typhoon via-rhine via-velocity winbond-840 \ + xircom_cb xircom_tulip_cb yellowfin; do manual_add_modules "${x}" done ;; |