summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-04-03detypedef drm_device_dma_t.Owain Ainsworth
2009-04-03detypedef drm_buf_entry_t too.Owain Ainsworth
2009-04-03detypedef struct drm_buf from the dma_buffers api. Just because it'sOwain Ainsworth
2009-04-03Change a bunch of "printk" in commented out debug code into "printf" andOwain Ainsworth
2009-04-03More dead typdefs and defines.Owain Ainsworth
2009-04-03dead function.Owain Ainsworth
2009-04-03Dead prototypeOwain Ainsworth
2009-04-03unused type.Owain Ainsworth
2009-04-03detypedef drm_pci_id_list_t.Owain Ainsworth
2009-04-03Sprinkle some const correctness for the pciid lists. From mickey agesOwain Ainsworth
2009-04-03${XORGNAME}_driver_irq_handler() is a stupid name for an interruptOwain Ainsworth
2009-04-03More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLEDOwain Ainsworth
2009-04-03kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch toOwain Ainsworth
2009-04-03Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and removeOwain Ainsworth
2009-04-03Final irq_lock piece. Switch inteldrm over like radeomdrm and the rest.Owain Ainsworth
2009-04-03Same as just done for machdrm, just convert us over to using our irqOwain Ainsworth
2009-04-03Convert machdrm to not have to user drm_irq_handler. Since the onlyOwain Ainsworth
2009-04-03Same as just done for radeon. Add and use a lock for procecting againstOwain Ainsworth
2009-04-03Add a lock to protect races for the software interrupt on radeon chipsOwain Ainsworth
2009-04-03use i915_pipe_enabled() to test to see if the pipe is lit up, instead ofOwain Ainsworth
2009-04-03Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep,Owain Ainsworth
2009-04-03Cleanup. These definitions should have died when I removed the lock_timeOwain Ainsworth
2009-04-02Correct the writing to RING_RPTR_ADDR in the non agp case, should be aOwain Ainsworth
2009-04-01bzero pci attach argsMark Kettenis
2009-03-31These flags are bitmasks, not booleans.Owain Ainsworth
2009-03-31remove the drm_read and drm_write functions. instead just do theOwain Ainsworth
2009-03-30Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2009-03-30switch to MCLGETI.David Gwynne
2009-03-30Zap a superfluous newline in the drmprint function, it messes up outputOwain Ainsworth
2009-03-30Remove the DRM_SPIN lock macros, just expand them to mutex operations.Owain Ainsworth
2009-03-29Correct a couple of ioctl definitions (GEM ioctls, not used yet). andOwain Ainsworth
2009-03-29Take a shot at baud rate calculations for the 8-portTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-29Bypass macsec on extreme/supreme based chips.Jonathan Gray
2009-03-29Remove holdover XMAC II writes/reads inherited from sk asJonathan Gray
2009-03-29Remove the lock_time member from the hardware lock. It's not thatOwain Ainsworth
2009-03-27Push the per-driver dma hook a little further down.Owain Ainsworth
2009-03-27Rework the dma buffer api a bit to make it smaller and to have lessOwain Ainsworth
2009-03-27Remove a bunch of compat macros, just expand them to the openbsdOwain Ainsworth
2009-03-27Add support for the BCM5825 and the next-generation BCM5860, 5861,Reyk Floeter
2009-03-27add definitions for more yukon 2 revisions found in linux driverJonathan Gray
2009-03-26syncTheo de Raadt
2009-03-26new plx chips found in wildTheo de Raadt
2009-03-26Rework how we deal with the list of per-open datastructures, and theOwain Ainsworth
2009-03-26syncReyk Floeter
2009-03-26two more ubsec devicesReyk Floeter
2009-03-26The drm_* allocation functions have been #defined to not use most ofOwain Ainsworth
2009-03-25add support for AES-CBC with the BCM5823 (or newer, but we don't support newerReyk Floeter
2009-03-25syncReyk Floeter
2009-03-25add the BCM5862 (an unsupported ubsec(4) device)Reyk Floeter