summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-11-20Fix previous.Landry Breuil
2014-11-20Force a status check of all the ports of a newly attached hub. In theMartin Pieuchot
2014-11-20oops, mangled the prototypeTheo de Raadt
2014-11-20- Remove some unused #if 0'd code which does not pertain to OpenBSDBrad Smith
2014-11-20Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing toTheo de Raadt
2014-11-19Copy over some recent commits from ix(4)..Brad Smith
2014-11-19Add support for stopping the operation of the chipset within re_stop()Brad Smith
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18dc_init() calls dc_stop() and dc_reset() so remove some redundant callsBrad Smith
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-18Use pa_device to ensure each MAC address of a multi port boardBrad Smith
2014-11-17Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes theLandry Breuil
2014-11-16Two fixes to make Qemu and VMware xHCI implementations work:Martin Pieuchot
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-16Allow the driver to be able to retrieve the MAC address from the ROMBrad Smith
2014-11-15regenBrad Smith
2014-11-15Add Intel QS77 LPC.Brad Smith
2014-11-14regenMartin Pieuchot
2014-11-14Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@.Martin Pieuchot
2014-11-14add some more sdtemp devicesJonathan Gray
2014-11-12Remove SIOCSIFMTU handling and misuse of if_mtu values for MRUMike Belopuhov
2014-11-11When a bus is explored, do not probe the ports which status hasn'tMartin Pieuchot
2014-11-11Stop athn(4) from attaching to AR9300 devices for now. There are unresolvedStefan Sperling
2014-11-11Do not reset the base address of the control endpoint's ring whenMartin Pieuchot
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov
2014-11-10remove pointless timeout_del/add dance in the interrupt handlerMike Belopuhov
2014-11-10Inadvertent ampersand has made the check to always yield truthMike Belopuhov
2014-11-10Gather full statistics only when IX_DEBUG is definedMike Belopuhov
2014-11-10don't try to update the link status every secondMike Belopuhov
2014-11-10remove ixgbe_sfp_probe since it's not called anywaysMike Belopuhov
2014-11-10Support USB 1.x devices below external hubs.Martin Pieuchot
2014-11-10Add some fields needed for TT support.Martin Pieuchot
2014-11-10Apparently xhci(4) also needs a hook to set the address of a device.Martin Pieuchot
2014-11-10Remove USB locators. They are currently unused and this wont change dueMartin Pieuchot
2014-11-09When a pipe is closed, clear the memory of the corresponding enpointMartin Pieuchot
2014-11-08If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back toMike Larkin
2014-11-07Document how the Slot States transitions described in section 4.5.3 ofMartin Pieuchot
2014-11-07Prevent a race when submitting a command by using the appropriate splMartin Pieuchot
2014-11-07Give Super-Speed hubs a chance to route USB 3.0 transfers.Martin Pieuchot
2014-11-06Cleanup whitespace and add 5 series comments.Doug Hogan
2014-11-06Add the required includes for the conditional parts ofJonathan Gray
2014-11-05Implement yet another workaround for the k1 em(4)'s. This time forClaudio Jeker
2014-11-05Functions that say they return void should not try to return something.Daniel Dickman
2014-11-04shuffle when the cid is set on submission queue entries so its afterDavid Gwynne
2014-11-04when reading the completion queue, it helps to write where we've read upDavid Gwynne
2014-11-04Commit a missing chunk of the diff I had sent out to recognize someBrad Smith
2014-11-01Use the correct default MaxPacketSize for Full Speed devices and make themMartin Pieuchot
2014-11-01fix the build when SDMMC_DEBUG is definedJonathan Gray
2014-11-01Remove the port status argument from usbd_reset_port(). We don't doMartin Pieuchot
2014-11-01Super-Speed port feature definitions.Martin Pieuchot