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
/
pci
/
uhci_pci.c
Age
Commit message (
Expand
)
Author
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2010-12-14
use the dying flag in struct usbd_bus instead of a private dying flag
Jacob Meuser
2010-10-20
Disestablish interrupts if attachment fails.
Michael Knudsen
2010-06-29
Add some missing UHCI and EHCI register restores on resume. Fixes at least
Mike Larkin
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-30
Remove unused NetBSD code for dmesg printing.
Brad Smith
2007-03-22
Perform legacy emulation handover for USB1 companion controllers immediately
Christopher Pascoe
2007-03-18
Backout pascoe@'s last USB change because it page faults at attachment
Marcus Glocker
2007-03-18
Perform legacy emulation handover for USB1 companion controllers immediately
Christopher Pascoe
2006-08-25
Disable interrupts during the attach of UHCI and EHCI controllers. If
Christopher Pascoe
2005-12-30
device_ptr_t -> struct device *
David Gwynne
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-04-11
get rid of the lines on ehci attach that show the version and the companion
David Gwynne
2004-12-31
strncpy -> strlcpy
David Gwynne
2004-05-24
do not bother w/ void pci_devinfo() calls and free resources on failures
Michael Shalayeff
2004-05-23
ehci support; hacked into working shape by jonathon@gateway.zenbu.net
Theo de Raadt
2003-08-11
cleanup dmesg output
Michael Shalayeff
2003-07-08
Sync USB code with NetBSD.
Nathan Binkert
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-12
interrupts cannot happen before
Michael Shalayeff
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-01-21
map and establish interrupts _after_ chip was initialized
Michael Shalayeff
2000-07-04
sync with NetBSD.
Federico G. Schwindt
2000-03-27
Need a newline now.
Aaron Campbell
2000-03-26
Sync with NetBSD.
Aaron Campbell
1999-11-07
sync with NetBSD.
Federico G. Schwindt
1999-09-27
Disable ints. later; NetBSD.
Federico G. Schwindt
1999-08-23
Disable interrupts early; from NetBSD.
Federico G. Schwindt
1999-08-13
Remove unncessary printfs as well as NetBSD ifdefs.
Federico G. Schwindt
1999-08-13
USB controllers.
Federico G. Schwindt