summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2015-04-06Convert some udelay() calls back to DRM_UDELAY() whereJonathan Gray
2015-04-05Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.Mark Kettenis
2015-04-05whitespaceMark Kettenis
2015-04-05Another round of reducing diffs with Linux. This one moves the variousMark Kettenis
2015-04-03resync i915_drv.h to make it diffable to linuxJonathan Gray
2015-04-03change types/macros to reduce the diff to linuxJonathan Gray
2015-04-03Translate PAGE_MASK usage for the way it is defined in our kernel.Jonathan Gray
2015-04-01fix typo in comment; OK mpi@Gleydson Soares
2015-04-01Correct comments.Masao Uebayashi
2015-04-01Kill useless comments talking about ether_input().Martin Pieuchot
2015-04-01Remove annoying comment mentionning ether_output().Martin Pieuchot
2015-03-30Convert to if_input().Martin Pieuchot
2015-03-29Restore user-loaded vga fonts upon X11->VT switch and upon resume; fromMiod Vallat
2015-03-28match on the RTS5249 found on the dell xps 13, treat it as a 5229Joshua Stein
2015-03-26additional params from libdrm 2.4.60Jonathan Gray
2015-03-24Convert to if_input() but I won't tell your the story of krw@Martin Pieuchot
2015-03-24Convert to if_input(), untested but kettenis@ will mop up later ifMartin Pieuchot
2015-03-23Not all iwm hardware supports the 5GHz band. Make setting 11a ratesJonathan Gray
2015-03-21Print speeds consistently.Martin Pieuchot
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-20Re-apply -r1.115 that got accidentally reverted and brought to myMike Belopuhov
2015-03-19missing gcu_var.h conversionTheo de Raadt
2015-03-18syncRyan Thomas McBride
2015-03-18syncRyan Thomas McBride
2015-03-18Baytrail/e3800 devices found in MinnowboardMax.Ryan Thomas McBride
2015-03-18Prevent sign extension due to pointer arithmeticsMike Belopuhov
2015-03-18use device_lookup to find gcu0 rather than iterating over alldevs.David Gwynne
2015-03-16convert timeout_add() calls using hz to timeout_add_msec()Jonathan Gray
2015-03-14RTL8411 works also, according to tiix@openmailboxTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-03-13convert to if_input()Jasper Lievisse Adriaanse
2015-03-11Convert to if_input().Martin Pieuchot
2015-03-11Match on 3160. Untested but should work.Jonathan Gray
2015-03-10Convert to if_input().Martin Pieuchot
2015-03-08Revert patch responsible for locking up machines withTobias Ulmer
2015-03-06Fix radiotap and fixed rates. Radiotap was reporting the wrong rate forMark Kettenis
2015-03-04stop the calibration timeout when stopping the interfaceJonathan Gray
2015-03-03Set/clear the IWM_MAC_FILTER_IN_BEACON flag under conditions that match whatMark Kettenis
2015-03-03regenBrad Smith
2015-03-03Add Intel Dual Band Wireless AC 4165 PCI ids.Brad Smith
2015-03-03Fix 11a support.Mark Kettenis
2015-03-02match on 7265Jonathan Gray
2015-03-02Make setting the MAC context bit for 11g protection when transmittingJonathan Gray
2015-03-02Don't set CTS to self. Linux stopped setting this back inJonathan Gray
2015-03-02sc_fixed_ridx is initialised to 0 but tested as it it were initialisedJonathan Gray
2015-03-02Correctly set lowest_present_ofdm in iwm_mvm_ack_rates().Jonathan Gray
2015-03-02init error to 0 in iwm_send_cmd()Jonathan Gray
2015-03-02match iwn and init txrate at lowest available bit-rateJonathan Gray
2015-03-02workaround for interrupt coalescing bug not needed on 7265Jonathan Gray