History log of /openbsd-src/sys/dev/usb/uhci.c (Results 126 – 150 of 156)
Revision Date Author Comments
# 255ad9aa 04-May-2004 grange <grange@openbsd.org>

Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well.

ok millert krw deraadt


# bbaf0c8f 23-Aug-2003 fgsch <fgsch@openbsd.org>

correct function names; from NetBSD.
krw@ and tdeval@ ok.


# 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


# bc84bce2 12-Oct-2002 krw <krw@openbsd.org>

Remove more '\n's from panic() statements. Both trailing and leading.

Diff generated by Chris Kuethe.


# acf68c4b 09-Jul-2002 nate <nate@openbsd.org>

kill 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


# 0e7f112a 10-Jan-2002 nordin <nordin@openbsd.org>

Check result from malloc(9) when using M_NOWAIT. nate@ ok


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

Synchronize usb code with NetBSD.


# de346b42 12-Jun-2001 mickey <mickey@openbsd.org>

interrupts cannot happen before
*hci cannot receive interrupts before it has been initialized.
this was changed to accomodate the pcibios strategy change back
in pre-2.9 times since *hci_init enables

interrupts cannot happen before
*hci cannot receive interrupts before it has been initialized.
this was changed to accomodate the pcibios strategy change back
in pre-2.9 times since *hci_init enables interrupts at it's end
and thus unmapped pci interrupt hangs the machine in the
endless loop trying to deliver it (and no hci handler to ack it).
this new way we disable interrupts by hands before we map 'em
on pci and thus ensure that they will not crash an uninitialized
*hci which, in turn, will run right after the interrupt map/establish
and by the time it enables *hci interrupts all gonna be just fine.
please allow us to end this stretched remark for cvs
is getting a power outage in less than 20 minutes.

show more ...


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


# ff94c01a 25-Mar-2001 csapuntz <csapuntz@openbsd.org>

Avoid dereferencing a null pointer


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


# e86d4352 11-Dec-2000 ho <ho@openbsd.org>

Avoid repeated 'host controlled halted' messages. (jakob@ ok)


# 4eeb076c 11-Nov-2000 drahn <drahn@openbsd.org>

Change the le32toh() le16toh() macros back to the previous defintion.
This change is more portable, redefine the macros to use the host
letoh32/letoh16 instead of using possibly less efficient bswap

Change the le32toh() le16toh() macros back to the previous defintion.
This change is more portable, redefine the macros to use the host
letoh32/letoh16 instead of using possibly less efficient bswap routines.

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.


# 06975d0a 06-Sep-2000 rahnds <rahnds@openbsd.org>

Match Free/Net macros for le32toh/letoh32, define in terms of the other.


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

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


# bcc0e93a 14-Apr-2000 aaron <aaron@openbsd.org>

Sync with NetBSD.


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


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

Fix typos.


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

Fix an obvious typo.


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

Sync with NetBSD.


1234567