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