rt/msr_unload
author Florian Pose <fp@igh-essen.com>
Wed, 26 Apr 2006 10:15:02 +0000
changeset 208 b7797f8a813d
parent 181 3e9155836bc7
permissions -rwxr-xr-x
command timeout, EoE processing with kernel timer.
#!/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