summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-08-18While we forceably detach radeondrm on fatal error in initJonathan Gray
2013-08-17Remove unnecessary activate functions and unused DPRINTFN macros.Stuart Henderson
2013-08-16Hook up the framebuffer colormap helper code on sparc64.Mark Kettenis
2013-08-16Pass cursor position in wsdisplay_cnattach() call. Preparation for seamlessMark Kettenis
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-14drm_heap.c is no longer neededJonathan Gray
2013-08-14remove references to ati_pcigartJonathan Gray
2013-08-13ati_pcigart.c is no longer neededJonathan Gray
2013-08-13Call drm_mtrr_add() directly instead adding a map.Mark Kettenis
2013-08-13Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert.Mike Belopuhov
2013-08-13add static back to functions that originally had itJonathan Gray
2013-08-13Remove bogus and useless refcounting of usbd pipes that could lead toMartin Pieuchot
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2013-08-09Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate.Edd Barrett
2013-08-09match linux and only allow multiple contexts on the render ringJonathan Gray
2013-08-09add commented out versions of unused functions present in the originalJonathan Gray
2013-08-08Add support for Intel Wifi Link 130.Sylvestre Gallon
2013-08-08Fix sign of errno values to match Linux.Mark Kettenis
2013-08-08Make it possible for graphics drivers to opt-out of VGA arbitration.Mark Kettenis
2013-08-08Turns out neither the flow control diff nor the RX checksum offload diffMark Kettenis
2013-08-08These functions should only used in the usb-autoconf glue, do not exposeMartin Pieuchot
2013-08-08Use the same functions to abort and close the control pipe of a deviceMartin Pieuchot
2013-08-07Another major overhaul of the inteldrm(4) GEM code, bringing us considerablyMark Kettenis
2013-08-07needs timeout.h to compile. from Rafael NevesTed Unangst
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07add support for hardware contexts on recent intel hardwareJonathan Gray
2013-08-06set ai_devid in struct agp_info so drm_agp_info() will work as intendedJonathan Gray
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2013-08-03Enable MSI on RT810xE.Mark Kettenis
2013-08-02add Sierra Wireless MC8355 (Gobi 3000)Mike Belopuhov
2013-08-02regenMike Belopuhov
2013-08-01Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.Mark Kettenis
2013-08-01regenMark Kettenis
2013-08-01Ralink RT3060.Mark Kettenis
2013-08-01Add support for the RT3572 MAC/BBP. Crucial bits from Nathan Goings.Mark Kettenis
2013-07-29Fix typo/thinko; checking whether an address is bigger than 0 makes no sense.Mark Kettenis
2013-07-25Backout flow control support (rev 1.97) and RX TCP/UDP checksum offloadMark Kettenis
2013-07-21regenMartin Reindl
2013-07-21add another ATI RS690 PCIE bridgeMartin Reindl
2013-07-21Belkin N300 XR; Daryl TurnerTheo de Raadt
2013-07-19Don't use uninitialized variable when a simple 0 will do.Kenneth R Westerback
2013-07-16Correctly initialized the width value to 0 instead of passing garbageMartin Pieuchot
2013-07-15When a ucom(4) device is detached do not only abort its pipes but alsoMartin Pieuchot
2013-07-14The "probe" interrupt handler is mpsafe; mark it as such.Mark Kettenis
2013-07-12Expunge debug code that uses an uninitialized variable. Without theKenneth R Westerback
2013-07-11use fls as initially intendedMike Belopuhov
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10Remove unsigned comparison < 0.Brad Smith