index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ehci.c
Age
Commit message (
Expand
)
Author
2008-10-07
In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with
Marcus Glocker
2008-10-06
Don't force multi transaction endpoints (>1024 bytes) down to single
Marcus Glocker
2008-09-15
I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it.
Marcus Glocker
2008-09-15
Sync ehci-isoc part a bit up with NetBSD:
Marcus Glocker
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-09-08
expand switch cases so they're not so ugly and easier to read.
Brad Smith
2008-08-18
use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL
Kevin Lo
2008-08-16
Spacing.
Marcus Glocker
2008-08-16
Sync ehci isochronous part with NetBSD:
Marcus Glocker
2008-08-09
Add isochronous xfer support for ehci(4). From NetBSD.
Marcus Glocker
2008-06-29
add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem.
Yojiro Uo
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-09
Don't play games with the PCD interrupt. It delays the detection of
Mark Kettenis
2008-06-02
fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined.
Yojiro Uo
2008-05-25
Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistent
Marc Balmer
2008-05-15
Avoid clearing the port enable bit when bringing the port out of reset.
Mark Kettenis
2008-04-16
Use the timeout(9) API the right way: Don't initialize the timeout
Michael Knudsen
2007-06-15
Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS
Marc Balmer
2007-06-14
Move the mstohz macro out of ubs_port.h and to the three places where it is
Marc Balmer
2007-06-14
Move the inclusion of sys/timeout.h from usb_port.h to the drivers that
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-06-10
Remove definitions and usage of usb_callout and related macros. These macros
Marc Balmer
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
Marc Balmer
2007-06-04
Last part of FreeBSD/NetBSD sepcific code removal.
Marc Balmer
2007-05-21
Remove le{16,32}toh macros
Jonathan Gray
2007-05-20
Convert ehci and ucom to rwlock.
Jonathan Gray
2006-08-22
Deactivate the QTDs when removing a queue head to prevent the host
Christopher Pascoe
2006-08-22
Be more aggressive about waiting for the host controller doorbell,
Christopher Pascoe
2006-08-17
EHCI_NULL is already endian swapped. Don't swap it back.
Christopher Pascoe
2006-08-14
Pull in abort path code from FreeBSD. Without this, the hardware data toggle
Christopher Pascoe
2006-08-14
Fix mismerge in PWR_RESUME path.
Christopher Pascoe
2006-08-06
Minor spelling and whitespace fixes - for diff reduction.
Christopher Pascoe
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-05-31
make non debug kernels compile again
David Gwynne
2006-05-31
Let the EHCI hardware track the toggle state for bulk and interrupt
Christopher Pascoe
2006-05-31
Save and restore the data toggle value when a pipe to an endpoint
Christopher Pascoe
2006-05-30
If a zero-length bulk or interrupt transfer is requested then assume
Christopher Pascoe
2006-05-29
Eliminate variable shadowing.
Christopher Pascoe
2006-05-29
Make sure all physical addresses are filled in the qTD even when we have
Christopher Pascoe
2006-05-28
Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty
Christopher Pascoe
2005-12-03
Allow strings descriptor 0 to be fetched. It's the default language index.
Brad Smith
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-11-15
More typos (especially indicies -> indices), checked with jmc@
Miod Vallat
2005-10-04
Make sure we don't enable host controller interrupts until all
Brad Smith
2005-09-24
Force takeover of host ports after hibernate/resume, otherwise devices will
Christopher Pascoe
2005-04-11
get rid of the lines on ehci attach that show the version and the companion
David Gwynne
2005-04-10
mostly knf while here remove the todo item regarding deferring attach of
David Gwynne
2005-04-10
properly handle suspend/resume of ports with devices attached. devices
David Gwynne
2005-03-13
Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.
Christopher Pascoe
[next]