[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: cvs.openbsd.org: src



CVSROOT:	/cvs
Module name:	src
Changes by:	mbalmer_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org	2007/11/23 08:43:02

Modified files:
	sys/dev/usb    : if_aue.c if_axe.c if_cue.c if_udav.c if_url.c 
	                 ohci.c ukbd.c 

Log message:
Sanitize the use of timeouts:

Instead of calling timeout_set(..., NULL, NULL) in attach routines and
later
timeout_del(...)
timeout_set(..., func, arg)
timeout_add(..., time)
set the function and argument in the initial timeout_set() call and only
use timeout_add(..., time) later.

ok dlg, fgsch, krw, winiger



Visit your host, monkey.org