eval `load_ts7kv -v /etc/ts7kv.bit`

if test "$ts7kv_numfound" != 0; then
	echo "Found TS-7KV, switching to runlevel 5 to enable text console..."
	echo "1 4 1 7" > /proc/sys/kernel/printk
	( modprobe pcipool
	modprobe usbcore
	modprobe usb-ohci
	modprobe usb-ohci-ep93xx
	modprobe input
	modprobe hid
	modprobe keybdev
	modprobe mousedev
	modprobe fbgen
	modprobe fbcon-cfb16
	modprobe ts7kvfb
	modprobe ts7kvserial) >/dev/null 2>&1
	init 5
fi

