aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky2022-10-201-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-208-0/+35
* cxgbe: include headers required to include t4_tom.hGleb Smirnoff2022-10-191-0/+2
* cxgbe: use standard sototcpcb() accessor macro to get socket's tcpcbGleb Smirnoff2022-10-194-8/+8
* ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.Takanori Watanabe2022-10-184-0/+19
* ns8250: Check if flush via FCR succeededColin Percival2022-10-181-0/+19
* vtblk: Use busdmaColin Percival2022-10-181-17/+144
* vtblk: Include pointer to softc in requestColin Percival2022-10-181-6/+13
* vtblk: Requeue inside vtblk_request_executeColin Percival2022-10-181-3/+5
* vtblk: Make vtblk_request_execute return void.Colin Percival2022-10-181-11/+21
* virtio_mmio: Support command-line parametersColin Percival2022-10-181-0/+150
* dpaa2: fix build without WITNESSGleb Smirnoff2022-10-181-0/+1
* dpaa2: fix build without FDTGleb Smirnoff2022-10-181-1/+3
* Fix mpr(4) panic during a firmware update.Kenneth D. Merry2022-10-171-1/+1
* Add initial DPAA2 supportDmitry Salychev2022-10-1429-0/+17536
* Downgrade tty_intr_event from a globalMitchell Horne2022-10-121-0/+3
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2022-10-121-12/+8
* nvme: Always set deadline to maxWarner Losh2022-10-111-2/+1
* acpi: Put CPPC workaround behind i386/amd64 if defTom Jones2022-10-111-0/+4
* igc: Fix up hw vlan opsKevin Bowling2022-10-102-79/+19
* hwpmc: Define full set of Armv8.0 eventsJessica Clarke2022-10-101-2/+773
* hwpmc: Move DMC-620 and CMN-600 events to allow for full Armv8.0 spaceJessica Clarke2022-10-101-7/+7
* acpi: Tell SMM we will handle CPPC notificationsTom Jones2022-10-101-0/+14
* igc: remove unnecessary PHY ID checksMah Yock Gen2022-10-102-14/+3
* device_get_property: add a HANDLE caseBjoern A. Zeeb2022-10-092-2/+64
* ns8250_drain: Drain without DELAY firstColin Percival2022-10-081-3/+10
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-0722-72/+72
* usb(4): Make the enumeration thread nice time a variable.Hans Petter Selasky2022-10-074-2/+10
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-077-19/+18
* ioat: Add Ice Lake ID.Alexander Motin2022-10-061-0/+2
* cxgbe/cxgbei: Do not validate the hardware iSCSI tag mask.Navdeep Parhar2022-10-061-15/+0
* vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUsAlexander Motin2022-10-061-0/+2
* vmd: Bypass MSI/MSI-X remapping when possible.Alexander Motin2022-10-061-2/+57
* uart_dev_snps: Fix device probingKornel Dulęba2022-10-061-2/+2
* Stop relying on header pollution in sdhci_xenon.cAndrew Turner2022-10-061-0/+1
* uslcom(4): Clear stall at every open.Hans Petter Selasky2022-10-061-6/+4
* msk: Use a void cast to mark values of dummy reads as unused.John Baldwin2022-10-051-5/+5
* msk: Don't bother reading spare stats registers.John Baldwin2022-10-051-4/+0
* usb(4): Make sure the enumeration thread doesn't loop too fast.Hans Petter Selasky2022-10-051-0/+3
* vt(4): Clear paste buffer after pasting.Ivan Quitschal2022-10-051-0/+4
* vt(4): When cutting a line, append a newline character.Ivan Quitschal2022-10-053-7/+6
* vt(4): Use define instead of numerical value.Hans Petter Selasky2022-10-051-1/+1
* vt(4): Make sure pressing the extend button updates the current selection.Hans Petter Selasky2022-10-051-1/+1
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2022-10-051-1/+1
* Use SYSCTL_FOREACH in drm2Andrew Turner2022-10-051-1/+1
* Include opt_platform.h to ensure FDT is definedAndrew Turner2022-10-043-0/+6
* Remove unneeded FDT checks from phydev and regdevAndrew Turner2022-10-042-11/+0
* pci: Disable Electromechanical Interlock.Alexander Motin2022-10-041-1/+7
* powerpc_nvram: Fix a bug in the adler32 checksum.John Baldwin2022-10-031-1/+1
* Fix various places which cast a pointer to a vm_paddr_t or vice versa.John Baldwin2022-10-032-3/+3