summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-09-08switch to using linux style pci match tablesJonathan Gray
2013-09-08Unbreak vmx(4) on i386. The right shift of 32 bits for the DSHReyk Floeter
2013-09-06Missing semicolons.Martin Pieuchot
2013-09-02fb refcount must be initialised to 1 not 0 to match the behaviourJonathan Gray
2013-09-02use DRM_MEMORYBARRIER() for smp_mb__*Jonathan Gray
2013-09-02add static back to functions that originally had itJonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce6Jonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce4.1/5Jonathan Gray
2013-08-30Turn on msi for mfii(4).Christiano F. Haesbaert
2013-08-29Add support for advanced btcoex. This commit is not really neededSylvestre Gallon
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-08-27Give RS400/RS480/RS690 another chance. These were previously disabledJonathan Gray
2013-08-27implement drm_pcie_get_speed_cap_mask()Jonathan Gray
2013-08-27stash pci chipset and bridge tags in the drm_device structJonathan Gray
2013-08-26add a define for the link capabilities register forJonathan Gray
2013-08-26Add a stubbed out version of drm_pcie_get_speed_cap_mask() andJonathan Gray
2013-08-26remove an uneeded printfJonathan Gray
2013-08-25call if_link_state_change when link state actually changes; ok claudioMike Belopuhov
2013-08-25new ciss devices from Scott Benesh of HP via FreeBSDJonathan Gray
2013-08-25regenJonathan Gray
2013-08-25new ciss devices from Scott Benesh of HP via FreeBSDJonathan Gray
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-21Fix build without vlan.Martin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-18While we forceably detach radeondrm on fatal error in initJonathan Gray
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-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-13add static back to functions that originally had itJonathan Gray
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
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-07Another major overhaul of the inteldrm(4) GEM code, bringing us considerablyMark Kettenis
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-01Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.Mark Kettenis
2013-08-01regenMark Kettenis
2013-08-01Ralink RT3060.Mark Kettenis