summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/ehci_cardbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark ehci_intr() as IPL_MPSAFE here as welljsg2015-11-111-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().stsp2014-05-171-10/+1
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-161-4/+3
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-2/+2
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-5/+2
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-3/+4
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-3/+3
* Remove some cardbus defines and types which are identical tojsg2010-03-221-15/+14
* Fix some minor format string problems found in a maze of false positivesderaadt2009-06-021-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Following up with further dmesg display tweaking after the cardbusprint()brad2008-02-251-7/+2
* Convert ehci and ucom to rwlock.jsg2007-05-201-1/+2
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
* make dmesg lines openbsd-style, ok dlg@jolan2006-07-121-6/+5
* removal of '#ifdef rbus ... #else ...' directives, we use rbus in allfkr2006-06-211-5/+1
* remove the tailq used to locate ehci's companion controllers. i havedlg2005-12-301-4/+1
* while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. whydlg2005-12-301-33/+1
* get rid of the lines on ehci attach that show the version and the companiondlg2005-04-111-36/+1
* from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3dlg2004-12-291-1/+3
* ohci and ehci at cardbus support from netbsddlg2004-12-071-0/+276