Age | Commit message (Expand) | Author |
2015-03-28 | match on the RTS5249 found on the dell xps 13, treat it as a 5229 | Joshua Stein |
2015-03-27 | Convert to if_input(). | Martin Pieuchot |
2015-03-27 | simply do if_input() between splnet() and splx(), like other drivers | uaa |
2015-03-26 | additional params from libdrm 2.4.60 | Jonathan Gray |
2015-03-26 | Use the 0x10 extended capability to determine if the trackstick | Jonathan Gray |
2015-03-25 | Expand ehci_{add,del}_intr_list() macros. | Martin Pieuchot |
2015-03-25 | Merge ehci_device_request() into ehci_device_ctrl_start() to match | Martin Pieuchot |
2015-03-25 | Remove more DPRINTFs, this file is almost in a readable state now. | Martin Pieuchot |
2015-03-25 | Use KASSERT() to check when/if URQ_REQUEST is correctly set just like | Martin Pieuchot |
2015-03-25 | Remove EHCI_DEBUG chunks that make things harder to understand. | Martin Pieuchot |
2015-03-24 | Convert to if_input(). | Martin Pieuchot |
2015-03-24 | Convert to if_input() but I won't tell your the story of krw@ | Martin Pieuchot |
2015-03-24 | Convert to if_input(). Tested by jsg@ who found that at least one his | Martin Pieuchot |
2015-03-24 | Convert to if_input(), untested but kettenis@ will mop up later if | Martin Pieuchot |
2015-03-23 | unlock MII on smsc_miibus_writereg error | Jonathan Gray |
2015-03-23 | Return an error if getting the config descriptor failed. | Jonathan Gray |
2015-03-23 | Convert to if_input(), tested by jsg@, thanks! | Martin Pieuchot |
2015-03-23 | Not all iwm hardware supports the 5GHz band. Make setting 11a rates | Jonathan Gray |
2015-03-21 | Print speeds consistently. | Martin Pieuchot |
2015-03-20 | The ACPI standard says that a PCI function number of FFFF can be used to refer | Mark Kettenis |
2015-03-20 | Convert to if_input(), thanks to krw@ for testing. | Martin Pieuchot |
2015-03-20 | Convert to if_input(), thanks to krw@ for testing. | Martin Pieuchot |
2015-03-20 | add support for jumbos on re(4). | David Gwynne |
2015-03-20 | Convert to if_input(), tested by Fabian Raetz, thanks! | Martin Pieuchot |
2015-03-20 | some re(4) chips can do jumbos, but none of them can checksum jumbo | David Gwynne |
2015-03-20 | Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable | Stefan Sperling |
2015-03-20 | Re-apply -r1.115 that got accidentally reverted and brought to my | Mike Belopuhov |
2015-03-19 | Let it compile. | Martin Pieuchot |
2015-03-19 | Abort tasks are run in their own thead, that's why they need a special | Martin Pieuchot |
2015-03-19 | Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with | Martin Pieuchot |
2015-03-19 | unlock MII on smsc_miibus_readreg error | Jonathan Gray |
2015-03-19 | missing gcu_var.h conversion | Theo de Raadt |
2015-03-18 | sync | Ryan Thomas McBride |
2015-03-18 | sync | Ryan Thomas McBride |
2015-03-18 | Baytrail/e3800 devices found in MinnowboardMax. | Ryan Thomas McBride |
2015-03-18 | Prevent sign extension due to pointer arithmetics | Mike Belopuhov |
2015-03-18 | use device_lookup to find gcu0 rather than iterating over alldevs. | David Gwynne |
2015-03-17 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-16 | convert timeout_add() calls using hz to timeout_add_msec() | Jonathan Gray |
2015-03-16 | Revert 1.39. Resetting after specifically putting the keyboard in a | Joshua Stein |
2015-03-16 | Revert 1.44 since we have found some machines where the keyboard | Joshua Stein |
2015-03-14 | RTL8411 works also, according to tiix@openmailbox | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-13 | some include files not needed; matthew markfort | Theo de Raadt |
2015-03-13 | convert to if_input() | Jasper Lievisse Adriaanse |
2015-03-13 | convert to if_input() | Jasper Lievisse Adriaanse |
2015-03-12 | On first cnpoll, reset the keyboard and pms hard. This is required | Theo de Raadt |
2015-03-12 | If while attaching pckbdc device slots, we find a slot has failed to | Theo de Raadt |
2015-03-12 | Print the current link speed for SATA devices attached on ahci(4). | Bryan Steele |