From 5eb8ef34b87581964e35bed17877085a334a8f5b Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Tue, 8 Apr 2008 16:54:56 +0200 Subject: hook-function: Add support for sunvnet and sunvdc in hook-functions. [ Ubuntu merge of better sparc support -maks ] --- hook-functions | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hook-functions') 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}" -- cgit v1.2.3