History log of /netbsd-src/sys/dev/usb/uhub.c (Results 126 – 150 of 162)
Revision Date Author Comments
# 481e8339 02-Feb-2000 augustss <augustss@NetBSD.org>

Change the USB event mechanism to include more information about devices
and drivers. Partly from FreeBSD.


# c3716a6b 19-Jan-2000 augustss <augustss@NetBSD.org>

Add an argument to usbd_open_pipe_intr() to specify the polling interval
for an interrupt pipe in case we don't what what the descriptor suggests.


# bb2a9b30 24-Nov-1999 augustss <augustss@NetBSD.org>

Add some more debug printing.


# 3386c68b 18-Nov-1999 augustss <augustss@NetBSD.org>

Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.


# 0d2fabdf 12-Nov-1999 augustss <augustss@NetBSD.org>

A number of stylistic changes to increase readability (many suggested
by Nick Hibma):
use NULL not 0
declare all local definitions static
rename s/usbd_request/usbd_xfer/ s/reqh/xfer/
rename s/r/

A number of stylistic changes to increase readability (many suggested
by Nick Hibma):
use NULL not 0
declare all local definitions static
rename s/usbd_request/usbd_xfer/ s/reqh/xfer/
rename s/r/err/
use implicit test for no err
KNF

show more ...


# 03a522d3 13-Oct-1999 augustss <augustss@NetBSD.org>

Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
the USB stack compiles on FreeBSD again.


# 11403b6e 12-Oct-1999 augustss <augustss@NetBSD.org>

Fix some bugs in USB controller detach code.


# d0bbed51 11-Oct-1999 augustss <augustss@NetBSD.org>

Remove an obsolete comment.


# 7049e8eb 15-Sep-1999 augustss <augustss@NetBSD.org>

Add preliminary (untested) code for detaching the USB host controller
(needed for CardBus based controllers).


# ff6a476e 13-Sep-1999 augustss <augustss@NetBSD.org>

Rearrange the code a little so we can decide if we are in process
or interrupt context in a reliable way. Mainly used for DIAGNOSTIC.


# b1a719a6 12-Sep-1999 augustss <augustss@NetBSD.org>

Add a flag in the request to determine if the data copying is done by the
driver or the usbdi layer.


# 24251055 05-Sep-1999 augustss <augustss@NetBSD.org>

Change the way the `struct device' base part of all driver softc are
declared and accessed to make it more portable. Idea from Nick Hibma, FreeBSD.
No functional changes.


# 60179e2a 02-Sep-1999 augustss <augustss@NetBSD.org>

Avoid null reference, from Nick Hibma, FreeBSD.


# 036a9c69 28-Aug-1999 augustss <augustss@NetBSD.org>

Change some 'struct device' to 'bdevice'. From FreeBSD.


# 1f266179 23-Aug-1999 augustss <augustss@NetBSD.org>

Make sure to mark the device as dying already in the (de)activate routine.
This avoids access to it before the detach routine has blown it away.


# f7472010 22-Aug-1999 augustss <augustss@NetBSD.org>

Move more of the transfer completion processing to HC independent code.
Fix some problems with transfer abort & timeout.


# c0f04868 19-Aug-1999 augustss <augustss@NetBSD.org>

Add a utility function, usbd_errstr(), to print error strings. From FreeBSD.


# 3016e1eb 17-Aug-1999 augustss <augustss@NetBSD.org>

Make some small changes to make it compile on OpenBSD.


# b8b1e35e 14-Aug-1999 augustss <augustss@NetBSD.org>

Some changes from FreeBSD (no functional differences).


# b177c7a3 30-Jun-1999 augustss <augustss@NetBSD.org>

Totally redo the way device detach is done. It now uses a kernel event
thread and the config detach method.
Squish a number of space leaks on detach.


# 656245dc 14-Jun-1999 augustss <augustss@NetBSD.org>

Check that the hub ports actually power up.


# f963dc8d 10-Jan-1999 augustss <augustss@NetBSD.org>

Some minor updates from FreeBSD.


# 07e0165b 10-Jan-1999 augustss <augustss@NetBSD.org>

Update/add URLs to relevant USB specs.


# 875aa92d 08-Jan-1999 augustss <augustss@NetBSD.org>

Various little fixes from the FreeBSD version.


# 20f51aae 30-Dec-1998 augustss <augustss@NetBSD.org>

Split usbd_delay_ms() into two functions, one can be used in
device drivers.


1234567