summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-03-20The ACPI standard says that a PCI function number of FFFF can be used to referMark Kettenis
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-20add support for jumbos on re(4).David Gwynne
2015-03-20Convert to if_input(), tested by Fabian Raetz, thanks!Martin Pieuchot
2015-03-20some re(4) chips can do jumbos, but none of them can checksum jumboDavid Gwynne
2015-03-20Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytableStefan Sperling
2015-03-20Re-apply -r1.115 that got accidentally reverted and brought to myMike Belopuhov
2015-03-19Let it compile.Martin Pieuchot
2015-03-19Abort tasks are run in their own thead, that's why they need a specialMartin Pieuchot
2015-03-19Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal withMartin Pieuchot
2015-03-19unlock MII on smsc_miibus_readreg errorJonathan Gray
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-17Prevent a race resulting in an infinite loop printing "ehci_idone" messages.Martin Pieuchot
2015-03-16Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpeTheo de Raadt
2015-03-16convert timeout_add() calls using hz to timeout_add_msec()Jonathan Gray
2015-03-16Revert 1.39. Resetting after specifically putting the keyboard in aJoshua Stein
2015-03-16Revert 1.44 since we have found some machines where the keyboardJoshua Stein
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-13some include files not needed; matthew markfortTheo de Raadt
2015-03-13convert to if_input()Jasper Lievisse Adriaanse
2015-03-13convert to if_input()Jasper Lievisse Adriaanse
2015-03-12On first cnpoll, reset the keyboard and pms hard. This is requiredTheo de Raadt
2015-03-12If while attaching pckbdc device slots, we find a slot has failed toTheo de Raadt
2015-03-12Print the current link speed for SATA devices attached on ahci(4).Bryan Steele
2015-03-11Convert to if_input().Martin Pieuchot
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-09In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAITMiod Vallat
2015-03-08properly set sgl related flags on skinny controllers. this fixesDavid Gwynne
2015-03-08Revert patch responsible for locking up machines withTobias Ulmer
2015-03-06Revert previous, the fix is not right and causes a regression asMartin Pieuchot
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-02Remove stray ')' from athn(4) "firmware command timed out" error message.Stefan Sperling