summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-12-23get rid of HDAUDIO_FLAG_NO_STREAM_RESET hackjmcneill
2015-12-23fdtbus depends on clkjmcneill
2015-12-22In usbd_transfer deal with errors from the HCD transfer (and start)skrll
2015-12-22Add fdtbus_gpio_{read,write}_raw, which tells the controller not to takejmcneill
2015-12-22Add support for fdt clock and reset controllers.jmcneill
2015-12-22Improve debug/comments (mostly from nhusb)skrll
2015-12-22Can't use usbd_errstr in USBHIST_LOG as vmstat(1) doesn't like itskrll
2015-12-22Be graceful about command timeouts when probing.mlelstv
2015-12-22ignore timeouts for APP_CMD prefix as for the application command itself.mlelstv
2015-12-22fix potentially bugknakahara
2015-12-22fix incorrect KASSERTknakahara
2015-12-21support deferral of diskstart to a separate thread.mlelstv
2015-12-21more sanity checksmlelstv
2015-12-19Add adm1026hm (MI).jdc
2015-12-19Remove references to drivers (adt7463c, adt7467c, adm1030c) that werejdc
2015-12-18set Tx/Rx interrupts affinity to other than CPU#0 as much as possibleknakahara
2015-12-16Use of_getprop_bool/of_getprop_uint32jmcneill
2015-12-16add of_getprop_bool and of_getprop_uint32 helpersjmcneill
2015-12-16sometimes status is "ok" instead of "okay", allow bothjmcneill
2015-12-16fix FDT build without openfirm pseudo-devicejmcneill
2015-12-16Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c.jmcneill
2015-12-16split gpio, i2c, intr, and regulator helpers into separate filesjmcneill
2015-12-16Add direct configuration support via compatible names.jdc
2015-12-16Allow pcfiic to handle i2c writes using cmdbuf for the register, and buf forjdc
2015-12-16Add a driver for the ADM1026 Thermal System Management Fan Controllerjdc
2015-12-14Fix TX FIFO on Tegrajmcneill
2015-12-14Add driver for device tree "gpio-keys" device. Each GPIO key is mapped tojmcneill
2015-12-14Switch PCI re(4) attachment from pci_intr_map() tojakllsch
2015-12-14use workqueue(9)hkenken
2015-12-14sysmon's components need to be MODULE_CLASS_DRIVER so they will getpgoyette
2015-12-13STRENGHT -> STRENGTH and misc spelling/whitespace. no functional changeplunky
2015-12-13PR/50527: David Binderman: Fix impossible code. Odd offsets need specialchristos
2015-12-13PR/50533: David Binderman: Fix incorrect logicchristos
2015-12-13PR/50536: David Binderman: fix incorrect sizeofchristos
2015-12-13Note the sensor number in the error output. Useful for drivers addingjdc
2015-12-13Add a framework for enumerating devices using a Flattened Device Tree (FDT).jmcneill
2015-12-13Support direct config.jmcneill
2015-12-13allow child devices to be passed in attach args instead of device dictionaryjmcneill
2015-12-13add an addr_shift parameter to of_enter_i2c_devsjmcneill
2015-12-13OF properties are stored in big endian, but the host might not be. Swapjmcneill
2015-12-12Change the meaning of of_compatible return values >= 0. Previously, thejmcneill
2015-12-11Don't need to nest #ifdef EHCI_DEBUGskrll
2015-12-10Make the us.dvorak.swapctrlcaps keyboard layout work for ukbd(4) too.jakllsch
2015-12-10Unwrap linesskrll
2015-12-10Fix indentationskrll
2015-12-10Remove "empty" FreeBSD RCSIdskrll
2015-12-10Trailing whitespaceskrll
2015-12-10regen (sorted the RTL8188CU_3 devid)leot
2015-12-10whoops, sort the RTL8188CU_3.leot
2015-12-10Add support for Realtek RTL8188CU_3.leot