summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-07-18implement EFBIG handling for heavily fragmented packets on the tx path.David Gwynne
2014-07-13pciide.c, pciide_rdc_reg.h(new): ported rdcide(4) from NetBSD.sasano
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12regenJonathan Gray
2014-07-12missed the trailing digitJonathan Gray
2014-07-12Print a line in dmesg to indicate if the aperture driver isJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12To enable Intel XHCI host controller, re-route all of usb port to xhciYojiro Uo
2014-07-12remove ifdef'd out valleyview/baytrail device listsJonathan Gray
2014-07-12Remove the qli driver for QLogic 4010 & 4022 iSCSI.Jonathan Gray
2014-07-12regenJonathan Gray
2014-07-12add some more matrox devices found in serversJonathan Gray
2014-07-12regenYojiro Uo
2014-07-12fix location of 7 Series xHCI entryYojiro Uo
2014-07-11add sensors to export what the actual size of the balloon is and what itJasper Lievisse Adriaanse
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-07-10record the size of the rx rings so we can wrap around them correctly.David Gwynne
2014-07-10rings that dont rx packets dont need to be refilled.David Gwynne
2014-07-09regenBrad Smith
2014-07-09shorten a bitBrad Smith
2014-07-09- do the actual viomb_deflate() after printing the debug messageJasper Lievisse Adriaanse
2014-07-09regensasano
2014-07-09add devices for DM&P Vortex86EX SoCsasano
2014-07-09avoid being too smart when filling the rx ring.David Gwynne
2014-07-09dont try to be smart about avoiding the use of too many descriptorsDavid Gwynne
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08undo accidentally committed changesStefan Sperling
2014-07-08Remove left-over call to removed function m_clsetwms().Stefan Sperling
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-08bus_dmamap_sync the rx ring once per em_rxeof call, rather than for everyDavid Gwynne
2014-07-08in em_rxeof, when the ifp stack var is declared its initted to theDavid Gwynne
2014-07-08em_rxeof is only called from em_intr, and only if IFF_RUNNING isDavid Gwynne
2014-07-07if em encounters a heavilty fragmented packet, it can (will) stall theDavid Gwynne
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-03sending a heavily fragmented packet will cause the bus_dmamap_loadDavid Gwynne
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky
2014-06-28Add the userland facing drm header for nouveau.Jonathan Gray
2014-06-26fix format string when compiled with VIRTIO_DEBUGJasper Lievisse Adriaanse
2014-06-21drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Jonathan Gray
2014-06-21drm/radeon/si: make sure mc ucode is loaded before checking the sizeJonathan Gray
2014-06-21drm/radeon: memory leak on bo reservation failure. v2Jonathan Gray
2014-06-21remove useless brace block; from dhillTheo de Raadt
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
2014-06-19drm/i915: fix lane bandwidth capping for DP 1.2 sinksJonathan Gray
2014-06-19drm/i915: kill intel_dp_link_clock()Jonathan Gray
2014-06-17Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANsStefan Fritsch
2014-06-17whitespace fix.David Gwynne