summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-07-06Remove unsigned comparison < 0.Brad Smith
2013-07-05make use of the drm_i915_private macro to reduce the diff to linuxJonathan Gray
2013-07-05Use tmp_int to be able to pass back the -1 upon error and check for it properlyBrad Smith
2013-07-04Format string fix: %x instead of %p for intStefan Fritsch
2013-07-04Fall back to bit banging mode for DVO transmitter detectionJonathan Gray
2013-07-04Fixup Oops in the pipe config computationJonathan Gray
2013-07-04ensure single initialization and cleanup of backlight deviceJonathan Gray
2013-07-04set CPT FDI RX polarity bits based on VBTJonathan Gray
2013-07-04Workaround incoherence between fences and LLC across multiple CPUsJonathan Gray
2013-07-04Fix SDVO connector and encoder get_hw_state functionsJonathan Gray
2013-07-04Add no-lvds quirk for Fujitsu Esprimo Q900Jonathan Gray
2013-07-04Fix sdvo connector get_hw_state functionJonathan Gray
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-07-02change splvm to splbio, missed in r1.4Stefan Fritsch
2013-07-02some trivial format string fixesStefan Fritsch
2013-07-02Lower IPL to IPL_BIO for the interrupt.Stefan Fritsch
2013-07-01The fast scrolling code causes random page table errors on older hardware.Mark Kettenis
2013-07-01Remove vaddr_t casts in bktr_mmap().Brad Smith
2013-07-01Within ns_to_timeval() change the rem field type from unsigned to signed.Brad Smith
2013-06-28Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't getMike Belopuhov
2013-06-28Rewrite the media / link state handling and have itBrad Smith
2013-06-25Repair flow control broken in the rev1.329 and make sure that a simpleMike Belopuhov
2013-06-23Remove unsigned comparison < 0.Brad Smith
2013-06-22Prefix all functions. Pointed out by brad@.Masao Uebayashi
2013-06-21De-static.Masao Uebayashi
2013-06-20Revert previous and unbreak asr, the new include should be protected.Martin Pieuchot
2013-06-20Allocate the various hook head descriptors as part of the ifnetMartin Pieuchot
2013-06-17Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> to make sureMark Kettenis
2013-06-15sync with the latest linux version of radeon_drm.hJonathan Gray
2013-06-15add some definitions from the libdrm version of i915_drm.hJonathan Gray
2013-06-14Correct interrupt moderation setting for 82598; tested on the CX4 versionMike Belopuhov
2013-06-13Random TX Backoff Register mask must be 0x3FF; ok beck, dlgMike Belopuhov
2013-06-13sync the userland facing radeon_drm.h with linuxJonathan Gray
2013-06-13regen for previous commitMike Larkin
2013-06-13Add some missing Intel pci devices found on various machinesMike Larkin
2013-06-12Oops. I looked at slightly newer Linux code when doing the previous change.Mark Kettenis
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-06-12Consistenly use bpf_mtap_ether(). From tsubai@.Masao Uebayashi
2013-06-12Almost identical diffs from brad@ and dlg@:Masao Uebayashi
2013-06-11Turn the allocation of GEM objects upside down and make the driverMark Kettenis
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-10A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:Mike Belopuhov
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-09adapt to a pcidevs name changeTheo de Raadt
2013-06-09syncTheo de Raadt
2013-06-09shorten many names to cope with uvm code growthTheo de Raadt
2013-06-08Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is alreadyBrad Smith
2013-06-07Add proper mmap(2) support for drm(4)/inteldrm(4). This changes theMark Kettenis
2013-06-06Add the remaining support code for 4th gen Intel Core/Haswell graphicsJonathan Gray
2013-06-06regenJonathan Gray