examples/msr/msr_unload
author Florian Pose <fp@igh-essen.com>
Thu, 11 May 2006 09:23:45 +0000
changeset 229 2cc0a7146958
parent 224 4828e5e419bf
child 232 f6594a07cdda
permissions -rwxr-xr-x
EoE processing with kernel timer again.
#!/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