summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-05-31New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-EMike Belopuhov
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-29add another pid of Centrino Advanced-N 6235.Yojiro Uo
2013-05-29regenYojiro Uo
2013-05-29add another pid for Intel Centrino Advanced-N 6235Yojiro Uo
2013-05-29PHY auto-polling mode should not be used for anything newer than BCM5705.Mike Belopuhov
2013-05-28regenJonathan Gray
2013-05-28add some more radeon devicesJonathan Gray
2013-05-27Fix edge cases of uninitialized variables. In my tree for too long, I evenMiod Vallat
2013-05-27Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for aMark Kettenis
2013-05-24MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1Jonathan Gray
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-22BUS_DMA_WAITOK can't be used in the bge_init path since itMike Belopuhov
2013-05-21Delete unused function.Mark Kettenis
2013-05-18Add parameters describing the usable part of the GTT and enable the checksMark Kettenis
2013-05-18Sync with Linux. Mostly comment and whitespace changes, but adds some missingMark Kettenis
2013-05-17wsmoused supportMark Kettenis
2013-05-16burner supportMark Kettenis
2013-05-15sync the list of pre haswell intel video devices with linuxJonathan Gray
2013-05-15regenJonathan Gray
2013-05-15add some more Intel video devicesJonathan Gray
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-15Add support for Intel E7221 integrated graphics.Mark Kettenis
2013-05-12Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16Kenneth R Westerback
2013-05-12fix use after free in case the mbuf needs defragmentationStefan Fritsch
2013-05-11Another small tweak to get things close to Linux.Mark Kettenis
2013-05-11whitespaceMark Kettenis
2013-05-11Remove some #ifdef 0'd code that we're never going to use again.Mark Kettenis
2013-05-09A few more changes to reduce the diffs to the Linux code.Mark Kettenis
2013-05-09Add a #define such that we can say "struct drm_i915_private" to reduce theMark Kettenis
2013-05-08The "locking" in i915_gem_object_move_to_inactive() makes no sense. Get ridMark Kettenis
2013-05-08Maxime Villard reported an uninitialised variable access inJonathan Gray
2013-05-06syncBrian Callahan
2013-05-06Revert Cavium Networks back to Cavium - it was right in the first place.Brian Callahan
2013-05-06syncBrian Callahan
2013-05-06Add OCTEON Plus CN50XX Network Processor id.Brian Callahan
2013-05-05Add nonblocking argument to i915_gem_object_pin() andMark Kettenis
2013-05-05Remove a supefluous check.Mark Kettenis
2013-05-05With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.Mark Kettenis
2013-05-05Remove some #ifdef'ed out code that's never going to get used again.Mark Kettenis
2013-05-04In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to makeMark Kettenis
2013-04-30Clear the right pixels when scrolling backwards.Mark Kettenis
2013-04-30Handle newer fiber adapters the same way as 82575/82576,Jonathan Gray
2013-04-22handle long long time_t in debug codeTheo de Raadt
2013-04-22Put the code manipulating scatter gather mapping for the framebuffer underMartin Pieuchot
2013-04-21new digi puc; Hugo LombardTheo de Raadt
2013-04-21syncTheo de Raadt
2013-04-21Move GEM initialization code into its own function like Linux has.Mark Kettenis
2013-04-18"160 chars ought to be enough for everybody"Mark Kettenis
2013-04-17Also accelerate scrolling backwards.Mark Kettenis