summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-06-07Fix various problems of auich on SiS 7012 based chips:Alexandre Ratchov
2010-06-07Proper range check in radeon_emit_packets(); ok oga@Miod Vallat
2010-06-05change sign extension such that we do not rely on >> being anDamien Bergamini
2010-05-27Add missing license (amd, mit/x11)Owain Ainsworth
2010-05-26add a new getparam member to get the contents of scratch register 3 (theOwain Ainsworth
2010-05-26- no need for a separate mpii_minphys;Marco Peereboom
2010-05-25The logic in this function is a little tricky (though correct).Owain Ainsworth
2010-05-25Having just calculated which sequence number we wish to wait for (soOwain Ainsworth
2010-05-25rename struct drm_i915_private to struct inteldrm_softc, to be more inOwain Ainsworth
2010-05-25Remove the DRI1 code paths from inteldrm as promised two weeks ago.Owain Ainsworth
2010-05-24Support fibre PHY on BCM5709S. From FreeBSD via Brad.Stuart Henderson
2010-05-24regenJonathan Gray
2010-05-24shrinkJonathan Gray
2010-05-24atascsi may (will) reuse ata_xfers, meaning the xa state thatDavid Gwynne
2010-05-24Remove the drm drivers that are not enabled (and have never been so).Owain Ainsworth
2010-05-23remove another piece of ancient #ifdef arc codeTheo de Raadt
2010-05-23fix another signed/unsigned slipt. no functional change. I hate thisOwain Ainsworth
2010-05-23rely on __alpha__, __amd64__, and __i386__ insteadTheo de Raadt
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-05-19BUS_DMA_ZERO love.Owain Ainsworth
2010-05-18Add as yet untested support for the 82576 quad copper ET2Jonathan Gray
2010-05-18regenJonathan Gray
2010-05-18Add some more em devices and workbit CF ATA.Jonathan Gray
2010-05-18bus_dmamem_alloc() ...; bzero/memset(); ->Owain Ainsworth
2010-05-18oops. needs_fence should still be conditional on tiling due to the needsOwain Ainsworth
2010-05-18Always invalidate fences in pin if they are invalid, not just if we needOwain Ainsworth
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