#!/bin/sh
#
# Install klm_uio_aldrin: This is ALDRIN UIO KLM
# for the Aldrin switch  on the Eyrie LC
# card
#

#import common helpers
. /etc/init.d/mod_ins/module-load-functions

card_index=$(get_cmdline_card_index)
if ["$card_index" == 27066] ; then
    boot_debug "Loading klm_uio_aldrin ....."
    insmod -f /lib/modules/klm_uio_aldrin.o
fi
if ["$card_index" == 27067] ; then
    boot_debug "Loading klm_uio_aldrin ....."
    insmod -f /lib/modules/klm_uio_aldrin.o
fi
;;

