Age | Commit message (Expand) | Author |
2015-04-05 | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; | Miod Vallat |
2015-04-05 | Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL. | Mark Kettenis |
2015-04-05 | whitespace | Mark Kettenis |
2015-04-05 | Another round of reducing diffs with Linux. This one moves the various | Mark Kettenis |
2015-04-04 | Use config_suspend() instead of dereferencing ca_activate directly to | Martin Pieuchot |
2015-04-03 | Fix unsigned vs signed comparison in for() loop condition causing an infinite | Miod Vallat |
2015-04-03 | resync i915_drv.h to make it diffable to linux | Jonathan Gray |
2015-04-03 | change types/macros to reduce the diff to linux | Jonathan Gray |
2015-04-03 | Translate PAGE_MASK usage for the way it is defined in our kernel. | Jonathan Gray |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-04-01 | fix typo in comment; OK mpi@ | Gleydson Soares |
2015-04-01 | Correct comments. | Masao Uebayashi |
2015-04-01 | Kill useless comments talking about ether_input(). | Martin Pieuchot |
2015-04-01 | Remove annoying comment mentionning ether_output(). | Martin Pieuchot |
2015-04-01 | Small cleanups when attaching sensors, from David Higgs. | Martin Pieuchot |
2015-03-31 | Upon finding an AUX slot that has no driver for it (such as the | Joshua Stein |
2015-03-30 | Convert, convert, convert 'em all to if_input(), tralalalala... | Martin Pieuchot |
2015-03-30 | Convert to if_input(). | Martin Pieuchot |
2015-03-30 | Convert to if_input(), tested by sebastia@. | Martin Pieuchot |
2015-03-29 | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from | Miod Vallat |
2015-03-29 | In vga_load_font(), keep track of the font bits being passed by the caller, | Miod Vallat |
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 |