summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/ohci_cardbus.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-05-16There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-02-25Following up with further dmesg display tweaking after the cardbusprint()Brad Smith
2007-03-22Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-07-12make dmesg lines openbsd-style, ok dlg@Jolan Luff
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2006-05-22Don't call powerhook_disestablish if there is no powerhook to disestablish.David Gwynne
2005-12-30remove #if __NetBSD__ and device_ptr_t. its more readable and lessDavid Gwynne
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
2004-12-07ohci and ehci at cardbus support from netbsdDavid Gwynne