summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-02-20More turd shining; cleanup the message that prints the firmware revision andMark Kettenis
2014-02-20revert previous commit; didn't intend to commit those bitsMark Kettenis
2014-02-20Avoid printing the "nvram corrupt" message for onboard 2200s found on SunMark Kettenis
2014-02-20jsg@ pointed out i am bad at loops.David Gwynne
2014-02-20knfDavid Gwynne
2014-02-20pull the isr reads out into per chip variants we get to via pointersDavid Gwynne
2014-02-19Unbreak the tree; include <machine/atomic.h> instead of relying on somethingMark Kettenis
2014-02-19tweak the response queue handling so it looks like qle. the importantDavid Gwynne
2014-02-19the RESP_IN register is 32bits, so consistently use a u_int32_t toDavid Gwynne
2014-02-19massage the response queue handling a bit:David Gwynne
2014-02-19qle seems fine with msi interruptsDavid Gwynne
2014-02-19remove some dead code - all the chips we handle can do type 4 commands,Jonathan Matthew
2014-02-19drm/radeon: 0x9649 is SUMO2 not SUMOJonathan Gray
2014-02-19drm/i915: fix missed hunk after GT access breakageJonathan Gray
2014-02-19drm/i915: initialize gt_lock early with other spin locksJonathan Gray
2014-02-19drm/i915: fix up gt init sequence falloutJonathan Gray
2014-02-19drm/i915: fix long-standing SNB regression in power consumption after resume v2Jonathan Gray
2014-02-19Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"Jonathan Gray
2014-02-18convert printfs into a few different debug categories, leaving portJonathan Matthew
2014-02-18drm/i915: VLV2 - Fix hotplug detect bitsJonathan Gray
2014-02-18drm/i915: Hold mutex across i915_gem_releaseJonathan Gray
2014-02-17Add initial support for i354 MAC and M88E1543 PHY.Jonathan Gray
2014-02-17use the DEVNAME macro to get the name of the interrupt rather than theDavid Gwynne
2014-02-17use a bus_space subregion to talk to the mbox registers so you canDavid Gwynne
2014-02-15drm/radeon/DCE4+: clear bios scratch dpms bit (v2)Jonathan Gray
2014-02-15nep(4); start of a driver for the Sun Neptune 10/100/1000/10G Ethernet chip.Mark Kettenis
2014-02-15drm/radeon: fix surface sync in fence on cayman (v2)Jonathan Gray
2014-02-15drm/radeon: disable ss on DP for DCE3.xJonathan Gray
2014-02-15drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to INVALIDJonathan Gray
2014-02-15make ISP_NOFIRMWARE work here tooJonathan Matthew
2014-02-15radeon/pm: Guard access to rdev->pm.power_state arrayJonathan Gray
2014-02-15drm/radeon: warn users when hw_i2c is enabled (v2)Jonathan Gray
2014-02-15drm/mm: fix dump table BUGJonathan Gray
2014-02-15drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck codeJonathan Gray
2014-02-15drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Jonathan Gray
2014-02-15fix endianness of luns in iocbsJonathan Matthew
2014-02-15drm/i915: fix DDI PLLs HW state readout codeJonathan Gray
2014-02-15Correct the name of a Planex device and add some additionalJonathan Gray
2014-02-15regenJonathan Gray
2014-02-15Correct the name of a Planex device and add some additionalJonathan Gray
2014-02-14florian@ noticed that I missed some isp24xx code in the sbus glueJonathan Matthew
2014-02-14isp25xx nvram is at a different base addressJonathan Matthew
2014-02-14add isp25xx support. no real differences from 24xx, at least with the wayJonathan Matthew
2014-02-14add firmware for isp25xx, copied from freebsdJonathan Matthew
2014-02-14remove isp24xx-related code. it doesn't work, qle(4) replaces it, andJonathan Matthew
2014-02-13fix previous errorneous constants (compiled against the old header)pelikan
2014-02-13Recognize SATA-III ports in dmesg.pelikan
2014-02-13Some Linux i915 drm "fast" path code relies on being able to "disable" pageMark Kettenis
2014-02-13Make sure we copy out the right amount of data in the various copyout() callsMark Kettenis
2014-02-13drm/i915: prefer VBT modes for SVDO-LVDS over EDIDJonathan Gray