#ident	"@(#)kern-i386at:io/hba/adse/installadse	1.1"
if test -s /etc/conf/sdevice.d/adse
then
	echo "Updating the existing adse driver"
	/etc/conf/bin/idinstall -u -k adse
else
	echo "Installing the adse driver"
	/etc/conf/bin/idinstall -d adse >/dev/null 2>/dev/null
	/etc/conf/bin/idinstall -a -k adse
fi
