summaryrefslogtreecommitdiff
path: root/sys/external/bsd
AgeCommit message (Expand)Author
2010-03-20don't pass "maxaddr" as a boundary in bus_dmamap_create() like rev 1.8mrg
2010-03-03make suspend/resume actually work:mrg
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-26PR/42262: Support drm drivers (intel G33/G45) submapping pci resourcesjmorse
2010-01-08Expand PMF_FN_* macros.dyoung
2009-12-14add suspend/resume hooks for command processorkefren
2009-12-12add stub pmf hookkefren
2009-12-06Delete the do-nothing device-activation hook, drm_activate().dyoung
2009-09-27deregister with pmf on detachjmcneill
2009-09-27register with pmfjmcneill
2009-09-27Port viadrm to NetBSD and fix a bunch of compile issues:jmcneill
2009-09-27make sure to call pci_intr_*stablish() with the right first argument;mrg
2009-09-12fix some confusion between highest DMA address and the boundary not todrochner
2009-09-10PR/42041: Jasper Wallace: Stopgap fix for kernel assertchristos
2009-09-02- normalize netbsd drm_mtrr_del() with freebsd, removing a few #if'smrg
2009-09-02remove a memset() that isn't necessary.mrg
2009-08-26introduce an ugly but simple hack to work around external softwaremrg
2009-08-23on netbsd with the single final close() action, make sure we clean upmrg
2009-08-08- stash the fbmap into the radeon dev_priv handle so we can ..mrg
2009-08-07remove some netbsd specific code that does nothing.mrg
2009-06-24don't include pcidevs_data.h.mrg
2009-06-24convert a DRM_ERROR() to DRM_DEBUG(). its failure is not fatalmrg
2009-06-23add a commented out section for nouveau driver.mrg
2009-06-23add a bunch of fixes mostly from rafal@.mrg
2009-06-21make external drm the default.mrg
2009-06-20some minor clean up:mrg
2009-06-19add a freshly generated drm_pciids.hmrg
2009-06-19merge the changes from drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227cmrg
2009-06-19import the missing file from mesa-drm at git changemrg
2009-06-19import mesa-drm git from version 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.mrg
2009-05-09softc split as needed by the rest of the drm code. Add basicjoerg
2009-03-30apply from sys/dev:mrg
2009-03-30XXX: drm_close_pid() went away, and the hack i tried to avoid itmrg
2009-03-30- set dev->device to the device_tmrg
2009-03-30apply from sys/dev:mrg
2009-03-30- apply from sys/dev:mrg
2009-03-30- apply from sys/dev:mrg
2009-03-30apply from sys/dev:mrg
2009-03-29fix a device_t-ification.mrg
2008-09-23fix typo in commentdholland
2008-07-29Fix type-o.bjs
2008-07-25- for DRM_NETBSD_HANDLE2ADDR/ADDR2HANDLE, do what uvm does to recoverbjs
2008-07-25in the git sources, timo is jiffies + 5*DRM_HZ, not 5*DRM_HZbjs
2008-07-25merge git-change-2580a065d81be645a14af1e91b8441f7e72fcbe4.mrg
2008-07-25import mesa-drm git from change 2580a065d81be645a14af1e91b8441f7e72fcbe4.mrg
2008-07-25IRQ_HANDLED should be 1, not 0.bjs
2008-07-21Remove #ifdef __FreeBSD__ around DRM_UPDATE_DRAW ioctl, as we have drawablebjs
2008-07-20add forgotten initialization/destruction for tsk_lock.bjs
2008-07-20Add a forgotten mtsleep().bjs
2008-07-19move an XXXNETBSD along with the assignment that movedmrg