Age | Commit message (Expand) | Author |
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 |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-10-20 | Disestablish interrupts if attachment fails. | Michael Knudsen |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-03-22 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe |
2007-03-18 | Backout pascoe@'s last USB change because it page faults at attachment | Marcus Glocker |
2007-03-18 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe |
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 |