#!/bin/sh
#
### Since we are patching an existing driver, It is recommended 
### to modload the driver before replacing it with the new driver.
##
##
if [ -f ${ROOTDIR}/usr/sbin/modload ]; then
	modload -p drv/devinfo
fi
exit 0
