Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/sl811hs.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/sl811hs.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.4.4.1 diff -u -p -r1.4 -r1.4.4.1 --- src/sys/dev/ic/sl811hs.c 2004/04/22 00:17:11 1.4 +++ src/sys/dev/ic/sl811hs.c 2005/04/29 11:28:52 1.4.4.1 @@ -1,4 +1,4 @@ -/* $NetBSD: sl811hs.c,v 1.4 2004/04/22 00:17:11 itojun Exp $ */ +/* $NetBSD: sl811hs.c,v 1.4.4.1 2005/04/29 11:28:52 kent Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.4 2004/04/22 00:17:11 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.4.4.1 2005/04/29 11:28:52 kent Exp $"); #include "opt_slhci.h" @@ -1260,7 +1260,7 @@ slhci_device_intr_start(usbd_xfer_handle /* initialize callout */ usb_callout_init(sx->sx_callout_t); - usb_callout(sx->sx_callout_t, + usb_callout(sx->sx_callout_t, MS_TO_TICKS(pipe->endpoint->edesc->bInterval), slhci_poll_device, sx);