summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-01-06fix 32 bit compilationchristos
2016-01-06PR/50626: Vicente Chaves de Melo: acpi_display.c erroneously sends characterchristos
2016-01-05KNF - blank line after (non-existant) declarations. No functional change.pgoyette
2016-01-05FDT interrupts -- clean up debug printfsmarty
2016-01-05FDT: Interrupts -- add support for interrupt mapsmarty
2016-01-05revert bp->b_error checking; biowait() is a no-op in that case and it ischristos
2016-01-05When autoconfiguring RAID sets:mlelstv
2016-01-05handle possible errors from bdev_strategy.mlelstv
2016-01-05Add ismt.msaitoh
2016-01-05Add ismt(4).msaitoh
2016-01-05Check whether iic_exec is failed or not.msaitoh
2016-01-05 Port FreeBSD's ismt(4) driver. ismt(4) supports Intel Chipset internalmsaitoh
2016-01-05Although not recommended, it is possible to include filemon(4) as apgoyette
2016-01-04PR/50621: David Binderman: Wrap iic_exec() in a simpler utility functionchristos
2016-01-04Notify disk subsystem of the current geometry.hannken
2016-01-04prevent unconfigure/detach while background threads are running.mlelstv
2016-01-04Fix dump on raid.mlelstv
2016-01-04erase dangling pointer to prevent reusemlelstv
2016-01-04Redo r1.12 - process cmd and value buffers in pcfiic_xmit().jdc
2016-01-03Remove duplicate register definitions and merge them all into pcf8584reg.h.jdc
2016-01-03Add LM75A ID register (for completeness).jdc
2016-01-03Add display and setting of chip temperature limit(s) for envsys(4).jdc
2016-01-03Add display and setting of chip temperature limits for envsys(4).jdc
2016-01-03refactor driver to use common code in dksubr.mlelstv
2016-01-02Fix dval signdedness confusion, as was recently done in libusbhid.jakllsch
2016-01-02Do what libusbhid() does for Usage value of non-Variable Main items,jakllsch
2016-01-02Fix hid_get_data() and hid_get_udata() for 32-bit quantities on LP64.jakllsch
2016-01-02No longer detach opened device directly in RAIDFRAME_SHUTDOWN ioctl,mlelstv
2016-01-02RAIDF_INITED state also includes disk attachments, don't undo operationsmlelstv
2016-01-02Unlock and free in raid_detach to handle error paths.mlelstv
2016-01-02use bdev_strategy wrapper to properly use KERNEL_LOCK.mlelstv
2016-01-01FDT pinctl - review from Jaredmarty
2016-01-01zero out struct i2cbus_attach_args and i2c_controller before messing withmacallan
2016-01-01Read the Tos limit from the chip, instead of assuming 80'C, in casejdc
2015-12-31add support iMX6 uSDHCryo
2015-12-30FDT pinctrlmarty
2015-12-28fix typo. use pmask for SDHC_PRESENT_STATE.ryo
2015-12-27remove DWC_MMC_DEBUGjmcneill
2015-12-27reduce timeouts, fix clk div calculationjmcneill
2015-12-27add some extra regsjmcneill
2015-12-27Return error in dkopen when dk_open_parent fails. Also change dk_open_parentmlelstv
2015-12-26Dump registers on timeout and allow bus glue to override card detect funcjmcneill
2015-12-26Another use-after-free()pgoyette
2015-12-26If the "finalizer" should fail to register for any reason, just reportpgoyette
2015-12-26Resolve a use-after-free reference to the softc. From mlelstv@pgoyette
2015-12-26Modularize the raidframe driver, including rework of the unit attachpgoyette
2015-12-25 Modify comment for 82544 Errata 9 "Certain register cannot be written withmsaitoh
2015-12-25- Fix RAL table's size of PCH2 and PCH_LPT.msaitoh
2015-12-24- Add DDR4E, LPDDR3 and LPDDR4.msaitoh
2015-12-24fix amd64/conf/ALL build failureknakahara