cvs commit: src/sys/dev/usb usb_port.h

2007-07-06 Thread Warner Losh
imp 2007-07-06 20:02:38 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: uhub already does the printing and naming of a device, so don't do it again here for compat drivers. Approved by: re@ (blanket) Revision ChangesPath

cvs commit: src/sys/dev/usb usb_port.h

2007-06-29 Thread Warner Losh
imp 2007-06-30 02:41:29 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Remove duplicate USBDEVUNIT #define Approved by: re@ (blanket) Revision ChangesPath 1.97 +0 -1 src/sys/dev/usb/usb_port.h

cvs commit: src/sys/dev/usb usb_port.h

2007-06-21 Thread Warner Losh
imp 2007-06-21 14:36:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Restore approximately FreeBDS 6.x's level of compatibility macros. Older drivers that do not wish to convert to the native API (which will work with both 6.x and 7.x)

cvs commit: src/sys/dev/usb usb_port.h

2007-06-17 Thread Warner Losh
imp 2007-06-17 07:34:34 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Remove USB_DO_ATTACH Revision ChangesPath 1.93 +0 -3 src/sys/dev/usb/usb_port.h ___ cvs-all@freebsd.org

cvs commit: src/sys/dev/usb usb_port.h usb_subr.c

2007-06-13 Thread Warner Losh
imp 2007-06-13 20:58:57 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h usb_subr.c Log: config_detach is just used in one place, so expand it inline. Revision ChangesPath 1.90 +0 -8 src/sys/dev/usb/usb_port.h 1.92 +6 -1

cvs commit: src/sys/dev/usb usb_port.h

2007-06-12 Thread Warner Losh
imp 2007-06-12 18:52:29 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Remove usb_kthread_create*. They are now unused. Revision ChangesPath 1.89 +0 -6 src/sys/dev/usb/usb_port.h

cvs commit: src/sys/dev/usb usb_port.h

2007-06-11 Thread Warner Losh
imp 2007-06-11 06:18:35 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer in the tree. Revision ChangesPath 1.83 +0 -9 src/sys/dev/usb/usb_port.h

cvs commit: src/sys/dev/usb usb_port.h usbdivar.h

2007-06-11 Thread Warner Losh
imp 2007-06-11 06:21:50 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h usbdivar.h Log: Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminate from usb_port.h. Revision ChangesPath 1.84 +0 -8

cvs commit: src/sys/dev/usb usb_port.h

2006-09-06 Thread Warner Losh
imp 2006-09-06 23:49:37 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Only include FreeBSD defines. This file is slated to go to the happy hunting ground in the sky. Also, remove the #defines OBE. Revision ChangesPath

cvs commit: src/sys/dev/usb usb_port.h

2006-08-17 Thread Warner Losh
imp 2006-08-17 22:42:56 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't put a ; after while (0) Submitted by: jmg Revision ChangesPath 1.79 +2 -2 src/sys/dev/usb/usb_port.h

cvs commit: src/sys/dev/usb usb_port.h

2006-02-28 Thread Warner Losh
imp 2006-03-01 06:31:24 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't free ifaces yet, should fix a panic Revision ChangesPath 1.78 +0 -1 src/sys/dev/usb/usb_port.h ___

cvs commit: src/sys/dev/usb usb_port.h

2006-02-27 Thread Warner Losh
imp 2006-02-27 19:36:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't forget to free the ifaces when we free the ivars Revision ChangesPath 1.76 +3 -1 src/sys/dev/usb/usb_port.h

cvs commit: src/sys/dev/usb usb_port.h

2006-02-27 Thread Warner Losh
imp 2006-02-27 19:40:38 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Since we set the decription, we don't need to also print it. Noticed by: ru@ Revision ChangesPath 1.77 +0 -2 src/sys/dev/usb/usb_port.h