summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-19add qla and qle everywhere we currently have isp, commented out except forJonathan 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-18sio_intr_shutdown() used to be a shutdown hook, and eventually became anMiod Vallat
2014-02-18Bump version numbers.Joel Sing
2014-02-18Actually check to see if the CPU supports tsc, rather than assuming thatJoel Sing
2014-02-18convert printfs into a few different debug categories, leaving portJonathan Matthew
2014-02-18fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH forMarkus Friedl
2014-02-18drm/i915: VLV2 - Fix hotplug detect bitsJonathan Gray
2014-02-18drm/i915: Hold mutex across i915_gem_releaseJonathan Gray
2014-02-17The device driver ioctl code can sleep, so calling it from a timeout is *not*Mark Kettenis
2014-02-17iha and trm are good targets to avoid a space crisis on the install media;Theo de Raadt
2014-02-17Convert bcopy()s to memcpy()s.Martin Pieuchot
2014-02-17x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so removeDavid Gwynne
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-13Replace hand crafted routing label code with the rtlabel_id2sa()Alexander Bluhm