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
/
ohci_pci.c
Age
Commit message (
Expand
)
Author
2006-05-22
Warn the user if the powerhook could not be established during attach. For
David Gwynne
2006-05-22
Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud.
Kenneth R Westerback
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-21
If the SMM driver had enabled ownership change interrupts, re-enable them
Christopher Pascoe
2005-04-11
get rid of the lines on ehci attach that show the version and the companion
David Gwynne
2005-03-30
make the powerhooks the responsibility of the bus ohci is attached to
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-06-08
i386 configures devices while at spl0, this causes problems if devices
Dale Rahn
2002-06-07
Fix more timeout handling issues in ohci. There are still cursed harrdware
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-15
Add a timer to reinable the OHCI RHSC (Root Hub Status Change)
Dale Rahn
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-13
dmesg cleanup
Theo de Raadt
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-22
fix pretty print
Theo de Raadt
2001-01-21
map and establish interrupts _after_ chip was initialized
Michael Shalayeff
2000-07-04
sync with NetBSD.
Federico G. Schwindt
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
shorten dmesg output.
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