summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-01-12fix a misplaced curly braceStefan Sperling
2016-01-12Use task to execute command except polling context.Masao Uebayashi
2016-01-12Prevent a possible NULL-derefenced introduced by the move of RA sleepingMartin Pieuchot
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2016-01-12Compare if the prefix lengths are equal rather than checking if theMartin Pieuchot
2016-01-12Prevent a NULL-reference if SIOCGVH is issued without carpdev argument.Martin Pieuchot
2016-01-12Use task to execute watchdog tickle.Masao Uebayashi
2016-01-12Refactor ipmi_watchdog(); split tickle and set into separate functions.Masao Uebayashi
2016-01-12Improve emulation of PM registers on Hardware-redcued ACPI by emulatingMark Kettenis
2016-01-12Add dwiic, a driver for the Synopsys DesignWare i2c controller foundJoshua Stein
2016-01-12post the packet on em_82547 chips after bpfDavid Gwynne
2016-01-11Enable sdhc* at acpi?.Mark Kettenis
2016-01-11Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF".Mark Kettenis
2016-01-11Add a "mux -1" locator to wsdisplay(4) instances representing secondaryMark Kettenis
2016-01-11Use uiomove() instead of uiomovei(); from Martin NatanoStefan Kempf
2016-01-11xs_cmd should always return errno(2) codesMike Belopuhov
2016-01-11Do not fail when receiving an empty reply (or directory node) inReyk Floeter
2016-01-11Handle zero lenght messages in the xs_parse by returning an empty stringMike Belopuhov
2016-01-11Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.Masao Uebayashi
2016-01-11Allocate command data buffer on softc and use it from both ipmi_sendcmd()Masao Uebayashi
2016-01-11Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config.Mark Kettenis
2016-01-11Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6Masao Uebayashi
2016-01-11Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI commandMasao Uebayashi
2016-01-11Remove useless sc_poll flag because it is always 1. Remove unused globalMasao Uebayashi
2016-01-11Read values from disabled sensors if possible. From jmatthew@.Masao Uebayashi
2016-01-11Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD hostMark Kettenis
2016-01-11Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out onMark Kettenis
2016-01-11Add (limited) support for controllers that implement version 3.0 of theMark Kettenis
2016-01-11do further work on the em transmit path to simplify the code.David Gwynne
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-10Page fault handling tweaks for vmm:Stefan Kempf