aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* mpi3mr: Add NVData Parameter for Host Timestamp SynchronizationChandrakanth patil2025-04-283-2/+362
* mpi3mr: Handle Insufficient Power Fault CodeChandrakanth patil2025-04-281-11/+39
* mpi3mr: Enhance Controller Enable Retry Logic in Host DriversChandrakanth patil2025-04-281-98/+118
* mpi3mr: Set Driver Capability for OS Exposure in IOCInitChandrakanth patil2025-04-281-1/+1
* mpi3mr: Update MPI Header to Version 36Chandrakanth patil2025-04-2812-46/+336
* e6000sw: add support for 88E6190XAdrian Chadd2025-04-272-11/+31
* e6000sw: schedule e6000sw_tick() to occur once a secondAdrian Chadd2025-04-271-0/+12
* e6000sw: stop / drain the taskqueue (and tick) during detachAdrian Chadd2025-04-271-3/+15
* e6000sw: unlock the driver lock in the error path during attachAdrian Chadd2025-04-271-0/+1
* e6000sw: correctly depend upon etherswitchAdrian Chadd2025-04-271-1/+1
* miiproxy: add missing dependency on mdioAdrian Chadd2025-04-271-0/+1
* hidraw(4): Force switch to hidraw mode on HIDIOCGRDESC ioctlVladimir Kondratyev2025-04-271-0/+3
* hidraw(4): Return actual length of read data from HIDIOCG* ioctlsVladimir Kondratyev2025-04-271-2/+8
* hidraw(4): Return length of written data from HIDIOCS* ioctlsVladimir Kondratyev2025-04-271-1/+4
* hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev2025-04-273-5/+39
* agp: Drop a needless iterator resetDoug Moore2025-04-261-1/+0
* Revert "sound: Access softc through si_drv1 in dsp cdev methods"Christos Margiolis2025-04-251-11/+13
* Revert "sound: Create a dsp_close() helper function"Christos Margiolis2025-04-251-54/+73
* sound: Create a dsp_close() helper functionChristos Margiolis2025-04-251-73/+54
* sound: Access softc through si_drv1 in dsp cdev methodsChristos Margiolis2025-04-251-13/+11
* sound: Retire SD_F_PRIO_*Christos Margiolis2025-04-252-23/+18
* sound: Export hardware and software buffer sample rate in sndstat nvlistChristos Margiolis2025-04-251-0/+4
* sound: Make sndstat PVCHAN and RVCHAN nvlist parameters boolChristos Margiolis2025-04-251-2/+4
* asmc: Add support for macmini 6,1 and 6,2 (late 2012) modelsHrant Dadivanyan2025-04-252-0/+80
* mpi3mr: configure larger max I/O size if the HBA firmware supports itChuck Silvers2025-04-234-10/+41
* bnxt_en: Thor2 Ring counters not incrementing during trafficSreekanth Reddy2025-04-231-1/+4
* bnxt_en: Unhandled async event type 76Sreekanth Reddy2025-04-231-6/+6
* bnxt_en: Thor2 Specific Doorbell related changesSreekanth Reddy2025-04-233-32/+311
* bnxt_en: 400G speed supportSreekanth Reddy2025-04-233-135/+441
* if_bnxt: add support for RX completion record type V3Sreekanth Reddy2025-04-232-0/+5
* bnxt_en: Add backing store V2 supportSreekanth Reddy2025-04-233-18/+153
* bnxt_en: Update HSI headerSreekanth Reddy2025-04-232-169/+2082
* bnxt_en: Add 5760X (Thor2) PCI IDs supportSreekanth Reddy2025-04-235-60/+93
* pci: Add hw.pci.intx_reroute sysctl/tunableColin Percival2025-04-231-1/+6
* rtwn: don't treat UDP/TCP checksum failure as permanent failureAdrian Chadd2025-04-231-1/+9
* rtwn: enable reception of BAR framesJessica Clarke2025-04-231-0/+8
* axidma(4): add local data cache flushes.Ruslan Bukin2025-04-221-1/+8
* pcib: Clear any pending slot status events during attachJohn Baldwin2025-04-221-0/+1
* pcib: Ignore power fault detected if a power controller is not presentJohn Baldwin2025-04-221-1/+2
* gpioaei: mark the AEI ithread as sleepableAhmad Khalifa2025-04-211-2/+3
* acpi_gpiobus: mask pin flags for GPIOBUS_PIN_SETFLAGSAhmad Khalifa2025-04-211-1/+2
* gpio: don't misuse pin->flagsAhmad Khalifa2025-04-213-23/+11
* acpi_gpiobus: clarify error messageAhmad Khalifa2025-04-211-1/+1
* usb: if_ure: stop touching the mbuf accounting on rxq insertionKyle Evans2025-04-202-2/+15
* agp: use iterators to speed up lookupsDoug Moore2025-04-191-4/+9
* wg: Improve wg_peer_alloc() to simplify the callingAaron LI2025-04-181-16/+26
* iwx: Remove debug logging codeTom Jones2025-04-143-346/+177
* iwx: Use subdevice for comparisonTom Jones2025-04-141-3/+2
* mmc: SPI-mode support for SD cards.Ruslan Bukin2025-04-091-0/+2378
* mmc: support for SPI bus typeRuslan Bukin2025-04-095-0/+28