#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
/usr/local/topspin/sbin/create_useraccess_devs
/usr/local/topspin/sbin/create_useraccess_cm_devs
/usr/local/topspin/sbin/create_mosal_devs
/usr/local/topspin/sbin/create_vipkl_devs
/usr/local/topspin/sbin/create_ip2pr_devs
/usr/local/topspin/sbin/create_udapl_devs
/usr/local/topspin/sbin/create_mst_pci_devs
/usr/local/topspin/sbin/create_mst_pciconf_devs
/usr/local/topspin/sbin/update_ipoib_intfs
/usr/local/topspin/sbin/open_hcas

