#! /bin/sh

if [ ! -f $ROOTDIR/platform/sun4u/kernel/drv/sparcv9/isadma ]; then
	$ROOTDIR/usr/sbin/rem_drv -b $ROOTDIR isadma
fi

exit 0
