summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-03-25Use the new rasops multiple screen support to provide proper virtualMark Kettenis
2013-03-25Add basic support for multiple screens.Mark Kettenis
2013-03-25these will not be built for palm since it went awayTheo de Raadt
2013-03-25Factor out the code that is used to recreate work units - one copy of theJoel Sing
2013-03-25reseed the random pool with 'dmesg' when more devices are attachedMarkus Friedl
2013-03-25move the message announcing overlay init to debugJonathan Gray
2013-03-25add the missing parts of the upstream linux commit toJonathan Gray
2013-03-24syncTheo de Raadt
2013-03-24another ppb; soekris net1841; pointed out by mitjaTheo de Raadt
2013-03-24Use ieee80211_set_tim() directly now that it is available.Claudio Jeker
2013-03-22Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename itMark Kettenis
2013-03-22Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightnessMark Kettenis
2013-03-22add some macros needed by newer libdrmJonathan Gray
2013-03-22wire up the mode object property ioctlsJonathan Gray
2013-03-22implement DRM_IOCTL_I915_GEM_SW_FINISHJonathan Gray
2013-03-22add some definitions required for recent versions of libdrmJonathan Gray
2013-03-22enable mchdev lockingJonathan Gray
2013-03-21Zap a few useless comments.Mark Kettenis
2013-03-21Do not include machine/param.h since sys/param.h already did so.Theo de Raadt
2013-03-21Attach on ITE 8728.Bryan Steele
2013-03-21Enable the opregion code but keep the parts that try to talk to acpiJonathan Gray
2013-03-20Backout some changes introduced in linux 3.8.3 which are knownJonathan Gray
2013-03-20fix the return value of i2c_algo_dp_aux_exec, with this getting theJonathan Gray
2013-03-20- Sync the ring setup code closer to FreeBSD's driverBrad Smith
2013-03-19Don't advertise brightness control if it isn't supported.Mark Kettenis
2013-03-19Clean up a dmesg wart.Mark Kettenis
2013-03-19make a few printfs debug only to reduce dmesg spamJonathan Gray
2013-03-18Once we've detected an elantech touchpad, stop probing for other hardwareStefan Sperling
2013-03-18Correct a typo in a #ifdef condition, ok jsg@Martin Pieuchot
2013-03-18Significantly increase the wordlist for ddb hangman,Jonathan Gray
2013-03-18Indirectly pass the cache level down to agp by abusing spare bus_dma bits.Jonathan Gray
2013-03-18gen6+ can do 40 bit addressingJonathan Gray
2013-03-18stash the number of stolen entries in the agp structJonathan Gray
2013-03-18Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instanceMark Kettenis
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2013-03-17- Remove the reserved number of TX descriptors. No limitation is mentioned inBrad Smith
2013-03-17Set the `Power Immediate' bit upon attaching, to enable automatic restartMiod Vallat
2013-03-17Correct the clock speeds used to calculate int moderation values providedBrad Smith
2013-03-17- Sync some of the stats counter code to be closer to the FreeBSD code,Brad Smith
2013-03-17- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15DBrad Smith
2013-03-17Split out bge / bnx reset code into a separate set of functions.Brad Smith
2013-03-16fix size of unicast rx filter tableStefan Fritsch
2013-03-16Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports.Stefan Sperling
2013-03-16No need for two similar functions to free/remove USB device descriptors.Martin Pieuchot
2013-03-16Remove the 4.8 version of the USB device info ioctl.Martin Pieuchot
2013-03-15add some space before messagesStefan Fritsch
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-15Rewrite receive filter handling and ioctl bits.Brad Smith
2013-03-14Add some missing bits for flow control support and enable it.Brad Smith
2013-03-14- Fix passing down MAC feature flags; which fixes flow control support.Brad Smith