aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "mgb: Use MGB_DEBUG instead of DEBUG"Ed Maste2021-09-291-1/+1
* sdhci: add a missing newlineMitchell Horne2021-09-291-1/+1
* sdhci_xenon: add ACPI supportBartlomiej Grzesik2021-09-291-0/+140
* sdhci_xenon: split driver file into generic file and fdt partsBartlomiej Grzesik2021-09-293-146/+262
* mgb: Use MGB_DEBUG instead of DEBUGEd Maste2021-09-291-1/+1
* mmc: Fix regression in 8a8166e5bcfb breaking Stratix 10 bootJessica Clarke2021-09-291-3/+3
* neta: cleanup warningBjoern A. Zeeb2021-09-292-1/+1
* mgb: Fix DEBUG (and LINT) buildLi-Wen Hsu2021-09-291-1/+0
* nvme: Sanity check completion idWarner Losh2021-09-291-2/+6
* nvme: count number of ignored interruptsWarner Losh2021-09-293-1/+29
* nvme: Add sanity check for phase on startup.Warner Losh2021-09-292-4/+24
* nvme: start qpair in state RECOVERY_WAITINGWarner Losh2021-09-291-1/+1
* mgb: Apply some style(9)Ed Maste2021-09-281-44/+37
* Fix busdma resource leak on usb device detach.Ian Lepore2021-09-282-3/+14
* mgb: Staticize devclass and iflib structs (as is typical)Ed Maste2021-09-281-3/+3
* mgb: Do not KASSERT on error in mgb_initEd Maste2021-09-281-1/+4
* mgb: enable multicast in mgb_initEd Maste2021-09-281-1/+1
* sound(4): Implement mixer mute control for feeder channels.Hans Petter Selasky2021-09-284-52/+167
* cxgbe(4): Update firmwares to 1.26.2.0.Navdeep Parhar2021-09-284-4/+8
* ntb_hw_intel: fix xeon NTB gen3 bar disable logicDavid Bright2021-09-271-20/+17
* pci_host_generic: implement bus_translate_resource (for LinuxKPI)Greg V2021-09-271-3/+14
* e1000: Re-arm link changesKevin Bowling2021-09-271-16/+6
* Check cpu_softc is not NULL before dereferencingAndrew Turner2021-09-271-0/+3
* ixgbe: whitespace cleanup passKevin Bowling2021-09-264-284/+230
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-09-2611-1242/+1232
* e1000: Fix tabstop width in if_em.hKevin Bowling2021-09-261-118/+118
* netmap: fix uint32_t overflow in pool size calculationVincenzo Maffione2021-09-261-1/+1
* netmap: monitor: support offsets in copy modeVincenzo Maffione2021-09-261-5/+7
* pcm(4): Fix a common typo in source code commentsGordon Bergling2021-09-262-3/+3
* uart: Add PCI ID for intel 100 Series/C230 Series AMTSean Bruno2021-09-251-0/+2
* acpi_cpu: Fix panic if some CPU devices are disabled.Alexander Motin2021-09-251-37/+29
* mana: Cast an unused value to void to quiet a warning.John Baldwin2021-09-251-1/+1
* mmc: fix 1-byte reallocs (when it should have been sizeof device_t)Mateusz Guzik2021-09-251-1/+1
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-255-5/+9
* acpi_cpu: Make device unit numbers match OS CPU IDs.Alexander Motin2021-09-251-62/+21
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-254-997/+987
* cxgbe: Mark received packets as initialized for KMSANMark Johnston2021-09-241-0/+2
* cxgbe: fix LINT-NOIP buildsKristof Provost2021-09-241-6/+0
* nvme: Use shared timeout rather than timeout per transactionWarner Losh2021-09-233-66/+131
* e1000: fix K1 configurationWenzhuo Lu2021-09-233-1/+52
* vt: bound buffer access in redraw optimizationEd Maste2021-09-232-0/+12
* kern: random: collect ~16x less from fast-entropy sourcesKyle Evans2021-09-231-3/+23
* kern: random: drop read_rate and associated functionalityKyle Evans2021-09-233-20/+2
* dwmmc: Remove dwmmc_setup_bus call from start_cmdEmmanuel Vadot2021-09-211-3/+0
* dwmmc: Properly implement power_off/power_upEmmanuel Vadot2021-09-213-12/+11
* mvneta: split to FDT and generic partWojciech Macek2021-09-213-40/+50
* vt: call driver's postswitch when panicking on ttyv0Greg V2021-09-201-1/+7
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-207-137/+231
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2021-09-202-0/+53
* acpica: add ACPI_GET_PROPERTY to access Device Specific Data (DSD)Bartlomiej Grzesik2021-09-203-0/+132