summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-12-13Fix up tsleep priorities and make them interruptibleMike Belopuhov
2016-12-13Bounce unaligned transfer data through a scratch bufferMike Belopuhov
2016-12-13Poll until the ITSDONE flag is set on the transferMike Belopuhov
2016-12-12Use DPRINTF instead of printf() in #ifdef UAUDIO_DEBUG section. FromAlexandre Ratchov
2016-12-12Remove (likely wrong) code commented since revision 1.1. FromAlexandre Ratchov
2016-12-12Simplify auacer_activate(). From Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov
2016-12-12Remove few useless #ifdef AUDIO_DEBUG, spotted byAlexandre Ratchov
2016-12-12Match on the FTDI Suunto product id, from Kristaps Dzonsons who testedJonathan Gray
2016-12-12Add support for Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
2016-12-12regenJonathan Gray
2016-12-12Add Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
2016-12-10Bring back the sector count variable as it's used in the debug printfMike Belopuhov
2016-12-10Don't fail if optional feature properties aren't foundMike Belopuhov
2016-12-10Add support for MIMO Tx rates (MCS 8-15) to iwm(4).Stefan Sperling
2016-12-10In iwm(4), do not enable HT protection (RTS) unconditionally if the AP requiresStefan Sperling
2016-12-10Make retry-heavy rates less attractive to mira.Stefan Sperling
2016-12-09Update the media as the last step in the SFP module configurationMike Belopuhov
2016-12-09Convert to the new xs_{get,set}num XenStore APIMike Belopuhov
2016-12-09Convert to the new xs_{get,set}num XenStore APIMike Belopuhov
2016-12-09New XenStore public API function to read numeric valuesMike Belopuhov
2016-12-08Silence scan-build; with prodding from jsg@Mike Belopuhov
2016-12-08iwm(4) was stripping some bits from the MCS index value before passingStefan Sperling
2016-12-08Return ENODEV if playback is requested on devices with no DACs orAlexandre Ratchov
2016-12-08fix spelling errors and typos, from Michael W. BombardieriTheo de Raadt
2016-12-07Add required padding to the response descriptorMike Belopuhov
2016-12-07Response status field is signed; adjust the debug messageMike Belopuhov
2016-12-07Fall back to the minimum amount of ring pagesMike Belopuhov
2016-12-07splbio isn't doing us any good here and prevents polling from workingMike Belopuhov
2016-12-07Add mira support to iwn(4).Stefan Sperling