#!/bin/sh

sync; sync;
add_drv -v -i'"pci13d8,1000"' pge
sync; sync;

if [ -x /usr/bin/pgecontrol ]; then
	mv /usr/bin/pgecontrol /usr/bin/PGEControl
fi
