#!/bin/sh
module="dpci4in4out"
device="dpci4in4out"

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

# Remove stale nodes

rm -f /dev/${device}[0-3]


