cvs commit: src/sys/dev/usb ugen.c

2007-06-27 Thread Warner Losh
imp 2007-06-28 06:22:40 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: The timeout is in milliseconds, not in hz. Only the portion of the patch that converts ms to ticks was used. Another PR states that a return code of 0 is the right one fo

cvs commit: src/sys/dev/usb ugen.c

2007-06-27 Thread Warner Losh
imp 2007-06-28 05:15:34 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: For both interrupt and isochronous (the patch was unclear which one it applied to, but I'd think both), honor the timeout that's been set. Return 0 bytes to be consistant w

Re: cvs commit: src/sys/dev/usb ugen.c

2006-09-24 Thread LI Xin
Ian Dowse wrote: > iedowse 2006-09-24 14:55:48 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/usb ugen.c > Log: > MFC 1.106: Fix a number of cases where ugen would panic, especially > when the device went away while open or if yo

cvs commit: src/sys/dev/usb ugen.c

2006-09-24 Thread Ian Dowse
iedowse 2006-09-24 14:55:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb ugen.c Log: MFC 1.106: Fix a number of cases where ugen would panic, especially when the device went away while open or if you tried to change the config numb

cvs commit: src/sys/dev/usb ugen.c

2006-09-06 Thread Warner Losh
imp 2006-09-06 23:29:53 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: More antideclarification. md5 still the same after all these years (and after -g was removed). Revision ChangesPath 1.108 +27 -31src/sys/dev/usb/ugen.c

cvs commit: src/sys/dev/usb ugen.c

2006-09-06 Thread Warner Losh
imp 2006-09-06 21:53:29 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Remove the portibility layer goo. Produces the same .o as before. md5 by: /sbin/md5 Revision ChangesPath 1.107 +71 -158 src/sys/dev/usb/ugen.c

cvs commit: src/sys/dev/usb ugen.c

2006-06-05 Thread Ian Dowse
iedowse 2006-06-05 14:44:40 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Fix a number of cases where ugen would panic, especially when the device went away while open or if you tried to change the config number while devices were open. Based on

cvs commit: src/sys/dev/usb ugen.c

2006-06-03 Thread Ian Dowse
iedowse 2006-06-03 10:37:42 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Allow zero-length read/write operations to get through to the hardware. Also set both the read and write timeouts from the USB_SET_TIMEOUT ioctl. Revision Changes

cvs commit: src/sys/dev/usb ugen.c src/sys/netinet ip_mroute.c

2005-12-15 Thread John Baldwin
jhb 2005-12-15 21:57:32 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c sys/netinet ip_mroute.c Log: Use %t (ptrdiff_t modifier) to print a couple of pointer differences rather than casting them to int. Revision ChangesPath 1