summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-05-17regenJonathan Gray
2010-05-17add some devices found on a core i5 machineJonathan Gray
2010-05-16add AR9300 PCI IdDamien Bergamini
2010-05-15Always check the tiling mode alignment on pin, even if we don't need aOwain Ainsworth
2010-05-13new iwn(4) ids.Damien Bergamini
2010-05-13new iwn(4) pci idsDamien Bergamini
2010-05-12syncOwain Ainsworth
2010-05-12Add ids for the integrated graphics builds into the core i3 and core i5Owain Ainsworth
2010-05-12Add Pineview M to intagp and inteldrm.Owain Ainsworth
2010-05-12syncOwain Ainsworth
2010-05-12add Pineview M dmi bridge and graphics ids.Owain Ainsworth
2010-05-10unifdef INTELDRM_GEM.Owain Ainsworth
2010-05-10Remove the additional paranoia that I added compared to upstreamOwain Ainsworth
2010-05-10Use the new agp mapping api (introduced in previous commit) to allowOwain Ainsworth
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-05-09Attach pineview graphics in inteldrm.Owain Ainsworth
2010-05-09Support Pineview IGD in intagp.Owain Ainsworth
2010-05-08A little bit of a hack.Owain Ainsworth
2010-05-08Set the write combined bit on our newly created pages.Owain Ainsworth
2010-05-07Remember to restore the spl. Found out the hard way by me.David Hill
2010-05-05Prevent a process from entering iwn_ioctl while another process isDamien Bergamini
2010-05-05firmware images in type-length-value format can now offer differentDamien Bergamini
2010-05-02Remove unused softc member.Miod Vallat
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-30add HT Capabilities element in outgoing probe requests if HT isDamien Bergamini
2010-04-30fix for 5GHz band.Damien Bergamini
2010-04-30add support for firmware images in "type-length-value" format.Damien Bergamini
2010-04-30- regenJasper Lievisse Adriaanse
2010-04-30- add a fore more devices found in my boxJasper Lievisse Adriaanse
2010-04-29add radeon hd2600 xtRobert Nagy
2010-04-29regenRobert Nagy
2010-04-29use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this willOwain Ainsworth
2010-04-29Finally fix the bit 17 swizzling code.Owain Ainsworth
2010-04-29Test bit is used like a boolean, so it must actually be a boolean.Owain Ainsworth
2010-04-29Fix the drm_atomic macros to use unsigned int like they should.Owain Ainsworth
2010-04-29- regenJasper Lievisse Adriaanse
2010-04-29- add a few more devices, including one from eric@Jasper Lievisse Adriaanse
2010-04-28s/amd64/__amd64__/, s/i386/__i386__, no binary change.Mark Kettenis
2010-04-28*sigh* make the same change as previous commit to the sister function ofOwain Ainsworth
2010-04-28Deal with a non-incremented iterator by changing aOwain Ainsworth
2010-04-27Update oxsemi (now plxtech) datasheet URL.Stuart Henderson
2010-04-25Argh, commited the wrong diff. This was the reversed test that found theOwain Ainsworth
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