summaryrefslogtreecommitdiff
path: root/sys/external
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-28In preparation for partial modularization of the acpi(4) subtree.jruoho
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-11-23make iasl build again.cegger
2009-11-23Update ACPI_SRAT_CPU_AFFINITY to match ACPI specification 4.0.cegger
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-23Hide the message about an RSDP not being found unless we are debugging.jmcneill
2009-08-23on netbsd with the single final close() action, make sure we clean upmrg
2009-08-18Use ACPI_DEBUG_PRINT instead of ACPI_INFO for AcpiNsExecModuleCodeListjmcneill
2009-08-18Print table header information with ACPI_DEBUG_PRINT instead of ACPI_INFO.jmcneill
2009-08-18Build fixes for NetBSD.jmcneill
2009-08-18Build fix for amd64.jmcneill
2009-08-18config glue for acpicajmcneill
2009-08-18Build fixes for NetBSD.jmcneill
2009-08-18initial import of acpica-20090730jmcneill
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-08-07NetBSD doesn't support alq(9) and hence ATHHAL_DEBUG_ALQ is unusable.sborrill
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-14Fix prototypes to match the functions. The prototypes had `int' specified forreinoud
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