summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-01-10Hyper-V hosts make 64 bytes of entropy available to guests in the formJonathan Gray
2017-01-10Enable snooping on Braswell. Fixes audio distortion on Acer TravelMateJonathan Gray
2017-01-09Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.Martin Pieuchot
2017-01-08Use a macro for the Tx timeout value.Visa Hankala
2017-01-08Make aml_rdpciaddr() work for for devices behind bridges. The code nowMark Kettenis
2017-01-08Display color depth alongside resolution when attaching inteldrm andFrederic Cambus
2017-01-08Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.Stefan Sperling
2017-01-07regenMike Larkin
2017-01-07Some newer Intel Xeon E5v4 PCI ids, from Hrvoje PopovskiMike Larkin
2017-01-07Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9).Alexandre Ratchov
2017-01-05Checking whether mbuf list is empty is done by the if_input nowMike Belopuhov
2017-01-05Microsoft has allocated us a SubID that we can use to identify OpenBSDMike Belopuhov
2017-01-05Don't let producer index become equal with the consumer when writingMike Belopuhov
2017-01-04In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR caseAlexandre Ratchov
2017-01-04better handle empty or full rx rings.David Gwynne
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwareMark Kettenis
2017-01-03No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2017-01-03If gain is above MAX, no need to check whether it's below MIN.Alexandre Ratchov
2017-01-03No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2016-12-29Eliminate 68 unused static variables that gcc complains about.Kenneth R Westerback
2016-12-27Add cast to silence warnings generated by clang.Mark Kettenis
2016-12-26Fix typo, happend -> happenedJeremie Courreges-Anglas
2016-12-24Make the boot programs support booting from softraid on 4K byte sectorYASUOKA Masahiko
2016-12-24Remove some unused variables that have been removed upstream as well.Mark Kettenis
2016-12-24Put a bit more unused code under #ifdef notyet to prevent a clang warning.Mark Kettenis
2016-12-23Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warningMark Kettenis
2016-12-23Add missing sentinel.Mark Kettenis
2016-12-23Hide static inline functions that are only used in debug code behind the sameMark Kettenis
2016-12-23Implement disk detachingMike Belopuhov
2016-12-21Remove the rwlock paranoia since we're under KERNEL_LOCK anywayMike Belopuhov
2016-12-20Fix compiler warnings generated by clang. This matches upstream commitMark Kettenis
2016-12-20In midiread() and midiwrite(), add a second goto label toAlexandre Ratchov
2016-12-20Fix many typos. From Michael W. Bombardieri <mb at ii.net>. ThanksAlexandre Ratchov
2016-12-20Simplify the activate() functions of auglx(4), autri(4), andAlexandre Ratchov
2016-12-20Group identical close_in_jack() and close_out_jack() into a singleAlexandre Ratchov
2016-12-20Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-12-19Implement interface detachingMike Belopuhov
2016-12-19Add experimental support for device hot-pluggingMike Belopuhov
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)Kenneth R Westerback
2016-12-18Remove comparison of array which is always non-NULL. Fixes clang warning.Mark Kettenis
2016-12-18Add cast to mask and shift macros to silence warnings generated by clang.Mark Kettenis
2016-12-18While copying out channel flags to userspace, omit the HT channel flag ifStefan Sperling
2016-12-16When running on Azure, the initial timesync "sync" message is not correct,Reyk Floeter
2016-12-15Remove rasops2 (2-bit color depth) functions, they are unused.Frederic Cambus
2016-12-15Regen usbdevsPaul Irofti
2016-12-15Add Intel Bluetooth devices found on x250 and x260 Thinkpads.Paul Irofti
2016-12-15fix build when DIAGNOSTIC is not definedJonathan Gray
2016-12-14Kill compat for old VNDIOCSET; ok deraadt@Jeremie Courreges-Anglas
2016-12-14Various typos and minor cleanupMike Belopuhov
2016-12-13Use new xs_{get,set}num functions instead of hand-rolled weirdnessMike Belopuhov