# Update the kernel description file

grep '^fas[ 	]' $1 > /dev/null 2>&1
if [ $? -eq 1 ]
then
	echo 'fas     -    -     io     -             FAS Serial I/O Driver' >> $1
fi
