summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-04-25don't access a pointer till after the null checkJonathan Gray
2014-04-24no need to check for default_chip_map twice in one if statementJonathan Gray
2014-04-24match some more intel sata devices in ide modeJonathan Gray
2014-04-24regenJonathan Gray
2014-04-24add some more intel sata devices in ide modeJonathan Gray
2014-04-22Remove some altq tentacles.Martin Pieuchot
2014-04-22If VLAN_HWTAGGING is disabled, we tell the chip not to strip theChristian Weisgerber
2014-04-21Simplify the update process a bit. Don't try to skip parts based on whatJonathan Matthew
2014-04-20Update hotplug. Add qle_get_port_name_list, use it to discover localJonathan Matthew
2014-04-19kill checksum offloading in sk.Henning Brauer
2014-04-19sigh, another driver fiddling with altq outside #ifdef ALTQHenning Brauer
2014-04-19another questionable "optimization": de used tulip_ifstart_one insteadHenning Brauer
2014-04-18Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240.Claudio Jeker
2014-04-18Implement qle_fabric_plogo and let qle_fabric_plogi look at the response thatJonathan Matthew
2014-04-18Rework the command polling loop so it can handle multiple responses in a singleJonathan Matthew
2014-04-17When iterating through fabric ports, start at our own port ID, so we canJonathan Matthew
2014-04-17Copy out all mbox registers after a mailbox operation completes.Jonathan Matthew
2014-04-17In debug output, print loop ids as decimals and port ids as 24bit hex.Jonathan Matthew
2014-04-15i wanted to work on this in the tree so i could commit lots of smallDavid Gwynne
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-04-12drm/ttm: don't oops if no invalidate_caches()Jonathan Gray
2014-04-12drm/radeon/atom: select the proper number of lanes in transmitter setupJonathan Gray
2014-04-12drm/radeon: TTM must be init with cpu-visible VRAM, v2Jonathan Gray
2014-04-12start working on a driver for non volatile memory express controllers.David Gwynne
2014-04-12regenDavid Gwynne
2014-04-12fake toyDavid Gwynne
2014-04-11sync with libdrm 2.4.53Jonathan Gray
2014-04-10marking the isr as MPSAFE snuck in with r1.76.David Gwynne
2014-04-09apparently NVM is a type of mass storage nowDavid Gwynne
2014-04-09syncTheo de Raadt
2014-04-09I have seen a Hitachi ISP2100 in the wild, and next time do not wantTheo de Raadt
2014-04-09remove an abstraction that just wraps a straight malloc on attach forDavid Gwynne
2014-04-09some mild knfDavid Gwynne
2014-04-07Add MSI support for xhci(4). Also add a quirk for some of the FrescoBrad Smith
2014-04-07regenBrad Smith
2014-04-07Add Fresco Logic FL1400.Brad Smith
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-04-03Add the missing 6322 PCI id.Brad Smith
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-03-31qle dvas straddle 4 byte boundaries, so best to treat them as twoDavid Gwynne
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-30drm/i915/dp: add native aux defer retry limitJonathan Gray
2014-03-30drm/i915/dp: increase native aux defer retry timeoutJonathan Gray
2014-03-30drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVBJonathan Gray
2014-03-30drm/i915: Add intel_ring_cachline_align()Jonathan Gray
2014-03-30correct the value of DRM_MAJOR for non i386 platformsJonathan Gray
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-28if you split a 64bit thing into two 32bit halves, it helps to writeDavid Gwynne
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot