summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2010-08-25There is nothing particularly interesting for users in:jruoho
2010-08-21Get viadrm working againjmcneill
2010-07-21Using vfinddev() leads to vnode races as it returns an unreferencedhannken
2010-07-21also make radeondrm depend upon firmload, not just r128drm.mrg
2010-07-06radeondrm depends upon firmload now; noted by rjs.mrg
2010-07-06kill these old built-in firmware headers; we use the ones installed intomrg
2010-07-05move all the radeondrm firmware images into the filesystem. check thatmrg
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2010-06-30Silence debug messages related to the AML Debug() opcode. To enable it, onlyjruoho
2010-06-26add minimal support for radeon 5xxx. there's not enough for it to bemrg
2010-06-26add the latest generation of radeon cards.mrg
2010-06-26add CHIP_CEDAR, CHIP_REDWOOD, CHIP_JUNIPER, CHIP_CYPRESS and CHIP_HEMLOCK.mrg
2010-06-06Fix a build failure.jruoho
2010-06-06Add new files from ACPICA 20100528.jruoho
2010-06-06ACPICA does not understand the const type qualifier.jruoho
2010-06-06Merge ACPICA 20100528jruoho
2010-06-06Import ACPICA 20100528.jruoho
2010-05-24use round_page() for PAGE_ALIGN(). from Onno van der Lindenmrg
2010-05-24add r600_blit.c and radeon_cs.c.mrg
2010-05-24implement DRM_RADEON_CS ioctl, necessary for r600_dri to function.mrg
2010-05-19only use bus_space*() on drm_local_map_t's that have been mapped intomrg
2010-04-12Update the event counters to 64-bit integers.jruoho
2010-04-08Add new files from ACPICA 20100121.jruoho
2010-04-08__UNCONST(3).jruoho
2010-04-08Merge ACPICA 20100121jruoho
2010-04-08Import ACPICA 20100121.jruoho
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