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
/
cardbus
/
ehci_cardbus.c
Age
Commit message (
Expand
)
Author
2015-11-11
mark ehci_intr() as IPL_MPSAFE here as well
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-05-17
Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().
Stefan Sperling
2014-05-16
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2010-03-27
Give cardbus the pci_chipset_tag_t from pccbb and push it out through
Jonathan Gray
2010-03-27
Bring back cardbus_chipset_tag_t which is in practice a
Jonathan Gray
2010-03-22
Remove some cardbus defines and types which are identical to
Jonathan Gray
2009-06-02
Fix some minor format string problems found in a maze of false positives
Theo de Raadt
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-02-25
Following up with further dmesg display tweaking after the cardbusprint()
Brad Smith
2007-05-20
Convert ehci and ucom to rwlock.
Jonathan Gray
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-07-12
make dmesg lines openbsd-style, ok dlg@
Jolan Luff
2006-06-21
removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
Felix Kronlage
2005-12-30
remove the tailq used to locate ehci's companion controllers. i have
David Gwynne
2005-12-30
while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. why
David Gwynne
2005-04-11
get rid of the lines on ehci attach that show the version and the companion
David Gwynne
2004-12-29
from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3
David Gwynne
2004-12-07
ohci and ehci at cardbus support from netbsd
David Gwynne