History log of /openbsd-src/sys/dev/usb/uhub.c (Results 76 – 98 of 98)
Revision Date Author Comments
# 5b8dd865 07-Jul-2004 deraadt <deraadt@openbsd.org>

silence something


# 0e7aac92 10-Jun-2004 pvalchev <pvalchev@openbsd.org>

From FreeBSD (via rees@umich.edu and nate)
Initialise `restartcnt' in the newly malloc'd usbd_port structure,
as otherwise the junk it contains may cause uhub_explore to give
up without ever trying t

From FreeBSD (via rees@umich.edu and nate)
Initialise `restartcnt' in the newly malloc'd usbd_port structure,
as otherwise the junk it contains may cause uhub_explore to give
up without ever trying to restart the port. This fixes the following
errors I was seeing with a VIA UHCI controller:

uhub0: port error, restarting port 1
uhub0: port error, giving up port 1

show more ...


# 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.


# c0771da2 19-May-2003 nate <nate@openbsd.org>

fix documentation links from netbsd


# e8c2dba3 07-May-2003 deraadt <deraadt@openbsd.org>

string cleanup; nate ok


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

get rid of trailing whitespace


# a4bbfb0d 10-Jul-2002 nate <nate@openbsd.org>

Handle resetting port better.
From NetBSD


# 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.


# b6aa61b1 03-May-2001 aaron <aaron@openbsd.org>

Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
kue(4) Ethernet devices.


# c7c0eef5 28-Jan-2001 aaron <aaron@openbsd.org>

Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
driver. I would appreciate it if someone with the hardware looked into it.
I also have to take a closer look at changes to th

Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
driver. I would appreciate it if someone with the hardware looked into it.
I also have to take a closer look at changes to the USB Ethernet drivers,
as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)

show more ...


# 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.


# 3a4e8ece 31-Aug-1999 fgsch <fgsch@openbsd.org>

sync with NetBSD;
struct device->bdevice.


# 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.


1234