summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions8
1 files changed, 7 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 1f98cba..d271c58 100644
--- a/hook-functions
+++ b/hook-functions
@@ -297,6 +297,12 @@ dep_add_modules()
manual_add_modules "${x}"
done
fi
+
+ if [ -e /sys/bus/vio/ ]; then
+ for x in sunvnet sunvdc; do
+ manual_add_modules "${x}"
+ done
+ fi
}
@@ -317,7 +323,7 @@ auto_add_modules()
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 tg3 tlan de2104x \
+ 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
manual_add_modules "${x}"