#!/bin/rc

if(aux/isvmware -s){
	echo -n off >'#P/i8253timerset'
	for(i in '#S'/sd??)
		if(test -f $i/ctl)
			echo dma on >$i/ctl
}
