aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make OF_searchencprop signature consistent with OF_getencpropOleksandr Tymoshenko2018-04-092-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-0816-40/+69
* Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. TheseAndrew Turner2018-04-081-44/+3
* Allow hinted attachment on FDT-based systems. Instead of returning ENXIOIan Lepore2018-04-081-8/+11
* Revert r332277, it contained an unintended extra changeAndrew Turner2018-04-081-2/+75
* Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. TheseAndrew Turner2018-04-081-75/+2
* Move fdt_is_type to be a Marvell specific function. It's not used by anyAndrew Turner2018-04-082-20/+0
* Update VMCI license based on comments from core, the FreeBSD Foundation,Mark Peek2018-04-0828-27/+78
* Cast the data pointer to the correct type for the data being accessed (asIan Lepore2018-04-071-2/+2
* Don't check for impossible NULL return from malloc(..., M_WAITOK).Ian Lepore2018-04-071-6/+0
* Add an ioctl to get/set the SPI transfer mode. Also, make the bus clockIan Lepore2018-04-071-12/+11
* Generate a spibus_set_[ivarname]() convenience function for each ivar,Ian Lepore2018-04-071-1/+7
* Remove the existing identify() hack to force-add a spigen device onIan Lepore2018-04-071-15/+16
* Return BUS_PROBE_DEFAULT, not zero, because this is not the one driverIan Lepore2018-04-071-1/+5
* A couple minor improvements to spibus.c...Ian Lepore2018-04-071-9/+5
* Add support for writing/changing spi device ivars. The SPI mode (polarityIan Lepore2018-04-071-0/+32
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-0627-37/+1
* In cases where an application issues certain IPMI commands at a highJonathan T. Looney2018-04-061-3/+5
* cxgbe(4): Always display an error message if SIOCSIFFLAGS will leaveNavdeep Parhar2018-04-041-3/+13
* netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione2018-04-043-174/+204
* Add a missing MODULE_DEPEND().Ian Lepore2018-04-041-0/+1
* Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call toAndrew Turner2018-04-042-15/+0
* Add api for creating resource list based on 'assigned-addresses'Marcin Wojtas2018-04-042-4/+23
* Bump driver version number in mlx5en(4).Hans Petter Selasky2018-04-041-1/+3
* regulator: Disable unused regulatorEmmanuel Vadot2018-04-041-0/+31
* Limit glyph count in vtfont_load to avoid integer overflow.Gordon Tetlow2018-04-041-1/+3
* Fix kernel modules names for Marvell armv7Marcin Wojtas2018-04-031-2/+2
* Remove fdt_is_enabled, fdt_reg_to_rl, and fdt_get_unit. These are not usedAndrew Turner2018-04-032-89/+0
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-031-1/+1
* cxgbe: Implement tcp_info handler for connections handled by t4_tom.Navdeep Parhar2018-04-034-22/+102
* Fix the build on arches with default unsigned char. Capture the fubyte()Ian Lepore2018-04-011-3/+4
* The Uninorth ID was really for Uninorth 2.Warner Losh2018-04-012-3/+3
* fwohcireg.h is 99% the same between the boot loader and theWarner Losh2018-03-311-0/+2
* Add deprecation notices for Arcnet and FDDI drivers.Brooks Davis2018-03-302-0/+2
* Fall back to ether_ioctl() by default.Brooks Davis2018-03-304-28/+5
* Remove unused structure field in mlx5core.Hans Petter Selasky2018-03-301-1/+0
* Bump mlx5core driver version.Hans Petter Selasky2018-03-301-2/+4
* Fix for use after free in mlx5core.Hans Petter Selasky2018-03-301-1/+2
* Make sure Giant is locked when allocating bus resources in mlx5core.Hans Petter Selasky2018-03-301-0/+4
* Collect firmware dump when mlx5core is in device error state.Hans Petter Selasky2018-03-301-0/+3
* Reorganize health recovery in mlx5core.Hans Petter Selasky2018-03-301-39/+47
* Prepare for FW dump in error state in mlx5core.Hans Petter Selasky2018-03-302-5/+9
* Properly check if crspace is supported in mlx5core.Hans Petter Selasky2018-03-301-6/+12
* Add missing newline character in print in mlx5core.Hans Petter Selasky2018-03-301-1/+1
* Use an accessor function to access ifr_data.Brooks Davis2018-03-3015-63/+81
* ocs_fc(4): Fix GCC build (-Wredundant-decls)Conrad Meyer2018-03-301-3/+0
* Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4).Kenneth D. Merry2018-03-3049-0/+69126
* Correct comment typo in Hyper-VEd Maste2018-03-301-1/+1
* bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMALandon J. Fuller2018-03-291-1/+8
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-298-200/+200