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