summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-03-06Make sure we don't attach to those silly AMI MegaRAIDs that expose theMark Kettenis
2014-03-06Set the correct clock rate for ISP1020/1020A.Mark Kettenis
2014-03-06Cleanup dead code.Gerhard Roth
2014-03-05Make this compile on sparc64 too.Mark Kettenis
2014-03-05Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlyMark Kettenis
2014-02-25Wait for the RIRB DMA engine to come ready. Needed on the audio deviceMark Kettenis
2014-02-25convert most printfs into DPRINTFs to cut down on dmesg spam, and addJonathan Matthew
2014-02-25match on Atom C2000Jonathan Gray
2014-02-25regenJonathan Gray
2014-02-25add Atom C2000 devices and a few othersJonathan Gray
2014-02-25Some broken BIOSen don't assign an address to the ROM BAR. Fix this up, as weMark Kettenis
2014-02-24Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff thatMark Kettenis
2014-02-24Revert rev 1.348 and disable IPv6 TCP checksum offload for the time being.Brad Smith
2014-02-24regenDavid Gwynne
2014-02-24PLX 8724 as found on LSI SAS9206-16E boards.David Gwynne
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-23rework firmware handling a bit. when built without firmware, check thatJonathan Matthew
2014-02-22basic i210/i211 support (improved after looking at gollo@ i210 diff on misc)Chris Cappuccio
2014-02-21spacingTheo de Raadt
2014-02-20Remove some code that has no effect.Mark Kettenis
2014-02-20More turd shining; cleanup the message that prints the firmware revision andMark Kettenis
2014-02-19Unbreak the tree; include <machine/atomic.h> instead of relying on somethingMark Kettenis
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-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-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-14isp25xx nvram is at a different base addressJonathan Matthew