summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-04-06drm_calloc -> kcallocJonathan Gray
2015-04-06add/use some more errno remappingJonathan Gray
2015-04-06Now we have dev_priv->mm.gtt_base_addr we can set fb_base and removeJonathan Gray
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
2015-04-06Convert to if_input(); ok mpi@Miod Vallat
2015-04-06Add get_user() and put_user() compatibility interfaces and use them.Mark Kettenis
2015-04-06add back some more static use to reduce the diff to linuxJonathan Gray
2015-04-06No need to use a temporary pointer variable after the drm struct nameJonathan Gray
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-04-06Convert some udelay() calls back to DRM_UDELAY() whereJonathan Gray
2015-04-05Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers;Miod Vallat
2015-04-05Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.Mark Kettenis
2015-04-05whitespaceMark Kettenis
2015-04-05Another round of reducing diffs with Linux. This one moves the variousMark Kettenis
2015-04-04Use config_suspend() instead of dereferencing ca_activate directly toMartin Pieuchot
2015-04-03Fix unsigned vs signed comparison in for() loop condition causing an infiniteMiod Vallat
2015-04-03resync i915_drv.h to make it diffable to linuxJonathan Gray
2015-04-03change types/macros to reduce the diff to linuxJonathan Gray
2015-04-03Translate PAGE_MASK usage for the way it is defined in our kernel.Jonathan Gray
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-04-01fix typo in comment; OK mpi@Gleydson Soares
2015-04-01Correct comments.Masao Uebayashi
2015-04-01Kill useless comments talking about ether_input().Martin Pieuchot
2015-04-01Remove annoying comment mentionning ether_output().Martin Pieuchot
2015-04-01Small cleanups when attaching sensors, from David Higgs.Martin Pieuchot
2015-03-31Upon finding an AUX slot that has no driver for it (such as theJoshua Stein
2015-03-30Convert, convert, convert 'em all to if_input(), tralalalala...Martin Pieuchot
2015-03-30Convert to if_input().Martin Pieuchot
2015-03-30Convert to if_input(), tested by sebastia@.Martin Pieuchot
2015-03-29Restore user-loaded vga fonts upon X11->VT switch and upon resume; fromMiod Vallat
2015-03-29In vga_load_font(), keep track of the font bits being passed by the caller,Miod Vallat
2015-03-28match on the RTS5249 found on the dell xps 13, treat it as a 5229Joshua Stein
2015-03-27Convert to if_input().Martin Pieuchot
2015-03-27simply do if_input() between splnet() and splx(), like other driversuaa
2015-03-26additional params from libdrm 2.4.60Jonathan Gray
2015-03-26Use the 0x10 extended capability to determine if the trackstickJonathan Gray
2015-03-25Expand ehci_{add,del}_intr_list() macros.Martin Pieuchot
2015-03-25Merge ehci_device_request() into ehci_device_ctrl_start() to matchMartin Pieuchot
2015-03-25Remove more DPRINTFs, this file is almost in a readable state now.Martin Pieuchot
2015-03-25Use KASSERT() to check when/if URQ_REQUEST is correctly set just likeMartin Pieuchot
2015-03-25Remove EHCI_DEBUG chunks that make things harder to understand.Martin Pieuchot
2015-03-24Convert to if_input().Martin Pieuchot
2015-03-24Convert to if_input() but I won't tell your the story of krw@Martin Pieuchot
2015-03-24Convert to if_input(). Tested by jsg@ who found that at least one hisMartin Pieuchot
2015-03-24Convert to if_input(), untested but kettenis@ will mop up later ifMartin Pieuchot
2015-03-23unlock MII on smsc_miibus_writereg errorJonathan Gray
2015-03-23Return an error if getting the config descriptor failed.Jonathan Gray
2015-03-23Convert to if_input(), tested by jsg@, thanks!Martin Pieuchot
2015-03-23Not all iwm hardware supports the 5GHz band. Make setting 11a ratesJonathan Gray
2015-03-21Print speeds consistently.Martin Pieuchot