aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Properly synchronize completion DMA buffers.Michal Meloun2019-12-151-5/+9
* kbd: drop _KERNEL #ifdef in kbdreg.hKyle Evans2019-12-151-4/+0
* Add a deferred free mechanism for freeing swap space that does not requireJeff Roberson2019-12-151-8/+2
* Add accessors for the Vendor Specific Extended Capability (VSEC)Scott Long2019-12-131-0/+7
* Expand net epoch in the cxgbe TOE driver to satisfy assertions.John Baldwin2019-12-132-6/+22
* Be consistent about checking return value from bus_delayed_attach_children.Warner Losh2019-12-131-3/+1
* cxgbe(4): Use the _XT variant of the CPL used to transmit NIC traffic.Navdeep Parhar2019-12-133-123/+126
* Use callout(9) instead of deprecated timeout(9).John Baldwin2019-12-133-15/+14
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-133-8/+4
* Move to using bool instead of boolean_tWarner Losh2019-12-133-15/+15
* If device_delete_children() returns an error, bail on the rest of theIan Lepore2019-12-131-2/+3
* Clean up some of my copyrights; add SPDX tag and remove All rights reserved.Ian Lepore2019-12-137-6/+16
* cxgbe(4): Never use hardware checksumming in netmap tx.Navdeep Parhar2019-12-121-10/+5
* Move reset to the interrutp processing stageWarner Losh2019-12-112-19/+19
* dwmmc: Use device_delete_childrenEmmanuel Vadot2019-12-111-7/+1
* dwmmc: Handle the card detect interruptEmmanuel Vadot2019-12-116-4/+81
* dwmmc: Add a detach methodEmmanuel Vadot2019-12-113-1/+63
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-1011-16/+16
* Do not attach children of owc_gpiobus until interrupts are working.Ian Lepore2019-12-101-1/+1
* [ig4] Remove unused methods from bus interfaceVladimir Kondratyev2019-12-102-4/+0
* cxgbe(4): Simplify the firmware version checks a bit.Navdeep Parhar2019-12-101-9/+4
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* cxgbe(4): Use TX_PKTS2 work requests in netmap Tx if it's available.Navdeep Parhar2019-12-103-4/+16
* cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.Navdeep Parhar2019-12-108-33834/+30
* Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.Ian Lepore2019-12-091-1/+5
* Configure headphone redirection for the Dell L780 and X1 Carbon 7th gen.Mark Johnston2019-12-092-2/+6
* cxgbe/iw_cxgbe: Support 64b length in the memory registration routines.Navdeep Parhar2019-12-091-6/+5
* Switch gpioths(4) from using a callout to a taskqueue for periodic pollingIan Lepore2019-12-091-10/+17
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-0/+6
* Paste things correctly so that I'm added to the *end* of the copyright list.Ian Lepore2019-12-091-1/+1
* Add myself to the copyright list. Also add an SPDX tag. And finally, fixIan Lepore2019-12-091-3/+5
* Add FDT support to the gpioths driver. It now uses the newer gpio_pin_*()Ian Lepore2019-12-091-104/+131
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-083-3/+3
* Add a MODULE_DEPEND() for the gpioths driver. Also, note that the prior commitIan Lepore2019-12-081-2/+3
* Add support for more chips to the gpioths driver.Ian Lepore2019-12-081-6/+49
* Simplify sysctl stuff in the gpioths driver. There is no need to use localIan Lepore2019-12-081-87/+8
* Several small fixes for the gpioths (temp/humidity sensor) driver.Ian Lepore2019-12-081-4/+15
* Implement bus_rescan for gpiobus(4). This allows on-the-fly reconfigurationIan Lepore2019-12-061-0/+20
* trackers always know what qpair they are onWarner Losh2019-12-061-11/+14
* Remove ifdefs for FreeBSD 6, 7, 8 and 9. Assume we're past that.Warner Losh2019-12-064-101/+1
* Add a GPIO based MDIO bit-banging bus driver.Luiz Otavio O Souza2019-12-061-0/+243
* Fix compilation issue with mlx5core and sparc64 (gcc48):Hans Petter Selasky2019-12-061-5/+2
* Implement hardware TLS via send tags for mlx5en(4), which is supported byHans Petter Selasky2019-12-069-87/+1367
* Add support for new sound HDA hardwareScott Long2019-12-053-0/+4
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-056-17/+22
* mlx5: Do not poke hardware for statistic after teardown is started.Konstantin Belousov2019-12-053-3/+7
* Add basic support for TCP/IP based hardware TLS offload to mlx5core.Hans Petter Selasky2019-12-057-7/+368
* Regularize my copyright noticeWarner Losh2019-12-0460-111/+73
* Remove "All rights reserved" phrase from copyright notes.Stefan Eßer2019-12-044-8/+4
* cpufreq_dt: Do not fetch again hw.ncpuEmmanuel Vadot2019-12-031-6/+4