examples/msr/msr_unload
author Florian Pose <fp@igh-essen.com>
Wed, 10 May 2006 11:51:05 +0000
changeset 226 07247920a7ba
parent 224 4828e5e419bf
child 232 f6594a07cdda
permissions -rwxr-xr-x
EoE with workqueue; bugfix in ec_master_init()
#!/bin/sh
module="msr_rt"
device="msr"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1

# Remove stale nodes
rm -f /dev/${device} /dev/${device}0