summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2017-09-30Add preliminary kabylake support to inteldrm(4) by backporting the relevantRobert Nagy
2017-09-28The DELAY() recently added to iwn(4) to make association more reliable couldStefan Sperling
2017-09-26Use quoted #includes for files kdump's mkioctls indirectly includes soJonathan Gray
2017-09-22Move the powering down of all codecs into azalia_halt_corb() after theTheo Buehler
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-06add support for the Realtek RTS525AJoshua Stein
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-04Make sure iwn(4) firmware gets to see a beacon before we send an auth request.Stefan Sperling
2017-09-03Attach rtwn(4) to RTL8192CE. Tested by me.Stefan Sperling
2017-09-03drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.cJonathan Gray
2017-09-03drm/atomic: If the atomic check fails, return its value firstJonathan Gray
2017-09-03drm: Release driver tracking before making the object available againJonathan Gray
2017-08-28regenStefan Sperling
2017-08-28Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC.Stefan Sperling
2017-08-27Make it possible for iwm_stop() to sleep by always running it inStefan Sperling
2017-08-23Fix typos in iwm(4) error messages. Patch by Bryan Linton.Stefan Sperling
2017-08-23Prevent trashing of the producer index and descriptor counterMike Belopuhov
2017-08-19Rotate framebuffer (counter-clockwise) when width < height.Mark Kettenis
2017-08-17Remove duplicate line introduced in rev 1.72. Coverity CID 1452888.Jonathan Gray
2017-08-17Fix asic test. Coverity CID 990792.Jonathan Gray
2017-08-17Fix pci product test. Coverity CID 1453251.Jonathan Gray
2017-08-14drm/mst: Avoid processing partially received up/down message transactionsJonathan Gray
2017-08-14drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()Jonathan Gray
2017-08-14drm/mst: Fix error handling during MST sideband message receptionJonathan Gray
2017-08-14Make the vga_client_register() stub available to all archs to unbreakJonathan Gray
2017-08-13Remove the second parameter of iwm_stop(). It was not used for anything.Stefan Sperling
2017-08-13Add proper support for iwm(4) firmware's time event. Cancel the event ifStefan Sperling
2017-08-13When iwn_stop() releases the scan lock wake processes sleeping on it.Theo Buehler
2017-08-13When iwm_stop() releases the scan lock wake processes sleeping on it.Stefan Sperling
2017-08-12Fix iwm(4) channel reporting, broken by my unrelated tweak during commit ofStefan Sperling
2017-08-12Provide a stub implementation for request_irq() and free_irq().Martin Pieuchot
2017-08-12In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(),Stefan Sperling
2017-08-12em: Disable ultra-low-power mode on bootStefan Fritsch
2017-08-12Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappersPhilip Guenther
2017-08-12Prevent a NULL pointer deref in iwm(4) which I have seen during testing.Stefan Sperling
2017-08-12Fix copy/paste error, CID 1453558.Martin Pieuchot
2017-08-12Fix Coverity CID 1453280:Stefan Sperling
2017-08-12In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affectsStefan Sperling
2017-08-10Power off all codecs on shutdown to eliminate static noise in speakersTheo Buehler
2017-08-10Remove a leftover bit that was dereferencing an uninitialized pointerMike Belopuhov
2017-08-10Add glue for passing through file+line when WITNESS is enabledPhilip Guenther
2017-08-09vmd: allow guest PCI interrupt line reassignment.Mike Larkin
2017-08-04add ASIX AX99100 supportSASANO Takayoshi
2017-08-04regenSASANO Takayoshi
2017-08-04add ASIX AX99100 device IDSASANO Takayoshi
2017-08-01defer init of the myxmcl pool to mountroot, and enable pool cpu caches.David Gwynne
2017-07-27Initialize pools with correct sizes.Martin Pieuchot
2017-07-25The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up.Alexander Bluhm
2017-07-23Prevent a possible "MAC context already removed" panic in iwm_auth().Stefan Sperling
2017-07-22Add frame length range checks to the input path of iwm(4).Stefan Sperling