# This is a script used to load the kernel modules.
# To use it, chmod it 755, and then add the insmod
# lines needed to load your modules, like this:

modprobe -v pcmcia_core
modprobe -v mmc_core
modprobe -v ssb
modprobe -v ohci-hcd
modprobe -v ehci-hcd
modprobe -v uhci-hcd
