summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-04-25When querying if an object is busy, it is if it is marked active (beingOwain Ainsworth
2010-04-25oops, kill unneeded write lock grabbing that got mixed in when resolvingOwain Ainsworth
2010-04-25A nice little performance speedup.Owain Ainsworth
2010-04-25The locking rework/fix that I promised when I commited GEM.Owain Ainsworth
2010-04-25Don't bother binding the object in the gtt map ioctl.Owain Ainsworth
2010-04-25Do not allow changing tiling mode on pinned objects.Owain Ainsworth
2010-04-24This code is only called during autoconf, and never ever from anMark Kettenis
2010-04-23Add a barrier before we submit the ringbuffer and before we do anythingOwain Ainsworth
2010-04-23Allow for lazy fence disable on tiling change.Owain Ainsworth
2010-04-21let this compile on RAMDISKS, which have no ioctlTheo de Raadt
2010-04-21Directly comparing pcitag_t's doesn't work on all platforms so decompose theMark Kettenis
2010-04-21First stab at a VGA arbiter. The VGA arbiter makes sure that only a singleMark Kettenis
2010-04-21Add support for PLX I/O 9016 based 8 port serial cardBob Beck
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20Nuke a few dead stores and one newly created unused variable.Owain Ainsworth
2010-04-20A few more uninitialised variables (mostly in incredibly uncommon cases).Owain Ainsworth
2010-04-20Don't ask for ipv6 checksum offloading as we aren't ready for it.Jonathan Gray
2010-04-20Don't write garbage to the config space for phison,Jonathan Gray
2010-04-20- an unsolicited response contains the codec address, not the codecJacob Meuser
2010-04-19Enable VS timer dispatch, from Eric Anholt upstream.Owain Ainsworth
2010-04-19Fix use of uninitialised variable.Owain Ainsworth
2010-04-19Add flags for chipset generation in with the other chipset type flagsOwain Ainsworth
2010-04-19Correct fence pitch checking code and fence register writing on 9{1,4}x.Owain Ainsworth
2010-04-17regenMiod Vallat
2010-04-17A few more devices found on sgi hardware.Miod Vallat
2010-04-16Remove Intel RAID IDs for now. They can be added back when code has beenMark Kettenis
2010-04-16Additional gtt alignment paranoia:Owain Ainsworth
2010-04-16Correct reversed test in set_tiling. this should deal with the fenceOwain Ainsworth
2010-04-16Correct some comments and cleanup some whitespace.Owain Ainsworth
2010-04-16paranoia: NULL check before free.Owain Ainsworth
2010-04-16If we fail to idle the chip in leavvt don't disable the interrupt,Owain Ainsworth
2010-04-16fix types in two error printfs. one of these also had a %d bug no varargOwain Ainsworth
2010-04-15- fix bunch of use-after-free bugs found by splint;Marco Peereboom
2010-04-15Use IPL_TTY instead of IPB_BIO as suggested by oga.Marco Peereboom
2010-04-12Radeon HD3200 works; from kili@.Owain Ainsworth
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-11Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work,Mark Kettenis
2010-04-10Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta.Owain Ainsworth
2010-04-10some frees that were forgottenMarco Peereboom
2010-04-10Intel Centrino Advanced-N 6200 G2 adapters have their own hardwareDamien Bergamini
2010-04-10regenDamien Bergamini
2010-04-10new Intel Centrino Advanced-N 6200 G2 idDamien Bergamini
2010-04-09oopsie, misplaced {Marco Peereboom
2010-04-09- event handling rewrite (while preserving original logic);Marco Peereboom
2010-04-08DRM memory management for inteldrm(4) using the Graphics ExecutionOwain Ainsworth
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-04-07Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume.Owain Ainsworth
2010-04-06update a random sampling of drivers after the proc.h -> systm.h moveTed Unangst
2010-04-06A fix for the PCI-X check so that this is only tested on controllersChristian Weisgerber