aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media listsKevin Bowling2025-09-141-7/+7
* sound: Terminate stream properly when closing vchansChristos Margiolis2025-05-291-14/+19
* snd_hda: Add shutdown methodTijl Coosemans2025-05-211-0/+30
* sound: Call PCM_RELEASE() if pcm_addchan() failsChristos Margiolis2025-05-141-3/+3
* ena: Bump driver version to v2.8.1Arthur Kiyanovski2025-05-011-1/+1
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-05-011-11/+30
* ath(4): Fix a typo in a source code commentGordon Bergling2025-05-011-1/+1
* mpi3mr: modified the log messages to be on a single lineChandrakanth patil2025-04-301-7/+4
* mpi3mr: Update Driver Version to 8.14.0.2.0Chandrakanth patil2025-04-301-2/+2
* mpi3mr: Update Copyright Year to 2025Chandrakanth patil2025-04-307-7/+7
* mpi3mr: Process LOG Data Events in Interrupt Top Half for Early NotificationChandrakanth patil2025-04-302-14/+6
* mpi3mr: Enable Diag Save for All Diagnostic Fault CasesChandrakanth patil2025-04-301-2/+9
* mpi3mr: Block I/Os While Task Management is in ProgressChandrakanth patil2025-04-301-0/+17
* mpi3mr: Add NVData Parameter for Host Timestamp SynchronizationChandrakanth patil2025-04-303-2/+362
* mpi3mr: Handle Insufficient Power Fault CodeChandrakanth patil2025-04-301-11/+39
* mpi3mr: Enhance Controller Enable Retry Logic in Host DriversChandrakanth patil2025-04-301-98/+118
* mpi3mr: Set Driver Capability for OS Exposure in IOCInitChandrakanth patil2025-04-301-1/+1
* mpi3mr: Update MPI Header to Version 36Chandrakanth patil2025-04-3012-46/+336
* mpi3mr: configure larger max I/O size if the HBA firmware supports itChuck Silvers2025-04-304-10/+41
* mpi3mr: Track IO per target counter during queue poll with local variableChandrakanth patil2025-04-301-10/+12
* mpi3mr: Divert large WriteSame IOs to firmware if unmap and ndob bits are setChandrakanth patil2025-04-304-0/+54
* mpi3mr: driver version update to 8.10.0.1.0Chandrakanth patil2025-04-301-2/+2
* mpi3mr: copyright year update to 2024Chandrakanth patil2025-04-307-7/+7
* mpi3mr: mpi headers update to latestChandrakanth patil2025-04-3014-160/+251
* mpi3mr: Adding FreeBSD OS Type to Fault/Reset Reason CodeChandrakanth patil2025-04-303-13/+25
* mpi3mr: diag fault success beyond F000 fault codeChandrakanth patil2025-04-301-6/+2
* mpi3mr: Update consumer index of admin and operational reply queues after eve...Chandrakanth patil2025-04-302-1/+15
* mpi3mr: Decrement per controller and per target counter post resetChandrakanth patil2025-04-302-12/+2
* mpi3mr: poll reply queue and add MPI3MR_DEV_REMOVE_HS_COMPLETED flagChandrakanth patil2025-04-303-22/+27
* mpi3mr: Controller state check before enabling PELChandrakanth patil2025-04-301-0/+12
* mpi3mr: Block devices persist despite being offlined during resetChandrakanth patil2025-04-301-0/+2
* mpi3mr: Fix confusion over | and &Warner Losh2025-04-301-2/+2
* mpi3mr: add missing terminator entry to mpi3mr_identifiers arrayChuck Silvers2025-04-301-0/+1
* hidraw(4): Force switch to hidraw mode on HIDIOCGRDESC ioctlVladimir Kondratyev2025-04-301-0/+3
* hidraw(4): Return actual length of read data from HIDIOCG* ioctlsVladimir Kondratyev2025-04-301-2/+8
* hidraw(4): Return length of written data from HIDIOCS* ioctlsVladimir Kondratyev2025-04-301-1/+4
* hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev2025-04-303-5/+39
* acpi_asus_wmi(4): Handle TUF-specific hotkeys internallyVladimir Kondratyev2025-04-301-8/+54
* acpi_asus_wmi(4): Add support for WMI event queueVladimir Kondratyev2025-04-301-13/+76
* acpi_asus_wmi(4): Improve keyboard backlight support.Vladimir Kondratyev2025-04-301-4/+132
* acpi_asus_wmi(4): Add EVDEV supportVladimir Kondratyev2025-04-301-1/+139
* ig4(4): Add Intel ACPI HIDDmitry Luhtionov2025-04-301-0/+1
* pcib: Clear any pending slot status events during attachJohn Baldwin2025-04-291-0/+1
* pcib: Ignore power fault detected if a power controller is not presentJohn Baldwin2025-04-291-1/+2
* acpi_pci: Use pci_has_pm and pci_clear_pmeJohn Baldwin2025-04-291-8/+2
* dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin2025-04-2923-275/+71
* pci: Add helper routines to manage PME in device driversJohn Baldwin2025-04-292-0/+26
* pci: Clear active PME# and disable PME# generationJohn Baldwin2025-04-293-0/+20
* hdaa: Don't hold a mutex while creating child devicesJohn Baldwin2025-04-291-0/+2
* sdhci: Use bus_topo_lock and taskqueue_bus for hotplug eventsJohn Baldwin2025-04-291-6/+10