summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-04-07regenBrad Smith
2014-04-07Add Fresco Logic FL1400.Brad Smith
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-04-03Add the missing 6322 PCI id.Brad Smith
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-03-31qle dvas straddle 4 byte boundaries, so best to treat them as twoDavid Gwynne
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-30drm/i915/dp: add native aux defer retry limitJonathan Gray
2014-03-30drm/i915/dp: increase native aux defer retry timeoutJonathan Gray
2014-03-30drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVBJonathan Gray
2014-03-30drm/i915: Add intel_ring_cachline_align()Jonathan Gray
2014-03-30correct the value of DRM_MAJOR for non i386 platformsJonathan Gray
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-28if you split a 64bit thing into two 32bit halves, it helps to writeDavid Gwynne
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-28specify at least the alignment the hardware requires, and in some casesDavid Gwynne
2014-03-27unbreak mfii after i changed the layout of some structures it borrowsDavid Gwynne
2014-03-27last of the htolem32 bitsDavid Gwynne
2014-03-27fix a theoretical double free.daniel
2014-03-27everything is at least 4 byte alignedDavid Gwynne
2014-03-27tweak mpii_start.David Gwynne
2014-03-27the request and reply descriptors are 8 byte aligned for the hardware.David Gwynne
2014-03-27tweak the looping of the postqDavid Gwynne
2014-03-27you want the ring to wrap when it gets to the size of the ring, not oneDavid Gwynne
2014-03-27optimise mpii_push_reply.David Gwynne
2014-03-27updating the reply queue indexes on the chip dont have any dependentDavid Gwynne
2014-03-27remove unused macrosDavid Gwynne
2014-03-27forgot a htolem32David Gwynne
2014-03-27apply more htolemXX and lemtohXX.David Gwynne
2014-03-27move to htolemXX and lemtohXX. interestingly, this caught a few typeDavid Gwynne
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-25Remove and shuffle some includes to reduce their number since drmP.hMartin Pieuchot
2014-03-25Upon resume do a full reset of the HC, including the command and eventMartin Pieuchot
2014-03-25when working with the cdb its better to use cmdlen than datalen.David Gwynne
2014-03-25rework qle_put_cmd to use hto[lb]emXX as best it can.David Gwynne
2014-03-25use htolem32 to write out qle sg elements, and annotate the structure asDavid Gwynne
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-24shrink the iopath a bit by using htolemXX and lemtohXX.David Gwynne
2014-03-24scsi io bits are at least 4 byte alignedDavid Gwynne
2014-03-24mpii_sges are 4 byte aligned. makes storing the flags field a bit easierDavid Gwynne
2014-03-24make mpii_sge look like mpi_sge, and provide a wrapper for setting theDavid Gwynne
2014-03-24bcopy to memcpyDavid Gwynne
2014-03-24replace bzero with memsetDavid Gwynne
2014-03-24rework mpii to use tasks instead of scsi_tasks for sas event handling.David Gwynne
2014-03-24annotate some packed structures with the alignment the hardwareDavid Gwynne
2014-03-24nothing after the irq ack posting relies on it being ordered.David Gwynne
2014-03-22<sys/agpio.h> is gone; this compiles fine without itPhilip Guenther
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2014-03-18<sys/agpio.h> is goneMartin Pieuchot