summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2011-07-25Add additional Radeon devices from FreeBSD via Dragon Fly BSD.jakllsch
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-28More __UNCONST(3).jruoho
2011-06-28Adjust for ACPICA 20110623.jruoho
2011-06-28Merge ACPICA 20110623.jruoho
2011-06-28Import ACPICA 20110623.jruoho
2011-06-09dma_addr_t may not be a 64bit type, so add an explicit cast here insteadjoerg
2011-05-30Define a few macros as unsigned to avoid UB when later shifting themjoerg
2011-05-30Silence warnings about unused return value for a dead hardware read.joerg
2011-05-30Fix format strings to match argumentsjoerg
2011-05-30Remove invalid const, the content is later passed to free.joerg
2011-05-25more wrong formats.christos
2011-05-25fix printf formats.christos
2011-05-24Use some format specifiers that actually existjoerg
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-03-30Fix build of "radeondrm" kernel module.tron
2011-03-30Add missing agp.h include file.mlelstv
2011-03-27Make code compile when the kernel has no support for AGP. For now this alsomlelstv
2011-03-07Get improvements from FreeBSD-current (January 2011).cegger
2011-03-05Make interrupt establishment failure be noted like most other PCI drivers do.jakllsch
2011-03-05Correct #endif comment.jakllsch
2011-03-05add defflag for AR9285.cegger
2011-02-27use pa_intrpin instead of pa_intrline for irq#, since drivers treat irq=0jmcneill
2011-02-24change "int pipe" into "unsigned int pipe".mrg
2011-02-24convert all crtc values passed in from userland to be unsigned insteadmrg
2011-02-21make it compile with ATHHAL_DEBUGcegger
2011-02-21add AR9285 supportcegger
2011-02-20add AR9280 supportjmcneill
2011-02-20Fix wrong note in a comment.jruoho
2011-02-20support building as a modulejmcneill
2011-02-18Provide ACPI_CAST_PTHREAD_T(x).jruoho
2011-02-18Revert previous.jruoho
2011-02-18sync viadrm with FreeBSD, big new feature is AGP DMA and PCI DMA supportjmcneill
2011-02-18Cast pthread_self(3) to uintptr_t. ACPICA 20100915:jruoho
2011-02-18get rid of this stale copy of via_drv.c, the one we want is in bsd-corejmcneill
2011-02-18get rid of #ifdef __FreeBSD__ sectionsjmcneill
2011-02-17Add the RS880 device IDs to radeondrm(4).jakllsch
2011-02-17Fix ACPI_DEBUG build.jruoho
2011-02-17Sigh. Why some people are unable to write proper C?jruoho
2011-02-17__UNCONST(3).jruoho
2011-02-17Update for ACPICA 20110211.jruoho
2011-02-17ACPI_THREAD_ID type was changed to uint64_t, which is good enough for us.jruoho
2011-02-17Merge ACPICA 20110211.jruoho
2011-02-17Import 20110211.jruoho
2011-02-17Retire src/sys/external/intel-public.jruoho
2011-02-17Add the build glue.jruoho
2011-02-17Revert the change made by cegger@ to the GPE reference counting.jruoho
2011-02-17Apply our local patches.jruoho
2011-02-17Reimport ACPICA 20100528 to a new location.jruoho