--- On Sun, 3/15/09, Julian Elischer <julian@elischer.org> wrote:
I guess I mean a sleep.
Also, this is a kernel driver. I have a device
which requires a toggle with a 10ms delay between pulses. I hate to
tie up the cpu for 10ms with a delay. Sort of like the following:
write_pulse();
delay(10000);
write_pulse();
Barney
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"