rt/msr_unload
author Florian Pose <fp@igh-essen.com>
Tue, 11 Apr 2006 12:54:01 +0000
changeset 186 644a053fe103
parent 181 3e9155836bc7
permissions -rwxr-xr-x
ec_list tool for listing the bus in user space
#!/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