CVSROOT: /cvs
Module name: src
Changes by: mk@cvs.openbsd.org 2008/04/16 10:08:39
Modified files:
sys/dev/usb : ehci.c ukbd.c
Log message:
Use the timeout(9) API the right way: Don't initialize the timeout
cookie all the time, and only call timeout_del if we're not going to
timeout_add right away.
Testing by johan@, oga@, sthen@, and possibly some more people (thanks).
Ok krw@, oga@, sthen@.