History log of /openbsd-src/sys/dev/usb/usbdi_util.c (Results 26 – 47 of 47)
Revision Date Author Comments
# ba641116 10-Jun-2007 mbalmer <mbalmer@openbsd.org>

Get rid of the USBDEVPTRNAME macro.

No binary change.

ok jsg.


# ff26d723 09-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the definition and use of usb_malloc_type which is really int.
While here, reindent the function prototypes in usbdi_util.h

No binary change.

ok jsg


# 78315254 05-Jun-2007 mbalmer <mbalmer@openbsd.org>

Remove the "Static" declaration of many functions. It was defined to be empty
and it was not consistently used. It was confusing as it suggested these
functions were static, which they were not.

d

Remove the "Static" declaration of many functions. It was defined to be empty
and it was not consistently used. It was confusing as it suggested these
functions were static, which they were not.

discussed with dlg and jsg, ok jsg.

show more ...


# f5a7a611 31-May-2007 mbalmer <mbalmer@openbsd.org>

Remove more #ifdef/#endif's that checked for other bsds. No binary
change, no functionality change.

ok jsg


# 695146ce 21-May-2007 jsg <jsg@openbsd.org>

Remove logprintf macro


# 72bac74c 21-Jul-2004 dlg <dlg@openbsd.org>

from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15
log message:
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
The Lego Infrared Tower use it.

ok deraadt@


# fcfe4ff8 08-Jul-2004 deraadt <deraadt@openbsd.org>

put "do { } while (0)" wrappers on all the debug maroc functions


# 72a11251 08-Jul-2003 nate <nate@openbsd.org>

Sync USB code with NetBSD.
This includes numerous fixes and paves the way for usb 2.0 support.


# b9553664 25-Jul-2002 nate <nate@openbsd.org>

get rid of trailing whitespace


# 27af6c70 07-May-2002 nate <nate@openbsd.org>

Meant to commit only ulpt and committed everything. Most things weren't ready


# 5cd29220 07-May-2002 nate <nate@openbsd.org>

Sync ulpt driver with NetBSD


# 0897b806 31-Oct-2001 nate <nate@openbsd.org>

Synchronize usb code with NetBSD.


# 591e0ca7 08-Nov-2000 aaron <aaron@openbsd.org>

Sync with NetBSD. Too many changes to mention. For now I have skipped
umass.c and ukbd.c as the diffs are a bit hairier.


# 82426cf3 04-Jul-2000 fgsch <fgsch@openbsd.org>

sync with NetBSD... well almost. someone w/ the hw should check umass.


# fcda16d4 30-Mar-2000 aaron <aaron@openbsd.org>

Sync with NetBSD. USB Ethernet drivers should work now.


# 5deafb75 28-Mar-2000 aaron <aaron@openbsd.org>

Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
form of a diff to augustss@netbsd.org so that future syncs will be very easy.
This commit also adds support for ADMtek AN9

Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
form of a diff to augustss@netbsd.org so that future syncs will be very easy.
This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet,
CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).

show more ...


# eff3e1aa 26-Mar-2000 aaron <aaron@openbsd.org>

Sync with NetBSD.


# 12b76cf5 07-Nov-1999 fgsch <fgsch@openbsd.org>

sync with NetBSD.


# ce4d7038 27-Sep-1999 fgsch <fgsch@openbsd.org>

Sync with NetBSD.


# f8958cb1 27-Aug-1999 fgsch <fgsch@openbsd.org>

Sync with NetBSD;
Make sure not to call tsleep() from suspend/resume routine.
Move more of the transfer completion processing to HC independent code.
Fix some problems with transfer abort & timeout.

Sync with NetBSD;
Make sure not to call tsleep() from suspend/resume routine.
Move more of the transfer completion processing to HC independent code.
Fix some problems with transfer abort & timeout.
Merge the soft_{td,qh} with the real {td,qh}. This saves time and space.

show more ...


# 992bf2de 16-Aug-1999 fgsch <fgsch@openbsd.org>

Sync with NetBSD. Mostly FreeBSD related changes.
Diffs sent to augustsson.


# 12fe8f0e 13-Aug-1999 fgsch <fgsch@openbsd.org>

From NetBSD; USB support.


12