summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-15when enabling the controller, wait till CSTS.RDY lights up.David Gwynne
2016-01-15feng shui.David Gwynne
2016-01-15fix calculation of the max queue entries supported valueDavid Gwynne
2016-01-15handle the version register like ahci.David Gwynne
2016-01-15wrap up dma syncs for the whole mapping.David Gwynne
2016-01-15rs_malloc() does not need to be castmmcc
2016-01-14Attach dwiic(4) on the Intel Bay Trail i2c controllers as well.Mark Kettenis
2016-01-14Several fixes for dwiic(4).Mark Kettenis
2016-01-14Use I2C_F_POLL flag when acquiring and releasing the i2c bus in theMark Kettenis
2016-01-14When iterating over the report IDs to calculate the maximum size, takeMark Kettenis
2016-01-14Eable ikbd(4).Mark Kettenis
2016-01-14Driver for HID-over-i2c keyboards.Mark Kettenis
2016-01-14Prevent a NULL dereference when detaching a USB device with ugen(4)Martin Pieuchot
2016-01-14Add support for a variety of USB devices.Visa Hankala
2016-01-14Grab the KERNEL_LOCK before delivering a message to the routing socketMartin Pieuchot
2016-01-14Fixup a merge errorMike Belopuhov
2016-01-14Increase buffer sizes and watermarks for tty and pppStefan Fritsch
2016-01-14No need for a splnet() dance around IFQ_DEQUEUE() anymore.Martin Pieuchot
2016-01-14regenDavid Gwynne
2016-01-14there are two types of samsung sm951David Gwynne
2016-01-14add brackets to avoid an operator precedence bugJonathan Gray
2016-01-13Change aml_find_node() such that it only walks down the tree and doesn'tMark Kettenis
2016-01-13To make bug hunting easier, print more information in the soreceive()Alexander Bluhm
2016-01-13Bump number of tx fragments to the stock value of 18Mike Belopuhov
2016-01-13Enable Xen support in GENERIC; discussed with deraadt@Mike Belopuhov
2016-01-13Implement transmit watchdog for testing purposesMike Belopuhov
2016-01-13spacing typosMike Belopuhov
2016-01-13Create rx and tx fragment maps with a page size boundary restrictionMike Belopuhov
2016-01-13Convert to uiomove(); from Martin Natano, thanks!Stefan Kempf
2016-01-13fix hid packet length calculationJoshua Stein
2016-01-13Revert most of if_iwm.c r1.155. Use of channel zero was a symptom ofStefan Sperling
2016-01-13Fix fallout from turbo mode removal commit: Channel initializationStefan Sperling
2016-01-13kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu...Gleydson Soares
2016-01-13Don't confuse the HID descriptor address (which really is an office into theMark Kettenis
2016-01-13Add data structures and defines for Generic and I2C Serial Bus ConnectionMark Kettenis
2016-01-13Implement VFS read clustering for MSDOSFS.Martin Pieuchot
2016-01-13Prevent a double if_put().Martin Pieuchot
2016-01-13Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.Stefan Sperling
2016-01-13Fix iwn(4) firmware SYSASSERT during hardware initialization.Stefan Sperling
2016-01-13dont propagate any of the parent interfaces offload features on svlanDavid Gwynne
2016-01-12naddy observed the TSC fallback code could encounter (high word) %edxTheo de Raadt
2016-01-12properly initialize quirks before sending them to hid layer, brokenJoshua Stein
2016-01-12rename new i2c_attach_args fields to avoid conflict with cpp magic inTheo de Raadt
2016-01-12dev/isa/isavar.h does not appear to be needed by any of consumers.Theo de Raadt
2016-01-12include files.hid before files.i2cTheo de Raadt
2016-01-12Use uiomove() instead of uiomovei(); from Martin NatanoStefan Kempf
2016-01-12A couple of unused variables have sneaked in from the debug codeMike Belopuhov
2016-01-12Convert XenStore code to free running producer/consumer indicesMike Belopuhov
2016-01-12Kill the "doclusterread" and "doclusterwrite" defines.Martin Pieuchot
2016-01-12Remove the "doclusterread" and "doclusterwrite" buttons.Martin Pieuchot